资源列表
对称矩阵相乘
- 一个“对称矩阵相乘”的实例。其中包含5个源文件。编译运行后,由用户输入两个矩阵,程序自动输出结果-a "symmetric matrix multiplication" examples. Containing five source files. Compiling and running, two from user input matrix, automatically output
erchashu
- 量越高得到的下载个数越多(一般上传5个,可以下载200个)。 -putk jkjdk d slgkj lkgjks s
ACOPID
- 蚁群PID算法代码。此方法是在MATLAB中可运行。-Ant PID algorithm code. This method can be run in MATLAB.
GPX_with_seq
- 用于解析GPS数据的小程序,在数据有序号的情况下完成解析-GPS and seq
Operating-system-file-management
- 设计一个10个用户的文件系统,每个用户最多可保存10个文件,一次运行中用户可打开5个文件。-Operating system file management
exp1
- dos窗口 提供对稀疏矩阵的计算,包括加法减法-The dos window provides sparse matrix calculations, including addition subtraction
QQ
- java中基于udp协议的一个简单示例演示,只要模仿qq的聊天功能。-Java based on udp protocol in a simple example shows, as long as the imitation qq chat.
spam686
- 提取图像的SPAM686维特征,可以用SVM来进行隐写分析-Extract images SPAM686 dimensional feature, you can use SVM to steganalysis
K-means
- C C++ K-means算法的实现,希望能帮上大家。-C C++ K-means algorithm, hope to help you
ill-posed
- 利用一组简单的数据,来说明直接反演的不适定性,及利用菲利普斯光滑化方法求解-Using a simple set of data to illustrate the direct inversion of ill-posed, and the use of smoothing method for solving Phillips
COPTmaker
- this matlab code compute COPT (a table for calculating risk in power system and reliability analysis.
Chinese_Remainder_Theorem
- 中国余数定理及Matlab代码实现,总共包括三个函数,eulerphi(p)函数用于计算the Euler s Totient Function of p,invmodn(x,p)函数计算the inverse modulo of x under p ,CRT(r,p)函数实现结果。-Descr iption eulerphi(p) computes the Euler s Totient Function of p where p is a positive integer and