-
读取cmos参数的C源程序,C编程的过来看一看。
读取cmos参数的C源程序,C编程的过来看一看。-CMOS read source parameters of C, C programming Come and see.
- 2022-03-20 03:12:22下载
- 积分:1
-
红外IR的通信协议 需要的朋友下
红外IR的通信协议 需要的朋友下-IR infrared communication protocol needs of Friend
- 2022-09-20 02:25:02下载
- 积分:1
-
精通QT4编程
精通QT4编程-代码(共四部分),此为第3部分-Proficient QT4 programming- the code (a total of four parts), This is Part 3
- 2023-01-30 19:00:04下载
- 积分:1
-
一个2D地图编辑器,用于处理静态的游戏地图
一个2D地图编辑器,用于处理静态的游戏地图-a 2D map editor, for handling static map of the game
- 2022-02-04 11:57:35下载
- 积分:1
-
winamp歌词显示插件
winamp歌词显示插件-Winamp plug-in show lyrics
- 2022-11-18 06:15:03下载
- 积分:1
-
不错的补丁,看看就知道了,不需要解压密码.什么都不需要,直接下载...
不错的补丁,看看就知道了,不需要解压密码.什么都不需要,直接下载-good patch, see, it is a no-extracting password. Nothing will be directly downloaded
- 2023-03-26 19:25:04下载
- 积分: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
-
可以实现从键盘输入和屏幕显示的功能
能够实现从键盘输入并在显示器上显示的功能-can achieve input from the keyboard and the screen shows the function
- 2022-05-07 00:43:00下载
- 积分:1
-
游戏编程 介绍vc.net的使用 使用vc.net开发游戏
游戏编程 介绍vc.net的使用 使用vc.net开发游戏-game programming gives you some good advices about how to use the vc.net and making game software using vc.net
- 2022-05-21 04:23:33下载
- 积分:1
-
在普通的表达式中,符号是位于运算对象之间的,而在波兰表达式中,运算符号位于参与运算的对象之前。
波兰式在计算中的价值在于它不需要使用括号,之所以如此...
在普通的表达式中,符号是位于运算对象之间的,而在波兰表达式中,运算符号位于参与运算的对象之前。
波兰式在计算中的价值在于它不需要使用括号,之所以如此是由于波兰式的操作符的先后顺序是明确的。 -In the general expression, the symbols are located in between the operands, while the expression in Poland, the computation involved in computing at Symbol before the object. Polish-style in the calculation of the value is that it does not require the use of brackets, the reason for this is due to Poland-based operator of the sequence is clear.
- 2022-03-01 07:36:04下载
- 积分:1