Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - vc6.0
Search - vc6.0 - List
用VC6.0实现漂亮的自定义多功能提示窗口-with VC6.0 achieve beautiful custom multifunctional prompt window
Update : 2008-10-13 Size : 58152 Publisher : 崔振峰

学习如何在VC里调试你的程序,有英文原版和翻译两个版本,讲解了VC6.0的调试功能-Document about how to debug your VC6 program.
Update : 2008-10-13 Size : 11931 Publisher : 葛晓艳

DL : 0
使用vc6.0我自己制作的模拟银行结帐系统。 用txt代替了数据库。 用于初学者学习。-vc6.0 my own use of the simulated bank checkout. Txt instead of using a database. For beginners to learn.
Update : 2008-10-13 Size : 17306 Publisher : 赵刚

DL : 0
LCC4.2 C编译器源码,移植到VC6.0平台下,可将C代码,编译为80X86的汇编代码,C文件为99.C,汇编程序保留在98文件中。强烈推荐 C编译器源代码,构件自己具有专业,产品级水平的C编译器。-LCC4.2 C compiler source, the transplantation of VC6.0 platform can be C code, the compiler to compile code 80X86, C document 99.C, assembler retained in the 98 documents. Strongly recommended C compiler source code, their professional components, product level C compiler.
Update : 2008-10-13 Size : 275496 Publisher : 陶自权

DL : 0
<<visual c++6.0 数据库高级编程>>北京希望电子出版社的源代码
Update : 2008-10-13 Size : 449880 Publisher : 陈勇平

DL : 0
自己编译的串口调试器 在VC6.0调试成功 本人现在已经搞JAVA-compile the serial debugger in VC6.0 debugging success I have now engage in JAVA
Update : 2008-10-13 Size : 68396 Publisher : 张磊

vc6.0, mfc下开发的关于计算文件和字符串md5 hash值应用程序的源程序-vc6.0. mfc developed for the calculation of paper and string md5 hash value of the application's source
Update : 2008-10-13 Size : 29857 Publisher : John

作者: yulongsun 需要在penGL中作中文输出,但没发现何处有合适的,把一个叫zhaohui的人写的英文字符输出类改了一下,可以输出中文了,但却并没有解决我的问题。我感觉得应该使用wglUseFontBitmaps()函数使字体保持不变。但我对 OpenGL不熟,不知怎么用。不过我做的东西也许对别人有用,权且放在这儿。同时希望得到指教。 文件:CGLFont.c CGLFont.h env::windows2000, vc6.0 e-mail: yulongsun@163.com -Author : yulongsun penGL need to give Chinese exports, However, we did not find a suitable where, a person called zhaohui write English characters output category changed a bit, the Chinese can export, but not solve the problem. I feel that you should use wglUseFontBitmaps () function so that fonts remain unchanged. But I OpenGL well, I do not know how use. But I may do something useful for others, the time being here. Hope received the exhibitions. Documents : CGLFont.c CGLFont.h env : : Solaris, vc6.0 e-mail : yulongsun@163.com
Update : 2008-10-13 Size : 112265 Publisher : 黄景天

在VC6.0中编写视频捕捉程序,希望大家喜欢-Operating procedures for the preparation of video capture, hope you like
Update : 2008-10-13 Size : 211562 Publisher : 江水

DL : 0
VC.NET转换成VC6.0的程序源码.将VC.NET工程转换成VC6.0工程的程序源码-VC.NET VC6.0 into the program source code. VC.NET project will be converted into VC6. 0 works procedures FOSS
Update : 2008-10-13 Size : 147933 Publisher : zgb

unVSS1.0.0.1去除VC6.0工程中的VSS代码,使工程脱离V-unVSS1.0.0.1 VC6.0 Removal Project of VSS code, the works from the V
Update : 2008-10-13 Size : 6541 Publisher : 求教者

DL : 0
支持vc6.0的vld内存泄漏检查工具,xp系统vc6.0企业版+sp6亲测有效(VLD memory leak checking tool supporting VC6.0, XP system VC6.0 enterprise version +sp6 pro test effectiveness)
Update : 2024-05-17 Size : 487424 Publisher : molin

rapidxml在vc6.0下运行,已测试通过可用。apidXml 试图成为最快的 XML DOM 解析工具包,同时保证解析结果的可用性、可移植性以及与 W3C 标准的兼容性。RapidXml 使用 C++ 编写,因此在操作同一数据时,其解析速度接近于 strlen() 函数。 整个解析工具包包含在一个头文件中,所以使用时不用编译也不用连接。要想使用 RapidXml 只要包含 rapidxml.hpp 即可,当然如果要用附加功能(如打印函数),你可以包含 rapidxml_print.hpp 文件。 RapidXml 为采用C++语言操作XML提供了机遇,同时结合XMPP协议也开启了诸如Wt、CxServer等基于C++的网络应用在即时通讯领域的更宽广的发展空间。(RapidXml is an attempt to create the fastest XML parser possible, while retaining useability, portability and reasonable W3C compatibility. It is an in-situ parser written in modern C++, with parsing speed approaching that of strlen function executed on the same data. RapidXml has been around since 2006, and is being used by lots of people. HTC uses it in some of its mobile phones.)
Update : 2024-05-17 Size : 21504 Publisher : CWAY

1.线程池管理器(ThreadPoolManager):用于创建并管理线程池 2.工作线程(WorkThread): 线程池中线程 3.任务接口(Task):每个任务必须实现的接口,以供工作线程调度任务的执行。 4.任务队列:用于存放没有处理的任务。提供一种缓冲机制。 网上的c/c++线程池多是linux下的,这个是VC6.0的线程池。其涉及的主要文件有:ThreadPoolManage、IThreadExcute、TemporarilyThread、ThreadManage、RegKeyIni。(1. thread pool manager (ThreadPoolManager): for creating and managing the thread pool 2. working thread (WorkThread): thread in the thread pool 3. task interface (Task): the interface that each task must be implemented for the working thread to schedule the task execution. 4. task queue: it is used to store unprocessed tasks. Provide a buffer mechanism. The c/c++ thread pool on the Internet is mostly under Linux, and this is the thread pool of VC6.0. The main documents involved are: ThreadPoolManage, IThreadExcute, TemporarilyThread, ThreadManage, RegKeyIni.)
Update : 2024-05-17 Size : 72704 Publisher : zhangzl

利用vc6.0和opencv1.0相结合,实现在MFC中读取摄像头(Using VC6.0 and opencv1.0 to read the camera in MFC)
Update : 2024-05-17 Size : 3706880 Publisher : 紫竹星雨123

利用vc6.0+opencv实现人脸识别(Using vc6.0+opencv to realize face recognition)
Update : 2024-05-17 Size : 13276160 Publisher : 星星点灯lkq

DL : 0
一个vc6的最小编译器(ANSI C命令行版本)只可编译 .c文件,无其他功能。(A minimal compiler of VC6 (ANSI C command line version) can compile.C files without any other functions.)
Update : 2024-05-17 Size : 1338368 Publisher : uubs

图像处理工具源码,用VC 6.0编写,实现了常用的数字图像处理功能(digital image process tools,which is wrote via VC6.0)
Update : 2024-05-17 Size : 82944 Publisher : fffffffgdfgdf

用Win32 API设计串行通信的基本思路,在实际应用中,我们可以利用Win32 API设计出满足各种需要的串行通信程序。(Using Win32 API to design the basic idea of serial communication, in the practical application, we can design the serial communication program to meet all kinds of needs with the Win32 API.)
Update : 2024-05-17 Size : 4096 Publisher : 目恩

VC6.0安装包,小巧,实用,欢迎大家下载,分享(VC6.0 installation package)
Update : 2024-05-17 Size : 31815680 Publisher : 呵呵56驱蚊器
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.