-
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
-
程序由C语音编写,功能为通过修改注册表修改个人浏览器的主页...
程序由C语音编写,功能为通过修改注册表修改个人浏览器的主页-Procedures by the C speech prepared by modifying the registry functions to edit your browser s home page
- 2022-03-11 17:51:30下载
- 积分:1
-
这本电子C语言书浅显易懂,非常适合初学者快速理解C语言.
这本电子C语言书浅显易懂,非常适合初学者快速理解C语言.-C Primer Plus
- 2022-05-23 15:08:26下载
- 积分:1
-
用VC++的分形序列固步自封,它旨在表明分形树…
用VC++编写的分形小成序,用以显示分形树及其风吹效果-with VC++ fractal sequence on its laurels, it purported to show that fractal tree and the wind effect
- 2022-03-11 22:00:44下载
- 积分:1
-
学生管理系统的 都是些文件编码 很详细 应该很有用
学生管理系统的 都是些文件编码 很详细 应该很有用-Student Management System documents are encoded in great detail should be useful
- 2022-02-11 14:27:15下载
- 积分:1
-
Wince下对IE进程发送虚拟键盘事件达到用快捷键控制IE的目的
Wince下对IE进程发送虚拟键盘事件达到用快捷键控制IE的目的-Wince IE process right under this virtual keyboard events to use the keyboard to control the purpose of IE
- 2022-08-24 06:31:44下载
- 积分:1
-
自己做的一个可以总在最上方显示的记事本程序,仅仅是在对照扫描的文本输入时用得着。...
自己做的一个可以总在最上方显示的记事本程序,仅仅是在对照扫描的文本输入时用得着。-Their own can make a total shown in the top of the Notepad program, just scan the text in the control input useful.
- 2022-05-27 10:24:16下载
- 积分:1
-
Hook windowsAPI example. The DLL is the messagobox HOOK windows function will be...
这是一个Hook windowsAPI 的例子。
本DLL是HOOK windows的messagobox函数
并将应用程序中调用messagebox函数弹出的对话框的样式修改了一下!修改后的对话框效果见源代码里的效果图!在release目录里自带一个将dll注入进程的程序!-Hook windowsAPI example. The DLL is the messagobox HOOK windows function will be called from applications messageBox Function pop-up dialog box changes the format a bit! After the revised results dialog see the source code"s effectiveness map! The release directory will own a dll injection process procedures!
- 2022-02-13 09:18:50下载
- 积分:1
-
tessnetOCR,C#实现用于验证码解析
OCR,C#实现用于验证码解析。GOOGLE维护的OCR项目Tessetact OCR软件是惠普公司在1985--1995年间开发的,它曾在拉斯维加斯大学组织的OCR软件竞赛中获前三名最佳软件排名。
- 2022-05-18 02:47:06下载
- 积分:1
-
该程序演示了各种排序方法:冒泡排序,如快速序列…
该程序演示了多种排序过程:冒泡排序、快序排序等算法,同时也说明了如何在多文档情况下绘图-the program demonstrated various sorting process : Bubble Sort, such as fast sequence sorting algorithm, but also of how many of graphics files
- 2022-11-22 10:00:03下载
- 积分:1