-
网络中的计算机
检查计算机是否网络化。
- 2023-08-13 01:30: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
-
wince下的源代码集合打包,下载后安装。
学习wince嵌入式开发的推荐下载阅读,甚至可以找到自己想要的代码。...
wince下的源代码集合打包,下载后安装。
学习wince嵌入式开发的推荐下载阅读,甚至可以找到自己想要的代码。-Jack the source code pool package, download and install it. Learning Jack embedded developers to download the recommendation read, or even want to find their own code.
- 2023-01-22 22:00:04下载
- 积分:1
-
通信录管理系统软件
通信录管理系统软件-recorded communications management system software
- 2023-03-23 19:35:04下载
- 积分:1
-
记录和回放鼠标和键所有消息
记录和回放鼠标和键所有消息-recording and playback mouse and keystroke news
- 2023-03-13 12:25:03下载
- 积分:1
-
银行转账事务
使用JDBC处理的银行转账事务。
按照JDBC的步骤编写,设置非自动提交的事务,将转出和转入放在一个事务中处理,操作完成后提交事务,在catch块中回滚事务。
- 2022-01-22 08:28:44下载
- 积分:1
-
一个基于PCF8563芯片的时钟程序。通过51单片机控制PCF8563芯片的初始化,读取和附值...
一个基于PCF8563芯片的时钟程序。通过51单片机控制PCF8563芯片的初始化,读取和附值-PCF8563 a chip on the clock procedures. Through 51 PCF8563 chip microcontroller control of initialization, reading and the value attached
- 2022-06-27 20:15:32下载
- 积分:1
-
Introduction to Data Acquisition
Introduction to Data Acquisition
- 2022-04-15 19:24:56下载
- 积分:1
-
VC++写的,推箱子游戏源码,运行的很好,提供一种很好的小游戏设计思路。...
VC++写的,推箱子游戏源码,运行的很好,提供一种很好的小游戏设计思路。-VC written in the source game magazines, a good run, a very good small game design ideas.
- 2022-07-09 07:37:01下载
- 积分:1
-
一个简单的计算器程序,进行简单的数学计算,正确无误
一个简单的计算器程序,进行简单的数学计算,正确无误-A simple calculator program to carry out simple mathematical calculations are correct
- 2022-04-11 04:22:47下载
- 积分:1