资源列表
cpi.c.tar
- MPI环境下测试PI的调试程序 适合于刚配置好MPI环境来测试环境配置是否正确的~-a little program for the beginner to compile and run the first one to
A2D_SPI
- Digital converter to PIC, allows to send SPI data to PIC
zhongduan
- 根据所给的内存块数以及不同作业(进程)占用的时间片的不同,分别以FIFO或者LRU算法得到进程缺页中断情况-list the pause stuation in two differant ways...such as FIFO,LRu.
Collective-Communication
- MPI与OpenMP并行程序设计(C语言版)示例程序:进程通信-MPI and OpenMP parallel programming (C language version) sample program: Process Communication
sdgshjd
- 数字系统设计这是有关的相关源代码,有简易CPU 除法器、计数器等 ...[fpdiv_vhdl.rar] - 四位除法器的vhdl源程序 [vhdl范例.rar] - 最高优先级编码器8位相等比较器 三人表决器(三种不同的描述方式) 加法器描述 8位总线收发器:74245 (注2) 地址译码(for m68008) 多路选择器(使 BR> ... -Digital System Design This is the underlying source code, a simple C
Matlab
- 极大线性无关组的筛选,主要用于控制理论中算法-thc choice of the max vector,applied in the operator of the control theorem
fenzhifa
- 棋盘覆盖问题,是用分治法实现的。基本上全是数字实现的。虽然简单,但是这是为了说明一个算法的设计问题-Board cover problem is the use of sub-rule method to achieve. Basically, all the figures attainable. Although simple, but this is to illustrate the design of an algorithm
constrainedcircle
- 研究各种拟合圆的方法,提出了一个圆的代数距离表示法的系数约束条件,在此约束条件下讨论圆的几何特征参数的估计问题,并给出了特征参数在约束条件下的最小二乘估计.实例验证表明,文中算法比一般最小二乘法具有更高的拟合精度. -Various methods of fitting a circle, a circle is proposed algebraic representation of the coefficient of distance constraints, under the co
0-1beibao
- 算法设计与分析 0-背包问题动态规划算法源代码-Algorithm Design and Analysis 0- knapsack problem dynamic programming algorithm source code
start
- openmp并行编程实现矩阵乘法运算,读入矩阵A和矩阵B,并输出计算结果到文件-openmp parallel programming matrix multiplication, read matrix A and matrix B, and output the results to a file
keypad
- 键盘识别程序,运行于ARM嵌入式处理器上,实现PS2键盘的按键识别
BinarySearch
- 将n个元素分成个数大致相同的两半,取a[n/2]与欲查找的x作比较,如果x=a[n/2]则找到x,算法终止。如果x<a[n/2],则我们只要在数组a的左半部继续搜索x(这里假设数组元素呈升序排列)。如果x>a[n/2],则我们只要在数组a的右半部继续搜索x。-Binary Search