搜索资源列表
高校运动会系统
- 任务:参加运动会有n个学校,学校编号为1……n。比赛分成m个男子项目,和w个女子项目。项目编号为男子1……m,女子m+1……m+w。不同的项目取前五名或前三名积分;取前五名的积分分别为:7、5、3、2、1,前三名的积分分别为:5、3、2;哪些取前五名或前三名由学生自己设定。(m=10 , w=8 , n=15) 功能要求: 1). 可以输入各个项目的前三名或前五名的成绩; 2).能统计各学校总分(用链表); 3).可以按学校编号、学校总分、男女团体总分排序输出(快速、基数);
matlab辅助小波分析与应用源码
- matlab辅助小波分析与应用的源码,包含了一些常用的小波分析常规算法和快速算法,能有效帮助学习小波分析-Matlab support wavelet analysis and application of the source code contains a number of commonly used conventional wavelet analysis algorithm and fast algorithm, can help learning wavelet analysis
字图像获取处理及实践应用一书光盘
- 图像处理光盘里面附带了很多在图像处理中经常用到的基本处理算法,如快速傅立叶变换,中值滤波等-image processing fringe discs inside a lot in image processing frequently used to deal with the basic algorithm, as Fast Fourier Transform, the value filter
FastICA_2.3
- 快速ICA算法源码,有兴趣的读者可以转换成C-fast algorithm source, interested readers will be converted into C
FFTinDLG
- 在VC++6.0中实现FFT算法(应用快速傅里叶变换:8 4 2),并通过对话框显示时频域曲线-in VC + +6.0 achieve FFT algorithm (Fast Fourier Transform application : 8 4 2), and through dialog at the frequency domain shows curve
FFTConversion
- fft快速算法,用于fft变换,基于VC++开发,还望各位指正。-fft Fast Algorithm for fft transform, based on VC + + development, but also hope to correct.
SerialGenerator
- 快速的随机序列号生成器, 用vc + asm 共同开发, 没有运用到算法,但速度还可以.-fast random sequence generator, using vc asm2 common development, and has not made use of algorithms, But speed can also.
fuliye
- 本代码是相应的快速傅立叶以及反傅立叶算法的相应实现-the corresponding code is the fast Fourier and anti-Fourier algorithm corresponding to achieve
FSVPWM
- 快速空间适量算法! 可以与适量控制接口! 用于F240系列-fast algorithm suitable space! With appropriate control interface! For the F240 series
XShortest.rar
- 最短路径的并行算法 采用TBB 需要intel编译器 速度很快,Parallel shortest path algorithm required the use of TBB fast intel compiler
MPI-Sort
- 枚举、快速排序和正则采样排序的并行算法,附带说明,无解压密码-Enumeration, fast sorting and regular sampling of parallel sorting algorithms, annotated, non-decompression password
quick_sort
- 实现快速排序的并行算法源程序,希望对大家有帮助。-Fast parallel algorithm to sort the source, I hope all of you help.
C-ORDER
- 裡邊包含常用的排序算法,比如冒泡、快速、等等都有詳細的原始代碼供大家分享,希望對大家有用。-Inside contains commonly used sorting algorithm, such as bubbling, fast, and so a detailed source code for all to share, in the hope that useful.
sudoku
- 数独快速并行求解算法,使用Intel编译器-Sudoku fast parallel algorithm, the use of Intel compilers
FFT
- 一个不错的快速傅里叶变换并行算法的MPI源程序-A MPI source code for fast Fourier transform s parallel algorithm
ML
- 基于最大似然估计的独立分量分析算法,包括随机梯度算法,相对梯度算法,快速不动点算法3个程序-Based on maximum likelihood estimation of independent component analysis algorithms, including stochastic gradient algorithm, the relative gradient algorithm, fast fixed-point algorithm for three programs
FFT
- 简易的能实现FFT快速傅里叶算法,MATLAB编译环境,适用于教学例题-Easy to achieve FFT Fast Fourier algorithm, MATLAB compilation environment for the teaching Example
fast-test-src.tar
- fast特征,fast算法在iPhone上面的实现代码,需要libCVD-FAST Test program (binaries provided above): fast-test-src.tar.gz [3.7KB] Requires libCVD 13/02/2006 or newer (for FAST detection code etc) License is BSD
NTRU-Fast-Multiply-
- NTRU算法加密算法的优化,是对算法中的乘法运算进行了优化,实现了算法的加速-NTRU encryption algorithm optimization algorithm, is a multiplication algorithm is optimized to achieve the acceleration of the algorithm
C语言算法速查手册 第三版
- 常用数学算法的C语言代码,包含矩阵运算、多项式拟合、快速付立叶变换等等算例。(The C language code of common mathematical algorithms includes matrix operation, polynomial fitting, fast Fourier transform and other examples.)