CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 编译器

搜索资源列表

  1. HORSEJUMPCHESS

    0下载:
  2. 马跳棋盘递归算法(TC实现,并提供示意图),可移植到任何C编译器-Ma checkerboard recursive algorithm (TC achieved, and to provide diagram), and can be transplanted to any C compiler
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.3kb
    • 提供者:胡安
  1. h264_msvc_build

    0下载:
  2. 我自己做的ffmpeg的h264的decoder的vc++6.0的完整源代码(一个补丁和一个附加的vc工程目录),使用方法在压缩包内。 所依据的版本是2007.1.19 checkout的,修改后的vc版本运行速度与MinGW+gcc编译的最高运行速度基本相当(+/-2%)。 只能使用intel编译器,vc自带的编译器效率太低。 给我加点技术分吧!!!! -I do ffmpeg the h264 the decoder vc 6.0 of the integrity of the
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:12.41kb
    • 提供者:qgfhit
  1. MapTest

    0下载:
  2. 遵循C和基本C++标准的Map类,移植来至MFC的MapPtrToPtr,可以在各种平台下使用,可以在各种编译器下编译。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:11.57kb
    • 提供者:颜海
  1. K_Merge

    0下载:
  2. K路归并算法 * 本程序用来实现K路归并算法 * 在Turbo C2.0编译器下编译通过 * 算法过程中 * K由用户输入 * 用户选择需要归并的数据的个数 * 由程序生成随机数据,数据结构为链表,并展示给用户 * 然后程序告诉用户需要增加的虚节点的个数 * 并把虚节点加入到链表中去,最后进行归并
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.03kb
    • 提供者:zhoutianshu
  1. source

    0下载:
  2. 单源点最短路径算法 * 本程序用来实现单源点最短路径(E.Dijkstra)算法 * 在Turbo C2.0编译器下编译通过 * 算法过程中 * 每条边的两个顶点和权值由用户输入,格式:1 2 20 * 程序默认源点为第一个顶点 * 算法完成后输出路径长度和路径上的顶点 * 格式为:路径长度:目标顶点<-经过的顶点...<-源点
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.36kb
    • 提供者:zhoutianshu
  1. pl0(2)

    3下载:
  2. 对PL0原编译器进行了以下的扩充:1.增加以下保留字else(elsesym), for(forsym),to(tosym),downto(downtosym),return(returnsym),[(lmparen),](rmparen) 2.增加了以下的运算符:+=(eplus),-=(eminus),++(dplus),--(dminus) 取址运算符&(radsym),指向运算符@(padsym) 3.修改单词:修改不等号#为<> 4.扩充语句:(1)增加了e
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:222.14kb
    • 提供者:
  1. lsj_pl0

    0下载:
  2. 数据结构中编译器的算法,为著名的pl0编译器
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:93.21kb
    • 提供者:小刘
  1. LL1ForWin

    0下载:
  2. 采用高效的C语言,完成数据结构中编译器的实现
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:78.8kb
    • 提供者:小刘
  1. EIGHT—QUEEN

    0下载:
  2. 这是在VC下本人编写的解决八皇后问题的程序 ,92种解会直接输出在C:SIGN。H文件中。是用来测试一款C编译器而写的。-This the VC I prepared by the Queen's problem to solve eight procedures, 92 kinds of solutions will be directly output in the C : SIGN. H files. It is used to test new C compiler writte
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:11.7kb
    • 提供者:陶自权
  1. Qsort

    1下载:
  2. 快速排序算法C实现。编译器使用的为dev C-Quick Sort Algorithm C to achieve. Compiler used for dev C
  3. 所属分类:Data structs

    • 发布日期:2014-11-23
    • 文件大小:107.13kb
    • 提供者:youname
  1. hafumanbianyuqi

    0下载:
  2. 在数据结构中利用c++语言实现哈夫曼编译器的功能-hafumanbianyuqi
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:15.44kb
    • 提供者:卓越
  1. plus

    0下载:
  2. 简单的复数加减乘除编译器,用C语言实现,实现复数的加减乘除-Plural simple calculation compiler, using C language
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:209.03kb
    • 提供者:杨旸
  1. binary_hash

    0下载:
  2. 查找表源码,其中包含两个独立的程序: (1)哈希(Hash)表操作测试程序 (2)二分查找法测试程序 用C语言编译器编译后可以直接运行,功能包括查找、插入、删除等操作。-Source code look-up table, which contains two separate procedures: (1) hash (Hash) table testing procedures (2) binary search method to test the procedure usin
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:3.58kb
    • 提供者:code998
  1. biaodashi

    0下载:
  2. 按照书上介绍介绍的方法,模拟编译器计算表达式的方法,就是对栈的反复操作,具体算法见数据结构书。其中对运算符优先级确定上用到令一本书的算法。-In accordance with the method described in the book presented to simulate the calculation expression compiler method is repeated on the stack operation, the specific data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2.04kb
    • 提供者:李峰
  1. HoffmanEncoder

    0下载:
  2. 用C语言实现数据结构中的哈弗曼编译器。可以求出n个字符的赫夫曼编码。建立函数输入二叉树,输出其赫夫曼编码。用户输入n个字符在电文中的使用频率(扩大100倍),并输入这n个字符,确定后系统给出这n个字符的赫夫曼编码。-With the C language data structures Havermann compiler. You can find the n-character Huffman encoding. The establishment of a function input b
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:894byte
    • 提供者:常非
  1. haxibiao

    0下载:
  2. 哈希表,实现排序与检索字符串的功能,用C#编译器编译-Hash table to achieve the functions of sorting and searching strings
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:20.35kb
    • 提供者:baiyang
  1. heibaiqi.c

    0下载:
  2. 用C实现的黑白棋源程序,有人工智能的人机对战,用算法树深度搜索,原始的C图形界面,turboC或TC编译器运行。网络上实现黑白棋大多选择VC++,并没有用C实现并且有人工智能的程序。-Implementation of Othello with C source code, there is artificial intelligence, human-machine gaming, with the depth of search tree algorithm, the original C-
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3.68kb
    • 提供者:吴振华
  1. yuesefuhuan

    0下载:
  2. 约瑟夫环的实现,在visual C++编译器下实现-Joseph loop implementation, the visual C++ compiler to achieve
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:583.24kb
    • 提供者:刘海朋
  1. haffman_codee

    0下载:
  2. 数据结构 vc++编译器 C语言源码 上机实验-Data structure compiler vc++ C experiment on the computer language source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:348.47kb
    • 提供者:黎连文
  1. Pratical_Algorithms_for_Programmers

    0下载:
  2. 本书作者为Andrew.Binstock等。 本书重点关注的是实用,立即可用的代码,并且广泛讨论了可移植性和特定于实现的细节。本书作者介绍了一些用用但很少被讨论的算法,它们可用于语音查找,日期和时间历程,B树和索引文件,数据压缩,任意精度的算术,校验和数据验证,并且全面的介绍了例程,排序算法和数据结构。 本书只要求读者具有C语言的初级知识以及基本代数的相关知识。源代码经过测试符合ANSI标准,可以运行在UNIX下,以及BORLAND,Microsoft和Watcom的编译器上。-Book
  3. 所属分类:Data structs

    • 发布日期:2017-06-20
    • 文件大小:30.54mb
    • 提供者:张振宇
« 12 »
搜珍网 www.dssz.com