搜索资源列表
cpphs
- Haskell,纯正的函数式程序设计语言。特别是利用很简单的叙述就可以完成[链表]、[矩阵]等数据结构。压缩包里有10几个例程 -Haskell, single-function programming language. In particular the use of very simple descr iption can be completed [List], [Matrix] data structure. 10 compression bag several routines
Bendbolck
- 关于带通带阻滤波器的设计,巴特沃思滤波器 压缩包里有: bendpass.m 为带通程序 bendblock.m 为带阻程序 SE144.wav 采用的声音文件,请放在 C:\\下 bendpass.wav 通过带通滤波器之后的声音,保存在C:\\ bendpass.wav bendblock.wav 通过带阻滤波器之后的声音,保存在C:\\ bendblock.wav -on Bandpass Filter with the design, Butterwor
knnjavainweka
- 在weak环境下的knn算法开发 具体需要的说明都在文件包中-weak environment in the Commission algorithm development specific needs of the note in the paper bag
kbm1100
- BAG GUIDE MOTOR RUN SIGNAL FOLDING MOTOR SEWING MOTOR -BAG GUIDE Motor RUN SIGNAL FOLDING Motor SE WING Motor
bag
- 在0 / 1背包问题中,需对容量为c 的背包进行装载。从n 个物品中选取装入背包的物品,每件物品i 的重量为wi ,价值为pi 。对于可行的背包装载,背包中物品的总重量不能超过背包的容量,最佳装载是指所装入的物品价值最高,即p1*x1+p2*x1+...+pi*xi(其1<=i<=n,x取0或1,取1表示选取物品i) 取得最大值。
bag
- 经典算法问题,背包问题。完整的C++源码程序,动态规划算法解答。
bag
- 背包问题的解决,使用microsoft visual c++编写,算法简单
这是一个数据图象学的,简单通过64比
- 这是一个数据图象学的,简单通过64比\\这是一个数据图象学的,简单通过64比特的加密引擎。程序包里有完整的程序。-This is a study of the image data, simple than 64 \\ This is a study of the image data, a simple 64-bit encryption engine. Procedures bag complete the procedure.
包里有直流电动机的simulink模型
- 包里有直流电动机的simulink模型,适合于直流电机的调速,启动仿真,Bag has simulink model of DC motor, suitable for DC motor speed control, start simulation
bagoffeature
- 这是图像识别方法bag of feature 的matlab源代码-This is image recognition method bag of feature matlab source code
kaiser
- 本matlab函数,实现凯泽窗设计低通、带通、高通滤波器,综合在一个图显示。设计滤波器时,用到的脉冲函数和脉冲响应函数都在压缩包里,所用的频率是数字频率值。-The matlab function, designed to achieve Kaiser window low-pass, band-pass, high pass filter, integrated in a map display. Filter design, the use of the pulse function and
matlabtypicalalgorithm
- 文件包里是一些算法的matlab实现,在应用时,直接加载到matlab软件里即可运行实现-Paper bag, some matlab algorithm to achieve, in the application, directly loaded into matlab software can be run to achieve
Unconstrained_optimization
- 压缩包里包含了无约束优化问题常用的几种求解方法的源程序:变量轮换法(variable_rotation.m)、最速下降法(steepest_descent.m)、修正牛顿法(modified_newton.m)、共轭梯度法(conjugate_gradient.m)。另外,coefficient_matrix.m为目标函数系数获得矩阵,minval.m为最小值计算函数,gradient.m为梯度计算函数-Compression bag contains unconstrained optimiz
bag
- 这是一个“背包”问题的数据结构的C语言实现。我个人觉得是考查对链表和二叉树的知识。去年学的是这个,觉得很有意思。自己写了几个,也收集了别人做的几个课题。具体思路里面有。-This a problem "bag" in data_structure. I learned this course last year and I think it s very interesting.
bag
- 数据结构的课程设计,背包问题的解决 数据结构的课程设计,背包问题的解决-bag bag bag
bag-value
- 遗传算法解决背包问题,对于大量背包问题可以迅速得到一个良好的数据。-GA solve the bag-value problem
Bag-of-visual-words
- 基于bag of visual words 模型的人脸二分类代码,使用plsa等两种模式进行分类-Bag of visual words ,face recognition ,plsa
Matrix-function-bag
- 程序是用c语言编写矩阵函数包实现矩阵加减转置求逆,测试成功-Matrix function bag
greed-bag
- 一个贪心背包的小程序可以在VC下运行,可作为算法学习参考- a greed bag algorithm implementation can run in VC
0-1-bag-problem
- 一种算法来解决0-1背包问题,这是非常好的-one arithmetic to solve 0-1 bag problem