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

can代码

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

  • a communication module implemented with duplicate io, which has passed the testi...
    一个利用重叠io 写的通讯模块,已经请过测试,已经经过测试-a communication module implemented with duplicate io, which has passed the testing
    2022-02-14 04:28:09下载
    积分:1
  • 基于ERDASIMAGINE_CToolkit的二次 对初学者有帮助
    基于ERDASIMAGINE_CToolkit的二次开发 对初学者有帮助-Based on the secondary development of ERDASIMAGINE_CToolkit helpful for beginners
    2023-02-02 01:30:05下载
    积分:1
  • ascii chart a scii chart
    ascii chart a scii chart -ascii chart ascii chart ascii chart
    2022-06-28 09:52:48下载
    积分:1
  • 语音前端处理
    应用背景在语音识别中,前端处理对识别率有决定性的影响,该项目主要处理语音降噪、VAD、还提供3种方法提取特征,分别为MFCC、PLP、LPCC关键技术 语音前端处理,语音增强、共振峰计算、VAD、特征提取 语音前端处理,语音增强、共振峰计算、VAD、特征提取
    2022-07-24 08:13:52下载
    积分:1
  • 试验内容: 跳水比赛中运动员每完成一个跳水动作,都有J名裁判员为其打分,但每次总成绩中都要去掉一个最高分和一个最低分。每个运动员需要完成C个动作,每次动作结束都...
    试验内容: 跳水比赛中运动员每完成一个跳水动作,都有J名裁判员为其打分,但每次总成绩中都要去掉一个最高分和一个最低分。每个运动员需要完成C个动作,每次动作结束都要按当前总成绩为全部运动员重新排序,结果在运动员出场比赛时显示出来。设总共有N个运动员参加比赛,其编号为1,2,… N。 编一个程序实现这一功能。 要求: 1、 建立一个*head为头结点的单链表 2、 以动作C为主循环,对每个动作输入每个运动员所有裁判打分。输入每个 运动员的所有打分后,立即对单链表按sum域(累计分)从小到大重新排序 3、 在每个动作之后,输出该单链表的所有结点-Note: Experimentation: When sportsman who taking part in diving game had finished each movement,there were J referees marking for sportsman,and each time the highest and lowest marks always were taken out. Each sportsman must finish C movements,no sooner did actions had be performed than current sum grades should be sorted and the final results should be displayed before athlete comes out. Supposing there are N athletes attending the game,the NO is 1,2,...N.Write an program to implement this fuction. Requires: 1 Create a single chain naming the name of headnode*head. 2 The movement C is main loop,Each sportsman s grades marked by all judges should be put in the each movement.After finished this,the
    2023-07-04 21:45:03下载
    积分:1
  • 这是一个程序,主要介绍是在PPC做一个计算器
    这是一个程序,主要介绍是在PPC做一个计算器-This is a process, mainly in the PPC introduce a calculator to do
    2022-01-27 20:05:19下载
    积分:1
  • 一个复杂的Asp Server 源码,VC
    一个复杂的Asp Server 源码,VC-A complex Asp Server source, VC
    2022-07-11 02:39:55下载
    积分:1
  • GL纹理映射中的应用
    GL Texture Mapping Application
    2023-01-04 21:35:04下载
    积分:1
  • 这是用VB 的一个汉诺塔程序
    这是用VB 开发的一个汉诺塔程序-This is a development of the VB HANOR procedures
    2022-03-26 08:24:14下载
    积分:1
  • GUI界面的计算器程序 使用JAVE语言,适合刚始学习JAVE语言的初学者参考!...
    GUI界面的计算器程序 使用JAVE语言开发,适合刚开始学习JAVE语言的初学者参考!-GUI interface using the calculator program acids language suitable for the beginning of the study isolates language reference beginners!
    2022-03-16 04:37:22下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载