-
不错的C源码,是关于遥操作服务的,很不错的
不错的C源码,是关于遥操作服务的,很不错的-good C source code, the distance of operational services, and very good
- 2022-07-20 12:40:39下载
- 积分:1
-
D3D加载显示图像
基于 MFC 的应用程序使用显示的图像的 D3D 演示,开发利用 VS2008 支持常规图像,如 JPG bmp PNG 支持 PNG 透明度。支持图像显示的原始比例的图像。
- 2022-03-03 12:16:08下载
- 积分:1
-
Visual C Multimedia Development Guide matching source. See said
Visual C++多媒体开发指南配套源码.看看在说了-Visual C Multimedia Development Guide matching source. See said
- 2022-02-15 16:51:01下载
- 积分:1
-
圆心在原点,半径为R的第一个4分圆的Bresenham画圆算法程序,将该算法程序推广到任一四分圆,从而形成一般的Bresenham画圆算法。并利用Bresenh...
圆心在原点,半径为R的第一个4分圆的Bresenham画圆算法程序,将该算法程序推广到任一四分圆,从而形成一般的Bresenham画圆算法。并利用Bresenham画圆算法画出一个圆心在点(xc,yc), 半径为R, 圆周颜色为color的圆-Center in the basics of radius R for the first four hours round the Bresenham algorithm Circle procedures, procedures for the promotion of this algorithm, arrived on January 4 pm yen, thus forming a general Circle Bresenham algorithm. Circle and the use of Bresenham algorithm to identify a point in the center of a circle (xc, yc), the radius R, Circle color color circle
- 2022-05-29 18:18:15下载
- 积分:1
-
本程序是用来实现自启动,但还要根据用户自己完善,只用于参考。...
本程序是用来实现自启动,但还要根据用户自己完善,只用于参考。-this procedure is used to achieve since the launch, but also improve the users themselves, for information only.
- 2023-07-19 05:15:02下载
- 积分:1
-
中文大写人民币数额与阿拉伯数字数额之间的转换,通过人机界面交互。
中文大写人民币数额与阿拉伯数字数额之间的转换,通过人机界面交互。-Chinese yuan amount of capital and Arabic numerals between the amount of change through man-machine interface interaction.
- 2022-01-24 16:34:26下载
- 积分:1
-
实现乒乓球游戏,主程序的功能是进行初始化工作,并控制“乒乓球”游戏的开始。...
实现乒乓球游戏,主程序的功能是进行初始化工作,并控制“乒乓球”游戏的开始。-Realize table games, the main program
- 2022-10-08 21:15:02下载
- 积分:1
-
Do Floating Point Operations with Clipper
Do Floating Point Operations with Clipper
- 2023-06-28 00:05:04下载
- 积分:1
-
通过7个实例来讲解opengl的入门知识。
通过7个实例来讲解opengl的入门知识。-7 through opengl examples to explain the entry of knowledge.
- 2022-11-03 16:20:02下载
- 积分:1
-
实现方法: 用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC EXE应用程序,把MFC E...
实现方法: 用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC EXE应用程序,把MFC EXE应用程序中 CAppView,CMainFrame,CAppDocument的文挡和RES目录下的资源拷贝到常规DLL项目中,添加到项目中,编译生成一DLL,在另外一个WIN32应用程序中,启动一线程,在线程函数中显式装载该DLL,取的该DLL内的当前线程, CWinThread *pThread=GetCurrentThread() pThread->Run() 就可装载启动常规DLL内应用程序框架.-method: a normal DLL file has been created with the program wizard and there is an instance generated from CWinApp in the DLL file.Create another MFC EXE appliaction and copy CAppView,CMainFram,CAppDocument and the resources in RES directory to the normal DLL and add to the projec and compile and generate a DLL. In a Win32 application, start a thread which loads the DLL with codes, get the running thread, ie.CWinThread*pThread=GetCurrentThread(), then,pThread->Run() executes the loading and start the execution of the application framework in the normal DLL file.
- 2022-07-13 07:36:52下载
- 积分:1