资源列表

« 1 2 ... .22 .23 .24 .25 .26 1227.28 .29 .30 .31 .32 ... 2656 »

[数据结构常用算法Text1

说明:数据结构学习中的农夫过河问题: 有一人要将自己的兔子、蔬菜、狐狸三物品运过河,但过河的船每次只能运农夫自己和一样东西,而这三种物品之间有存在一定的制约关系:兔子不能单独和狐狸或蔬菜放在一起。构造出问题模型并编程实现求解。-Data structure learning problem in the farmer across the river: one person to own a rabbit, vegetables, fox a
<> 在 2024-10-15 上传 | 大小:212992 | 下载:0

[数据结构常用算法eight-queens

说明:八皇后问题,是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法解出92种结果。计算机发明后,有多种方法可以解决此问题。 -Eight queens problem i
<LJJ> 在 2024-10-15 上传 | 大小:1024 | 下载:0

[数据结构常用算法LDPC_Girth4-Test

说明:检查LDPC 的围长是否超过4, Matlab code-LDPC Girth-4 test, Matlab code
<linzhujun> 在 2024-10-15 上传 | 大小:8192 | 下载:0

[数据结构常用算法gfq

说明:LDPC code generator and encoder and decoder -LDPC code generator and encoder and decoder
<linzhujun> 在 2024-10-15 上传 | 大小:16384 | 下载:0

[数据结构常用算法GF2_LDPC.c.cpp

说明:GF(2) LDPC encoding/decoding simulator, // (c) 2005-2006 by Seishi Takamura @ Stanford University / NTT (Nippon Telegraph and Telephone) // Absolutely no warranty.-GF(2) LDPC encoding/decoding simulator, // (c) 200
<linzhujun> 在 2024-10-15 上传 | 大小:5120 | 下载:0

[数据结构常用算法Joseph

说明:约瑟夫环代码 用Visio C++写的 保证可以运行 很好用-Joseph Ring with Visio C++ code written to run well with the guarantee
<> 在 2024-10-15 上传 | 大小:226304 | 下载:0

[数据结构常用算法zhizhengzifuzchuan

说明:6-3(4)用指针找统计字符个数,例题,通过指针引用数组元素,指针矩阵转置,指针链表,指针排序,指针数组排序Cpp,指针字符串连接-6-3 (4) with a pointer to the number of characters to find statistics, examples, reference array elements via pointers, pointer matrix transpose, the poin
<zhaoyunze> 在 2024-10-15 上传 | 大小:4096 | 下载:0

[数据结构常用算法shuzu

说明:二分查找法,函数重载,矩阵,排序,顺序查找法-Binary search method, function overloading, matrix, sort, sequential search method
<zhaoyunze> 在 2024-10-15 上传 | 大小:2048 | 下载:0

[数据结构常用算法heap

说明:堆排序,一款不错的排序方式,排序方式不错-Sort,a good sort
<asdfasd> 在 2024-10-15 上传 | 大小:1024 | 下载:0

[数据结构常用算法stackoperation

说明:一个关于数据结构的小程序,压站,弹站,对编程很有用的-A small program on the data structure, pressure points, playing the station, very useful for programming
<madaha> 在 2024-10-15 上传 | 大小:1024 | 下载:0

[数据结构常用算法maze

说明:迷宫问题的递归解法和非递归解法,里面有详细的注释。是学习递归算法的好资料。-Maze of recursive and non recursive solution method, which has detailed notes. Recursive algorithm to learn good information.
<zhsenl> 在 2024-10-15 上传 | 大小:2048 | 下载:0

[数据结构常用算法bankers-algorithm

说明:银行家算法是一种最有代表性的避免死锁的算法。在避免死锁方法中允许进程动态地申请资源,但系统在进行资源分配之前,应先计算此次分配资源的安全性,若分配不会导致系统进入不安全状态,则分配,否则等待。为实现银行家算法,系统必须设置若干数据结构。-Banker' s algorithm is one of the most representative algorithm to avoid deadlock. Method to avoid
<zhsenl> 在 2024-10-15 上传 | 大小:2048 | 下载:0
« 1 2 ... .22 .23 .24 .25 .26 1227.28 .29 .30 .31 .32 ... 2656 »

源码中国 www.ymcn.org