-
TinyXML是一个开源的解析XML的解析库,能够用于C++,能够在Windows或Linux中编译。这个解析库的模型通过解析XML文件,然后在内存中生成DOM...
TinyXML是一个开源的解析XML的解析库,能够用于C++,能够在Windows或Linux中编译。这个解析库的模型通过解析XML文件,然后在内存中生成DOM模型,从而让我们很方便的遍历这课XML树。-TinyXML is an open-source parsing XML parsing libraries, can be used to C++, can be compiled in Windows or Linux. The analytical model of the library by parsing XML file, and then generate the DOM model in memory, so that we are very convenient to traverse the XML tree that lesson.
- 2023-03-22 05:10:03下载
- 积分:1
-
can代码
can代码
class CPoint{
private: //私有成员
float m_x, m_y;
protected: //保护成员
void SetPoint(float x, float y) {m_x = x; m_y = y;}
public: //公共成员
CPoint(float x, float y) {m_x = x; m_y = y;} //构造函数
void Move(float x, float y) {SetPoint(m_x + x, m_y + y);}
void Display() {cout
- 2022-04-01 02:38:18下载
- 积分:1
-
keil HDI 客户端
此应用程序不仅演示使用 Microsoft 基础类的基本知识外,也是编写 USB HID 应用程序的起始点。
- 2022-11-17 22:00:03下载
- 积分:1
-
实现双摄像头的拼接技术
基于双摄像头的拼接技术,主要实现摄像头的实时拼接,涉及到的主要技术有特征点的匹配和Ransac算法,总的看来,图像拼接效果良好,处理的帧数较高,有一点的参考价值。
- 2022-01-24 13:07:24下载
- 积分:1
-
快速傅里叶变换(FFT)算法C++实现代码
快速傅里叶变换(FFT)算法C++实现代码
-Fast Fourier Transform (FFT) algorithms to achieve C code
- 2023-07-25 14:50:03下载
- 积分:1
-
I have written a knapsack problem of the greedy algorithm, a very good learning...
自己编写的一个背包问题的贪心算法,很好的学习工具。-I have written a knapsack problem of the greedy algorithm, a very good learning tool.
- 2022-07-25 19:39:31下载
- 积分:1
-
2440开发板pb4.2增加两个串口需更改的文件。
2440开发板pb4.2增加两个串口需更改的文件。-2440 Development Board pb4.2 two additional serial changes to the document required.
- 2022-09-13 22:15:03下载
- 积分:1
-
《C++程序设计彻底研究》光盘源码
《C++程序设计彻底研究》光盘源码-对于学习基础C++编程很有用-《C++ Programming Thorough research》the compact disc sound code- is very useful regarding the study foundation C++ programming
- 2022-05-10 11:36:32下载
- 积分:1
-
整站界面清晰,适合各种招商、创富、投资类广告网站,后台操作方便,易于管理。
后台登陆admin 用户名:admin 密码:admin...
整站界面清晰,适合各种招商、创富、投资类广告网站,后台操作方便,易于管理。
后台登陆admin 用户名:admin 密码:admin -Clear the entire station interface, suitable for all kinds of investment, wealth, investment-type advertising sites, the background is easy to operate, easy to manage.后台登陆admin user name: admin Password: admin
- 2023-08-30 08:25:04下载
- 积分:1
-
discribe how go use scure edit in c
discribe how go use scure edit in c-discribe how go use scure edit in c++
- 2022-03-14 15:56:06下载
- 积分:1