-
实现了wince下触摸屏的驱动程序,可用的驱动程序,添加到platform 中。...
实现了wince下触摸屏的驱动程序,可用的驱动程序,添加到platform 中。-Realize a wince under the touch screen driver, the driver can be used, added to the platform in.
- 2022-02-15 05:39:56下载
- 积分:1
-
Read text from word file by c#
这是我用C桌面应用程序从word文件中读取文本的代码,对于许多应用程序或许多web应用程序的学生和开发人员来说非常简单和重要;
- 2022-02-21 01:01:48下载
- 积分:1
-
基于opencv的camshift目标跟踪算法
基于C的opencv目标跟踪算法,选择需要跟踪的目标后,用红色框标出目标并实时跟踪,效果很好。
- 2022-01-27 11:26:41下载
- 积分:1
-
Using VC++6.0 development of a simple calculator, the VC in the process of learn...
使用VC++6.0开发的一个简单的计算器,是自己在学习VC的过程中的一个小小实践。-Using VC++6.0 development of a simple calculator, the VC in the process of learning a little practice
- 2022-08-17 11:13:20下载
- 积分:1
-
超快搜索字符串源代码。用于匹配字符串操作!
超快搜索字符串源代码。用于匹配字符串操作!-Ultrafast search string source code. For the matching string manipulation!
- 2022-03-23 03:33:23下载
- 积分:1
-
Windows CE下的USB摄像头+
Windows+CE下USB摄像头驱动开发,使用EVC开发。摄像头为 网眼 Webeye 2000
VID 0x05A9
PID 0xA511
输出格式:RAW-YUV
-Windows+ CE under the USB camera-driven development, the use of EVC development. Cameras for the mesh Webeye 2000VID 0x05A9PID 0xA511 Output Format: RAW-YUV
- 2022-04-01 11:47:53下载
- 积分:1
-
own a small set a password, may transplantation.
自己做的一个 设置密码的小程序,可移植.-own a small set a password, may transplantation.
- 2022-07-05 02:46:27下载
- 积分:1
-
数据结构的课程设计,实现长整数的相加功能,代码较为简单,易懂...
数据结构的课程设计,实现长整数的相加功能,代码较为简单,易懂-Data structures curriculum design, add features to achieve a long integer, the code relatively simple, understandable
- 2022-04-22 10:17:01下载
- 积分:1
-
呵呵,又一个编码互换程序
呵呵,又一个编码互换程序-Oh, a swap coding procedures. .
- 2022-02-26 21:01:00下载
- 积分: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