搜索资源列表
清华大学计算机教程之-数据结构
- 清华大学计算机系必修课程之一,文件是chm格式的,做的非常不错,教学结构编排的很好,每个html页都很精美,从不同符号和表达式的色彩字体等细节中就可以体现出编排制作者的严谨,还有Flash动画演示;你会发现学习就是一种享受,可谓不可多得的学习资料-computer department of Qinghua University compulsory curriculum, the document was chm format, but has done very well, Teaching
简单的四则运算题
- 编程序,循环进行如下的处理过程:由计算机生成简单的四则运算题;用户给出答案;计算机判断对错。直到用户回答说不再继续做了时结束程序。 提示:可让用户选择指定出加、减、乘、除哪一种运算题,以及出一位数还是两位数的运算题;而后通过使用“rand()%10”或“rand()%100”来获得一个0到9的一位整数随机值或得到0到99的两位整数随机值来为用户出题。还可进一步对用户所做算术题的对错次数进行记录,结束程序时给出一个某种形式的成绩。 ,Programmed, recycling process
FFT.rar
- 用FFT做谱分析的实验代码,附有详细的实验说明和源代码以及对实验现象的分析,FFT spectrum analysis done using the experimental code, with detailed experimental descr iptions and source code as well as the analysis of experimental phenomena
mtetris
- 特别经典的俄罗斯方块matlab程序!图形不错,界面也做得很好,共享给大家一起学习!-In particular the classic Tetris matlab program! Good graphics, the interface they have done well to share for everyone to learn!
suanshibiaodashiqiuzhi
- 一个关于算式表达式求值的课程设计,做的还不错!-A formula for the value of the expression of the curriculum design, well done!
asdf
- 著名的海盗分金的源代码,也是ACM训练过程中必做的一道题 -Well-known gold pirates of the source code, ACM is also the training process will be done in a problem
Fisher
- 使用Fisher 现行判别函数对给定的样本进行训练,对于两类,Fisher线性判别函数很好做,就是 w = Sw (m1 - m2), 其中:Sw为总类内离散度矩阵, m1, m2, 为两个模式类的均值-Fisher discriminant function using the current sample of a given training for two, Fisher linear discriminant function is well done, that is, w = Sw
Basics-of-MATLAB-and-Beyond---Andrew-Knight
- This book is : Basics of MATLAB and Beyond - Andrew Knight, you can use this book with file code i uploaded before. Well done !
PCATest
- 这是一个用java编写的PCA程序,很好地完成了主成分分析。-This is a program written in java PCA, well done principal component analysis.
Implementation-of-a-strain-rate-dependent-human-b
- Strain rate dependency of mechanical properties of cortical bone has been well demonstrated in literature studies. Nevertheless, the majority of these studies have been done on nonhuman bone and at lower magnitudes ofstrain rates.
package_emd
- G-Rilling的emd工具箱,很好的完成hht中的黄变换。-G-Rilling s emd toolbox, well done hht of Huang Transform.
FDM_schroedinger_using_simpson1d
- Finite difference method for solving 1D Schroedinger s equation, done on a step potential well example, normalized using 1D Simpson method.-Finite difference method for solving 1D Schroedinger s equation, done on a step potential well example, norma
FISTA-master
- FISTA My implementation of an Fast Iterative Shrinkage Thresholding Algorithm on MATLAB. Based on the implementation discussed in: Beck, Amir, and Marc Teboulle. Fast Gradient-Based Algorithms for Constrained Total Variation Image Denoising and