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

can代码

于 2022-04-01 发布 文件大小:5.10 MB
0 216
下载积分: 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 个回复

  • wince下的录音源代码 与vc下的录音有所不同!
    wince下的录音源代码 与vc下的录音有所不同!-wince under the recording source code with the recording vc different!
    2022-02-13 19:00:47下载
    积分:1
  • this is a logic regression algorithm.
    this is a logic regression algorithm.
    2022-01-25 21:17:39下载
    积分:1
  • 把快捷方式的文件的路径,使用IShellLink。
    怎样获取快捷方式所指向的目标文件名? HRESULT hres IShellLink* psl HRESULT hres IShellLink* psl char szGotPath[MAX_PATH] char szDescription[MAX_PATH] WIN32_FIND_DATA wfd OleInitialize(0) hres = CoCreateInstance(CLSID_ShellLink, NULL, CLSCTX_INPROC_SERVER, IID_IShellLink, (LPVOID*)&psl) if (SUCCEEDED(hres)) { IPersistFile* ppf hres = psl->QueryInterface(IID_IPersistFile, (void**)&ppf) if (SUCCEEDED(hres)) { WCHAR wsz[MAX_PATH] char lpszLinkFile[MAX_PATH] //这里存放的是快捷方式的路径 if(MultiByteToWideChar(CP_ACP, 0, lpszLinkFile, -1, wsz, MAX_PATH)==0) return hres = ppf->Load(wsz, STGM_READ) if (SUCCEEDED(hres)) { hres = psl->Resolve(m_hWnd, 0) if (SUCCEEDED(hres)) { hres = psl->GetPath(szGotPath, MAX_PATH, (WIN32_FIND_DATA*)&wfd, SLGP_SHORTPATH)-Get the path file of the Shortcut, using IShellLink.
    2023-07-15 01:10:03下载
    积分:1
  • sql操作代码,非常好用
    数据库操作类,完成数据库的连接,数据表读写,修改。使用时,只需将该压缩包解压,将其中的两个文件添加入项目。然后修改数据库连接字。使用时用DBOpt类建立实例,然后使用其中的方法来完成数据表的增删改查。
    2022-07-08 20:41:43下载
    积分:1
  • PCSC 调用程序
    应用背景PCSC调用源程序,该代码给出调用示例,编译后可通过PCSC读卡器连接卡片并对卡片进行操作。关键技术该程序使用VC++6.0开发工具进行开发,包括卡片连接、读取读卡器列表、发送APDU指令等函数的详细调用方法,运行程序后,可通过界面
    2022-03-26 02:46:07下载
    积分:1
  • This procedure is used to engage in sports competitions artistic hand to score s...
    此程序是用于搞文艺体育活动比赛评分省去以往手工去评分记录-This procedure is used to engage in sports competitions artistic hand to score save previous score record
    2022-06-27 19:42:46下载
    积分:1
  • 实例的饼干
    Web应用程序通常是一系列超文本传输协议(HTTP)请求和响应。由于HTTP是一个无状态协议,信息不会在HTTP请求之间自动保存。Web应用程序使用cookies在客户端上存储状态信息。Cookies可用于存储有关用户、用户购物车等的信息。
    2022-02-14 06:03:42下载
    积分:1
  • 从vb像pdf文件进行操作的源代码,我在一个项目中需要
    从vb像pdf文件进行操作的源代码,我在一个项目中需要-Pdf file from vb to operate as the source code, I need a project
    2023-08-14 20:35:04下载
    积分:1
  • uda旧的实验控制台版本.仅作实验测试用途.仅有英文命令行版.含源代码....
    uda旧的实验控制台版本.仅作实验测试用途.仅有英文命令行版.含源代码. -uda old console version of the experiment. experimental testing purposes only. the only English version of the command line. containing the source code.
    2022-05-25 06:21:08下载
    积分:1
  • 程序始时的动画窗口,显示创作者的相关信息等,欢迎界面(源文件)....
    程序开始时的动画窗口,显示创作者的相关信息等,欢迎界面(源文件).-Program at the beginning of animated window displays relevant information such as creators, welcome interface (header file).
    2022-01-26 00:50:34下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载