资源列表

排序选择:

« 1 2 ... .85 .86 .87 .88 .89 102290.91 .92 .93 .94 .95 ... 267451 »

[Windows编程10

说明:实验目的:熟悉继承的概念,掌握定义并使用基类与派生类的方法 实验内容: (1) 程序清单:10.1 -#include <iostream.h> #include <iomanip.h> class Time { public: Time(int h = 0, int m = 0, int s = 0) { hrs = h, mins = m, secs = s } ~Time
<huangzhiqiang> 在 2025-07-24 上传 | 大小:5kb | 下载:0

[Windows编程11

说明:实验目的:熟悉虚函数及多态的产生 实验内容: (1)实验清单11.1-#include <iostream.h> #include <iomanip.h> class Time { public: Time(int h, int m, int s ) { hrs = h, mins = m, secs = s } ~Time () { } void sho
<huangzhiqiang> 在 2025-07-24 上传 | 大小:5kb | 下载:0

[Windows编程12

说明:实验目的:熟悉并使用模板 实验内容: (1)程序清单12.1 -#include <iostream.h> template <class T> T average(T *array, int size) { T sum = 0 for (int count = 0 count < size ++count) sum+= array[count] return(sum/size) }
<huangzhiqiang> 在 2025-07-24 上传 | 大小:3kb | 下载:0

[其他小程序botva-online_bot

说明:bot for the botva.ru easy and goof program
<SSS> 在 2025-07-24 上传 | 大小:1.1mb | 下载:0

[对话框与窗口MFCDrawer

说明:一个用MFC实现的功能强大的绘图程序.这是我们的课程设计时编写的,实现了画直线、画垂直直线,画圆、椭圆、画三角形、矩形、任意边形等-This is a program of draw, which developed with MFC.
<王帅> 在 2025-07-24 上传 | 大小:5.68mb | 下载:0

[MTK_TMC_JM_MAIN

说明:MTK Based FFS & Bootloader Tool
<interpreter> 在 2025-07-24 上传 | 大小:1.79mb | 下载:0

[其他小程序prec-wej

说明:the bridge ptrategy txt format
<SSS> 在 2025-07-24 上传 | 大小:17kb | 下载:0

[其他小程序456

说明:用Visual Basic演示如何查看最近打开的文件-With Visual Basic demonstrates how to view the recently opened files
<ai you> 在 2025-07-24 上传 | 大小:2kb | 下载:0

[其他行业ProgramDevelop

说明:OPF by Chaotic Optimization-to solve the optimal power flow problem by chaotic optimization
<Sun Chi Long> 在 2025-07-24 上传 | 大小:127kb | 下载:0

[交通/航空行业gpsboxlogo

说明:wince车用图展示 wince车用图展示-wince car diagram shows wince car diagram diagram shows wince car show
<shx> 在 2025-07-24 上传 | 大小:821kb | 下载:0

[文件操作XUniq

说明:Count same lines from stdin
<dali> 在 2025-07-24 上传 | 大小:2kb | 下载:0

[嵌入式/单片机编程Button2

说明:利用8051來偵測按鈕來控制LED的動作-Using 8051 detects the button to control LED the movement
<kaiwei,liu> 在 2025-07-24 上传 | 大小:17kb | 下载:0
« 1 2 ... .85 .86 .87 .88 .89 102290.91 .92 .93 .94 .95 ... 267451 »

源码中国 www.ymcn.org