资源列表

« 1 2 ... .42 .43 .44 .45 .46 847.48 .49 .50 .51 .52 ... 2656 »

[数据结构常用算法chenlieguan

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

[数据结构常用算法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> 在 2025-06-09 上传 | 大小:391kb | 下载: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 the appropriate window and cus
<linqingyang> 在 2025-06-09 上传 | 大小:698kb | 下载:0

[数据结构常用算法list

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

[数据结构常用算法123

说明:解决约瑟夫问题,运行过了,保证可以。问题是清华严蔚敏版本的《数据结构》书-Joseph problems to solve, run-off, and guarantee. The problem is Tsinghua Yan Wei-min version of the " Data Structure" book
<林海翔> 在 2025-06-09 上传 | 大小:634kb | 下载: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, 即方程为x*x=2的解。二分法的原理是反复地把区间分为两个
<闻悦> 在 2025-06-09 上传 | 大小:1.11mb | 下载:0

[数据结构常用算法DPmissileDefence

说明:动态规划入门问题:导弹防御 的解答与源程序,包含样例输入与输出-Introduction to dynamic programming problems: answers and the source of missile defense, including sample input and output
<张无忌> 在 2025-06-09 上传 | 大小:1kb | 下载:0

[数据结构常用算法atan

说明:反正切函数C实现,一个简单的C语言函数的实现,以及两个math的头文件-Arc tangent function C implementation, a simple implementation of C-language function, and two math header file
<张无忌> 在 2025-06-09 上传 | 大小:7kb | 下载:0

[数据结构常用算法1027

说明:这是一个中序线索建立二叉树的程序希望能给用的上的人一点提示 , -This is a clue in order to establish procedures for binary tree used in hopes of giving the person a little on the tips,
<金希希> 在 2025-06-09 上传 | 大小:1kb | 下载:0

[数据结构常用算法Polyn_Multy

说明:单链表表示的一元多项式的乘法,这个程序感觉不错,可以处理所有正常情况下的输入-This is a Multy of the linklist.
<石俊> 在 2025-06-09 上传 | 大小:1.17mb | 下载:0

[数据结构常用算法queen

说明:对N皇后问题进行优化,可以在较短时间内计算出皇后排列方法的个数-Optimized for N queens problem, you can calculate the Queen in a relatively short period of time means the number of ordered
<ding> 在 2025-06-09 上传 | 大小:1kb | 下载:0

[数据结构常用算法migong

说明:以一个Maze(m, n)的长方阵表示迷宫, 迷宫的入口是Maze(1,1), 出口是Maze(m, n), Maze(i,j)等于0表示通路, Maze(i,j)等于1表示障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。各个命令以及相关数据的输入格式如下: 输入迷宫:C,接下来一行是m n,其中m是迷宫矩阵行数,n是迷宫矩阵列数,接下来的m行数据是迷宫矩阵,每行n个值,表示一个m*n的迷宫矩阵 求迷宫的一条通路:Q 当输入的命令为E时,程序
<ma> 在 2025-06-09 上传 | 大小:1kb | 下载:0
« 1 2 ... .42 .43 .44 .45 .46 847.48 .49 .50 .51 .52 ... 2656 »

源码中国 www.ymcn.org