-
SDI实现MDI的功能
SDI实现MDI的功能-SDI to achieve the function of MDI
- 2022-07-19 18:50:37下载
- 积分: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
-
K-means聚类算法实现代码,在VC++环境下开发的,令附有实验样本集。-K-means clustering algorithm code, in the VC++ development environment, so that experiments with sample set.
- 2022-03-30 09:08:11下载
- 积分:1
-
简易的“计算器”源码
简单的计算器源码,毕业设计用
- 2022-04-13 12:37:28下载
- 积分:1
-
usbviewer in mfc
USBView是轻量级和便携式工具,允许你找出关于所有USB闪存技术细节目前连接到电脑。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-05-06 21:55:03下载
- 积分:1
-
详细阐述了网络中的最大流量的实现方法,并编写了实现算法。...
详细阐述了网络中的最大流量的实现方法,并编写了实现算法。-Elaborated in detail on the largest network flow method and the preparation of the algorithm.
- 2022-06-30 13:31:05下载
- 积分:1
-
ansi c 的语法规范,可以用来开发ANSI C的编译器,感兴趣的可以下载...
ansi c 的语法规范,可以用来开发ANSI C的编译器,感兴趣的可以下载-ansi c standardize the syntax can be used for the development of the ANSI C compiler, interest can be downloaded
- 2022-11-19 15:45:03下载
- 积分:1
-
use com to read/write excel files
windows下通过com服务读写excel的例子-use com to read/write excel files
- 2022-09-22 00:30:02下载
- 积分:1
-
一些文档的模板,虽然不太齐全,但是也可以用一用。
一些文档的模板,虽然不太齐全,但是也可以用一用。-A number of document templates, although not complete, but can also be used with one.
- 2023-04-04 20:50:03下载
- 积分:1
-
我自己课程设计的题目,模拟操作系统的进程调度,模拟方式有两种,时间法和优先级调度法。用MFC编写。...
我自己课程设计的题目,模拟操作系统的进程调度,模拟方式有两种,时间法和优先级调度法。用MFC编写。-I am the subject of curriculum design, simulation of the process of operating system scheduling, simulation in two ways, time and priority scheduling method. Prepared using MFC.
- 2023-02-20 20:45:03下载
- 积分:1