-
qdpsk
qdpsk调制主要是帮助那些需要代码的朋友们,这些代码仅作参考,如有疑问请留言!!!谢谢(qdpsk modulation is mainly to help friends who need the code, the code is only for reference, if any questions please leave a message! ! ! Thank you)
- 2010-07-01 13:02:08下载
- 积分:1
-
mv
说明: matlab 与 vc 混合编程 自带的例程(matlab and vc )
- 2009-04-04 09:32:37下载
- 积分:1
-
RecPlayUseMemBlock
RecPlayUserMemBlock
功能:双缓冲内存录、放音演示程序。
版本:Ver1.0。
(RecPlayUserMemBlock function: double-buffered memory, record, playback demo. Version: Ver1.0.)
- 2011-06-06 11:23:47下载
- 积分:1
-
vcthesis
该系统实现粗糙集合中的分辨矩阵与分辨函数的约简方法,该方法可以求出信息系统的属性约简(the system to achieve the rough set to distinguish function matrix and tell about Jane, The method can be used to find information system attribute reduction)
- 2007-06-16 20:59:02下载
- 积分:1
-
FunctionChaosPredict
利用一阶局域加权法进行混沌时间序列的预测。(Using a weighted-rank local-region method of forecasting chaotic time series.)
- 2020-11-28 19:39:29下载
- 积分:1
-
matlab-soc
用于VC与matlab之间的通信,对初学者有好处(Used for communication between VC and matlab, good for beginners)
- 2011-09-09 11:03:35下载
- 积分:1
-
ucgui3.2-vc6.0
基于嵌入式GUI的设计源码,在windows上开发(based on vc6.0, the GUI of embeded OS)
- 2014-02-14 16:02:08下载
- 积分:1
-
CJLibrary-608
Visual Studio 2008 下可以编译通过的CJLibary.(CJLibrary version 6.08c with Visual Studio 2008 project.)
- 2013-11-14 16:57:11下载
- 积分:1
-
vbpro_akai_note
在bate1版的基础上:
增加了关闭某条便笺时,记忆某条便笺的位置和大小的功能。
跟随窗体的按钮不再会溢出
改变了帮助文本的样式
在帮助中添加了作者信息
便笺的默认储存位置从原来的 D:\_NOTE_TEMP 更改为了
现在的 D:Program Filesakai_note
优化了使用过程中的说明与提示
临时文件单独存放与临时文件夹
解决了退出编辑状态时,部分时候文本不能换行显示的问题
akai 2011 from PHY. of CCNU 2013-2-22
=========================================
在bate2版的基础上:
产品名由原来的 akai_note 改为 ackeline_note
便笺的默认储存位置从原来的 D:Program Filesakai_note
改为:D:Program Filesackeline_note
增加了便笺可以更改颜色的功能,六种颜色随心选!
akai 2011 from PHY. of CCNU 2013-2-22
=========================================(In the version on the basis of bate1:
Increased when closing a bar notes, location and size of the function of memory in a memo.
Follow the form of the button will no longer overflow
Change the help text styles
With the help of information added to
The default storage location notes from the original D: _ NOTE_TEMP change order
Now the D: Program Files akai_note
Optimize the use of the process instructions and tips
Separate storage of temporary files and temporary files folder
Solve the exit edit state, some time can not wrap text display issues
akai 2011 from PHY. of CCNU 2013-2-22
=========================================
Based on the version of the bate2:
Product name changed from the original akai_note ackeline_note
The default storage location notes from the original D: Program Files akai_note
Read: D: Program Fi)
- 2014-08-09 10:17:37下载
- 积分: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