-
C语言和汇编在KEIL上的混合编程
C语言和汇编在KEIL上的混合编程...
C语言和汇编在KEIL上的混合编程
C语言和汇编在KEIL上的混合编程-C language and compiled in the mixed KEIL programming C language and compiled in the mixed programming KEIL
- 2022-05-24 14:59:38下载
- 积分:1
-
正常开放
开源的 SIP 电话代码 -Open-source SIP phone code
- 2022-02-24 20:56:51下载
- 积分:1
-
软输入板控制
控制软输入面板-所带源代码,是很好的示例.-Control of Soft Input Panel-
- 2022-02-07 22:50:31下载
- 积分:1
-
高斯算子对图像进行平滑,附源码和测试图片
高斯算子对图像进行平滑,附源码和测试图片-Gaussian operator for smoothing the image, with source code and test images
- 2023-02-16 18:25:04下载
- 积分:1
-
a ebook including exercises about c++
a ebook including exercises about c++ -a ebook including exercises about c++
- 2022-07-14 03:30:28下载
- 积分: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
-
编写自动加红程序!!!!!里面有说明!适合新新手@!
编写自动加红程序!!!!!里面有说明!适合新新手@!-Automatic procedures for the preparation of red! ! ! ! ! Which has made it clear! Suited to the new novice @!
- 2022-02-21 06:38:13下载
- 积分:1
-
很多VB经典算法,一个好的VB学习资料。VB与合适的基础…
有很多VB程序的经典算法,很好的VB学习资料.适合与有VB基础的人学习-many VB classic algorithms, a good VB learning materials. VB with a suitable basis for learning from the people
- 2022-03-10 16:14:48下载
- 积分:1
-
本程序可以利用随机函数抽取幸运数字,主要是为了展示VB的操作过程...
本程序可以利用随机函数抽取幸运数字,主要是为了展示VB的操作过程-This procedure can take advantage of random function drawn lucky numbers, mainly to demonstrate the operation of the process of VB
- 2022-01-22 17:54:55下载
- 积分:1
-
阶乘实例
输入n的值,用循环语句完成1!+2!+3!……+n!=s的实例。用c#实现。
- 2022-08-26 09:53:13下载
- 积分:1