资源列表
bank
- 一个简单的用c语言实现的银行家算法,短小精悍,可以参考一下-A simple c language of the banker' s algorithm, dapper, you can refer to
sy3
- 实验题目:Hermite插值多项式 相关知识:通过n+1个节点的次数不超过2n+1的Hermite插值多项式为: 其中,Hermite插值基函数 数据结构:三个一维数组或一个二维数组 算法设计:(略) 编写代码:(略) 实验用例: 已知函数y=f(x)的一张表(其中 ): x 0.10 0.20 0.30 0.40 0.50 y 0.904837 0.818731 0.740818 0.670320 0.606531
Data-Structures
- Simple Data Structures Problem
Seqlist
- 建立含有若干个元素的顺序表; 对已建立的顺序表实现插入、删除、查找等基本操作。 -Contains a number of elements in the order table established sequence table insert, delete, find basic operations.
dijkstra
- 数据结构中dijkstra单源最短路径算法-dijkstra single-source shortest path algorithm
poj1100
- 北大在线OJ 1100题,运用自动机成功求解方程式的经典例子,此程序可作为自动机模板
公共子序列
- 求公共子序列,字符序列的子序列是由删除该序列任意位置的任意个元素而得。值得一看的代码。-seeking public sequences, character sequences sequences deleted from the location of arbitrary sequences of arbitrary elements derived. This text code.
最佳适应法内存分配
- 确定分配内存块管理的数据结构、空闲块的数据结构,然后完成内存分配、内存回收、空闲块管理等程序代码;最后编写模拟分配和回收过程的主函数
chazhi
- 数值分析——牛顿插值和拉格朗日插值算法的c++源代码实现-Numerical analysis- Newton interpolation and Lagrange interpolation algorithm source code c++
work1
- 邮局选址问题的文件输入到数组处理,一个很经典的算法设计问题源码-The post office siting file input to array processing, a classic algorithm design problem source
zdlc
- 【问题描述】 甲、乙、丙、丁、未五城市分别距离为( 单位是: km): 甲 - 乙 300 甲 - 未 3000 乙 - 丙 2500 乙 - 丁 800 丙 - 未 1000 丁 - 甲 2000 丁 - 丙 400 丁 - 未 1200 未 - 乙 500 现从未地出发,到其它各城市的最捷路径。 【设计要求】 1、写出系统需求分析,并建模。 2、编程实现,界面友好。 3、输出各条最捷路径 4、语言不限,最好是c或c++ -【Desc
1152
- 马周游问题代码,走日字形的马在 一个棋盘-Ma tour problem code