CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - C语言经典

搜索资源列表

  1. 经典汉诺塔问题c语言版

    1下载:
  2. 汉诺塔是初学数据结构的同学最头疼的问题,这里是一个用递归函数解决汉诺塔问题的经典c语言程序,里面有代码和执行文件。-HANOR data structure is that when the students most headaches, here is a solution using a recursive function HANOR a classic c language program, which has code and the implementation document.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8707
    • 提供者:苏辉
  1. C语言遗传算法程序包

    0下载:
  2. 一个经典的C语言遗传算法程序包,可直接用来开发遗传算法的应用程序-a classic genetic algorithm C language package can be used directly for the development of the genetic algorithm application
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:79370
    • 提供者:刘志刚
  1. 专家讲述C语言数据结构

    0下载:
  2. 精品专家讲述C语言附大量经典实例超值!!!!! ____________^-^___________^-^___________ 程序员必学-quality experts about C language with a large number of classic examples of excellent !!!!! ____________^-^___________^-^______ _____ programmers must learn!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:84339
    • 提供者:风云
  1. 神经网络C语言源程序

    0下载:
  2. 神经网络C语言源程序 绝对经典。 ADALINE,ART1,BAM,BOLTZMAN,BPN CPN,hopfield, som, -neural network C language source absolute classic. ADALINE, ART1, BAM, BOLTZMAN, CPN 7.82, hopfield, som.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:291756
    • 提供者:潘峰
  1. 王耀辉老师给出的178个经典c语言源代码

    0下载:
  2. 王耀辉老师给出的178个经典c语言源代码-Wang Yaohui Wang teachers given 178 classic c language source code
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:82952
    • 提供者:胡利军
  1. 100道C语言经典实例

    0下载:
  2. 用标准C语言解决100道经典数学问题,堪称经典,是C程序开发员必备的C源码库,具有很强的参考价值。-using standard C language to solve 100 classical mathematical problems for his classic, C procedures required developers of C source code library, and has a strong reference value.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:26522
    • 提供者:唐伟龙
  1. C语言名题精选百例

    0下载:
  2. 100则经典C语言程序设计题,如查找、排序、字符串处理、小游戏等。
  3. 所属分类:数值算法/人工智能

    • 发布日期:2009-10-01
    • 文件大小:124289
    • 提供者:jiaqima6402
  1. c语言经典数据结构算法

    0下载:
  2. c语言数据结构经典的算法,完整程序!
  3. 所属分类:数据结构常用算法

    • 发布日期:2010-11-27
    • 文件大小:1226935
    • 提供者:twinsfb
  1. C语言源程序++数学建模常用算法++cpp文件

    0下载:
  2. C语言源程序++数学建模常用算法++cpp文件 包括经典数值分析中用到的牛顿迭代、龙贝格、最小二乘法等CPP文件
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-03-15
    • 文件大小:9020
    • 提供者:wsleqwsse
  1. sourceCode

    0下载:
  2. c语言数据结构源代码(全)相当经典-c language data structure source code (all) is a classic
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:100237
    • 提供者:songchunjing
  1. Data-structure

    0下载:
  2. 严蔚敏的数据结构c语言版书,十分经典,希望能与大家共享,觉得好的,可以顶一下!谢谢!-err
  3. 所属分类:Data structs

    • 发布日期:2017-05-24
    • 文件大小:7851026
    • 提供者:siggar8148
  1. data-structure-the-c-language(yanweimin)

    0下载:
  2. 数据结构(C语言版严蔚敏著)。非常出名的一本书籍,曾经用过,觉得很经典-Data structure (C-min YAN Wei-language version of book). One very well-known books, used once, I think I really classic
  3. 所属分类:Data structs

    • 发布日期:2017-05-23
    • 文件大小:7540904
    • 提供者:林周
  1. C_suanhua

    0下载:
  2. c语言经典算法 数据结构实力经典分析,描述如何解决类似问题的大概思路-c language data structure of the classical algorithm classical strength analysis, descr iption of how to solve similar problems, ideas about
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:10441
    • 提供者:方式
  1. c-code

    0下载:
  2. c语言经典代码,包括:打印图案 ,大小写字母的互换 整数因子 /*请编写一程序完成下面的功能:从键盘上任意上任意输入一个大于0且小于1000的整数,然后输出此整数的所有整数因子。如输入12,则输入1,2,3,4,6,12。*/ 插入后自动排序 /*原题:把一个整数插入到按由小到大排列的数列中,插入后仍然保持由小到大的顺序排列*/ /*指针,穷举法进行比较交换*/ 求数列 /*原题:已知一正整数递增等差数列,前5项之和为25,前5项之积为945,根据以上条件,请编写
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1239
    • 提供者:wangyicai
  1. Algorithms.In.C.3rd.Ed.Part5.Graph.Algorithms

    1下载:
  2. 经典算法书(中文版)。这一套算法系列书介绍了当今最重要的算法,共分3卷,这是第2卷(第五部分),集中讲解图算法。本书共有6章(第17章~第22章)。第17章详细讨论图性质和类型,第18章~第22章分别讲解图搜索、有向图和DAG、最小生成树、最短路径以及网络流。书中提供了用C语言描述的完整算法源程序,并且配有丰富的插图和练习。-Algorithms in C, Third Edition, Part 5: Graph Algorithms is the second book in Sedgewi
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-06-01
    • 文件大小:13904888
    • 提供者:wang
  1. cyuyanchuanko

    0下载:
  2. C语言下的串口 你好的代码资料 一定哟小 好代码 经典原创 -Hello C-code under the serial data must yo little good classic original code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:283591
    • 提供者:杨玉
  1. VCrbf

    0下载:
  2. C语言程序包,适合初学者的学习,包括神经网络的经典算法的实现,希望对大家有用-C language package for beginners of learning, including neural network implementation of classical algorithms, we want to be useful
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:105722
    • 提供者:shi
  1. C

    0下载:
  2. 里面是很多C语言经典算法源程序,包括各种数据结构的-Which is a lot of classical algorithm C language source code, including various data structures
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:175519
    • 提供者:李昀泽
  1. Data-Structure(in-C)

    0下载:
  2. 数据结构(C语言描述)方面经典书籍,通俗易懂且代码非常详细,可直接运行-classic data structure book(in C),it s very easy to understand,it also contains full codes which can execute on the computer directly.
  3. 所属分类:Data structs

    • 发布日期:2017-06-17
    • 文件大小:27276082
    • 提供者:123
  1. c-100

    0下载:
  2. C语言经典算法一百例,其中含有 水仙花书 等算法-Classical algorithm one hundred cases of the C language, which contains algorithms, such as daffodils book
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6832
    • 提供者:里昂
« 12 3 4 5 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com