资源列表
WorkAssignment.rar
- acm算法设计 设有n件工作分配给n个人。将工作i 分配给第j 个人所需的费用为Cij。试设计一个算法,为每一个人都分配1 件不同的工作,并使总费用达到最小。 设计一个算法,对于给定的工作费用,计算最佳工作分配方案,使总费用达到最小。 输入:第一行有1 个正整数n (1≤n≤30)。接下来的n行,每行n个数,表示工作费用。 输出:最小总费用。 例输入: 3 10 2 3 2 3 4 3 4 5 例输出:9,acm algorithm design with n pieces
Calendar11.rar
- 万年历的实现算法,和万年历的C语言源代码,Calendar of the realization of algorithms, and the calendar of the C language source code
acm-answer.rar
- acm试题答案,多年的acm尸体答案,大包奉献,acm answer
Newton.rar
- 最优化程序设计方法中,牛顿切线法的例子,更改函数可用于其他例子的求解,Program design optimization methods, examples of Newton' s tangent method, change the function of other examples can be used to solve
CrossRiver.rar
- 过河问题的演示程序,包含核心算法程序和演示界面,Demonstration of procedures across the river issues, including procedures and demonstration of the core algorithm interface
dllc.rar
- c#调用fortran的卡尔曼滤波dll例子,c# call the fortran examples of Kalman filter dll
C_kmeans.rar
- kmeans均值聚类算法c语言版,最基础的实现,经过编译调试通过的,c-means clustering algorithm kmeans language version of the realization of the most basic, after debugging the compiler through the
atan.rar
- 用最优化的c语言实现三角函数中TAN函数的源代码。,Optimized using c language TAN trigonometric function in the source code.
gps_kalman.rar
- GPS卡尔曼滤波仿真 gps kalman ,GPS Kalman filter simulation gps kalman
FFT.rar
- 一个简洁的,快速傅利叶变换和反变换,输入要变换的数据长度,和数据内容,即可在窗口得到变换后的输出结果;,A simple, fast Fourier transform and inverse transform, to transform input data length, and data content, can be transformed in the window of the output
pca2D.rar
- 人脸识别中经典算法pca二维算法,时间准确率提高很多,Face recognition algorithm in the classical two-dimensional pca algorithm, a lot of time to improve accuracy
hh.rar
- 讲述了现代功率谱估计的一般理论,对于初学现代信号处理有很大帮助。,About the power of modern general theory of spectral estimation for the beginner of modern signal processing are very helpful.