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

搜索资源列表

  1. 四则运算实现

    0下载:
  2. 四则运算实现,这个算法是用C语言实现的,算法程序代码明确易懂。-four Operators realize that this algorithm is used to achieve the C language, the algorithm code clear and understandable.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6.65kb
    • 提供者:山子
  1. 平衡二叉树c++

    1下载:
  2. 平衡二叉树生成 输入任意个节点 如 2 6 8 0为显示 可自动生成平衡二叉树 bf为平衡因子 h给深度 可插入删除 计算转动次数(wangliwei007也是我,质料没添全就换这个好号,请斑竹给我发个号好吗?我也想下载东西,急)-balanced binary tree generating arbitrary input nodes as 2 6 8 0 to demonstrate that automatically generates balanced binary tree bf f
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.6kb
    • 提供者:王立伟
  1. MD5加密的C++类

    0下载:
  2. 这是一个好用的MD5的C++类;这个类可以加在控制台 程序中也可用在MFC中, 并且提供了详细的错误处理 函数,是一个安全的类。例程是一个MD5的MFC程序, 支持字符串和文件两种输入。 LPCSTR TargetFile(char *filename=NULL) //计算文件的MD5值 void TargetStr(LPCSTR str) //计算字符串的MD5值 LPCSTR GetDigestKey() //取MD5运算后的结果 LPCSTR GetErr() //如果有错误,取错误字串
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4.43kb
    • 提供者:俞训峰
  1. Boyer-Moore-Hospool

    0下载:
  2. 匹配算法,Boyer-Moore-Hospool匹配算法 这个算法在大文件中搜索小pattern有很高效率。 推荐用来代替strstr() 这个实现我没有测过,不过应该不会有大问题。 C++的代码,容易使用:) -matching algorithm, Boyer - Moore-Hospool matching algorithm The algorithm in document search small pattern has a high efficiency
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.11kb
    • 提供者:彭诗力
  1. 数据结构算法与应用-C++语言描述456章

    0下载:
  2. 这个是第四,五,六章的压缩.同样是用pdf格式打开的.前三章已传.后面的几章我会陆续再传的.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.7mb
    • 提供者:Dwight Wong
  1. 数据结构算法与应用-C++语言描述789章

    0下载:
  2. 这个是C++常用数据算法的第789章,前六章已经再前面传过了,后面还有几章.-this data is commonly used algorithm C of Chapter 789, the former VI has again came across the front and there are several chapters.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.82mb
    • 提供者:Dwight Wong
  1. code3

    0下载:
  2. C写的填充算法源码 算法可是在编程中可是非常重要的 大家可以参考一下这个代码,学习一下算法-C wrote filling algorithm source algorithm But in programming is very important but we can make reference to the code , and study how Algorithm
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. C写的裁剪算法源码 算法可是在编程中可是非常重要的 大家可以参考一下这个代码,学习一下算法-C was cut algorithm source algorithm But in programming is very important but we can make reference to the code, and study how Algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:130.35kb
    • 提供者:sdm68
  1. c++new

    0下载:
  2. C++中定义变量的一个小程序,C++中变量声明与C中有一些区别,这个程序使用于从C转到C++上的学者-C variable definition of a small procedure, C and C variable declaration that there were some difference in the use of this procedure from C to C of scholars
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6.31kb
    • 提供者:亿摆
  1. Simulate_Allocate_Memory_Implement_by_C

    0下载:
  2. 模拟内存分配的c语言实现 六、 实验目的 了解用户程序分配内存以及回收所用内存的过程,加深对操作系统存储管理机制的理解。 七、 实验内容 采用首次适应法、最佳适应法或最差适应法,编写一内存分配和回收模拟程序。 (提示:“内存空闲区”数组的设置原理类似于实验一。动态地随机产生新的“内存分配”或“内存回收”请求,再按照你选定的分配算法修改这个数组。由于这个实验的重点在于内存分配,所以不考虑与某内存区相关的进程情况。) -simulation memory allocation
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.53kb
    • 提供者:丘方
  1. C++shujujiegou

    0下载:
  2. “数据结构、算法和程序”这个抽象世界的特殊旅程,以解决现实生活中的许多难题- Data structures, algorithms and procedures of the abstract world of a special journey to solve many real-life problems
  3. 所属分类:Data structs

    • 发布日期:2017-05-29
    • 文件大小:11.23mb
    • 提供者:赵刚
  1. Data_Struc

    0下载:
  2. 这个是严蔚敏版的数据结构上机教程中的部分源代码,都是自己写的,包括最短路径的dijkstra,floyd,最小生成树的prim,kruskal以及链表,Huffman Tree等等的c++代码-This is Yan Wei-min version of the data structure on the machine part of the tutorial source code, are written in their own, including the shortest path
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:11.83kb
    • 提供者:wang yucao
  1. the_total_collection_of_data_structure_in_c_langua

    1下载:
  2. 清华严蔚敏C语言版数据结构全集,可以说是pudn上这个主题的最全面的一个集合了,记得有这么一个说法是只有有序组织的信息才是有价值的吧:_数据结构-严蔚敏-C语言版;教学笔记;数据结构算法实现及解析—配合严蔚敏_吴伟民编著的数据结构(C语言版)(作者 高一凡)源代码;数据结构笔记;数据结构复习重点归纳笔记[清华严蔚敏版];数据结构题集-严蔚敏;数据结构题集-严蔚敏;严蔚敏老师专贴。-Wei-Min Yan Tsinghua C language version of The Complete Wo
  3. 所属分类:Data structs

    • 发布日期:2015-10-10
    • 文件大小:26.64mb
    • 提供者:Jawen
  1. C

    0下载:
  2. 数据结构课程设计报告,虽然好多地方都有,我这个是按老师要求做好的,加个封面就可以直接上交。 -Data structure course design report, although a lot of places, I this is based on the teacher asked to do a good job, and add the cover can be directly handed over.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:14.68kb
    • 提供者:yhb
  1. zhmjiugong

    0下载:
  2. 八数码问题全局择优算法这个程序是上学期上人工智能课的时候,老师让做的,采用全局择优算法.-8 digital issues overall are merit-based algorithm for this procedure on the artificial intelligence class last semester, the teacher to do so, and the use of the overall selection of the best algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:336.51kb
    • 提供者:eoz
  1. c

    0下载:
  2. 这是殷人昆写的数据结构(c++)(ppt格式的) 我觉得这个是学习过C++,而且又继续学习数据结构的好资料-This data structure is written Yanren Kun (c++) (ppt format) I think this is learned C++, data structures, and they continue to learn good information
  3. 所属分类:Data structs

    • 发布日期:2017-05-12
    • 文件大小:2.74mb
    • 提供者:曾思
  1. c

    0下载:
  2. 在图论中经常会遇到这样的问题,在一个有向图里,求出任意两个节点之间的最短距离。我们在离散数学、数据结构课上都遇到过这个问题,在计算机网络里介绍网络层的时候好像也遇到过这个问题,记不请了... 但是书本上一律采取的是Dijkstra算法,通过Dijkstra算法可以求出单源最短路径,然后逐个节点利用D -single source shortest path problem of dynamic programming algorithm, please exhibitions
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1.44kb
    • 提供者:monsm
  1. C-and-technique

    0下载:
  2. C语言运算符的“优先级口决”希望对初学C语言语言的同志有所帮助;当然,应用这个口诀的前提是你必须认识所有的C语言的运算符。-C operators "priority I decided" I hope that beginners in C language on the help of comrades of course, the application of the formulas on the premise that you have to know all of the C l
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:883byte
    • 提供者:李乐
  1. e.c

    0下载:
  2. 这个程序是用C语言编写的,主要是解决电梯调度的问题,有较高的参考价值。
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1.05kb
    • 提供者:panfh
  1. C

    0下载:
  2. 电脑随机画了个迷宫,,怎样算,能知道这个迷宫是否可以走出(即是不是死迷宫).-The computer randomly draw a maze, how to count, to know this maze can get out of (that is, not a dead labyrinth).
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:6.39kb
    • 提供者:name
« 12 3 4 5 6 »
搜珍网 www.dssz.com