资源列表
adob
- ado_db实现mssql连接 并实现存于text中的sql语句-ado_db achieve mssql connection and stored in the text to achieve the sql statement
STACK
- 用C语言编写的堆栈接口,适用于各种环境,提供接口: STACK *initStack(int MaxRoom) void destroyStack(STACK **spp) void resetStack(STACK *sp) Boolean isStackEmpty(STACK stack) Boolean isStackFull(STACK stack) Boolean push(STACK *sp, USER_TYPE data) Boolean p
Untitled1
- 一个有限长序列,用matlab实现其N=100的DFT。给出其幅度与相位曲线,并讨论其相关性质。 -A finite-length sequence, using matlab to achieve its N = 100 of the DFT. Given its magnitude and phase curves, and discuss their related properties.
GCD
- fluent 冷凝UDF 自己改的不是网上照搬的-useful for the fluent condensation model
main
- 将任意无理数用一个分数逼近,例如输入2,代表求sqrt(2)的分数逼近值.-Arbitrary irrational number with a fractional approximation, for example, enter 2, representatives seeking sqrt (2) score approximations.
a-linked-list-and-related-processing
- 链表的建立及相关处理,包括排序,删除,初始化,增加,删除等等,且程序已运行通过。-The establishment of a linked list and related processing, including sorting, delete, initialization, increase, delete, etc., and the program has been run through
KLDCT_Markov
- 用于现代信号分析与处理课程,作用是实现K-L变换和DCT变换。-For modern signal analysis and processing programs, the role is to achieve the KL transform and DCT.
plotcities
- Plot cities for transportation sales man problem using simmulated annealing algoritm
Multi-scale-analysis-
- 在matalab开发环境下的实现时域信号多尺度的分析,可用于信号的特征抽取和故障诊断-Multi-scale analysis of time-domain signal achieved in matalab development environment can be used for feature extraction and fault diagnosis signal
Matlab_HW_3_1012806
- 這是我自己寫的 matlab 簡易入門的原始碼,我只是個初學者。-This is my own writing simple entry matlab source code, I' m just a beginner.
512-512-5000-8
- 绘制高斯函数的2D,3D显示及其灰度显示-Draw Gaussian function 2D, 3D display and grayscale display
floyd-shortest-path-algorithm
- floyd shortest path algorithm