-
一个游戏编程的实例
一个游戏编程的实例-a game programming examples
- 2022-01-29 03:59:16下载
- 积分: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
-
电信项目,用户管理,资费管理,数据采集,数据整合
电信项目,用户管理,资费管理,数据采集,数据整合-Telecommunications projects, user management, fee management
- 2023-08-08 07:15:03下载
- 积分:1
-
vc++环境下获得鼠标所在控件的内容的小程序
vc++环境下获得鼠标所在控件的内容的小程序-Access to the contents of the mouse where the control applet
- 2023-03-17 16:55:05下载
- 积分:1
-
This is my series of the experimental temperature and pressure control, can be o...
这是我编的温度压力控制实验,可以通过开启或关闭风扇来加热或降温。并画出曲线,超出范围报警-This is my series of the experimental temperature and pressure control, can be opened or closed to fans heating or cooling. And he painted curves beyond Alarm
- 2022-03-25 06:44:11下载
- 积分:1
-
五子连珠就是五个相同颜色的连在一起就可以小区的游戏
五子连珠就是五个相同颜色的连在一起就可以小区的游戏-daffodil
- 2022-06-15 11:10:12下载
- 积分:1
-
VC过零率效果很好是本人编的,若有问题,请高人指点
VC过零率效果很好是本人编的,若有问题,请高人指点-VC zero rate is very effective Part I, if it, please thank the guidance of a person
- 2023-08-14 17:30:03下载
- 积分:1
-
这是一个简易的浏览器小程序 用vc开发的,对学学习和借鉴,是一个很不错的选择....
这是一个简易的浏览器小程序 用vc开发的,对学学习和借鉴,是一个很不错的选择.-It is a simple web browsing program, using VC and is a good example to learn and study.
- 2023-08-04 21:15:02下载
- 积分:1
-
iphone程序,让本地应用程序打开URL链接,31天开源工程中的第三个。...
iphone程序,让本地应用程序打开URL链接,31天开源工程中的第三个。-openURL helps you launch Maps, SMS, Browser, Phone, and even other applications. This is one area of iPhone development that I always have to look up again when I need to do it and it is only one line!
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"tel://8004664411"]]
This app demonstrates the basic protocols supported natively on the phone.
- 2022-10-08 13:15:02下载
- 积分:1
-
Compound document image high
图像复合文档高级编程,PictureStream,基于c++编写,欢迎下载!-Compound document image high-level programming, PictureStream, based on c++ to prepare, please download!
- 2022-02-03 09:11:33下载
- 积分:1