-
运行或t停止进程
此示例显示如何运行任何进程或杀死进程运行。
这是非常简单和容易学。
在未来我将上传很多很多例子。
- 2022-04-06 22:33:00下载
- 积分:1
-
这是在wince下面可以跑的一个画函数的软件
这是在wince下面可以跑的一个画函数的软件-This is below the weights can run a software function of painting
- 2022-12-15 13:30:03下载
- 积分:1
-
字转换
figure to word convert
- 2022-10-17 04:50:02下载
- 积分:1
-
主要功能:
本程序用来查看PE格式文件的剩余空间,并且可以添加新的节区。
语言:
MASM32...
主要功能:
本程序用来查看PE格式文件的剩余空间,并且可以添加新的节区。
语言:
MASM32
-main functions : View the procedures used for PE format of the remaining space, and can add a new section of the district. Language : between
- 2022-07-28 01:14:02下载
- 积分:1
-
EXCEL2007 source to read and write, C# Realize, for operational excel
读写EXCEL2007源码,C#实现,方便操作excel-EXCEL2007 source to read and write, C# Realize, for operational excel
- 2022-01-21 19:19:54下载
- 积分:1
-
这是一个很令人吃惊的代码,它使用罗技的摄像头来监视某一个方位,当有人出现时系统会自动识别。(需要罗技摄像头SDK2.0版的DLL)...
这是一个很令人吃惊的代码,它使用罗技的摄像头来监视某一个方位,当有人出现时系统会自动识别。(需要罗技摄像头SDK2.0版的DLL)-This a very alarming code, which uses Logitech"s surveillance camera heads a position, when someone will emerge automatic identification system. (Need webcams SDK2.0 version of the DLL)
- 2022-02-05 13:55:54下载
- 积分:1
-
这是一个时钟,根据工具条中的时钟控制栏可以控制时钟的启动和停止;右下角的秒表可以计时。...
这是一个时钟,根据工具条中的时钟控制栏可以控制时钟的启动和停止;右下角的秒表可以计时。-This is a clock, in accordance with Article tool in the control bar to control the clock of the start and stop the clock the stopwatch to time the bottom right corner.
- 2022-05-26 21:15:26下载
- 积分:1
-
保护自己的隐私文件,采用非法文件名实现文件的保护
保护自己的隐私文件,采用非法文件名实现文件的保护
- 2022-03-04 03:33:59下载
- 积分: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
-
解决N后问题,可以实现在一个n*n的棋盘上放置N
解决N后问题,能够实现在一个N*N的棋盘上放置N个皇后,然后使其满足条件-Solve the N after the issue, can be realized in an N* N chessboard placed on N-Queen s, and then to meet the conditions
- 2022-03-18 13:11:57下载
- 积分:1