资源列表
学生管理系统C语言实现
- 基于C语言实现1插入学生信息2遍历学生信息3查找学生信息4删除学生信息5按学号排序6逆序排序等功能
p1ds
- 一个一维对流扩散问题的数值计算 ,对流项采用UDS或CDS差分格式,扩散项采用CDS差分格式-This program solves the one-dimensional convection-diffusion equation with Dirichlet boundary conditionson both ends. The exact solution is compared with solutions obtained using FD method and either U
Transform_Files
- These are the files to calculate the Circular Shift and Conversion using Double Discrete wavelet transform.
beibao
- 关于背包的装载能力,用C++设计的程序,是著名的背包问题,相信大家在做实验报告时会遇到
AsynchronousFIFO
- this is a source code design fifo assynchronus
centers
- 用于实现求取图像中几个区域的质心,并画在图像中!初学者可以看看!-To find the centres of the objects and show them in the picture!
BP
- 该函数很好的实现了BP神经网络的分类任务。-This function is very good for BP neural network classification task.
wgn
- 给需要的朋友参考 主要是滤波器的设计 大家可以下下来 作为设计的基础参考-Reference to a friend in need is mainly designed to filter down we can make a basis for the design reference
the-Definition-of-Order-List
- 设有两个整数类型的顺序表A(有m个元素)和B(有n个元素),其元素均从小到大排列。试编写一个函数,将这两个顺序表合并成一个顺序表C,要求C的元素也从小到大排列。-Sequence table has two integer type A (m elements) and B (n elements), whose elements are in ascending order. Try to write a function that the two order tables into a se
lab8000
- 矩阵键盘扫描和led显示 这样子可以得到要输入的键码,并通过led显示出来-KEYBOARD AND DISPLAY LED
predict
- 一个关于拟合预测的程序,从以往的人口数目预测以后的人口数目
ARMAandARandMA
- 这是AR,MA,ARMA模型和仿真程序,希望对大家的学习有帮助!