资源列表
[Windows编程] simple-line
说明:用WIN32 APPLITION写的一个最简单的绘制直线的WINDOWS程序,适合初学者参考。-using the win32 applition to writting a simple line,just for someboy beginning to learn the windows applition.<ganggang> 在 2025-07-06 上传 | 大小:1kb | 下载:0
[Windows编程] moving-rect
说明:用WINDOWS 32APPLITION实现一个移动的正方形,用的是WIN32APPLITION编程,没用MFC。-using the windows 32 applition to draw a moving rect,not using the MFC.<ganggang> 在 2025-07-06 上传 | 大小:1kb | 下载:0
[Windows编程] coordinate-ellipse
说明:用WINDOWS 32 APPLITION 实现通用的坐标设计,函数是WIN32函数,没用MFC。-using windows 32 applition to draw a zuobiao,not using the MFC.<ganggang> 在 2025-07-06 上传 | 大小:1kb | 下载:0
[Windows编程] Hbrush-rectangle
说明:用画刷实现WINDOW32APPLITION 编程,用的是WIN32 函数,没用用MFC,适合初学者。-using the brush to draw a picture ,not using the MFC to draw the picture.<ganggang> 在 2025-07-06 上传 | 大小:1kb | 下载:0
[Windows编程] load-bitmap
说明:用 加载一个bmp图像,用的是win32函数,没用用MFC来实现这个过程。-using the win 32 applition to load a bmp picture,not using the MFC to draw.<ganggang> 在 2025-07-06 上传 | 大小:1kb | 下载:0
[数据库系统] toolProcParam(ZXJ)
说明:自动生成CSharp DLL层代码的存储过程工具,不管是写CSharp代码还是,学习存储过程都可以借鉴.-CSharp DLL layer of code automatically generated stored procedure tool, regardless of CSharp code to write or to learn stored procedures can reference.<zxjcpp> 在 2025-07-06 上传 | 大小:1kb | 下载:0
[ActiveX/DCOM] 5_4_1
说明:定义一个complex类,并自主选择哪种符号,以实现复数的加减乘除,-实现复数的加减乘除<ruixu> 在 2025-07-06 上传 | 大小:1kb | 下载:0
[其他小程序] car
说明: 编写一个程序,有一个汽车类vehicle,它具有一个需传递参数的构造函数,类中的数据成员车轮个数wheels 和车重weight 放在保护段中;小车类car 是它的派生类,其中包含载人数passenger_load;卡车类truck 是vehicle 的派生类,其中包含载人数passenger_load 和载重量payload。每个类都有相关数据的输出方式。-Write a program that has a auto vehicle, it has a need to pass param<大为> 在 2025-07-06 上传 | 大小:1kb | 下载:0
[其他小程序] person
说明:声明基类Person,其中有name,age和no,然后分别声明Teacher(教师)类和Cadre(干部)类从Person继承,这两个类派生出新类Teacher_Cadre(教师兼干部)。要求:1、在Teacher类中还包含数据成员title(职称),在Cadre类中还包含数据成员post(职务),在Teacher_Cadre(教师兼干部)中还包含数据成员wages(工资)。2、在派生类Teacher_Cadre的成员函数show中调用Teacher类中的display函数,输出姓名、年龄、职<大为> 在 2025-07-06 上传 | 大小:1kb | 下载:0