资源列表
Min_min-and--Max_min
- 任务调度的一篇好文章,比较并分析了经典Max-min和Min-min两种算法的优劣-a good paper of Task scheduling
melody-player
- Melody player (EQ) code for pic EQ emulator affecting with audio input
different_multiplier
- 比较了不同设计方法下的乘法器性能,给出了计算公式-Compare the performance of different design methods multiplier under the given formulas
div5
- 用verilog描述的任意分频器,包括奇偶分频。-Any divider verilog descr iption, including the parity divide.
mpi123456
- mpi程序,用visual c++ ,Fortran等实现-mpi procedures, using visual c, Fortran, etc. achieve
MPI
- MPI并行,从一个文件中找出文件的字母个数!-From a file to find file number of letters
Stepper-motor
- Micro Processor .. PIC code for stepper motor-Micro Processor .. PIC code for stepper motor.............
ccdecodecode
- A browser source code 一个浏览器源代码-A browser source code A browser source code
Neural_Networks_at_your_Fingertips
- 几个神经网络算法的例程,包括前向adaline, 共振art1, boltzman机, hopfield 网络, 自组织som 等等.-several neural network algorithm routines, including In this paper before, art1 resonance, Boltzman machine, hopfield networks, self-organizing som, and so on.
lxz
- MPICH2配置中得若干问题和解决办法,做并行计算的好资料,对于搭建自己的并行计算平台很有帮助-MPICH2 configuration have a number of problems and solutions, and to do parallel computing information helpful to build their own parallel computing platforms
Mandelbrot
- 曼德勃罗特(Mandelbrot)集 采用MPI 并行算法-Mandelbrot MPI C++ Mandelbrot MPI C++
2007-Multi-Task-Data-Structure
- 《多任务下的数据结构》随书的源代码。探讨多任务下的常用数据结构的实现,如AVL,红黑树,以及一些符合数据结构,如哈西链表,哈希红黑树。可以作为STL数据结构的多任务扩展。