资源列表
排序选择:
[Linux/Unix编程] flashplayer-0.2.tar
说明:linux下的flash的播放源代码,经验证-linux under the flash player source code, experience certificate<王凯> 在 2025-01-11 上传 | 大小:8.13mb | 下载:0
[数据结构常用算法] shortestwayvc++
说明:数据结构求最短路径vc++ 实现手动作图,设计起点--终点,按运行,直接求出最短路径,本程序有待改进,能向优化工作处理方面发展。-Data structure for shortest path vc++ Realize manually mapping, design starting point- the end by running directly to derive the shortest path, the proce<赖官铨> 在 2025-01-11 上传 | 大小:2.28mb | 下载:0
[数据结构常用算法] Data_Structures_Algorithm_Analysis
说明:数据结构和算法分析C语言版 E文原版by Mark Allen Wei-Data structure and algorithm analysis of C Language E version of the original text by Mark Allen Wei<ZJH> 在 2025-01-11 上传 | 大小:2.03mb | 下载:0
[电子书籍] Labview_abc
说明:labview入门教程,希望对大家有帮助-LabVIEW Getting Started Guide, and they hope to help everyone<melissa> 在 2025-01-11 上传 | 大小:1.56mb | 下载:0
[Windows编程] duoxiangshi
说明:一般情况下,一元多项式的表示及相加减,可以用顺序存储结构,使得多项式相加减的算法定义十分简单。然而,在通常的应用中,多项式的次数可能很高且变化很大,使得顺序存储结构的最大长度很难确定。特别是在处理形如 的多项式时,就要用一长度为20001的线性表来表示,表中仅有3个非零元素,这种对内存空间的使用是很浪费的。为避免出现这种情况,本程序采用了链式存储结构,使得在进行诸如 运算时更节省内存空间。-Under normal circumstan<彭枝考> 在 2025-01-11 上传 | 大小:2kb | 下载:0