资源列表
generaltabledef.zip
- 修改数据库表格定义的类
image
- 在屏幕正上方显示一个最初的五彩三角形,然后在下半部显示一串拷贝的三角形-Is the top of the screen displays a first color triangle, and then show a bunch of copies in the second half of the triangle
et
- 为了工作需要,将excle的拆分单元格合并成一行,再导入vfp中,制作成数据库-Need to work, will excle merged into the split cell line, and then import vfp, the production into a database
ThreadCreate
- windows下线程的创建与撤消中创建过程-windows of thread creation and undo the creation process
Matrix-power
- 矩阵快速幂ACM模板,用二分的思想和logn复杂度实现-ACM template matrix fast power
analog-clock
- program for developing magic square of various side which is inputed by user-program for developing magic square of various side which is inputed by user.........
123
- 通过遍历枚举所有窗口获取指定窗口句柄_Vb.net-Enumerate through all windows to get through the specified window handle
odbcapi
- PB调用ODBC API开发与MDB等数据库的接口程序-Pb use ODBC API to develop access mdb
calibration
- 单目摄像机标定,摄像机标定源代码程序,c++,opencv-single camera calibration,camera calibration, C++,opencv
sleepyZzz
- 编写一个日志输出函数,并编写一个测试程序用于测试该函数的正确性 日志的输出格式为:[2013-04-17 12:23:17] [DEBUG] file no find 日志文件在超过1K大小后,自动新建一个日志文件。 当日志文件超过10个后,自动从第一个日志文件重新记录-Write a log output function, and write a test program for testing the correctness of the function log output
Lineflow
- sorce code for line flow
连连看游戏辅助
- 《连连看》是由一款益智类游戏。 《连连看》只要将相同的两张牌用三根以内的直线连在一起就可以消除,规则简单容易上手。 本题编写程序模拟人进行连连看游戏,电脑模拟人玩连连看的过程如下: 1、分析本局游戏,将本局游戏转化成一个二位数组。0表示空白区域,数字表示该游戏牌为出现在游戏中的第几类游戏牌。 2、利用广度优先搜索算法,判断两个游戏牌是否可以消除。 3、程序模拟人点击可以消除的一对游戏牌进行消除。 对某局游戏转化成二维数组如下: 0 0 0 0 0 0 1 2 0 0 0 0