-
自己做的围棋小程序, 用C++开发的早期程序
自己做的围棋小程序, 用C++开发的早期程序-chess go!
- 2022-03-25 08:34:54下载
- 积分:1
-
组件编程例子程序,本人自写
组件编程例子程序,本人自写-COM programming examples procedures, since I write
- 2022-05-08 10:18:19下载
- 积分:1
-
输入两数,并以第二个数的倍数,将第一个数分组,打印出全部方案...
输入两数,并以第二个数的倍数,将第一个数分组,打印出全部方案-Enter the number two and the second the number of multiples of the number of the first division, print out the full program
- 2022-08-22 13:47:18下载
- 积分:1
-
VC的代码包,里面有很多有用的代码,希望对大家有用。
VC的代码包,里面有很多有用的代码,希望对大家有用。-VC code package, which has many useful code, I hope useful for everyone.
- 2022-02-05 20:30:36下载
- 积分:1
-
将一个文件,反之亦然在Win32平台
To split a file and vice versa on win32 platform
- 2022-04-21 12:45:02下载
- 积分:1
-
虚构的网球游戏
这是一种类型的 hid 的启动键盘包含空间钥匙进入关键 z x c 和向上下左、 右的键玩虚拟网球游戏。在这背后的想法是你尽量少使用键盘增加生命周期的电脑录入的 laptp.我用 atmega8 微控制器。我使用 hid 的引导 og vusb,但我使用的 ppt 幻灯片 shiftercode 的代码,我修改我的程序根据我的要求
- 2022-02-03 14:58:00下载
- 积分:1
-
快速批量对图片进行分割,对扫描到电脑里图片,分割成若干个小的图片...
快速批量对图片进行分割,对扫描到电脑里图片,分割成若干个小的图片-Fast volume segmentation of the picture on the scan to computer images, divided into several smaller picture
- 2022-02-04 14:59:45下载
- 积分:1
-
与系统时间严格同步的手表,用C编的,介面还算可以.
与系统时间严格同步的手表,用C编的,介面还算可以.-system with strict time synchronization of watches, C series, interface figure.
- 2022-08-16 03:52:36下载
- 积分:1
-
5秒钟启动WINCE,通过作者的亲身经历讲解启动过程和需要注意的环境,非常有参考价值。...
5秒钟启动WINCE,通过作者的亲身经历讲解启动过程和需要注意的环境,非常有参考价值。-5 seconds to boot WINCE, through the author
- 2022-09-15 20:50:03下载
- 积分:1
-
u_reg H”。
u_reg.h"
void Delay_MS(unsigned int ms)
void main()
{
asm(" STM #0000h,CLKMD ")
while(*CLKMD & 0x01 )
asm(" STM #40C7h,CLKMD ") //设置CPU运行频率=100M
/* 40C7h:5*clkin =100M
30c7h:4*clkin =80M
20c7h:3*clkin =60M
10C7h:2*clkin =40M
*/
asm(" stm #4240h, SWWSR ")
//2 wait except for on-chip program 1
asm(" stm #00a0h, PMST ") //MP/MC = 0, IPTR = 001,ovly=0
asm(" stm #0802h, BSCR ")
asm(" STM #0h,IMR ")
while(1)
{
Delay_MS(500)
asm(" RSBX XF ")
Delay_MS(500)
asm(" SSBX XF ")
}
-sdqwd
- 2022-02-04 22:56:44下载
- 积分:1