资源列表
7654
- 一个数据库建立与读取的源代码,带有注释,适合初学者使用很不错-a database and read the source code, with the Notes, for beginners is pretty good
324
- 一般矩阵的奇异分解算法,基本算法思想都是对的希望可以给到帮助-general singular matrix decomposition algorithm, the basic algorithm is the right to hope for help
1111676565
- 修正后的bpnn,实现对BP网络的模拟,具有参考价值-amendment to the bpnn realize the BP network simulation, with reference value
999999956565
- 自己编的BP算法(工具:matlab)请大家指教,参考-developed by BP algorithm (Tools : Matlab) Please enlighten reference
xxbgb
- 首先,用前插法建立链表,在算法中以create函数表示;其次,定义mergeab函数,表示算法的归并: 本算法的思路为:顺次逐个将单链表的ha中的节点(P节点)在链表 hb中查找是否有重复的结点,若有,则不插入到链表hb中,将其从链表ha中删除。若在链表hb中找到第一个大于P的节点的数据域值的节点(Q节点),则在Q节点之前插入P节点,否则将链表ha联接到链表hb的表尾。为了实现方便在单连表hb之前附加一个表头节点,带归并完成后,再归还该表头节点,返回归并后连表的头指针。 最后,
ksps
- 首先,初始化将要排序的序列,以数组初始化。 第二,定义快速排序函数: 本算法思路为:在待排序的n个记录中任取一个记录r(通常取第一个记录),以该记录的关键字k为准,将所有剩下的n-1个记录分割成两个子序列。第一个子序列中的每个记录关键子均小于或等于k,第二个子序列中的每个记录关键字均大于或等于k,然后将k对应的记录排在第一个子序列之后及第二个子序列之前。这个过程为一遍排序。之后分别对子序列1和子序列2重复上述过程,直至每个子序列只有一个记录为止。 最后,定义
a3a82
- 以前写的一个A3A8算法的DLL.供有兴趣者参阅.-previously wrote an algorithm A3A8 DLL. For those with an interest in information.
POJACM
- 浙大ACM题目分类,对于学习ACM的同学很有帮助-Zhejiang University ACM topic classification, the students learn helpful ACM
20076212181304
- 计算PI精确数值到30000位的程序代码 运行平台: Windows -PI precise numerical calculation of the 30000 code platforms : Windows
yiqunsuanfa_new
- 刚根据蚁群算法文档编写的蚁群算法的程序,希望对大家有帮助。-just under the ant algorithm document prepared by the ant algorithm procedures, we hope to help.
115454545
- 小波程序清单,各种小波程序!!!很好的呀!-wavelet inventory procedures, various procedures wavelet! ! ! Good!
many_sort
- 九种排序的源代码,冒泡排序: 直接插入排序 希尔排序 归并排序 折半插入排序 直接选择排序 基数排序 快速排序 堆排序-nine ranking source code, Bubble sort : Hill inserted directly Ranking Ranking Ranking half merging inserted directly choose Ranking Ranking Ranking rapid base sequencing Hea