CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - vc6.0

搜索资源列表

  1. vc++6.0调试及其实例

    0下载:
  2. 学习如何在VC里调试你的程序,有英文原版和翻译两个版本,讲解了VC6.0的调试功能-Document about how to debug your VC6 program.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:11931
    • 提供者:葛晓艳
  1. banksystem_6.0

    0下载:
  2. 使用vc6.0我自己制作的模拟银行结帐系统。 用txt代替了数据库。 用于初学者学习。-vc6.0 my own use of the simulated bank checkout. Txt instead of using a database. For beginners to learn.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:17306
    • 提供者:赵刚
  1. lcc4.2_vc6.0

    0下载:
  2. 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 reta
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:275496
    • 提供者:陶自权
  1. PORT1.0

    0下载:
  2. 自己编译的串口调试器 在VC6.0调试成功 本人现在已经搞JAVA-compile the serial debugger in VC6.0 debugging success I have now engage in JAVA
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:68396
    • 提供者:张磊
  1. yeetoomd5_source_2.0.1.1

    0下载:
  2. vc6.0, mfc下开发的关于计算文件和字符串md5 hash值应用程序的源程序-vc6.0. mfc developed for the calculation of paper and string md5 hash value of the application's source
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:29857
    • 提供者:John
  1. 3dfont2.0

    0下载:
  2. 作者: yulongsun 需要在penGL中作中文输出,但没发现何处有合适的,把一个叫zhaohui的人写的英文字符输出类改了一下,可以输出中文了,但却并没有解决我的问题。我感觉得应该使用wglUseFontBitmaps()函数使字体保持不变。但我对 OpenGL不熟,不知怎么用。不过我做的东西也许对别人有用,权且放在这儿。同时希望得到指教。 文件:CGLFont.c CGLFont.h env::windows2000, vc6.0 e-mail: y
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:112265
    • 提供者:黄景天
  1. VC.NETtoVC6.0

    0下载:
  2. 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
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:147933
    • 提供者:zgb
  1. unVSS1.0.0.1

    0下载:
  2. unVSS1.0.0.1去除VC6.0工程中的VSS代码,使工程脱离V-unVSS1.0.0.1 VC6.0 Removal Project of VSS code, the works from the V
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:6541
    • 提供者:求教者
  1. uCOS-II_WIN32_LINUX_3.0

    0下载:
  2. 此源码为UCOS在WIN32环境下的移植版本,可以用VC6.0调试,方便学习-this source of UCOS in Win32 environment transplant version, you can use VC6.0 debugging, facilitate learning
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:798390
    • 提供者:杨凡
  1. vc1.0

    0下载:
  2. 利用COM技术向浏览器中添加快捷菜单项,运行环境:win2000 vc6.0-use COM to add the browser menu items, the operating environment : WIN2000 vc6.0
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:29139
    • 提供者:CX
  1. shuangseqiuxuanhaoV1.0

    1下载:
  2. 双色球彩票电脑选号系统. 全部是自己用vc6.0做的,产生随机数的算法比较简单~~~~大家可以下去改改算法. 可以自动产生6个红球号码和一个蓝球号码,号码分布还是比较科学的!-Shuangseqiu random selection lottery computer system. All his own vc6.0 done, generated random number algorithm is relatively simple ~ ~ ~ ~ we can continue c
  3. 所属分类:其他行业

    • 发布日期:2008-10-13
    • 文件大小:30142
    • 提供者:M*A*N
  1. VCThreadPool3

    0下载:
  2. 1.线程池管理器(ThreadPoolManager):用于创建并管理线程池 2.工作线程(WorkThread): 线程池中线程 3.任务接口(Task):每个任务必须实现的接口,以供工作线程调度任务的执行。 4.任务队列:用于存放没有处理的任务。提供一种缓冲机制。 网上的c/c++线程池多是linux下的,这个是VC6.0的线程池。其涉及的主要文件有:ThreadPoolManage、IThreadExcute、TemporarilyThread、ThreadManage、RegKeyIni
  3. 所属分类:Windows编程

    • 发布日期:2018-04-21
    • 文件大小:72704
    • 提供者:zhangzl
  1. 读摄像头

    0下载:
  2. 利用vc6.0和opencv1.0相结合,实现在MFC中读取摄像头(Using VC6.0 and opencv1.0 to read the camera in MFC)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-22
    • 文件大小:3706880
    • 提供者:紫竹星雨123
  1. facedetectpcaVC6

    0下载:
  2. 利用vc6.0+opencv实现人脸识别(Using vc6.0+opencv to realize face recognition)
  3. 所属分类:OpenGL

    • 发布日期:2018-04-29
    • 文件大小:13276160
    • 提供者:星星点灯lkq
  1. 103255wlqy6ct9t8op81a4

    0下载:
  2. 大漠综合插件汇编采用vc6.0编写,识别速度超级快(The assembler of the desert integrated plug-in is written in VC6.0 to recognize the speed of super fast)
  3. 所属分类:易语言编程

    • 发布日期:2018-04-18
    • 文件大小:2048
    • 提供者:光影儿
  1. 最小vc6.0

    0下载:
  2. 一个vc6的最小编译器(ANSI C命令行版本)只可编译 .c文件,无其他功能。(A minimal compiler of VC6 (ANSI C command line version) can compile.C files without any other functions.)
  3. 所属分类:编译器/解释器

    • 发布日期:2018-05-01
    • 文件大小:1338368
    • 提供者:uubs
  1. ImageStu

    0下载:
  2. 图像处理工具源码,用VC 6.0编写,实现了常用的数字图像处理功能(digital image process tools,which is wrote via VC6.0)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-06
    • 文件大小:82944
    • 提供者:fffffffgdfgdf
  1. 用VC6.0实现上位机串口通信

    0下载:
  2. 用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
  3. 所属分类:其他

    • 发布日期:2018-05-04
    • 文件大小:4096
    • 提供者:目恩
  1. 中文版VC6.0(32%2664bit)

    1下载:
  2. VC6.0安装包,小巧,实用,欢迎大家下载,分享(VC6.0 installation package)
  3. 所属分类:Windows编程

  1. MFC VC6 示波器动态显示数据

    0下载:
  2. 动态显示数据波形 基于VC6.0 MFC框架(Dynamic display data waveform based on VC6.0 MFC framework)
  3. 所属分类:其他

    • 发布日期:2021-03-22
    • 文件大小:45056
    • 提供者:Paulx
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com