-
FPGAs rise to meetincreasing DSP system're quirements
FPGAs rise to meetincreasing DSP system
requirements-FPGAs rise to meetincreasing DSP system"re quirements
- 2022-07-05 09:32:13下载
- 积分:1
-
Modbus是modicom公司提出得一种数据传送方式, 也是现在用的较多的现场总线之一,之所以它这么成功得被应用, 主要原因是因为Modbus协议的简单,和开...
Modbus是modicom公司提出得一种数据传送方式, 也是现在用的较多的现场总线之一,之所以它这么成功得被应用, 主要原因是因为Modbus协议的简单,和开放性较好-Modbus is modicom companies have a data transmission method is now used more fieldbus one reason why it was such a successful application, the main reason is because the Modbus protocol is simple, and openness better
- 2022-03-15 23:05:52下载
- 积分:1
-
Matlab教程及通信中的应用,包括讲义、例题和课件
Matlab教程及通信中的应用,包括讲义、例题和课件-Matlab tutorials and communications applications, including lectures, Example and courseware
- 2023-03-27 06:55:03下载
- 积分:1
-
c program code
c语言高级编程与实例剖析,包括全书所以代码,很不错的c编程书籍-c program code
- 2022-12-06 18:05:03下载
- 积分:1
-
实现int或long int类型数据向time类型数据转化,比如说,int i=258147369, 它将转化为x小时y分z秒。...
实现int或long int类型数据向time类型数据转化,比如说,int i=258147369, 它将转化为x小时y分z秒。-Int or long int realize the type of data to the time the type of data into, for example, int i = 258147369, it will translate into x hours y minutes z seconds.
- 2023-03-13 04:50:03下载
- 积分:1
-
10PHP, learning books, book, more simple transaction, is a very good learning ma...
10PHP,的学习书籍,全书,比较浅显异动,是很好的学习材料,并且在书中,有很多的列子,我们可以边学边练。效率很高。-10PHP, learning books, book, more simple transaction, is a very good learning materials, and in the book, have a lot of Liezi, we can learn while practicing. High efficiency.
- 2022-01-25 16:14:10下载
- 积分:1
-
关于用c语言设计屏幕界面技术的精典书籍。
关于用c语言设计屏幕界面技术的精典书籍。-Designed on the screen using c language interface technology of classical books.
- 2022-03-29 21:41:54下载
- 积分:1
-
学习j2ee设计模式的好书
学习j2ee设计模式的好书-learning design patterns creates books
- 2023-01-24 03:50:06下载
- 积分:1
-
这是一本javascript教程,非常详细,看完一定精通javascript
这是一本javascript教程,非常详细,看完一定精通javascript-This is a javascript tutorial is very detailed and proficient in reading certain javascript
- 2022-11-27 21:40:03下载
- 积分:1
-
0_1背包问题,回溯法解背包问题
0
0_1背包问题,回溯法解背包问题
0-l背包问题是子集选取问题。一般情况下,0-1背包问题是NP难题。0-1背包
问题的解空间可用子集树表示。解0-1背包问题的回溯法与装载问题的回溯法十分类
似。在搜索解空间树时,只要其左儿子结点是一个可行结点,搜索就进入其左子树。当
右子树有可能包含最优解时才进入右子树搜索。否则将右子树剪去。设r是当前剩余
物品价值总和;cp是当前价值;bestp是当前最优价值。当cp+r≤bestp时,可剪去右
子树。计算右子树中解的上界的更好方法是将剩余物品依其单位重量价值排序,然后
依次装入物品,直至装不下时,再装入该物品的一
- 2022-01-26 04:12:33下载
- 积分:1