资源列表
annbp
- 人工神经网络中的前馈神经网络,反向传播算法
hw1_1p2b.m
- optimization using SUMT
Mod_CPUTime
- 一个用来实现CPU间计算的FORTRAN90模块M_CPUTime。在你的FORTRAN程序中,只要包含这一模块,就可以在你的主要算法运行前:Call GetStartTime(),在你的算法运行完成后Call GetEndTime()就可以在屏幕上打印出你的算法程序的耗时。主要用于FORTRAN程序设计中,各算法速度之间的比较。-A FOR90 module to count the expending time of some Fortran running tasks.
INV2
- 利用初等行变换实现的c语言求逆程序,非常好用,结构清晰-Using the elementary row transform the inverse c-language program, very easy to use, clear structure
equation
- 线性方程组的计算,采用的是高斯消元法来实现的。只有主要的算法代码,没有写主函数-Calculation of linear equations using the Gauss elimination method to achieve. Only the main algorithm code, did not write the main function
WN
- 转载【原创】小波神经网络程序!!此程序为本人在研学论坛中看到的,分享一下-Reprinted】 【original neural network program! ! This program is in the research study I see in forums, to share
1
- 利用数据结构的链表性质来进行查找操作,对应成功失败的结果有相应的返回值-The nature of the data structure linked list lookup operation, corresponds to the results of success or failure return value
packfp_packfp
- floating point packing
ledPrint
- 输入一串数字,好像led灯显示在终端上,c++实现-Enter a string of numbers, as if led lights displayed on the terminal
N-queens-problem
- 八皇后问题是一个古老而著名的问题,是回溯算法的经典问题。该问题是十九世纪著名的数学家高斯在1850年提出的:在8*8的国际象棋棋盘上,安放8个皇后,要求没有一个皇后能够“吃掉”任何其它一个皇后,即任意两个皇后不能处于同一行,同一列或者同一条对角线上,求解有多少种摆法。 高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法得到结论,有92中摆法。 本实验拓展了N皇后问题,即皇后个数由用户输入。 -Eight queens problem
newton
- newton法最优化算法-newton method optimization algorithm
Selection-method-main4
- 这是用C++语言写的一个用选择排序法排序的程序-This is written in c++ language with a selection method of the program
