-
这段代码说明了如何使用C++和Win32 API函数创建一个简单的窗口
This code explains how to create a simple window using c++ AND WIN32 APi
- 2022-05-18 17:20:13下载
- 积分: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
-
normal distribution code for statistics
normal distribution code for statistics
- 2022-03-14 13:37:16下载
- 积分:1
-
在EVC4.0开发环境下,基于ART2153数据采集卡的简单实现数据实时的采集功能...
在EVC4.0开发环境下,基于ART2153数据采集卡的简单实现数据实时的采集功能-The EVC4.0 development environment, based on a simple data acquisition card ART2153 to achieve real-time data collection capabilities
- 2022-02-14 20:13:30下载
- 积分:1
-
Thomas Wong C programming tips, download can decompress
汤姆斯旺C++编程秘诀,下载后解压缩即可-Thomas Wong C programming tips, download can decompress
- 2022-08-22 16:06:28下载
- 积分:1
-
This is a letter to Chinese characters or other unicode code into the byte array...
这是一个把汉字或其他文字转换成unicode码表示的字节数组的程序-This is a letter to Chinese characters or other unicode code into the byte array that the procedure
- 2023-03-04 16:20:04下载
- 积分:1
-
find area of triangle using coprocessor
find area of triangle using coprocessor
- 2022-02-02 00:25:21下载
- 积分:1
-
此应用程序是一个无线传感器网络的模拟。这样的网络…
This application is a simulation of a wireless sensor network. Such a network is used to detect and report certain events across an expanse of a remote area - e.g., a battlefield sensor network that detects and reports troop movements. The idea behind this network is that it can be deployed simply by scattering sensor units across the area, e.g. by dropping them out of an airplane the sensors should automatically activate, self-configure as a wireless network with a mesh topology, and determine how to send communications packets toward a data collector (e.g., a satellite uplink.) Thus, one important feature of such a network is that collected data packets are always traveling toward the data collector, and the network can therefore be modeled as a directed graph (and every two connected nodes can be identified as "upstream" and "downstream.") -This application is a simulation of a wireless sensor network. Such a network is used to detect and report certain events across an expanse of a
- 2022-02-13 05:01:20下载
- 积分:1
-
操作MMS,添加控制服务器的源代码,很有用的
操作MMS,添加控制服务器的源代码,很有用的-Operation of MMS, add control of the server source code, very useful
- 2022-03-01 20:48:04下载
- 积分:1
-
我们参加比赛时的源程序,现在吐血奉上,希望大家一起提高,里面用到了0832,和液晶显示...
我们参加比赛时的源程序,现在吐血奉上,希望大家一起提高,里面用到了0832,和液晶显示-We take part in competitions at the source, and now offer hematemesis, hoping to improve the U.S., which used the 0832, and the liquid crystal display
- 2022-05-17 23:59:15下载
- 积分:1