资源列表

« 1 2 ... .50 .51 .52 .53 .54 2255.56 .57 .58 .59 .60 ... 2656 »

[数据结构常用算法stackProblem

说明:车厢调度问题,用数据结构的栈来实现车厢调度-Train scheduling problem, using the data structure inside the stack to implement scheduling
<施文凯> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法youxiangxunhuantumigongwentiqiujie

说明:有向循环图迷宫问题求解,普通迷宫问题要求找出从迷宫入口到出口的所有路径,而此次研究的主要内容是找出有向循环图中的回路(即容易造成流程死循环的地方),消除循环并找出死结点。与此同时,找出死结点后,其他顶点最终都能够到达迷宫的出口。在实际审计过程中的应用意义则为:确定审计工作在哪一个负责部门完成后,是无法继续向其他负责部门传递审计工作直到完成整个审计流程的。-Directed cyclic graph maze problem solvin
<wenwen> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法a

说明:用vc实现apriori算法。apriori算法是关联规则中的一种算法-apriori
<谭洋> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法factsort

说明:Factorial & Bubble sort of number
<Sachin> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法8huanghou

说明:八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-Eight queens problem is an old and well-known problem is a typical example backtracking algorithm. The pro
<pudn15a> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法dijkstra

说明:迪杰斯特拉算法 计算图中两点间的最短路径-dijkstra
<刘虎> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法AVL

说明:AVL树操作代码,借鉴了《算法导论》,具有不错的借鉴价值-AVLtree operation code
< 丁易> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法08150851

说明:从一个迷宫的入口到出口找出一条可通路经。用一个二维数组MG(1:M,1:N)模拟迷宫,数组元素为0表示该位置可以通过, 数组元素为1表示该位置不可以通行。MG(1,1)和MG(M,N)分别为迷宫的入口和出口。 -From the entrance to the exit of a maze to find an available path through. With a two-dimensional array MG (1:
<de> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法sqlist

说明:顺序表的基本操作,插入,删除和输入输出等操作-The basic operation of the order of the table, insert, delete, and input and output and other operations. . . . . . .
<de> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法cordic

说明:用CORDIC算法来计算正弦和余弦函数,稍加修改还可计算其他函数-CORDIC algorithm is used to calculate the sine and cosine functions, other functions can be calculated slightly modified
<姚玉龙> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法shezhimima

说明:本程序是一个设置密码的实例,当用户输入错误的密码的时候,系统提示密码错误并要求重新输入,只有输入了正确的密码,才能进行下一步操作。-This procedure is a set of code examples, when a user enters the wrong password prompt, and request to enter the password mistake, only the correct passwo
<小宋> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法Maze

说明:走迷宫,迷宫搜索算法,对于一个任给的迷宫,给定入口,自动给出出口及走迷宫的路径-Maze, maze search algorithm, for a term to the maze, given the import, export and automatic paper path Maze
<张晓东> 在 2025-01-16 上传 | 大小:1kb | 下载:0
« 1 2 ... .50 .51 .52 .53 .54 2255.56 .57 .58 .59 .60 ... 2656 »

源码中国 www.ymcn.org