-
一个简单的迷宫游戏源代码,很适合初学游戏编程的爱好者
一个简单的迷宫游戏源代码,很适合初学游戏编程的爱好者-c game code
- 2022-03-12 08:51:51下载
- 积分:1
-
小录音程序,可以完成将用户输入的语音录制和播放的功能。...
小录音程序,可以完成将用户输入的语音录制和播放的功能。-small recording procedures will be completed user input voice recording and playback function.
- 2022-03-23 11:46:51下载
- 积分:1
-
Is a simulation using VB.NET to write automobile operations, use the coordinates...
是一个用VB.NET写的模拟汽车运行,使用坐标点来模拟实现-Is a simulation using VB.NET to write automobile operations, use the coordinates to simulate the realization of
- 2022-05-29 03:20:20下载
- 积分:1
-
STM32 LED点灯程序
年4月10日 - system_stm32f4xx.h :system_stm32f4xx.c的头文件。在CMSISDeviceSTSTM32F4xxInclude中 system_stm32f4xx.c :stm32f4的系统时钟配置。在CMSISDevice...
www.cnblogs.com/King-G...
- 2022-02-26 15:47:08下载
- 积分:1
-
Embedded Development Platform s3c2440a power button driver source code, can refe...
s3c2440a嵌入式开发平台电源按钮驱动源码,可以参照改写键盘驱动-Embedded Development Platform s3c2440a power button driver source code, can refer to the keyboard driver rewrite
- 2022-06-14 13:25:01下载
- 积分:1
-
PEER TO PEER P2P 点到点 多线程断点续传的实现。 珍贵资料啊~~
如果不能下载 请到http://www.aibao28.com 免费下载...
PEER TO PEER P2P 点到点 多线程断点续传的实现。 珍贵资料啊~~
如果不能下载 请到http://www.aibao28.com 免费下载-PEER TO PEER P2P point-to-multi-threaded HTTP implementation. Valuable information ah ~ ~ If you can not download the free download go to http://www.aibao28.com
- 2022-03-14 16:25:43下载
- 积分:1
-
这是一本关于多线程编程的教科书。这本书的目的
This a textbook on multithreaded programming. The objective of this book
is to teach students about languages and libraries for multithreaded programming,
to help students develop problem-solving and programming skills, and to
describe and demonstrate various testing and debugging techniques that have been
developed for multithreaded programs over the past 20 years.-This is a textbook on multithreaded programming. The objective of this book
is to teach students about languages and libraries for multithreaded programming,
to help students develop problem-solving and programming skills, and to
describe and demonstrate various testing and debugging techniques that have been
developed for multithreaded programs over the past 20 years.
- 2022-02-15 09:56:47下载
- 积分:1
-
这是部分图像处理的实现源码~~~对个人的毕业设计很有帮助,需要的下...
这是部分图像处理的实现源码~~~对个人的毕业设计很有帮助,需要的下-This is part of image processing to achieve source ~ ~ ~ of individuals graduating from the design of very helpful, the need for the next
- 2022-03-12 23:54:40下载
- 积分:1
-
LCS问题就是求两个字符串最长公共子串的问题。解法就是用一个矩阵来记录两个字符串中所有位置的两个字符之间的匹配情况,若是匹配则为1,否则为0。然后求出对角线最长...
LCS问题就是求两个字符串最长公共子串的问题。解法就是用一个矩阵来记录两个字符串中所有位置的两个字符之间的匹配情况,若是匹配则为1,否则为0。然后求出对角线最长的1序列,其对应的位置就是最长匹配子串的位置。 最长递增子序列LCS的实现C源码!-LCS problem for two strings is the longest common sub-string problem. Solution is to use a matrix to record the location of two strings of all the matches between the two characters in the situation, if the match is one, otherwise to 0. And one of the longest diagonal obtained sequence, the location of its corresponding sub-string match is the longest position. The longest increasing sub-sequence source C implementation of the LCS!
- 2022-08-19 18:20:36下载
- 积分:1
-
C编辑器语法高亮(效果不太好),自动缩进,有关。
C编辑器,语法高亮(效果不太好),自动缩进,到源代码,请与我联系
- 2022-03-19 17:40:39下载
- 积分:1