资源列表

« 1 2 ... .60 .61 .62 .63 .64 1865.66 .67 .68 .69 .70 ... 2656 »

[数据结构常用算法6

说明:八皇后问题:设8皇后问题的解为 (x1, x2, x3, …,x8), 约束条件为:在8x8的棋盘上,其中任意两个xi 和xj不能位于棋盘的同行、同列及同对角线。要求用一位数组进行存储,输出所有可能的排列。-eight Queen
<yosam> 在 2024-10-03 上传 | 大小:133120 | 下载:0

[数据结构常用算法Saint-Venant-equations

说明:圣维南方程组计算程序 vb开发 进行河道水流模拟计算-Saint-Venant equations vb development of computational procedures for river flow simulation
<dirac> 在 2024-10-03 上传 | 大小:2048 | 下载:0

[数据结构常用算法Contacts

说明:采用链表编写的通讯录,可以输出TXT文件。 该通讯录具有查找,修改,删除等功能。 -Linked list prepared by the contacts, and can output TXT file. The address book has a find, modify, and delete functions.
<Nemol> 在 2024-10-03 上传 | 大小:4096 | 下载:0

[数据结构常用算法shell

说明:一个关于shell排序的代码,很实用,而且效率高。-A shell of the sort of code, very practical, and high efficiency.
<啊威> 在 2024-10-03 上传 | 大小:1024 | 下载:0

[数据结构常用算法hash

说明:这是一个有关于hash排序的算法,里面的是代码,很详细。-this is the code which about hash array.
<啊威> 在 2024-10-03 上传 | 大小:2048 | 下载:0

[数据结构常用算法BinarySearchTree

说明:按键盘输入顺序,二叉搜索树的建立,前序,中序,后序周游算法。链式存储。-Keyboard input order, the establishment of the binary search tree, preorder, inorder and postorder travel around the algorithm. Chain store.
<冯乐乐> 在 2024-10-03 上传 | 大小:6144 | 下载:0

[数据结构常用算法migong

说明:迷宫问题 一个迷宫可用上图所示方阵[m,n]表示,0表示能通过,1 表 示不能通过。现假设耗子从左上角[1,1]进入迷宫,编写算法,寻 求一条从右下角 [m,n] 出去的路径-Maze A maze of available shown on the square [m, n], 0 through a table Means you can not pass. It is assumed that the mous
<yangyanqing> 在 2024-10-03 上传 | 大小:1024 | 下载:0

[数据结构常用算法an-array-of-linked-lists

说明:数据链表的基本实现,包括用数组模拟建立一个链表,求长度,遍历及在指定位置插入以及删除数据。-The basic implementation of the data linked list to create a linked list using an array of analog and length, traverse and insert, and delete data in the specified location.
<罗鑫> 在 2024-10-03 上传 | 大小:2017280 | 下载:0

[数据结构常用算法Josephus

说明:有n个人围坐在一个圆桌上,每个人的编号分别为1,2,3…n,现从第一个人开始数,数到第m个人时,这个人出列,再从下一位其编号是出列的人编号的后一位开始重复上述操作直到所有人都出列(编号是循环的,及最后一位的下一位是第一位),编写一个程序试将出列人的编号依次输出。-A n personal sitting around a round table, each person s Numbers were 1, 2, 3... N, now
<xu_xianyu> 在 2024-10-03 上传 | 大小:3072 | 下载:0

[数据结构常用算法hush-Similarity-statistics

说明:利用hush算法统计c语言程序的相似度,以检查两个c程序是否有相互模仿的嫌疑-hush Similarity statistics
<Ts> 在 2024-10-03 上传 | 大小:1024 | 下载:0

[数据结构常用算法PageProcedure-

说明:模拟页式存储器管理程序(包含最佳置换、先进先出置换、最近最少使用置换算法)-Analog page memory management procedures (including the best replacement FIFO replacement, the least recently used replacement algorithm)
<vivian > 在 2024-10-03 上传 | 大小:3962880 | 下载:0

[数据结构常用算法dijkstra

说明:DIJASTRA算法,是一种用处广泛的数据结构里的重要算法。-DIJASTRA algorithm is an important algorithm in a wide range of useful data structures.
<fruit> 在 2024-10-03 上传 | 大小:1024 | 下载:0
« 1 2 ... .60 .61 .62 .63 .64 1865.66 .67 .68 .69 .70 ... 2656 »

源码中国 www.ymcn.org