-
MATLABCommandWindowbyVB
VB and matlab混合编程实现,用VB输入命令,matlab后台运算,是混合编程的基础程序!(需要安装matlab才能正常运行)(VB and matlab Matlab, using VB input command, matlab computing background is the basis of mixed programming process! (Need to install matlab to work properly))
- 2008-01-13 13:36:23下载
- 积分:1
-
Win32GUI
windows gui wrapper for fb
- 2013-12-12 15:44:33下载
- 积分:1
-
lightningcentralcontrol
灯光中央控制系统的设计应用,是一份非常经典的灯光控制应用领域的文档(灯光中央控制系统的设计应用)
- 2010-01-03 19:27:18下载
- 积分:1
-
Text1
c++产生高斯白噪声,可用于通信或信号传输系统中,白噪声产生的程序调用(c++ generated Gaussian white noise, can be used for communication or signal transmission system, the white noise generated by the procedure call)
- 2008-04-19 22:34:34下载
- 积分:1
-
20081003
支持向量机方法,用matlab实现,用于分类(Support Vector Machine method, using matlab realize for classification)
- 2008-05-23 15:00:32下载
- 积分:1
-
pcm
该段程序完成了由输入信号抽样值到pcm的编码过程.(The section of program completed by the input signal value to the pcm coding process.)
- 2010-10-30 15:51:37下载
- 积分:1
-
emailparser
解析email的源代码。
mine协议
解码译码(analytic email source. Mine agreement decoder decoding)
- 2006-10-22 14:00:09下载
- 积分:1
-
Code2
这是《Windows高级编程第五版珍藏版》一书中的源码,11-23章,由于源码太大所以分开上传,这是下(This is the " Windows Advanced Programming Fifth Edition Collector' s Edition," a book source, 11-23 chapters, due to too much so upload separate source, which is under)
- 2014-10-10 11:35:45下载
- 积分:1
-
dui
说明: 队列的新的操作,用个数number和队尾指针rear来判队空队满(Queue new operation, number and team with the number of rear end of pointers to sub-team full of air force)
- 2010-04-27 18:42:35下载
- 积分:1
-
0
说明: 给定n种物品和一个背包,物品i的重量是Wi,价值是vi,被包容量是C,应该如何选择装入被包的物品,使得装入背包中物品的总价值最大?对于每种物品i,只有两种选择,装入或者不装入.
输入:第一行两个正整数n(物品数)和C(容量)
第二行n个正整数n,表示物品价值
第三行n个正整数n,表示物品重量
输出:第一行表示总价值
第二行n个数(0/1),0表示物品不装入,1表示装入
例如,
输入:
5 10
6 3 5 4 6
2 2 6 5 4
输出
15
1 1 0 0 1
(Species of a given n items and a backpack, the weight of item i is Wi, the value of vi, was packet capacity is C, should be how to choose a package of items to be loaded, the backpack load in the largest total value of goods? For each item i, there are only two options, loaded or not loaded. Input: the first line of the two positive integer n (the number of items) and C (capacity) of the second line of n positive integer n, that the value of the third line of n positive integer n, that the weight of output: the total value of the first line of the second line, said n number of (0/1), 0 that the items do not load, that load 1 for example, enter: 5,106,354,622 6 5 4 output 15 1 1 0 0 1)
- 2009-07-01 23:07:01下载
- 积分:1