-
vc端口转发
LCX端口转发工具源码
- 2023-07-25 13:35:04下载
- 积分:1
-
C_language_funny_programming
C语言趣味程序百例精解,面试中你可能会遇到的题目哦(C language program 100 cases of sperm solution interesting interviews you may encounter the subject of Oh)
- 2008-04-23 19:45:44下载
- 积分:1
-
MFC VC++ 多线程 雷达
MFC VC++ 多线程 雷达 炫酷界面 多线程编程 MFC VC++ Multithread Radar Cool Interface UI界面
- 2022-03-07 18:13:05下载
- 积分:1
-
how-tu-study-MFC
对MFC进行深入详解,让读者快速入门,能快速应用于开发,深入讲解MFC框架的各种原理和设计思想。(Detailed depth for MFC, let the reader started quickly, quickly applied to the development, in-depth to explain various principles and design ideas MFC framework.)
- 2014-04-11 14:12:15下载
- 积分:1
-
chap02
c++ primer 源代码下载(第二章)(c++ primer source code download (chapter II))
- 2007-09-05 19:25:08下载
- 积分:1
-
VC++ GDI练习编写的苹果机游戏
VC++ GDI练习编写的苹果机游戏,关于苹果机,我想大家都玩过吧,小孩子们喜欢哦,主要是学习下游戏逻辑的实现,以下是游戏相关参数的定义,完整源代码请下载源码包:
void InitGame(); //游戏初始话
void DrawGameImage(HWND,HDC); //绘制图片
void ExitGame(); //游戏退出
void SetXY();//设置图片旋转
void setCurrentPos(int);//设置当前的位置
void KeyDownF1();//按下F1时触发
bool getIntarrayIndes(int);//获得当前要旋转的数
int GetEndPos();//获得结束位置
int GetScore();//获得游戏分数
bool getGameState(); //获得游戏状态
void setGameState(); //设置游戏状态
GdiplusStartupInput m_gdiplusStartupInput;
ULONG_PTR m_pGdiToken;
Graphics * m_graphics;
Image *m_image;//图片指针
int m_currentPos;//当前旋转位置
int m_EndPos;//结束位置
int m_startPos;//保存上次结束的位置
int m_score;//游戏分数
bool m_GameState;//游戏状态
int m_jishu;//用来计数
int m_firstPos;//保存第一次旋转停留的位置
int m_beforeEndPos;//保存结束之前旋转的位置
POINT m_arrayXZ[10];//图片初始话位置坐标
int m_intarrayXZ[4];//旋转数组
- 2023-05-02 19:25:04下载
- 积分:1
-
VC++ 创建可以显示“最近打开”文件的功能
VC++ 创建可以显示“最近打开”文件的功能,也就是为菜单项增添历史记录的功能,让打开的文件记录显示在菜单列表中,方便用户下一次打开文件,挺人性化的一个功能。现在的word、WPS等软件,打开后,用户都可以从菜单中选择最近打开的文件,快速找到自己的文档,本VC++源码就是模拟了这一功能。运行效果请参见下边的测试截图。
- 2023-05-17 09:10:03下载
- 积分:1
-
myconsole
1、 通过指定的的密码进入成绩管理系统.
2、 该系统实现学员成绩管理,每个学员包括3门课的成绩,从键盘输入学员信息。
3、 包括学号、姓名、英语,C语言,数学三门课成绩,计算出学员的平均成绩,按照学员平均成绩由大到小排序。
4、 插入功能:在排序后的学员成绩表中插入一个学员的信息,要求插入后仍然保持成绩表有序。
5、 删除功能:要求输入指定的学号,从学员信息表中删除该学员,删除后的成绩表保持有序。
(1, by specifying a password to enter the results of the management system. 2, the performance management system training, each student, including three classes of results, students from the keyboard input information. 3, including the school number, name, English, C language, mathematics lesson three results to calculate the average student, average student performance in accordance with descending order. 4, insert the functions: students in sorting results after inserting a table of information students require to insert after the results remained orderly. 5, delete functions: the school designated for the importation of number, information from the students table to delete the participants, the results after the deletion of maintaining orderly.)
- 2009-06-02 10:01:11下载
- 积分:1
-
MultiThread
在MFC环境下的多线程编程程序范例,主要是为了示范多线程机制(Example of multithread programming program in MFC environment)
- 2017-10-29 20:14:48下载
- 积分:1
-
VC++ 6.0FreeBird软件源码 仿飞鸽传书,可聊天+传输文件
VC++ 6.0自写的FreeBird仿飞鸽传书,可聊天+传输文件程序源码,我耗费一个月上百度、参考网上代码,和不断调试出来的一个网络文件传输小软件。可进行局域网的聊天、一对多、多对一、和多对多的传送和续传,理论上这是我本人的实现目的,而且目前经测试已基本实现了上述功能,而且网速一般有几M/S。另外有只打开一个应用程序、CRichEdit的使用、最小到托盘、自动检测在线用户(多播组)等。
做这个小软件的目的不是为了给别人使用,而是想通过开发这么一个小小和软件,体会软件设计的过程和了解网络通信是个大概什么样的东西(这也是我摸索了好久,现在才彻底明白原来Socket通信是这么一回事的)。总而言之:目的是为了学习。
- 2023-08-31 14:20:03下载
- 积分:1