-
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
-
现在时代地铁也越来越多了,特别制作了这个地铁查询系统,含源代码以及数据库连接...
现在时代地铁也越来越多了,特别制作了这个地铁查询系统,含源代码以及数据库连接-Now more and more time the metro, the subway special inquiry systems, including source code and database connection
- 2022-04-14 20:32:28下载
- 积分:1
-
八皇后问题,利用了类实现,结构比较精美
八皇后问题,利用了类实现,结构比较精美-8 Queen
- 2022-01-26 07:37:27下载
- 积分:1
-
一个漂亮的图文菜单
一个漂亮的图文菜单-a beautiful illustrations menu
- 2022-07-01 18:45:33下载
- 积分:1
-
CE下的安装程序的制作
CE下的安装程序的制作-CE installation of the production process
- 2023-07-27 09:30:03下载
- 积分:1
-
MFC程序——调色板
一个基于MFC框架的应用程序,程序可以实现调色板的功能,通过滑块调节红、绿、蓝三个颜色分量的值来显示图形的不同的颜色,程序是VC++6.0上实现的。
- 2022-03-18 20:05:31下载
- 积分:1
-
这是一个用c#的水晶报表视频教程,可以看看的
这是一个用c#的水晶报表视频教程,可以看看的-crystal report vedio tutorial is written in C# ,please take a look
- 2022-10-10 11:55:03下载
- 积分:1
-
这是一个SDK程序。本程序跟踪显示鼠标的坐标位置,同时,若有鼠标操作,可在窗口标题栏中显示操作信息,要是在窗口客户区中进行双击,就会在双击位置点上显示位置信息。...
这是一个SDK程序。本程序跟踪显示鼠标的坐标位置,同时,若有鼠标操作,可在窗口标题栏中显示操作信息,要是在窗口客户区中进行双击,就会在双击位置点上显示位置信息。此外,客户中还有两个位图,当鼠标移动到位图上时,就会改变为自己定义的光标。该程序适合Win32编程初学者,内含大量的中文注释。-SDK This a process. This program tracking shows the coordinates of the mouse position, and if the mouse operation, the window title bar shows operating information, if the window area for customers double-click, double-click will be the point location shown on the location information. In addition, customers there are two bitmap, when the mouse movement on the plan in place, they will change their definition of the cursor. The program suitable for beginners Win32 programming, with a lot of Chinese Notes.
- 2022-03-19 01:22:51下载
- 积分:1
-
cdma implementaton
在这里我实现了cdma和它的各种ber性能技术……在这里我上传了所有的代码。besssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssstststststststststststststststststststststststststststststststststststststststststststststststststststststststststststststststststststststststststststststststststststststs。
- 2022-04-01 08:52:27下载
- 积分:1
-
《C++大学教程》中,类与数据抽象的示例程序。教你接口与实现方法的分离,控制对成员的访问和private属性的工具函数。...
《C++大学教程》中,类与数据抽象的示例程序。教你接口与实现方法的分离,控制对成员的访问和private属性的工具函数。- C++ University Guide , the abstract data type and sample programs. Teach you methods of interface and implementation separation, control of members of private property access and function of the tool.
- 2022-01-25 20:11:08下载
- 积分:1