-
XML解析工具封装
此工程为对tinyxml库的封装,封装接口全部在XML.h中提供,支持从.xml文件中读取字段属性,新增了从内存读取字段属性和写XML文件功能,方便操作xml文件。该工程已用在项目开发中,亲测稳定。
- 2022-02-10 08:09:38下载
- 积分:1
-
串口发送数据源码(vc6)
串行端口是系统资源的一部分,其本质是作为CPU和串行设备间的编码转换器。当数据从 CPU经过串行端口发送出去时,字节数据转换为串行的位(Bit); 接收数据时,串行的位被转换为字节数据。应用程序要使用串口进行通信,必须在使用之前向操作系统提出资源申请要求(即打开串口),通信完成后再释放资源(即关闭串口)
- 2022-03-23 05:33:16下载
- 积分:1
-
标准C++程序设计 电子教案 内容比较详细
标准C++程序设计 电子教案 内容比较详细-Standard C++ programming in more detail the contents of e-lesson plans
- 2022-05-31 18:20:42下载
- 积分:1
-
路由器DV算法的模拟,功能齐全,可选择trace深度,VS9开发
路由器DV算法的模拟,功能齐全,可选择trace深度,VS9开发-Router DV algorithm simulation, functional and choose trace depth, VS9 Development
- 2023-07-04 20:00:04下载
- 积分:1
-
c# 聊天程序的服务端
c# 聊天程序的服务端-procedures chat server
- 2022-05-23 02:06:34下载
- 积分:1
-
WINCE下 红外遥控设备程序,这个是服务器端
WINCE下 红外遥控设备程序,这个是服务器端
- 2023-04-02 07:40:03下载
- 积分:1
-
插入任意数量的目录中的当前图像的HTML。它的图形用户界面是V。
inserts any number of images present in a directory into the HTML. It s gui is very cooooooool
- 2023-04-07 18:05:04下载
- 积分:1
-
linux下看chm的小程序,编译器gcc,安装步骤见README
linux下看chm的小程序,编译器gcc,安装步骤见README-viewed chm small procedures, compiler gcc, installation steps see README
- 2023-03-19 10:05:03下载
- 积分:1
-
题 目 :最短路由计算
题目描述:INTERNET中通过路由器在多个网络中进行数据报的转发,在研究路由问题的时候,可以把每一个路由器、局域网或者广域网都抽象...
题 目 :最短路由计算
题目描述:INTERNET中通过路由器在多个网络中进行数据报的转发,在研究路由问题的时候,可以把每一个路由器、局域网或者广域网都抽象为一个结点,每条链路则用带有方向的边表示,边上的权值表示相邻结点的代价值。于是可以根据最短路径算法得出最佳的路由表。
-Title: Calculation of the shortest route subject description: INTERNET by routers in a number of network datagram forwarding, routing problems in the study, they can each router, LAN or WAN are abstracted as a node point, each link is used with the express direction of the edge, the edge of the right to express the value of adjacent nodes in lieu of value. It could thus be the basis of the shortest path algorithm to draw the best routing table.
- 2022-07-02 22:52:29下载
- 积分:1
-
The idea of this project was simply to write a basic XML parser in ANSI C for po...
强大易用的XML文件解析器,使用起来非常非常方便。-The idea of this project was simply to write a basic XML parser in ANSI C for portability. The parser is reasonably forgiving as I have only a fairly rudimentary knowledge about XML and wanted to keep the code reasonably straight forward.
- 2022-01-21 20:26:15下载
- 积分:1