-
USB interface can be used to test whether, if an error occurs, display error cau...
测试USB接口是否能用,若出现错误,则显示出错原因,推荐解决方法-USB interface can be used to test whether, if an error occurs, display error causes, recommend solutions
- 2022-06-20 15:37:00下载
- 积分:1
-
《C C++程序设计》范例程序,很多程序很有用的,大家下载哟。
《C C++程序设计》范例程序,很多程序很有用的,大家下载哟。-examples of C & C++ How to Program. It is useful, welcome to download.
- 2022-03-29 20:33:14下载
- 积分:1
-
windows下摄像头capture测试程序
摄像头capture测试程序,windows环境c++代码,完整可编译工程
- 2022-04-20 23:36:50下载
- 积分:1
-
一个Form设计器的源代码 现上传供网友及初学者学习研究之用
一个Form设计器的源代码 现上传供网友及初学者学习研究之用-A Form Designer is upload the source code for users and beginners to learn research
- 2022-02-05 05:34:48下载
- 积分:1
-
timer code in vhdl
计时器的vhdl码
-timer code in vhdl
- 2022-06-18 08:32:30下载
- 积分:1
-
用C++实现视力表的程序,很不错的哦
用C++实现视力表的程序,很不错的哦-C realization of the vision chart procedures, very good oh! !
- 2022-07-04 15:24:51下载
- 积分: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
-
在这个示例中,你将学习到如何制作网络浏览器。
在这个示例中,你将学习到如何制作网络浏览器。-in this example, you will learn how to make a web browser.
- 2022-02-26 04:43:47下载
- 积分:1
-
物流ERP
安装说明:1、上传到网站根目录. 2、用phpMyadmin导入数据库文件0766city.sql3、修改数据库链接文件 /application/config/database.php(记得不要用记事本修改,否则可能会出现验证码显示不了问题,建议用Notepad++)4、安装好了以后,登陆后台 帐号 admin 密码 jxc888888
- 2022-06-26 08:52:54下载
- 积分:1
-
这是一个用VB实现飞机飞行的小游戏.它可以比较完善的实现一般射击小游戏的功能.已经测试通过....
这是一个用VB实现飞机飞行的小游戏.它可以比较完善的实现一般射击小游戏的功能.已经测试通过.-This is a VB small aircraft flying game. It can be more perfect realization shooting small game features. Have the test.
- 2022-02-03 04:09:42下载
- 积分:1