搜索资源列表
c
- c算法大全,包含100种c算法集合,很详细
Floyd-Warshall-c-chengxi
- Floyd-Warshall算法描述 1)适用范围: a)APSP(All Pairs Shortest Paths) b)稠密图效果最佳 c)边权可正可负 2)算法描述: a)初始化:dis[u,v]=w[u,v] b)For k:=1 to n For i:=1 to n For j:=1 to n If dis[i,j]>dis[i,k]+dis[k,j] Then Dis[I,j]:=dis[I,k]+dis[k,j] c)算法结
k-means c++源码
- 社团结构划分中 k-means算法 C++源码
操作系统中改进型clock页面置换算法的演示算法
- 操作系统中改进型clock页面置换算法的演示算法,Improved version of the operating system clock page replacement algorithm demonstration algorithm
FIFO.先进先出调度算法(FIFO)处理缺页中断
- 关于操作系统:先进先出调度算法(FIFO)处理缺页中断,On the operating system: FIFO scheduling algorithms (FIFO) handling page fault
ACM
- 算法精华,学习算法使用,据说是目前最全的ACM竞赛的算法大全,不看会后悔的哦-Algorithm is the essence of learning algorithm to use, is said to be the most full-race of the ACM algorithm Daquan, oh do not look would regret
数据挖掘c++代码
- 包括关联 聚类 神经网络 遗传算法
银行家算法(C语言)
- 银行家算法的虚拟实现- The banker algorithm hypothesized realizes
大堆常用C源码
- 都是C语言常用的算法-C language is commonly used algorithm
computerarithmetic(C++)
- 计算机常用数值算法与程序(C++版) 压缩包解压时没有密码-Computer numerical algorithm and procedures used (C++ Version) when extracting compressed packets do not have a password
C-ORDER
- 裡邊包含常用的排序算法,比如冒泡、快速、等等都有詳細的原始代碼供大家分享,希望對大家有用。-Inside contains commonly used sorting algorithm, such as bubbling, fast, and so a detailed source code for all to share, in the hope that useful.
c
- C++经典算法源码绝对的经典好的算法源码-C++ classic algorithm source algorithm absolute classic good source
c
- c入门代码大全,算法大全,数据类型,文件,指针-c Guinness entry code, algorithms Guinness Entry code Guinness, Guinness algorithm, data type, file, pointer
the-codes-of-C-about-important-algorithms
- 10个重要的算法C语言实现源代码:拉格朗日,牛顿插值,高斯,龙贝格,牛顿迭代,牛顿-科特斯,雅克比,秦九昭,幂法,高斯塞德尔-10 key algorithm C language source code: Lagrange, Newton interpolation, Gaussian, Romberg, Newton, Newton- Cortez, Jacobi, Qinjiu Zhao, power method, high Sisedeer
c
- 解遗传算法的c语言代码,就是关于货物配送路径-Genetic algorithm solution c language code
C-algorithm-Sources
- 《妙趣横生的算法(C语言实现)》的源代码,学习算法的朋友们看看。-" Fun algorithm (C language)," the source code, learning algorithms friends to see.
C++编程实例
- C++编程实例,特别适合于初学者入门参考,其中包括一些经典的例程和算法
C-C-model
- 基于matlab的C-C算法,用于预测,计算嵌入维数和延迟时间,很好用,简单。-The C-C based on matlab to forecast,to calculate the m and delay time,it is very good ,and useful.
银行家算法
- c语言版银行家算法实现,可以在Linux gcc编译运行。(C language version of bankers algorithm, you can compile and run in Linux gcc.)
数据结构与算法分析C++描述源代码
- 数据结构与算法分析C++描述源代码,书籍源码,学习数据结构,了解这些结构应该怎么实现(Data Structure and Algorithm Analysis C++ Descr iption Source Code)