-
用C语言实现一个简单的通信录的功能,能够完成基本的功能实现。...
用C语言实现一个简单的通信录的功能,能够完成基本的功能实现。-Using C language to achieve a simple address book function, can be completed to achieve basic functionality.
- 2023-08-27 16:30:03下载
- 积分:1
-
a simulation of a small LED display procedures, can show good numbers, letters a...
一个模拟LED显示的小程序,能很好的显示数字,字母和时间-a simulation of a small LED display procedures, can show good numbers, letters and time
- 2022-06-18 22:50:38下载
- 积分:1
-
为熟悉ads1.2而提供的一个arm实验源码 开发板核心芯片是S3C2410
为熟悉ads1.2而提供的一个arm实验源码 开发板核心芯片是S3C2410-Ads1.2 is familiar with the arm to provide an experimental source development board core chip S3C2410
- 2022-01-22 10:43:46下载
- 积分:1
-
http://www.programmersheaven.com/zone6/cat700/16060.htm一个小巧的BASIC解释器…
http://www.programmersheaven.com/zone6/cat700/16060.htm A tiny BASIC interpreter with C++ sourcecode
- 2022-03-31 01:23:20下载
- 积分: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
-
QR algorithm used for polynomial equation f (x) = x ^ n+ A (1)* x ^ (n
用QR算法求多项式方程f(x)=x^n+a(1)*x^(n-1)+...+a(n-1)*x+a(n)=0的所有根-QR algorithm used for polynomial equation f (x) = x ^ n+ A (1)* x ^ (n-1)+ ...+ A (n-1)* x+ A (n) = 0 for all root
- 2023-08-27 01:35:04下载
- 积分:1
-
outstanding examples LCD digital display
优秀的液晶数字显示屏示例-outstanding examples LCD digital display
- 2022-04-26 12:26:28下载
- 积分:1
-
VisualC++应用技巧与常见问题你问我答
为初学者提供,希望对大家有帮助!
分三部分传...
VisualC++应用技巧与常见问题你问我答
为初学者提供,希望对大家有帮助!
分三部分传-VisualC++ Application techniques and frequently asked questions you ask me to provide A for beginners, and they hope to have everyone help! Communication is divided into three parts
- 2022-07-28 10:51:18下载
- 积分:1
-
AppWizard has created this Formula application for you. This application
not on...
AppWizard has created this Formula application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
- 2022-07-08 17:27:08下载
- 积分:1
-
获得IE浏览历史列表
获得IE浏览历史列表-was IE history list
- 2022-02-07 21:11:07下载
- 积分:1