-
Programming-code
Complete collection of code fragments (revised) for the book: Programming -- Principles and Practice Using C++
- 2011-03-06 17:19:03下载
- 积分:1
-
UART模块通信例子
基于STC51单片机使用UART串口模块通讯例子(STC51 using UART serial port module communication example)
- 2020-06-17 13:40:02下载
- 积分:1
-
SimulinkModelCComplier
介绍了如何利用Matlab的代码生成功能将Simulink模型转换成目标语言模型的方法(The way that how to use the capability of Matlab in code generation to convert the mode1s constructed by Simulink to target language models is introduced)
- 2009-09-12 16:55:04下载
- 积分:1
-
xmapp_ok.tar
说明: 视频监控网络部分的协议ddns,的模块的实现代码,请大家大胆指正.(Video surveillance network part of the agreement ddns, the module code, please correct me bold.)
- 2008-09-18 19:24:58下载
- 积分:1
-
hacker-program
这本书是有关黑客编程的,有兴趣的朋友可以下载来看看。(This book is about hacking programming, friends who are interested can download to see.)
- 2013-05-03 11:05:07下载
- 积分:1
-
Matlab
暑期matlab大作业
通信系统仿真大作业(Summer matlab great job communication system)
- 2013-12-21 19:31:58下载
- 积分:1
-
C#编写的学校管理系统
用C#编程语言编写的学校管理系统,包括学生管理,教师管理等,C#是微软公司发布的一种面向对象的、运行于.NET Framework之上的高级程序设计语言。并定于在微软职业开发者论坛(PDC)上登台亮相。C#是微软公司研究员Anders Hejlsberg的最新成果。
- 2022-02-19 23:51:35下载
- 积分:1
-
Q_SYS_V2_0_Release
一种在cortex上跑的GUI设计,可以跑MP3,查看fat文档,看jpeg图片等。(GUI for cortex)
- 2011-05-31 17:42:54下载
- 积分:1
-
f5e8291f-8f6c-4827-88f7-d0870b3940d6
关于ADI公司的DDS——AD9858的测试程序,可以产生单载频信号。(About ADI' s DDS- AD9858 testing procedures, can produce a single carrier frequency signal.)
- 2021-04-08 16:09:00下载
- 积分:1
-
12-01bag
01背包问题
问题陈述:给定n种物品和一背包,物品i的重量是wi,其价值为vi,背包的容量为C。合理选择物品装入背包,使得装入背包中物品的总价值最大。在选择装入背包的物品时,对每种物品i只有两种选择,即装入背包或不装入背包。不能将物品i装入背包多次,也不能只装入部分的物品i。
问题分析:0 1背包问题是一个子集选取问题,适合于用子集树表示0 1背包问题的解空间。在搜索解空间树时,只要其左儿子结点是一个可行结点,搜索就进入左子树,在右子树中有可能包含最优解时才进入右子树搜索;否则将右子树剪去。
(01 knapsack problem problem statement: given n kinds of items, and a backpack, the weight of the items i wi, the value of vi, backpack capacity C. Reasonable choice items into a backpack, making the total value of the items loaded backpack. Each item i select items loaded backpack, there are only two choices that loaded backpack or loaded backpack. Items i can not be loaded into a backpack many times not only loaded items i. The problem analysis: 01 knapsack problem is a selected subset of the problem and suitable for the tree represents a subset of the solution space of 01 knapsack problem. Search solution space tree, as long as its left son node is a feasible node, the search into the left subtree, right subtree may contain only into the right subtree search the optimal solution Otherwise, the right subtree cut.)
- 2012-12-29 10:58:56下载
- 积分:1