资源列表
LIEZHU1
- 列主求解 线性方程 原代码-main-solving linear equations original code
M61540
- 针对音量IC:M61540的控制程序,适合5.1音响系统。
TestMethod
- http下载多线程功能,实现断点续传功能-http download multithreading functions and HTTP functions
kalmanh
- :\个人文档\毕业设计资料\VC++算法源程序\kalmanhmatlab.rar-: \ Profile \ graduated from the design of the data \ VC algorithm source \ kalmanhmatlab.rar
KMP008
- 串的模式匹配的朴素算法是O(N^2)的, 可以 利用KMP(由D.E.Knuth, J.H.Morris, V.R.Pratt提出)算法改进至线性的算法. KMP算法与朴素算法的不同在于:处理"失配"情况. 不同于将指针完全回溯, KMP算法先根据已经部分匹配的信息, 将匹配的指针跳过不必匹配的位置.-Series of simple pattern matching algorithm is O (N ^ 2), and can make use of KMP (from DEKnuth,
OK-Upload
- Easy form by upload files using array.
111
- 推荐概参数(谁说超强连击不牛的人是懒人Recommended None Parameters (Who says super combos people are not lazy cow-Recommended None Parameters (Who says super combos people are not lazy cow
2
- MATLAB CODE FOR INFORMATION THEORY AND CODING
lab06
- 编写Gauss-Seidel迭代和SOR迭代的通用程序-Write Gauss-Seidel iteration and SOR iteration general program
fishers-linear-discriminant
- THIS IS FISHER LINEAR DISCRIMINANT MATLAB CODE
func
- two-tube model of the vocal tract impulse response
Class-definition
- 写一个名为Rectangle的类表示矩形。属性为宽width、高height和颜色color,widthhe height是double型的,color是String型的。假定所有矩形颜色相同,用一个类变量(类属性)表示颜色。要求提供访问器方法和计算矩形面积的findArea()方法。 写一个用户程序测试Rectangle类:创建两个Rectangle对象。给两个对象设置任意的宽和高。设矩形颜色为黄色。显示两个对象的属性并求面积。 -Write a rectangle represent