-
Delphi的friendlynames portdetect
portdetect for delphi by friendlynames
- 2022-03-22 10:31:53下载
- 积分:1
-
可变变量
changeable variables
- 2022-08-23 07:42:04下载
- 积分:1
-
利用CryptoAPI得到纯文本会话密钥
Obtain the plain text session key using CryptoAPI
- 2022-01-25 15:30:55下载
- 积分:1
-
八皇后VC图形演示,算法思想:回溯法,先在第1行放上一个皇后,然后在第2行合适的位置放上一个皇后,依次类推,如果8行都放满了,说明找到了一个解,如果第好第i行的...
八皇后VC图形演示,算法思想:回溯法,先在第1行放上一个皇后,然后在第2行合适的位置放上一个皇后,依次类推,如果8行都放满了,说明找到了一个解,如果第好第i行的皇后后,第i+1行找不到合适的位置,这时就回到第i行,把第i行的皇后放到下一个位置,继续尝试下一行。如此反复,知道找到所有的解。注意,这种算法找的解可能有等价的,某些解可由别的解经过旋转棋盘得到。-visual demostration in vc of eight queens problem.
algorithm: backtracking.
First, put a queen on first line then find a suitable position on 2nd line for next queen, and so on. When all eight lines have queens, it means we have find a solution. If we put the i-th queen, but can find a suitable position on the (i+1)th line, then back to the ith line and move the queen on the ith line to next suitable position and move on to the next line. Repeat this until we have found all the solutions. Note:By this mean, some solutions maybe equivalent to others, some can be acquired by the rotation of other solutions.
- 2022-03-23 15:20:19下载
- 积分:1
-
一个简单的通讯录程序,自己编写的控制台程序,利用了链表,是一个关于链表操作学习的很好例子。...
一个简单的通讯录程序,自己编写的控制台程序,利用了链表,是一个关于链表操作学习的很好例子。-A simple address book program, their own procedures for the preparation of the console, using a linked list is a list to operate on a very good example of learning.
- 2022-01-20 22:54:56下载
- 积分:1
-
演示了如何使用matlab中的数学函数,对数据计算非常有用。
演示了如何使用matlab中的数学函数,对数据计算非常有用。-demonstration of how to use the Matlab mathematical function, the data is very useful.
- 2022-04-28 22:49:39下载
- 积分:1
-
wages of the original executable code are still in hope you like! The good
工资管理的原代码 还有可执行文件都在 希望大家喜欢! 很好用的-wages of the original executable code are still in hope you like! The good
- 2022-04-24 03:04:11下载
- 积分:1
-
This is a realization of backbag problem with VC++
这是计算机算法中的背包问题的实现程序,使用VC开发!-This is a realization of backbag problem with VC++
- 2022-01-27 10:18:11下载
- 积分:1
-
html5以及note.js技术编写的实时聊天系统
这是使用的HTML5技术,以及css相关技术以及note.js制作而成的一个实时聊天系统。能实现实时的聊天功能也能进行即时的文件传输功能。还能够对文本进行编辑操作!
- 2022-03-04 17:23:52下载
- 积分:1
-
斗地主源代码
利用VC开发工具,window7开发环境,制作的斗地主小型游戏,有单机版和网络版两种形式,适合初学者学习。
- 2023-08-30 16:20:02下载
- 积分:1