-
基于web图书管理系统
基于web图书管理系统,包括用户和管理员的相关功能
- 2022-03-19 18:41:45下载
- 积分:1
-
产生真正的随机数
产生真正的随机数-generate a truly random number
- 2022-03-26 07:56:57下载
- 积分:1
-
列出本地所有网卡的代码
列出本地所有网卡的代码-together all Ethernet local code
- 2023-02-07 09:30:04下载
- 积分:1
-
很好的UML建模工具
非常好的UML建模工具的源代码,利用delphi编程实现了UML2.0标准,方便易用,对所有delphi图形用户编程用户有很大参考借鉴价值。-Very good UML modeling tool
- 2022-03-19 14:20:17下载
- 积分: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
-
DS18B20 temp , show the temp to the lcd .
DS18B20 temp , show the temp to the lcd .
- 2022-02-04 08:55:30下载
- 积分:1
-
这是栈数据结构。在操作系统中非常重要。本文件提供了一种C++实现方案。...
这是栈数据结构。在操作系统中非常重要。本文件提供了一种C++实现方案。-This is a stack data structure. At the operating system is very important. This document provides a C++ implementation program.
- 2022-03-30 20:42:56下载
- 积分:1
-
Microsoft Visual C++ 边沿检测与提取,轮廓跟踪
Microsoft Visual C++ 边沿检测与提取,轮廓跟踪-Microsoft Visual C++ Edge detection and extraction, contour tracing
- 2022-04-29 20:27:51下载
- 积分:1
-
词法分析器,编译原理课程中的一小部分,分析词法的构成!...
词法分析器,编译原理课程中的一小部分,分析词法的构成!-Lexical analyzer, compiler theory course in a small part of lexical analysis of the composition!
- 2023-03-24 04:55:04下载
- 积分:1
-
本程序的说明的较著名的约瑟夫环问题
本程序的说明的较著名的约瑟夫环问题-the procedure that the more famous Joseph Loop
- 2023-08-28 12:45:03下载
- 积分:1