-
显示 ip 程序
显示 ip 程序 -show ip procedures show ip procedures
- 2022-07-03 13:48:12下载
- 积分:1
-
实现停车场管理与计费功能,可以实现单项停车场的停车管理与计时收费功能!...
实现停车场管理与计费功能,可以实现单项停车场的停车管理与计时收费功能!
- 2023-07-15 08:35:03下载
- 积分: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++]哈夫曼编码及译码
构造赫夫曼树 HT , 并求出 n 个字符的赫夫曼编码 HC
//将结果存入 hufTree.txt...
[C/C++]哈夫曼编码及译码
构造赫夫曼树 HT , 并求出 n 个字符的赫夫曼编码 HC
//将结果存入 hufTree.txt-[C/C] Huffman coding and decoding structure HT Huffman tree, and obtained n characters of Huffman coding HC// results deposited hufTree.txt
- 2022-01-21 01:32:58下载
- 积分:1
-
随机发生器,学校。例如,如果用户选择0431类,使用O。
随机学号发生器。如,如果用户选择0431班,使用序号为1,那么随机给出0431班中除了学号为1~10之外的其它所有学号中的n个学号;如果选择2,那么随机给出除了学号为10~20之间的其它n个学号;依次类推。-random generator, school. For example, if the user selects 0431 class, the use of a serial number. then randomly given 0,431 school classes, in addition to a 10-all other outside the school, the school n; If you choose two, then were given school, in addition to between 10 ~ 20 other school n; followed by analogy.
- 2022-10-27 01:45:04下载
- 积分:1
-
C++这个词在中国大陆的程序员圈子中通常被读做“C加加”,而西方的程序员通常读做“C plus plus”,“CPP”或者“dev.cpp"。 它是一种使用非常...
C++这个词在中国大陆的程序员圈子中通常被读做“C加加”,而西方的程序员通常读做“C plus plus”,“CPP”或者“dev.cpp"。 它是一种使用非常广泛的计算机编程语言。-The word C++ programmers in China in the circle of time is usually done " C Gaga" and the West do programmers usually read " C plus plus" , " CPP" or " dev.cpp" . It is a very extensive use of computer programming languages.
- 2023-07-27 05:35:03下载
- 积分:1
-
编程环境为VC,图形化操作,可以实现光驱的打开,关闭。最小化此程序时能够托盘化显示。...
编程环境为VC,图形化操作,可以实现光驱的打开,关闭。最小化此程序时能够托盘化显示。-Programming environment for the VC, graphical operation, the drive can be opened, closed. Minimize to tray when the program display.
- 2023-06-15 23:10:03下载
- 积分:1
-
这是用VB编写的一个用于实现电子日记的录入及其管理的小程序...
这是用VB编写的一个用于实现电子日记的录入及其管理的小程序-This is the VB prepared for the realization of an electronic diary of the recording and management of small programs
- 2022-07-03 02:50:29下载
- 积分:1
-
multi
多线程处理器,编程语言是:.net C# -multi-threaded processors, programming languages are :. Net C#
- 2022-02-01 04:00:28下载
- 积分:1
-
remote shutdown of the small programs, as long as the other side to know in adva...
实现远程关机的小程序,只要预先知道对方的IP地址和进入系统的帐号密码即可运行-remote shutdown of the small programs, as long as the other side to know in advance the IP address and access to the account password system can run
- 2022-03-15 11:25:50下载
- 积分:1