Welcome![Sign In][Sign Up]
Location:
Search - 在vc 下的编程

Search list

[Windows Develop面向对象的编程向导(附软盘)

Description: 附盘使用说明 1. 利用【资源管理器】在硬盘上建一个新文件夹,比如“VcDemo”。 2. 将随书带的演示盘中的一个“VC-?.zip”文件拷贝到VcDemo文件夹中。 3. 利用工具软件“WinZip”将硬盘上的VC-?.zip释放开来。 其中,? 对应书中的一个章节号。比如,VC-3.zip表示是第3章的 的内容。 4. 打开Visual C++5.0,建立应用程序调试环境: 4-1.对于前三章的例题,选中一个扩展名为.cpp的文件后,双击鼠 标左键,系统自动激活Visual C++5.0,使该文件处于调试状态。 4-2.对于第4章到第10章的应用程序,由于程序文件是由应用向导建 立的,应当按书中的介绍,在Visual C++5.0运行平台下,使用 “打开工作空间”命令,将项目打开并处于调试状态。 5. 运行演示: 编译命令:【Build】→【Build 文件名.exe】 运行命令:【Build】→【Execute 文件名.exe】。 6.演示结束后,删除VcDemo下的所有文件,以备下一章使用。-VC samples for Windows program.
Platform: | Size: 716332 | Author: 阳阳 | Hits:

[GUI DevelopRegionSample

Description: 在VC++下的windows界面编程,运用画笔、画刷实现了图形界面的编程控制-in VC under the windows programming interface, using brushes, brush painting to achieve a graphical programming interface control
Platform: | Size: 37193 | Author: ANN | Hits:

[Other resourcesupermarketManage

Description: 超市管理系统,在VC++下的编程工程,值得学习
Platform: | Size: 209290 | Author: qqqqq | Hits:

[Graph program读图形文件的控件

Description: 在VC环境下,显示各种常见图像的控件。可以大大减轻VC下的图像显示编程工作-in VC environment, showing the common image of the controls. VC can greatly reduce the image display programming work
Platform: | Size: 60000 | Author: 孟祥增 | Hits:

[WinSock-NDISsocket_c_ftp

Description: 一个在VC下的windows socket编程是用来做简单的文件传输,不是MFC的,是控制台下的编程,比较适合初学者学习,我用的是C语言编程,注意要在VC中的project-setting-link中加入ws2_32.lib否则会有编译错误
Platform: | Size: 3123 | Author: 陈鸡洋 | Hits:

[Consolesocket_c_rar

Description: 一个简单的文件传输,传输的是RAR格式的文件,适合比较大型的文件传输利用windows socketC语言编程的,比较是在VC下的控制台环境下编译的。
Platform: | Size: 3729 | Author: 陈鸡洋 | Hits:

[3D Graphicvega 在vc++下的编程

Description: vega 在vc++下的编程
Platform: | Size: 44444 | Author: zlycc2012 | Hits:

[Internet-NetworkVC++网络高级编程之七

Description: HTTPClient: 该程序完全是为了演示HTTP的客户编写的,因此运行时必须在本机有开HTTP服务才行。 HTTPSvr: 这是微软提供的HTTP服务器例程,使用时需要在建一个 C:\webpages\的目录。你把该目录下的webpages拷到C:就好了。 下面是原来的readme-HTTPClient : The procedure is to demonstrate the preparation of HTTP clients, and therefore must be run in the machine is open HTTP domestic demand. HTTPSvr : This is Microsoft's HTTP server routines, the need to be used in building a C : \ webpages \ directory. You put the directory of webpages Manchester C : good enough. Below is the original readme
Platform: | Size: 4806656 | Author: 张思发 | Hits:

[Windows Develop面向对象的编程向导(附软盘)

Description: 附盘使用说明 1. 利用【资源管理器】在硬盘上建一个新文件夹,比如“VcDemo”。 2. 将随书带的演示盘中的一个“VC-?.zip”文件拷贝到VcDemo文件夹中。 3. 利用工具软件“WinZip”将硬盘上的VC-?.zip释放开来。 其中,? 对应书中的一个章节号。比如,VC-3.zip表示是第3章的 的内容。 4. 打开Visual C++5.0,建立应用程序调试环境: 4-1.对于前三章的例题,选中一个扩展名为.cpp的文件后,双击鼠 标左键,系统自动激活Visual C++5.0,使该文件处于调试状态。 4-2.对于第4章到第10章的应用程序,由于程序文件是由应用向导建 立的,应当按书中的介绍,在Visual C++5.0运行平台下,使用 “打开工作空间”命令,将项目打开并处于调试状态。 5. 运行演示: 编译命令:【Build】→【Build 文件名.exe】 运行命令:【Build】→【Execute 文件名.exe】。 6.演示结束后,删除VcDemo下的所有文件,以备下一章使用。-VC samples for Windows program.
Platform: | Size: 715776 | Author: | Hits:

[GDI-Bitmap3D下的计算机图形学的编程实践VC源码

Description: 原代码下载,我对计算机图形学的编程实践,包括画直线、反走样直线、画圆、 画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。由于 精力有限,未对原码做任何注释。出于简化编程的考虑,许多地方指定了常数,未做 通用处理。解压缩后建立gui16目录,在其下有原代码和工程文件。在gui16下建立 release目录,其下有一可执行文件及其所须的位图及模型文件。如在release目录之 外执行程序,必须复制所需位图及模型文件。-download the original code, the computer graphics programming practice, including painting line, anti-aliasing straight Circle, painted oval, rectangular painting, drawing polygon, rectangle filling, polygon filling, 3D transformation, lighting, textures, etc.. Because of the limited energy, the original code did not make any notes. To simplify programming for consideration, in many places designated constant, GM declined to handle. Decompress gui16 established after the catalog under the original code and engineering documents. Established in gui16 release directory, under which an executable file and the necessary bitmap, and model documents. If the release catalog implementation procedures, must copy the necessary bitmap and model documents.
Platform: | Size: 1882112 | Author: 李为民 | Hits:

[Shop supermarket software systemsupermarketManage

Description: 超市管理系统,在VC++下的编程工程,值得学习-Supermarket management system, in VC++ Programming under the project, worth learning
Platform: | Size: 208896 | Author: qqqqq | Hits:

[Internet-Networksocket_c_ftp

Description: 一个在VC下的windows socket编程是用来做简单的文件传输,不是MFC的,是控制台下的编程,比较适合初学者学习,我用的是C语言编程,注意要在VC中的project-setting-link中加入ws2_32.lib否则会有编译错误-A VC under windows socket programming is used to make a simple file transfer, instead of MFC, is under the console programming, more suitable for beginners to learn, I use the C language programming, pay attention to the VC in the project-setting-link will be added to ws2_32.lib otherwise compile error
Platform: | Size: 3072 | Author: 陈鸡洋 | Hits:

[Consolesocket_c_rar

Description: 一个简单的文件传输,传输的是RAR格式的文件,适合比较大型的文件传输利用windows socketC语言编程的,比较是在VC下的控制台环境下编译的。-A simple file transfer, transmission is the RAR file format, suitable for relatively large-scale file transfer using windows socketC language programming, the comparison is in the VC console under the circumstances of the compiler.
Platform: | Size: 3072 | Author: 陈鸡洋 | Hits:

[Grid ComputingVChla_source

Description: HLA在VC下的编程实现,可演示基本的联邦,通讯等等,开发者可利用其代码进一步加工-HLA programming under the VC can demonstrate basic federal, communications, etc., developers can use the code for further processing
Platform: | Size: 20480 | Author: zhangyuxiang | Hits:

[VC/MFCvisual_cPP-symbian(s60)

Description: Symbian C++ 在Vc下的编程入门 网站 http://deali.stuwap.com-The Symbian C++ under the Vc programming portal http://deali.stuwap.com
Platform: | Size: 4096 | Author: Faechenid | Hits:

[Internet-NetworkTCP-instance

Description: tcp连接例子,用于了解tcp通讯在vc下的编程。-TCP connection example for TCP communication under the vc programming.
Platform: | Size: 373760 | Author: 涛涛 | Hits:

[Internet-Network44434533

Description: 在VC++下的windows界面编程,运用画笔,画刷实现了图形界面的编程控制()
Platform: | Size: 34816 | Author: Deanvnph | Hits:

[OtherVC_界面库编程

Description: VC下的开发界面代码,很齐全而且易用,在VC6,VC2010中都很方便,提高开发效率(The development interface code of VC is very complete and easy to use. In VC6,VC2010 is convenient to improve development efficiency)
Platform: | Size: 37837824 | Author: MXC | Hits:

[Communication311279

Description: 在VC++下的windows界面编程,运用画笔,画刷实现了图形界面的编程控制()
Platform: | Size: 34816 | Author: EETxhdsl@52300 | Hits:

[GUI Developgystem

Description: 在VC++下的windows界面编程,运用画笔,画刷实现了图形界面的编程控制()
Platform: | Size: 34816 | Author: pchymes | Hits:
« 12 3 4 5 6 7 8 9 10 ... 32 »

CodeBus www.codebus.net