-
XtremeDSP开发板具有丰富的功能组件及多种的接口,可以实现多种设备和单板
灵活的对接,介绍了XtremeDSP开发板...
XtremeDSP开发板具有丰富的功能组件及多种的接口,可以实现多种设备和单板
灵活的对接,介绍了XtremeDSP开发板-XtremeDSP Development Board is a feature-rich components and a wide range of interfaces, can achieve a variety of equipment and veneer flexible docking on the XtremeDSP Development Board
- 2022-03-25 13:23:29下载
- 积分:1
-
Advanced Tutorial C language, including the source tutorial on embedded developm...
C语言进阶教程,含教程中的源码,对嵌入式开发有极大帮助作用!-Advanced Tutorial C language, including the source tutorial on embedded development of great help!
- 2022-07-18 23:03:06下载
- 积分:1
-
掌握access开发
掌握access开发- Grasps access to develop
- 2022-05-18 06:17:47下载
- 积分:1
-
【内容简介】
本书是关于C语言的详尽的参考手册。最新的第5版增加了对C99标准的介绍,更加符合当前读者学习C语言的需要。...
【内容简介】
本书是关于C语言的详尽的参考手册。最新的第5版增加了对C99标准的介绍,更加符合当前读者学习C语言的需要。
-【Brief Introduction】 This book is about the C language, a detailed reference manual. The latest version 5 adds support for C99 standard introduced the reader to learn more in line with the current C language needs.
- 2022-09-18 06:50:05下载
- 积分:1
-
document is designed to use radar Matlab source code, its reference books "...
文件是雷达设计使用的matlab源代码,其参考的是书籍《radar design with matlab》-document is designed to use radar Matlab source code, its reference books "radar design with Matlab"
- 2022-09-21 22:45:02下载
- 积分:1
-
书籍《VisualC++经典游戏程序设计》游戏源代码,包含一些经典游戏如俄罗斯方块,连连看等源代码...
书籍《VisualC++经典游戏程序设计》游戏源代码,包含一些经典游戏如俄罗斯方块,连连看等源代码-books "classic games Visual C Programming" game source code include some classic games, such as Tetris, such as source code 1000 block of Terry Avenue
- 2023-05-18 17:35:04下载
- 积分:1
-
fskdecode for AVR microchip
fskdecode for AVR microchip
- 2022-01-28 06:23:17下载
- 积分:1
-
two on information security cryptography
信息安全2关于密码学-two on information security cryptography
- 2022-07-26 05:55:06下载
- 积分:1
-
java 设计模式思想, 英文中译版的, 内容有点抽象, 不过总的来说还不错...
java 设计模式思想, 英文中译版的, 内容有点抽象, 不过总的来说还不错 -java design patterns of thought, the English translation version of the content a bit abstract, but in general good
- 2022-03-02 11:26:04下载
- 积分:1
-
传教士与野人问题我们分两种情况考虑。先考虑船在左岸的情况。如果不考虑限制条件,也就是说,船一次可以将三人从左岸运到右岸,然后再有一个人将船送回来。这样,船一个来...
传教士与野人问题我们分两种情况考虑。先考虑船在左岸的情况。如果不考虑限制条件,也就是说,船一次可以将三人从左岸运到右岸,然后再有一个人将船送回来。这样,船一个来回可以运过河2人,而船仍然在左岸。而最后剩下的三个人,则可以一次将他们全部从左岸运到右岸。所以,在不考虑限制条件的情况下,也至少需要摆渡[(M+N-3)/2]*2+1次。其中分子上的"-3"表示剩下三个留待最后一次运过去。除以"2"是因为一个来回可以运过去2人,需要[(M+N-3)/2]个来回,而"来回"数不能是小数,需要向上取整,这个用符号[ ]表示。而乘以"2"是因为一个来回相当于两次摆渡,所以要乘以2。而最后的"+1",则表示将剩下的3个运过去,需要一次摆渡。-M-C products
- 2022-03-03 01:31:52下载
- 积分:1