资源列表
7_5_2
- 一个不大成熟的学籍管理系统,有界面,有注释,但还不大成熟,希望高手指点一下。-a little mature unsuccessful management system, interface, Notes, but not yet big mature, master guiding about hope.
JDataBase
- A component that simplyfies a conection with a database, pretty handy
ww
- Modify the Matlab Gauss Elimination routine given in lectures so that it (a) performs implicit complete pivoting, and (b) handles m right hand sides at once by performing an LU decomposition of the matrix A first and then doing forward substitu
freq
- demonstrating 2D filtering effects
ABC1
- Calculator - Add any two numbers input by user-Calculator
determinetree
- 自己编的一段小程序,绘制交通事故的预测决策树。-a small section of procedures for drawing traffic forecast decision tree.
lesson3
- examples c++ programming interface
BVP1
- Boundary value problem solved by shooting method
intRandom1-100
- 获取随机数,根据所用到的方法,其中包含了学多方法- class GetRandomArray { public GetRandomArray() { arr = new int[100] } int[] arr private bool checkNumber(int arrlist) { for (int
ceju
- 超声波测距仪用三为数码管显示,同时用到两个不同的定时器,可以检测物体与它的距离为5米,当然我的这个为10cm,使用者可以根据自己所需调整。-With digital display of ultrasonic detection distance to the object, the three digital display.
CpuId
- 用C++和汇编方式读取CPU信息,希望对大家有帮助-C++ and assembly with a way to read CPU information, we want to help
MergeUnsorted
- A C language based implementation of merging unsorted. Basically merging an unsorted data. Hope it will help you out!