-
This resource contains eight sets of the classic mouse static, dynamic cursor an...
本资源包含有8套经典鼠标静态、动态光标和常用的图标-This resource contains eight sets of the classic mouse static, dynamic cursor and icons commonly used in
- 2022-01-26 00:47:00下载
- 积分:1
-
tinyXMl xml文件解析库
tinyxml是小巧的xml文件解析库,使用方便,功能强大。易学易用。。。
(1)TinyXML是一个开源的解析xml的库,使用面向对象技术开发。能够在windows和linux下使用。通过库的解析,将xml文件在内存中以DOM模型的方式存在,很方便遍历各个节点。
(2)将库文件加载到工程:下载的库文件为几个头文件和几个cpp文件,只要将这几个文件添加到开发工程即可。
在使用库文件的文件内,包含tinyxml.h头文件。
(3)tinyxml的源码中,根据xml文件的各个元素定义了操作的类。
TiXmlBase:整个TinyXML模型的基类。
TiXmlAttribute:对应于XML中的元素的属性。
TiXmlNode:对应于DOM结构中的节点。
TiXmlComment:对应于XML中的注释
TiXmlDeclaration:对应于XML中的申明部分,即。
TiXmlDocument:对应于XML的整个文档。
- 2022-03-09 14:51:35下载
- 积分:1
-
Bluetooth link layer connectivity testing code, tools l2ping centralized source
蓝牙链路层连通性的测试代码,
工具集中的l2ping源码-Bluetooth link layer connectivity testing code, tools l2ping centralized source
- 2022-04-11 03:55:19下载
- 积分:1
-
binary sort tree and balanced binary tree program.
二叉排序树和平衡二叉树计算程序。-binary sort tree and balanced binary tree program.
- 2022-03-03 14:11:53下载
- 积分: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
-
类似spy++中查找窗口功能的程序
类似spy++中查找窗口功能的程序-A program which is like the function of searching window in syp
- 2022-02-26 09:45:00下载
- 积分:1
-
The source code about thread.it is very important to help understand how to crea...
The source code about thread.it is very important to help understand how to create java threads
- 2023-01-19 19:40:03下载
- 积分:1
-
face recognition using pca and ann wih training and testing and validation privi...
face recognition using pca and ann wih training and testing and validation privided for ORL databases -face recognition using pca and ann wih training and testing and validation privided for ORL databases
- 2022-07-09 14:57:08下载
- 积分:1
-
ACE分离器例子
很好的ACE reactor服务器源码,又很充分的例子来说明reactor的使用,这是一个服务器源码,对收到的数据返回到客户端
- 2022-08-22 10:07:59下载
- 积分:1
-
ftp服务器代码,超级稳定的FTP界面,比cuteftp还好用哦.
ftp服务器代码,超级稳定的FTP界面,比cuteftp还好用哦.-ftp server code, super-stable FTP interface, better than using CuteFTP Oh.
- 2022-09-25 05:40:02下载
- 积分:1