-
VB 精选文摘集合
VB 精选文摘集合 - 系统篇-Featured abstracts VB Collection- System Part
- 2022-05-22 03:57:33下载
- 积分:1
-
我已经写了一个将军
自己编写的一个通用无人机仿真和控制程序,希望能帮助其他有需要的朋友。-I have written a general-purpose UAV simulation and control procedures, hoping to help others in need of a friend.
- 2022-07-10 02:22:33下载
- 积分:1
-
嵌入式PDA程序,可以演示多线程的生成,并利用线程的方式刷新界面...
嵌入式PDA程序,可以演示多线程的生成,并利用线程的方式刷新界面-embedded PDA procedures, multithreading can demonstrate the generation and use of high-thread interface
- 2022-02-06 12:00:15下载
- 积分:1
-
队列和堆栈的执行情况
它是一个自助书面 c + + 程序执行队列。
队列被实施作为首先在第一次出来的办法。
因此,我们采取两个变量前面和后方为跟踪的前面和后面的队列。
在此程序中,我们展示了如何插入、 删除和显示队列。
也被保持一个数组。
包括堆栈执行。
堆栈最后遵循先进先出的方法。
所以,维持顶部以指向堆栈的顶部。
- 2022-02-04 18:47:49下载
- 积分:1
-
分形图的实现:c++源代码,分形树由递归算法生成。
分形图的实现:c++源代码,分形树由递归算法生成。-Fractal graphic sample
- 2022-03-20 11:38:58下载
- 积分:1
-
把程序加到启动组
把程序加到启动组-procedures added to launch group
- 2022-11-22 09:45:03下载
- 积分:1
-
1背包问题是NP难题。0
0-l背包问题是子集选取问题。一般情况下,0-1背包问题是NP难题。0-1背包 问题的解空间可用子集树表示。解0-1背包问题的回溯法与装载问题的回溯法十分类 似。在搜索解空间树时,只要其左儿子结点是一个可行结点,搜索就进入其左子树。当 右子树有可能包含最优解时才进入右子树搜索。否则将右子树剪去。设r是当前剩余 物品价值总和;cp是当前价值;bestp是当前最优价值。当cp+r≤bestp时,可剪去右 子树。计算右子树中解的上界的更好方法是将剩余物品依其单位重量价值排序,然后 依次装入物品,直至装不下时,再装入该物品的一部分而装满背包。由此得到的价值是 右子树中解的上界。-0-l knapsack problem is selected subset of the problem. Under normal circumstances, 0-1 knapsack problem is NP-hard. 0-1 knapsack problem the solution space available subset of the tree said. Xie 0-1 knapsack problem with the law retroactively loading the retroactive law very similar. The search solution space trees, as long as their son left node is a viable nodes, the search entered its left subtree. When the right subtree is the optimal solution may contain only son into the right tree search. It will cut right subtrees. Suppose that r is the total value of the remaining items; Cp is the current value; Bestp is currently the best value. When cp r bestp, they can cut right subtrees. Calculation right
- 2022-03-25 00:00:51下载
- 积分:1
-
VC中读取mp3文件信息的方法
标准格式的mp3文件中,都有一些自身描述的信息,比如歌曲名称、歌手、专辑名称等信息。
这些信息都记录在mp3文件中,而且...
VC中读取mp3文件信息的方法
标准格式的mp3文件中,都有一些自身描述的信息,比如歌曲名称、歌手、专辑名称等信息。
这些信息都记录在mp3文件中,而且格式是固定的。那么,我们就可以用编程的方式来获取这些信息。其实说简单一点,就是VC文件读取的操作。不过mp3有一定的信息结构,在mp3文件的最后128个字节,就包含上述的信息。那么我们打开mp3文件, 读取最后128个字节即可。-VC MP3 file information reader of the MP3 standard format document, some have described their own information, such as song title, artist, album title and other information. These messages are recorded in the MP3 file, but the format is fixed. Then, we can use the program to access such information. That simple fact that the VC paper read operation. However mp3 certain information, the structure of mp3 of the final 128 bytes, including the above information. Then we open MP3 files, read the last 128 bytes can be.
- 2022-05-14 10:56:12下载
- 积分:1
-
C语言最新编程技200例,,,c语言初学者用得到的
C语言最新编程技200例,,,c语言初学者用得到的-c 200
- 2023-04-09 02:10:04下载
- 积分:1
-
The issue of public sequence KMP algorithm is very powerful in his capacity as t...
公共子序列问题的KMP算法 很厉害的阿斯蒂芬身份的身份-The issue of public sequence KMP algorithm is very powerful in his capacity as the identity of阿斯蒂芬
- 2023-04-23 23:10:03下载
- 积分:1