搜索:cpp

找到约 528 项符合「cpp」的查询结果

结果 528
按分类筛选
显示更多分类
https://www.eeworm.com/dl/619/383063.html Linux/Unix编程

程序代码使用说明: (1)所有源代码目录下都提供了Makefile(非Qt)

程序代码使用说明: (1)所有源代码目录下都提供了Makefile(非Qt),或者.pro(Qt),或者更详细的说明(第7章)。作为对比,也可以参考在书中的对应章节采用直接gcc命令的编译方法,来学习如何编写Makefile。 (2)Makefile中默认情况下采用“CC=gcc”或者“CPP=g++”的设置,交叉编译时请使用“ make ...
下载 101
·
查看 1070
https://www.eeworm.com/dl/834762.html 技术资料

FreeModbus 英文资料

If register should be written or read.This value is passed to the calback functions which support either reading or writing register values. Writing means that the application registers should be updated and reading means that the modbus protocol stack needs to know the current r ...
下载 10
·
查看 5485
https://www.eeworm.com/dl/652/128885.html 文章/文档

每个C++/C程序通常分为两个文件。一个文件用于保存程序的声明(declaration)

每个C++/C程序通常分为两个文件。一个文件用于保存程序的声明(declaration),称为头文件。另一个文件用于保存程序的实现(implementation),称为定义(definition)文件。 C++/C程序的头文件以“.h”为后缀,C程序的定义文件以“.c”为后缀,C++程序的定义文件通常以“.cpp”为后缀(也有一些系统以 ...
下载 190
·
查看 1107
https://www.eeworm.com/dl/667/187189.html 家庭/个人应用

法:1:将类文件加入到你的项目中 2:在你的对话框中加入一个按纽(button)

法:1:将类文件加入到你的项目中 2:在你的对话框中加入一个按纽(button),设置其文本和大小。 3:利用classwizard为按纽设置一个CButten类的值m_3dtext,然后编缉对话框的头文件,将CButten m_3dtext 改为CMyTextButton m_3dtex 在 对话框的.CPP文件中加入#include "CMyTextButton.h" ...
下载 133
·
查看 1103
https://www.eeworm.com/dl/652/327021.html 文章/文档

Project file for MS Visual C++ 6.0. Requires GLUT DLL (www.opengl.org) Adjust program constants in

Project file for MS Visual C++ 6.0. Requires GLUT DLL (www.opengl.org) Adjust program constants in Landscape.h and Utility.cpp. MAPS: Default map is read from HeghtXXX.raw where XXX is the MAP_SIZE (as defined in Landscape.h). If this map is not found, the program attempts to o ...
下载 185
·
查看 1090
https://www.eeworm.com/dl/686/489266.html VC书籍

vc++与visio 安装VISIO office(推荐2003以上版本)必须安装visio office 否则程序无法运行 安装VisioSDK(推荐2003以上版本) 默认安装路径为<

vc++与visio 安装VISIO office(推荐2003以上版本)必须安装visio office 否则程序无法运行 安装VisioSDK(推荐2003以上版本) 默认安装路径为<SDK> C:\Program Files\Microsoft Office\Office12\VisSDK 新建project(实例代码是新建了个MFC Dialog base program) 将<SDK>\Libraries\CPP\里的include ...
下载 40
·
查看 1374
https://www.eeworm.com/dl/534/297907.html 其他

作品名称:班级成绩管理系统 作者:sammual 一 该系统的设计方法:其主要的设计方法是面对过程的

作品名称:班级成绩管理系统 作者:sammual 一 该系统的设计方法:其主要的设计方法是面对过程的,整个程序的走向很清晰地说明了这一点;但其中也有小部分用的是面对对象的,例如类的实现。该系统包含“main.cpp”,“stuent.cpp ”和“student.h”三个文件,用visual c++6.0先建立一个空的win32 cons ...
下载 28
·
查看 1095
https://www.eeworm.com/dl/518/457837.html 数值算法/人工智能

此包包含了众多矩阵处理程序

此包包含了众多矩阵处理程序,能够满足矩阵处理的一般要求,由于将各功能分开到不同的“.cpp”文件中,故使用时需要用户自行选取更换合适自己使用的“.cpp”文件。其中,矩阵功能有:输出矩阵、矩阵转置、矩阵归一化、判断矩阵对称、判断矩阵对称正定、全选主元法求矩阵行列式、全选主元高斯(Gauss)消 ...
下载 191
·
查看 1068
https://www.eeworm.com/dl/654/154372.html 数据结构

稀疏矩阵 1、 应用程序 直接可以实现矩阵的各项操作。 2、 查看原代码VC++6.0打开“稀疏矩阵creatematrix.dsp”或者用记事本打开“稀疏矩阵creatematrix

稀疏矩阵 1、 应用程序 直接可以实现矩阵的各项操作。 2、 查看原代码VC++6.0打开“稀疏矩阵\creatematrix.dsp”或者用记事本打开“稀疏矩阵\creatematrix.cpp” 3、 代码简单说明: 本程序是一个工程文件包含了链式与顺序两种多项是处理方式: 十字链表:矩阵的结构体:matnode; 三元组顺序 ...
下载 84
·
查看 1148
https://www.eeworm.com/dl/634/195989.html Applet

Predefined Style options define the style by setting several other options. If other options are als

Predefined Style options define the style by setting several other options. If other options are also used, the placement of the predefined style option in the command line is important. If the predefined style option is placed first, the other options may override the predefined ...
下载 122
·
查看 1104