-
用C#做的图形程序,功能较简单,可以缩图
用C#做的图形程序,功能较简单,可以缩图-done with C# graphics procedures, functions relatively simple, can hint
- 2022-03-22 04:09:57下载
- 积分:1
-
Contains a lot VC8 under C++ programming routines source code, please download!
含有很多VC8下C++编程的例程源码,欢迎下载!-Contains a lot VC8 under C++ programming routines source code, please download!
- 2022-06-25 23:03:42下载
- 积分:1
-
8253fenpinjijishuqishiyansuoshiyongd ehuibianyuandaima
8253fenpinjijishuqishiyansuoshiyongdehuibianyuandaima -8253fenpinjijishuqishiyansuoshiyongd ehuibianyuandaima
- 2022-03-06 13:42:22下载
- 积分:1
-
can代码
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
- 2022-04-01 02:38:18下载
- 积分:1
-
一个用VC++开发的精彩WINDOWS游戏,可以打怪,升级,还能存档,有点似大家经常玩的网络游戏.非常好玩,源码有注释....
一个用VC++开发的精彩WINDOWS游戏,可以打怪,升级,还能存档,有点似大家经常玩的网络游戏.非常好玩,源码有注释.-development of a VC Highlights of Windows games, can blow up, upgrading, and also filing, a bit like we used to play online games. Very fun, a source notes.
- 2022-02-24 12:36:40下载
- 积分:1
-
模拟微软自带的计算器,功能很强大,现在把我自己做的源码上传。敬请阅览...
模拟微软自带的计算器,功能很强大,现在把我自己做的源码上传。敬请阅览-Microsoft" s own simulation calculator, function is very powerful, and now to my own source code upload. Please read! ! ! ! !
- 2022-07-16 14:32:21下载
- 积分:1
-
C++封装的GSM短信模块
C++封装的GSM SMS短信收发接口,对PDU编码的中英文短信进行发送,读写操作,采用发送接收缓存,使用windows自带的多线程编程
- 2023-06-07 18:25:04下载
- 积分:1
-
widestudio 快速参考手册,此gui的api的快速参考,有助于界面编程...
widestudio 快速参考手册,此gui的api的快速参考,有助于界面编程-widestudio Quick Reference Guide, the gui of the api a quick reference to help interface programming
- 2022-07-16 13:35:32下载
- 积分:1
-
Circle, run the program, the mouse that would draw a circle, you can also locate...
画圆,运行程序,鼠标一点就画出一个圆,还可以定位圆在床楼中的位置。-Circle, run the program, the mouse that would draw a circle, you can also locate the bed floor in the round position.
- 2023-05-13 23:50:02下载
- 积分:1
-
随机确定内存大小,页面数,进程的个数,每个进程的页数,给进程分配的页面数。要求计算缺页次数,缺页率,被淘汰的序列。...
随机确定内存大小,页面数,进程的个数,每个进程的页数,给进程分配的页面数。要求计算缺页次数,缺页率,被淘汰的序列。-ramdom get memory size, page mumber, process number, page number for each page, allocated page number for the process. To calculate the page lacking number, page missing rate, wash out sequence
- 2022-02-07 16:20:37下载
- 积分:1