资源列表
bp
- 经典的BP网络算法,可用于学习,里面有采样,学习,训练,识别等等。欢迎把此算法进行改进,把人工智能发扬广大。
myfft
- 4096点混合基的FFT算法,本人已调试通过,希望对朋友们有帮助-4096-point FFT-based hybrid algorithm, I have debug through, in the hope that my friends have to help
FFT
- 自己编写的MATLAB程序,用于实现FFT变换,并和MATLAB自带的FFT函数作对比-Have written MATLAB program for the realization of FFT transform, and FFT and MATLAB built-in function compared
Code
- 最大流的压入与重标记算法,最短路程,最大费用的算法,-The Push-Relabel Algorithm max/min cuts
shunxu
- 数据结构中顺序栈的实现 开发环境Visual C-Stack data structure in order to achieve development environment of Visual C++
lianbiao
- 数据结构经典实验 关于链表的实现 环境Visual C-Data structure of a classic experiment on the list to achieve environmental Visual C++
LL1wenfapanding
- LL(1)文法使用的是确定的自顶向下的分析技术。LL(1)的含义是:第一个L表明自顶向下分析是从左向右扫描输入串,第2个L表明分析过程中将使用最左推导,1表明只需向右看一个符号便可决定如何推导,即选择哪个产生式(规则)进行推导。-LL (1) grammar is used to determine the top-down analysis techniques. LL (1) the meaning is: the first show that L is top-down analysis
tubianli
- 数据结构中课程设计,图的遍历,环境Visual C-Data structure in curriculum design, graph traversal, environmental Visual C++
bianli
- 利用Visual C++ 关于图的遍历数据结构中的经典例题-Using Visual C++ on the graph traversal
yemianzhihuan
- 在段式虚拟存储器中,虚拟空间中能容纳的程序段数要比主存空间中能存放的相同长度的程序段数要多得多。因此,必然会出现当主存中所有页面都被占用,或者所有主存空间都被占用,而又要从磁盘存储器重调入新页(或新段)的情况。这时,必须从主存储器中淘汰一个不常用的页面(或程序段),以腾出主存空间来存放新调入的页面(或程序段),那么,按照什么样的规则替换主存储器中的页面(或程序段)呢?这就是页面替换算法要解决的问题。 -Piece of virtual memory in the virtual space
shuju
- 利用Visual C++做的数据结构中的链表-Using Visual C++ to do list data structure
xianchengtongbu
- 在访问临界区的问题当中,因为临界区在一个时间只允许一个进程访问,因此为了解决同步问题,我们要用到线程同步机制。首先创建两个共享数据资源的并发线程。在没有同步控制机制的情况下,观察某些异常现象。针对这样的问题,采用两个解决方案:①利用Windows和mutex机制,②采用软件方案,并比较这两种方案的性能优劣。-During his visit to these critical areas, as critical a time in a process only allows access to
