-
虚构的网球游戏
这是一种类型的 hid 的启动键盘包含空间钥匙进入关键 z x c 和向上下左、 右的键玩虚拟网球游戏。在这背后的想法是你尽量少使用键盘增加生命周期的电脑录入的 laptp.我用 atmega8 微控制器。我使用 hid 的引导 og vusb,但我使用的 ppt 幻灯片 shiftercode 的代码,我修改我的程序根据我的要求
- 2022-02-03 14:58:00下载
- 积分:1
-
的colorlb示例展示了如何实现一个老板
The COLORLB sample shows how to implement an owner-draw list box.
- 2023-07-11 11:05:03下载
- 积分: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
-
Calculator applet, including the graphics mode and text mode conversion
计算器小程序,包括图形模式和文本模式的转换-Calculator applet, including the graphics mode and text mode conversion
- 2022-07-27 06:03:39下载
- 积分:1
-
GradientFillExample source code for Visual Studio 2005 by VB
GradientFillVisual Studio 2005 VB示例源代码
- 2022-03-25 01:50:41下载
- 积分:1
-
TrueType的实施过程中,一个非常好的源码哦,你可以下来
TrueType的实现过程,很好的源码哦,可以下来-TrueType s implementation process, a very good source Oh, you can down
- 2022-04-17 15:16:08下载
- 积分:1
-
该代码介绍了grid_list控件的用法,在vc++6.0环境测试通过
该代码介绍了grid_list控件的用法,在vc++6.0环境测试通过-grid_list control of the usage, vc 6.0 in the test environment
- 2022-03-20 10:27:26下载
- 积分:1
-
Avr 单片机控制板文档和软件
Avr 单片机控制板
连接到串行设备或 tcp/ip
- 2023-09-05 20:20:05下载
- 积分:1
-
异步串口通讯类,做为学习windows API的经理入门作品
异步串口通讯类,做为学习windows API的经理入门作品-Asynchronous serial communication class, as the all-windows API" s manager of entry-works
- 2023-02-09 15:10:03下载
- 积分:1
-
ASCII代码的关键
程序返回按下的键的ASCII值。对于每个按下的键的结果示于表格字幕。
- 2022-05-07 09:45:13下载
- 积分:1