资源列表

« 1 2 ... .97 .98 .99 .00 .01 1802.03 .04 .05 .06 .07 ... 2656 »

[数据结构常用算法longest

说明:数据结构中,发现两个字符串中最大匹配的字符的相关程序-Data structure, we found two strings of characters in the biggest match of the relevant procedures
<王营> 在 2024-11-06 上传 | 大小:9216 | 下载:0

[数据结构常用算法stx-btree-0.8

说明:一个用C++实现的B+tree程序源代码-b+tree implemented with c++
<zhangcy> 在 2024-11-06 上传 | 大小:486400 | 下载:0

[数据结构常用算法DataStructureSort

说明:数据结构 内部排序PPT 希尔排序 快速排序 归并排序-Internal data structure to sort PPT
<舒畅> 在 2024-11-06 上传 | 大小:83968 | 下载:0

[数据结构常用算法fenpeicelue

说明:数据结构的课程设计,编程实现一个简单的分配问题!-Curriculum design, data structures, programming a simple allocation problem!
<> 在 2024-11-06 上传 | 大小:32768 | 下载:0

[数据结构常用算法Maze

说明:用栈解决迷宫问题,随机生成迷宫,而且还调用了 windows.h 实现了 windows 控制台字体变化,采用C++实现,注释很详细-Find a way through a maze with stack. The maze is generated randomly. Change the colors in console. Use C++ with detailed comments.
<LuJun> 在 2024-11-06 上传 | 大小:3121152 | 下载:0

[数据结构常用算法chenlieguan

说明:数据结构与算法里,陈列馆中机器人看守问题。-dormitories
<gao> 在 2024-11-06 上传 | 大小:617472 | 下载:0

[数据结构常用算法polynomial

说明:利用链表解决合并两个多项式的问题,最后按格式输出多项式-Combine two polynomials using linked list, then format printing
<LuJun> 在 2024-11-06 上传 | 大小:357376 | 下载:1

[数据结构常用算法LinearList

说明:如何分离一个顺序表里的0元素和非0元素?本程序展示了三种高效算法并比较他们之间的性能-How to separate 0 and non-0 element in a squencial list? The program shows three effective algorithm and compare their performances.
<LuJun> 在 2024-11-06 上传 | 大小:400384 | 下载:0

[数据结构常用算法BankLiner

说明:模拟银行排队机系统,父进程负责调度,子进程负责接收顾客、打印顾客号、呼叫顾客到相应窗口和服务顾客。-Simulation Bank Queue System, the parent process is responsible for scheduling, sub-process is responsible for receiving clients, print customer number, call customer to
<linqingyang> 在 2024-11-06 上传 | 大小:714752 | 下载:0

[数据结构常用算法list

说明:list方法,包含创建list和创建节点-function of list
<ty> 在 2024-11-06 上传 | 大小:1024 | 下载:0

[数据结构常用算法123

说明:解决约瑟夫问题,运行过了,保证可以。问题是清华严蔚敏版本的《数据结构》书-Joseph problems to solve, run-off, and guarantee. The problem is Tsinghua Yan Wei-min version of the " Data Structure" book
<林海翔> 在 2024-11-06 上传 | 大小:649216 | 下载:0

[数据结构常用算法3

说明:实现二分法求解方程。编写并使用以下函数: double SolveRoot(double(*pf)(double x),double a,double b,int n) 这里,pf指向一个函数f,f用来定义要求解的方程f(x)=0,a和b是未知解x的上下界(即a<=x<=b), n是循环次数。例如,如果f(x)=x*x-2,则SolveRoot (f,1,2,100)将返回1.414213562373095,
<闻悦> 在 2024-11-06 上传 | 大小:1166336 | 下载:0
« 1 2 ... .97 .98 .99 .00 .01 1802.03 .04 .05 .06 .07 ... 2656 »

源码中国 www.ymcn.org