-
写出来的旅馆管理系统虽然还很粗糙,也不是很稳定,但是它也算是我学了这么久计算机一点小小的成就吧,也许显得有点可笑,但是偶尔得看到它也能让自己感到有一点点的满足,...
写出来的旅馆管理系统虽然还很粗糙,也不是很稳定,但是它也算是我学了这么久计算机一点小小的成就吧,也许显得有点可笑,但是偶尔得看到它也能让自己感到有一点点的满足,并不是什么都没学到,把它贴在这也是希望能有高手可以给我指点啊-Written by the hotel management system, although very rough, not very stable, but it can also be considered for such a long time I studied computer achieved a little bit, maybe it sounds a bit ridiculous, but occasionally get to see it they can feel a little bit of satisfaction, is not nothing to learn, it is also posted on the hope that you can give me advice ah
- 2023-04-22 12:30:04下载
- 积分:1
-
ISP编程器
带at89s52时钟的isp程序
- 2023-05-25 14:05:03下载
- 积分:1
-
C8In domestic long
C8In国内长途网络电话 V6.03
方便大家沟通-C8In domestic long-distance telephone network to facilitate communication between V6.03
- 2022-07-07 11:27:20下载
- 积分:1
-
SUN Xin teachers VC++ Tutorial CD
孙鑫老师的VC++教程的光盘源代码,数写的很好,代码也很好,值得研究!第9章源程序!-SUN Xin teachers VC++ Tutorial CD-ROM source code, written in a few very good, code is also good, worthy of study! Chapter 9 source!
- 2022-09-02 04:40:03下载
- 积分:1
-
用C语言编的很好的反潜游戏,该游戏现在已有Windows版,不过这是DOS下的。...
用C语言编的很好的反潜游戏,该游戏现在已有Windows版,不过这是DOS下的。-C language series of good anti-submarine game, the game now Windows version, but this is under DOS.
- 2022-07-28 06:36:25下载
- 积分:1
-
高校人事管理系统实现添加删除修改查看等功能
高校人事管理系统实现添加删除修改查看等功能-实现添加删除修改查看等功能
- 2022-03-26 18:26:57下载
- 积分:1
-
这是一个利用ado访问数据库的程序,对初学者有一定的借鉴作用...
这是一个利用ado访问数据库的程序,对初学者有一定的借鉴作用-ado access to the database using the procedures for beginners a certain reference
- 2023-05-01 01:10:02下载
- 积分: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
-
斯坦福大学数据库系统实现,书中对数据库系统实现原理进行了深入阐述,并具体讨论了数据库管理系统的三个主要成分―存储管理器、查询处理器和事务管理器的实现技术。书中还...
斯坦福大学数据库系统实现,书中对数据库系统实现原理进行了深入阐述,并具体讨论了数据库管理系统的三个主要成分―存储管理器、查询处理器和事务管理器的实现技术。书中还对信息集成的最新技术,例如数据仓库、OLAP、数据挖掘、Mediator、数据立方体系统等进行了介绍。
-Stanford University database system implementation, the book Principles of database system implementation conducted in-depth exposition and, specifically, the database management system for three main components- store manager, query processor and transaction manager implementation technology. The book also integrates the latest technology information, such as data warehousing, OLAP, data mining, Mediator, data cube system were introduced.
- 2022-01-26 02:11:22下载
- 积分:1
-
用蚁群算法求解TSP(旅行商问题)。附上实验报告
用蚁群算法求解TSP(旅行商问题)。附上实验报告-ant colony algorithm
- 2022-07-03 21:40:51下载
- 积分:1