-
用VC6.0实现的猜数字游戏 是c++入门必定要搞定的逻辑程序 大学课堂比做的程序...
用VC6.0实现的猜数字游戏 是c++入门必定要搞定的逻辑程序 大学课堂比做的程序-it is achieved by c++6.0
- 2022-03-23 08:15:29下载
- 积分:1
-
Introduction to JQuery started JQuery entry JQuery
JQuery入门 JQuery入门-Introduction to JQuery started JQuery entry JQuery
- 2022-06-29 06:55:37下载
- 积分:1
-
字符串转换成对应的数
二分查找 进制转换 排序 杨辉三角
字符串转换成对应的数
二分查找 进制转换 排序 杨辉三角-Strings are converted to the corresponding number of
Binary search binary conversion sort Yang Hui Triangle
- 2022-07-28 03:30:53下载
- 积分:1
-
用java实现数据结构中的栈和队列,是一个applet程序,可以通过实际操作来演示数据结构的栈的具体实现方式。...
用java实现数据结构中的栈和队列,是一个applet程序,可以通过实际操作来演示数据结构的栈的具体实现方式。-use java to Selection_stack
- 2023-05-03 05:20:03下载
- 积分:1
-
open PCX格式文件.rar
open PCX格式文件.rar-open PCX format. Rar
- 2022-10-19 15:00:04下载
- 积分:1
-
屏幕放大镜,运行这个程序之后,当光标在屏幕上移动时,光标位置附近的图像会放大显示在程序窗口中。支持以不同的比例放大图像。利用Windows API函数,同时还使...
屏幕放大镜,运行这个程序之后,当光标在屏幕上移动时,光标位置附近的图像会放大显示在程序窗口中。支持以不同的比例放大图像。利用Windows API函数,同时还使用了API对INI 文件进行操作。 -Screen magnifier, run this program later, when the cursor moves on the screen, the cursor near the position of the image will be displayed in the program window to enlarge. Support the scaling up of different images. The use of Windows API functions, but also use the API to the INI file to operate.
- 2022-10-14 01:40:03下载
- 积分:1
-
本程序可以扫描到系统目前windows系统存在的漏洞,并给出提示,查出漏洞后,可到MS官方网站下载相应的补丁,以确保系统尽可能地安全。...
本程序可以扫描到系统目前windows系统存在的漏洞,并给出提示,查出漏洞后,可到MS官方网站下载相应的补丁,以确保系统尽可能地安全。-This procedure can be scanned into the system the current loopholes in windows system, and gives tips for identifying vulnerabilities, you can download the MS official website of the corresponding patch to ensure that the system security as much as possible.
- 2022-01-26 07:37:03下载
- 积分:1
-
4:00 realize the functional modules of finite element procedures, a certain comm...
实现四点单元有限元功能的程序,具有一定通用性,对一般的板分析时比较精确.-4:00 realize the functional modules of finite element procedures, a certain commonality of general plate analysis more precise.
- 2022-06-20 19:53:59下载
- 积分: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
-
窗口访问信息处理模块
获取windows进程模块有关信息-windows access the information process module
- 2022-12-29 11:15:04下载
- 积分:1