-
A very good vc++ProgrammingGuide book.
A very good vc++ProgrammingGuide book.
- 2022-12-12 10:40:04下载
- 积分:1
-
介绍如何用kbhit函数实现键盘交互
介绍如何用kbhit函数实现键盘交互-kbhit how to use interactive keyboard function
- 2022-01-31 22:22:01下载
- 积分: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
-
基于VC的H264解码库,支H264视频流解码
基于VC++的H264解码库,支H264视频流解码
- 2022-03-10 17:59:57下载
- 积分:1
-
一个类似京东的商品交易网站
本物品共享与交易平台采用B/S结构,服务端可以运行在Windows 2003及以上的操作系统,CPU在2GHz以上,内存在4G以上。客户端无要求。本系统的用户一般需要通过终端进行操作,进入主界面后点击相应的窗口,分别进入相对应的界面(如:注册/登录界面、商品浏览界面、商品交易界面等),使用方便、直观。使用mySql作为开发工具。使用Dreamweaver进行界面设计。
- 2022-03-26 19:19:54下载
- 积分:1
-
mapxtremes网站源码
这是我公司的源代码mapxtreme
- 2023-03-31 06:15:05下载
- 积分:1
-
小键盘指法练习软件,摆脱小键盘指法练习的枯燥乏味
小键盘指法练习软件,摆脱小键盘指法练习的枯燥乏味-A small keyboard fingering practice software, get rid of the small keyboard fingering exercise boring
- 2022-01-23 11:02:55下载
- 积分:1
-
this is a Zlib compression library packaged COM interface, complete applications...
这是一个对Zlib压缩库进行打包COM接口,完整的应用程序和可重用代码-this is a Zlib compression library packaged COM interface, complete applications and reusable code
- 2022-10-19 00:55:03下载
- 积分:1
-
一个vb编写的五子棋,数据库里保存了棋谱,能帮助你识别如何获取下一步的信息...
一个vb编写的五子棋,数据库里保存了棋谱,能帮助你识别如何获取下一步的信息-A vb Gobang prepared, preserved chess database that can help you identify how to obtain further information
- 2022-02-05 18:18:25下载
- 积分:1
-
基于Qt的CPU使用的的桌面仪表盘
基于Qt实现的一个小仪表盘,可以监测CPU使用率。双击可退出程序
- 2022-01-22 07:20:51下载
- 积分:1