登录
首页 » Windows开发 » can代码

can代码

于 2022-04-01 发布 文件大小:5.10 MB
0 210
下载积分: 2 下载次数: 1

代码说明:

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

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • 示范如何撷取视频画面及播放视频画面的例子
    示范如何撷取视频画面及播放视频画面的例子-demonstration of how to capture video images and broadcast video footage of examples
    2022-02-05 13:36:29下载
    积分:1
  • Windows NT Services library
    Windows NT Services library-This library is full encapsulation of Microsoft Windows NT (NT4, 2k, XP and Vista) services API. > SERVICES IMPLEMENTATION* almost full Windows NT API encapsulation* full customization via callback* embeddable in DLL s* full logging support (via Windows events logs)* converts any C/C++ application (and others that support C linkage) in an NT service with just a function call > SERVICES CONTROL* install, modify, remove services* start, stop, pause, restart service* check service status* list services* get extended service informations* dependencies management* remote machine services access > MISC.* ansi/unicode support
    2022-03-23 19:58:12下载
    积分:1
  • 数据结构实验:马踏棋盘。c语言编写,vc++6.0通过
    数据结构实验:马踏棋盘。c语言编写,vc++6.0通过-experimental data structure : horse riding chessboard. C language, vc 6.0 through
    2022-03-01 09:11:59下载
    积分:1
  • 不带汉字字库的12864初始化程序,来源与AVR单片机编程与应用实例...
    不带汉字字库的12864初始化程序,来源与AVR单片机编程与应用实例-Chinese characters without the 12864 initialization procedures, sources with the AVR Microcontroller Programmer and Application
    2022-07-28 08:08:38下载
    积分:1
  • 一个C++类,可以添加
    一个可以对任意长整数进行加减的类 在Visual C++6.0 WinXp下编译通过采用类来实现,从CString继承而来数据运算的结果保存在CString类中理论上可对任意长的数据进行相加在Release目录下有可执行文件,将*.txt拖放到longadd.exe上即可,*.txt为数据文件。-A C++ class which can do the Add-Substract operation to integer with arbitrary length.Compiled with VC++ 6.0 under Windows XP.The class inherited from CString and theoretically it can do add-substract to any length integer.There is a executive file under Release directory,drag the*.txt data file on to the longadd.exe,then it s ok!
    2022-01-22 15:22:53下载
    积分:1
  • VC++数字、英文字符、汉字及手写识别实例
    VC++数字、英文字符、汉字及手写识别实例-VC++ Figures, English characters, Chinese characters and examples of handwriting recognition
    2022-03-16 22:36:28下载
    积分:1
  • powerful text search engine, designated directories and file types, we can searc...
    强力文本搜索器,指定目录和文件类型, 即可搜索特定文本字串,适合C++源代码 查看和查找 附带程序 -powerful text search engine, designated directories and file types, we can search for specific text strings, for C source code view and search incidental proceedings
    2022-04-28 17:42:27下载
    积分:1
  • hope that we can exchange!
    希望大家共同交流!-hope that we can exchange!
    2022-03-07 15:16:57下载
    积分:1
  • 基于ACEGI权限认证框架的一个实例,非常强大的权限框架
    基于ACEGI权限认证框架的一个实例,非常强大的权限框架-Competence-based certification framework ACEGI an example of a very powerful framework for the authority
    2023-06-20 23:45:05下载
    积分:1
  • 一个基于HLA高层体系结构分布式仿真的例子,用VC++编写
    一个基于HLA高层体系结构分布式仿真的例子,用VC++编写-A high level architecture based on HLA distributed simulation examples, using VC++ Prepared
    2022-07-01 05:43:13下载
    积分:1
  • 696518资源总数
  • 105678会员总数
  • 22今日下载