-
simple classic summation of the multithreading knowledge, and knowledge also cha...
简单经典的概括了多线程了的知识,同时还把改知识用于事例,应该很有参考价值-simple classic summation of the multithreading knowledge, and knowledge also changed for example, it should be of great reference value
- 2022-03-21 09:04:35下载
- 积分:1
-
MFC Windows 程序设计 随书源码
MFC Windows 程序设计 随书源码-MFC Windows programming books FOSS
- 2022-09-13 16:30:03下载
- 积分:1
-
This article introduces the ARM JTAG debugging basic tenets. The basic elements...
这篇文章主要介绍ARM JTAG调试的基本原理。基本的内容包括了TAP (TEST ACCESS PORT) 和BOUNDARY-SCAN ARCHITECTURE的介绍,在此基础上,结合ARM7TDMI详细介绍了的JTAG调试原理。-This article introduces the ARM JTAG debugging basic tenets. The basic elements include the TAP (TEST PORT ACCESS) and BOUNDARY- SCA N ARCHITECTURE presentation on this basis, combining ARM7TDMI details of the JTAG Debugging principle.
- 2023-04-08 08:25:03下载
- 积分:1
-
图形学习教程,学习C++语言的图形功能,要掌握的…
graphics学习教程,学习c语言图形化的函数,掌握C的基本绘图方法-graphics learning tutorial, learn c language graphical functions, to master the basic method of drawing C
- 2022-11-25 17:15:03下载
- 积分:1
-
C language 105 cases of actual combat with the Green Book CD
C语言实战105例 随书光盘
王为青 张圣亮编著
中国邮电出版社出版-C language 105 cases of actual combat with the Green Book CD-ROM Wang Liang Zhang Shengqin series of Posts and Telecommunications Publishing House of China
- 2022-02-03 22:02:44下载
- 积分:1
-
一本讲编程的好书,看后受益匪浅相信大家不会错过的
一本讲编程的好书,看后受益匪浅相信大家不会错过的-A talk about programming books, we would not expect to see benefit after the miss. . . . . . .
- 2022-02-02 11:33:03下载
- 积分:1
-
MFC下实现客户端在文本中记录用户的操作!
MFC下实现客户端在文本中记录用户的操作!-Under MFC client records in the text the user" s operation!
- 2022-02-03 21:04:34下载
- 积分:1
-
基本功能: 1.网友留言 2.留言可以选择悄悄话 3.管理员后台管理留言 4.可有多个管理员 5.20个留言形象 6.可设置每页显示最大留言数...
基本功能: 1.网友留言 2.留言可以选择悄悄话 3.管理员后台管理留言 4.可有多个管理员 5.20个留言形象 6.可设置每页显示最大留言数-basic functions : 1. Netizen two messages. Messages can choose three whispered. Administrators message management background 4. Many have voice mail administrator 5.20 6 image. Each page can be set to show the largest number of messages
- 2022-03-23 02:06:32下载
- 积分:1
-
An introduction to graphical models by Kevin P. Murphy
An introduction to graphical models by Kevin P. Murphy
- 2022-02-09 23:44:23下载
- 积分: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