-
wince6.0系统软件处理流程进行了详细的描述
wince6.0 系统软件一直流程处理 有详细的说明-wince6.0 system software deal flow has been described in detail
- 2023-04-23 06:00:02下载
- 积分:1
-
This is the Huffman coding Huffman coding c++ code
霍夫曼编码 此为霍夫曼编码的c++代码,两个文件-This is the Huffman coding Huffman coding c++ code
- 2022-08-06 07:40:25下载
- 积分:1
-
旅行商问题
某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程(或旅...
旅行商问题
某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程(或旅费)最小。动态归划
- 2022-08-03 06:31:29下载
- 积分:1
-
注册表的操作,API为我们提供了对注册表的读取,写入,删除,以及打开注册表及键值时所有函数...
注册表的操作,API为我们提供了对注册表的读取,写入,删除,以及打开注册表及键值时所有函数
-The operation of the registry, API has provided us with the registry of the read, write, delete, and open the registry and all function keys
- 2022-02-21 05:46:22下载
- 积分:1
-
过程表
要监视一个进程,如果它停止工作 (无响应),它杀死进程和重新启动它,如果它没有运行它将运行它。有点像一个看门狗
- 2023-07-15 21:00:04下载
- 积分:1
-
2410, Nicholson, AD
2410下,wince下,AD驱动程序,对开发很有用-2410, Nicholson, AD-driven procedures, the development of useful
- 2022-02-13 01:02:37下载
- 积分:1
-
Wavelet some basic procedures, useful for beginners, mainly including a number o...
小波的一些基本的程序,对初学者很有用,主要包括一些小波变换,小波构造。-Wavelet some basic procedures, useful for beginners, mainly including a number of wavelet transform, wavelet construction.
- 2022-04-10 14:08:49下载
- 积分:1
-
可以把你的桌面当画布的程序
可以把你的桌面当画布的程序-can put your desktop when the canvas procedures
- 2022-12-04 04:25: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
-
640x480 24
640x480的24位真彩图转换成256级灰度图像且经过均衡化处理-640x480 24-bit true color pictures converted to 256 gray-scale image and after equalization deal
- 2022-01-26 06:35:31下载
- 积分:1