-
qtcreator-gdb
资源描述qt环境搭建用到的调试器,windows下的qtcreator调试器的搭建详解,windows下的qtcreator调试器的搭建详解,windows下的qtcreator调试器的搭建详解。
- 2022-07-16 23:19:36下载
- 积分:1
-
C write characters whereabouts of a small program, which will let you understand...
C写的一个字符下落的小程序,可以让你了解C语言中的字符再指定位置显示字符-C write characters whereabouts of a small program, which will let you understand the C language of the characters in another designated location characters
- 2022-05-27 21:34:35下载
- 积分:1
-
图像处理的必备源程序,有助于新手学习。
图像处理的必备源程序,有助于新手学习。-image processing essential source of help newcomers learn.
- 2022-05-28 18:18:31下载
- 积分:1
-
使用微软mci接口,利用MFC工具建立的vc++工成,实现了media player...
使用微软mci接口,利用MFC工具建立的vc++工成,实现了media player-Microsoft mci interface, the use of MFC utility to set up working into vc++ to realize media player
- 2022-01-25 19:57:35下载
- 积分:1
-
c++实现文件的相关操作,文件的读取,文件的写入,打开、关闭以及相关操作,还不是很完善哈!...
c++实现文件的相关操作,文件的读取,文件的写入,打开、关闭以及相关操作,还不是很完善哈!-c++ documents related to the achievement of the operation, the document read, file write, open, closed, and related operations, and Kazakhstan is not very perfect!
- 2022-08-26 00:18:06下载
- 积分:1
-
基于WebGIS的公交车报站系统
公交车到站自动报站系统。功能很强大,代码较大,值得学习。
- 2022-11-23 13:25: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
-
键盘设置、鼠标设置,一般设置在TCL语言
keyboard settings, mouse settings , and general settings,in tcl language
- 2022-04-30 16:22:56下载
- 积分:1
-
Beginning CSharp 3.0 An Introduction to Object Oriented Programming
Beginning CSharp 3.0 An Introduction to Object Oriented Programming
- 2022-08-22 22:17:22下载
- 积分:1
-
A simple C# program, the campus singer scoring system, removing a highest score,...
简单的C#程序,校园歌手评分系统,去掉一个最高分,去掉一个最低分,最后算出平均分。-A simple C# program, the campus singer scoring system, removing a highest score, get rid of a minimum hours, the last calculated average.
- 2023-05-15 14:40:03下载
- 积分:1