-
可以生成字符串中的汉字首字符串,非汉字字符保持不变
可以生成字符串中的汉字首字符串,非汉字字符保持不变-can generate a string of Chinese characters first string, the non-Chinese characters remain unchanged
- 2022-02-06 12:26:24下载
- 积分:1
-
一个行列式计算的程序.zip
一个行列式计算的程序.zip-a determinant calculation procedures. Zip
- 2023-03-24 11:20:04下载
- 积分:1
-
进程管理系统创建调度通信撤消可监控驱动程序开发
进程管理系统创建调度通信撤消可监控驱动程序开发
-process management system to create scheduling withdrawal of monitoring communications Driver Development
- 2022-01-25 22:12:41下载
- 积分:1
-
[代码说明]
WINDOWS下的SetTimer API可以设置定时器,不过该API只能用在GUI程序中。
我这里为CONSOLE程序实现一个定时器。...
[代码说明]
WINDOWS下的SetTimer API可以设置定时器,不过该API只能用在GUI程序中。
我这里为CONSOLE程序实现一个定时器。
开启2个线程:
定时:一个线程定时发送一个消息
处理:一个线程收到消息后处理这个消息
关注点:
为没有窗口的线程实现了消息循环-[Note code] under the SetTimer Windows API can set timer, However, the API can only use the GUI process. I am here to CONSOLE program a timer. Opened two threads : Timing : Timing a thread Send a Message Handling : a thread processing information received after the news of concern : no window to the thread of the news cycle
- 2022-08-09 16:03:12下载
- 积分:1
-
C#教程,基本的部分。供大家参考。这是从老师那拷的,呵呵。...
C#教程,基本的部分。供大家参考。这是从老师那拷的,呵呵。-C# Tutorial, the basic part. For your reference. This is a copy from the teacher that, and He He.
- 2022-03-31 22:41:26下载
- 积分:1
-
ping命令的源代码
ping命令的源代码 -ping command source
- 2022-02-02 00:36:50下载
- 积分:1
-
Rotating a triangle 3d
Rotating a triangle 3d
- 2022-02-26 13:22:22下载
- 积分:1
-
2005最新C++经典著作
2005最新C++经典著作
2005最新C++经典著作
2005最新C++经典著作-2005最新C++经典著作Addison.Wesley.Effective.C.Plus.Plus.55.Specific.Ways.to.Improve.Your.Programs.and.Designs.3rd.Edition.May.2005.eBook-DDU.chm
Addison.Wesley,.C++.Common.Knowledge.Essential.Intermediate.Programming.(2005).chm
Addison.Wesley.-.Exceptional.C++.Style.40.New.Engineering.Puzzles,.Programming.Problems.and.Solutions.-.Herb.Sutter.chm
Addison.Wesley,.C++.Coding.Standards.101.Rules.Guidelines.(2004).LiB.chm
Addison.Wesley.-.Imperfect.C++.Practical.Solutions.for.Real-Life.Programming.chm
- 2022-03-16 20:27:18下载
- 积分:1
-
recorded communications, the communications were added to delete statistics View...
通信录,实现通信录的添加删除浏览查找统计等功能。-recorded communications, the communications were added to delete statistics View search capabilities.
- 2022-01-27 19:37:22下载
- 积分: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