搜索资源列表
数据结构实验与实训教程
- 数据结构实验与实训教程 书籍语言: 简体中文 书籍类型: 程序设计 授权方式: 免费软件 书籍大小: 1.7 MB -experimental data structure and Training Guide books Language : English books categories : program design license : free software books Size : 1.7 MB
蕊
- 学校景点分布图最佳路径选择,通过最短路径选择让游者能够自由选择最佳观赏路径-schools attractions distribution choose the best path through the shortest path chosen You can watch free to choose the best path
opus4
- 此文件为网络书籍数据结构的面向对象方法的源码,请大家自由使用-books for the network structure of the data object-oriented source code, you are free to use the
Simulate_Allocate_Memory_Implement_by_C
- 模拟内存分配的c语言实现 六、 实验目的 了解用户程序分配内存以及回收所用内存的过程,加深对操作系统存储管理机制的理解。 七、 实验内容 采用首次适应法、最佳适应法或最差适应法,编写一内存分配和回收模拟程序。 (提示:“内存空闲区”数组的设置原理类似于实验一。动态地随机产生新的“内存分配”或“内存回收”请求,再按照你选定的分配算法修改这个数组。由于这个实验的重点在于内存分配,所以不考虑与某内存区相关的进程情况。) -simulation memory allocation
MSTVisual
- 最小生成树的算法演示,可自由添加结点和移动结点,边的权重也可自由更改-minimum spanning tree algorithm demonstration of the freedom to add nodes and mobile nodes, while the weights are free to change
waffles-2006-05-25
- 一个非常有用的开源代码,包括几个常用的算法如聚类,傅立叶变换等等,用户可自由修改代码-a very useful source code, including several commonly used algorithms such as clustering, and so on Fourier transform, users are free to modify the code
C-Free
- 看标题就明白了~! 是一个注册机来的,不过,我不知道能不能上载,这是我第一次上载东西,希望大家支持~!-can understand the title on ~! RI is the one, but I do not know whether or not available, This is the first time I set out on things that we support ~!
cfl
- 上下文无关文法(Context-Free Grammar, CFG)是一个4元组G=(V, T, S, P),其中,V和T是不相交的有限集,S∈V,P是一组有限的产生式规则集,形如A→α,其中A∈V,且α∈(V∪T)*。V的元素称为非终结符,T的元素称为终结符,S是一个特殊的非终结符,称为文法开始符。 设G=(V, T, S, P)是一个CFG,则G产生的语言是所有可由G产生的字符串组成的集合,即L(G)={x∈T* | Sx}。一个语言L是上下文无关语言(Context-Free Lan
HutianBTree
- 本人自己的作品,可以自由使用!谢谢本人自己的作品,可以自由使用!-my own work, free to use! Thank you, my own work, free to use! Thank you
DA_VC
- 用VC实现Dijkastra算法求最短路径的完整程序。可自行输入邻接点。-with VC Dijkastra shortest path algorithm for the complete procedure. Free importation of adjacent points.
QuickSort
- C语言实现的快速排序算法源程序,再VC6.0和C-Free下调试运行通过。
duorenwu
- 多任务下的数据结构于算法 本代码使用的注释风格采用一个free的工具doc++的风格,可以使用这个工具将代码中的注释生成文档,
car
- 停车场管理系统 c语言实现 停车场拥有M个车位和一条进入停车场的便道,便道上最多停放N辆汽车。汽车要想进入车位,首先进入便道等候。若有空闲车位,则停车入位,否则在便道继续等候,直至有车位空出。若便道已经停满等候的汽车,后到达的汽车只能离开,选择其他停车场。设计一个停车场管理系统,模拟停车场的运作,并统计停车场的收入。-Parking Management System with M c language parking spaces and a sidewalk into the park
FAT12
- 详细了解一下FAT文件分配表、根目录、用户数据的数据结构,只有通过详细分析这些数据结构,才能自由的存取FAT12格式的磁盘文件-Learn more about FAT file allocation table, root directory, the user data structure, and only through detailed analysis of these data structures in order to free access to FAT12 format d
gmp-5.0.2
- GMP 高精度运算工具包 运算不再受精度和值域的限制。-GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. There is no practical limit to the precision except the ones implied by the available me
Campustourguide
- 课程设计: 用无向网表示学校的校园景点平面图,图中顶点表示主要景点, 存放景点的编号、名称、简介等信息,图中的边表示景点间的道路,存放路径长度等信息。要求能够回答有关景点介绍、游览路径等问题。游客通过终端可询问: (1)从某一景点到另一景点的最短路径。 (2)游客从公园进入,选取一条最佳路线。 (3)使游客可以不重复地浏览各景点,最后回到出口(出口就在入口旁边)。 -Curriculum design: Net free to express School ca
sequenlist
- 线性表(顺序表)的创建,插入,删除操作,在vc6.0huoc-free可实现。 对于初学数据结构者,该程序是综合理解线性表最好的程序。-Linear form (order form) the creation, insertion, deletion, in vc6.0huoc-free can be realized. Data structure for the beginner, and the program is a comprehensive understanding of
shangji
- 大二半年的数据结构上机实验。包括链表,栈和循环队列,树,图。可供初学数据结构者上机参考。全部均可以在C-Free中运行。-Sophomore data structure on a six-month experiment. Including the list, stack and the cycle queue, tree, Fig. For beginners are on the machine data structure reference. All of which can run
SUANFA
- 计算机算法课程中的实验 单源点最短路径问题 可以自由输入有向权图 -Computer algorithms course experiments, single source shortest path problem has to be free to enter the right of Figure
dict
- 设∑={α1, α2…… αn }是n个互不相同的符号组成的符号集。 Lk={β1β2…βk | βiЄ ∑,1≤i≤k}是∑中字符组成的长度为k 的全体字符串。 S是Lk的子集,S是Lk的无分隔符字典是指对任意的S中元素a1a2…ak, b1b2…bk. {a2a3…akb1, a3a4…akb1b2, ……, akb1b2… bk-1 }∩S=Φ。该算法算法,对于给定的正整数n 和k,计算 Lk的最大无分隔符字典。 -Set Σ = [α1, α2 ... ...