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

搜索资源列表

  1. 驱动开发

    0下载:
  2. 驱动开发环境搭建vs6.0+ddk 2600+windows xp+Driver Studio 3.2 2010-07-07 09:35 驱动开发环境之Windows XP DDK2600,VC++ 6.0, Driver Studio 3.2 神秘的驱动开发,神秘的WINDOWS内核,是什么把这些搞得这么神秘呢? 搭Windows驱动开发平台. 要安装的东西都有这些:在Windows XP的基础上,先装上VC++6.0,再装DDK2600(也就是DDK的XP版),最后装 Driver Stud
  3. 所属分类:源码下载

    • 发布日期:2011-04-22
    • 文件大小:64512
    • 提供者:cdliqu@163.com
  1. BMPmove

    0下载:
  2. VC++平移图像的一个实例,以前有朋友让找的,后来在一本书中发现了,虽然功能不太多,但正好是实现BMP位图的平移,上下左右都可以移,被移动的区域用白色填充。   注:好像只能打开BMP格式的图像,其它格式打开很慢,甚至打不开。源码在VC6编译通过。-VC++ translation of an example image, in the past so look for friends and later found in a book, although not too many fea
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:50131
    • 提供者:106
  1. displayimage

    0下载:
  2. 用Visual Studio 2008 编译的打开图像的程序,解决了一些从VC6到vc2008过度的问题-Compiled with Visual Studio 2008 to open the image process, from VC6 to solve some problems over vc2008
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:57969
    • 提供者:rocam
  1. SetJpgThumbnail

    0下载:
  2. JPG图片缩略图与原图不一致 网上流传的‘一张令所有人吃惊的图片’,是一张椅子的图片,但是,如果你的系统是XP,把它下载后保存到任意一个文件夹中,打开文件夹,用缩略图的方式查看,会看到图片的缩略图是一个机器女人坐在地上。 经过一番研究之后,知道了原理:JPEG标准在文件中记录了一些EXIF信息,缩略图是一幅较小的JPEG图片,存储在EXIF信息段。而Windows在第一次显示缩略图时先读当前目录中的"Thumbs.db"这个文件,这是一个缩略图数据库,从而来判断是否有该图片的缩略图
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-24
    • 文件大小:419304
    • 提供者:xuezhimeng
  1. Fingerprint-identification

    0下载:
  2. 指纹识别,别人写的,本人用的开发工具是vc6.0打不开,要用vs2005或者以上的编译器版本打开,大家先看看,估计会有很大收获的。-Fingerprint identification, written by someone else, I use the development tools is vc6.0 not open, use vs2005 or above compiler version opens, take a look at, it is estimated that the
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-10
    • 文件大小:2258076
    • 提供者:李洋
  1. UFO

    0下载:
  2. 绘制UFO图像,VC++游戏相关编程,UFO可以用鼠标拖动的,源代码完整,用VC6打开直接编译就可运行了。-Draw UFO images, VC++ game-related programming, the UFOs can use the mouse to drag the source code integrity, and opened using VC6 compiler can be run.
  3. 所属分类:Game Engine

    • 发布日期:2017-04-06
    • 文件大小:21070
    • 提供者:程翠兰
  1. Serial

    0下载:
  2. 看看别人的串口通讯库做法,有借鉴的地方 用vc6打开-Take a look at someone else s serial communication library practice vc6
  3. 所属分类:Communication

    • 发布日期:2017-12-03
    • 文件大小:40272
    • 提供者:刘冰
  1. ios

    0下载:
  2. 多道批处理系统两级调度的模拟,内含有操作系统课程设计报告及源程序运行文件,用c编写的,CPP文件,用vc6打开-Multi-channel the batch system two scheduling simulation contains the operating system curriculum design report and source code to run the file, written in c, CPP file, open with vc6
  3. 所属分类:OS Develop

    • 发布日期:2017-11-10
    • 文件大小:548897
    • 提供者:lishijian
  1. gun55

    0下载:
  2. 一个链表编写的记录程序,可以读取TXT的数据。并存储。用VC6打开编译。-A linked list of records written program, the data can be read TXT. And stored. Compile with VC6 open.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-26
    • 文件大小:311280
    • 提供者:王鹏
  1. wscan

    0下载:
  2. Wscan,一款运行于DOS下的扫描注入工具,比较经典,用VC6可以编译源程序,然后用系统的CMD命令打开生成的编译文件-WSCAN, a run on the DOS scan injection tool, more classic, source code can be compiled using VC6, and then open the resulting compiled file system CMD command
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-07
    • 文件大小:5960
    • 提供者:丁春发
  1. HLinkTest

    0下载:
  2. 摘要:VC/C++源码,数据库应用,超文本,窗体链接 VC++在窗口上添加一个带有链接的文字,是一个窗体链接,也就是WinForm上的超文本链接,在网页上我们可以用a标签,那么在VC++中是怎么实现呢,本例面向VC++初学者,有兴趣的可下载源码,用VC6打开看看。-Abstract: VC/C++ source code, database applications, hypertext, form links VC++ in the window to add with a lin
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-04
    • 文件大小:27743
    • 提供者:海少
  1. MFC_SRC

    0下载:
  2. MFC的源码 可以用vc6打开 编译 方便寻找类的定义-MFC source code can be compiled with vc6 easy to find open class definition
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-02
    • 文件大小:15115264
    • 提供者:liuhouzhi
  1. camera_face_detection

    0下载:
  2. 基于Opencv+VC6.0的脸部识别。本程序用DirectShow组件,解决了Win7下VC6.0里面不能打开笔记本摄像头的问题,而且自带需要的DLL文件,需要的朋友可以下载。-Opencv+VC6.0 based face recognition. The procedures used DirectShow components to solve the problem which can not be opened VC6.0 under Win7 notebook camera, an
  3. 所属分类:OpenCV

    • 发布日期:2017-05-23
    • 文件大小:7062528
    • 提供者:lichen
  1. HLinkTest

    0下载:
  2. VC++在窗口上添加一个带有链接的文字,是一个窗体链接,也就是WinForm上的超文本链接,在网页上我们可以用a标签,那么在VC++中是怎么实现呢,本例面向VC++初学者,有兴趣的可下载源码,用VC6打开看看。-VC++ add text on the window with a link is a link to a form, which is on the WinForm hypertext links on the page we can use a label, then VC++ i
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:27199
    • 提供者:kpudn50
  1. GT_DiskLib_120108

    0下载:
  2. 学习FAT文件系统时封装的一套C++库,可以实现加载指定分区的FAT文件系统。浏览目录,打开文件流读写文件,创建目录和文件(不要在挂载在真实机器上的分区上进行写操作测试,因为Window本身的文件系统驱动和本程序冲突会造成混乱。 最好在虚拟的分区上测试,本程序也带有加载虚拟磁盘的代码。)带有比较详细的注释,由于是玩具无文档。 此为VC6.0工程,用高版本的VS不保证可以编译成功。-FAT file system when learning a set of C++ library packa
  3. 所属分类:File Operate

    • 发布日期:2017-05-02
    • 文件大小:540579
    • 提供者:彭东峰
  1. MCI-MP3-player

    0下载:
  2. vc6.0单文档工程,用MCI播放音乐。单击按钮弹出打开文件对话框选择音乐。-VC6.0 single document project, using MCI to play music. Click the button to open the file dialog box to the music.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-18
    • 文件大小:4883456
    • 提供者:阮家友
  1. process-communicate

    0下载:
  2. 在vc6.0的mfc里面用c++开发的操作系统上机作业,打开父进程debug文件夹里面的父进程exe,即可点击创建子进程,发送消息,以管道方式通信。-In vc6.0 of mfc eyed on c++ operating system developed machine operation, open the parent folder inside debug the parent process exe, you can click create a child process, sen
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-16
    • 文件大小:3716946
    • 提供者:xdrdh
  1. VCPPread-large-file

    0下载:
  2. VC++读写大文件资料(二进制),VC6编译通过,平时我们用词本打开大量文本的时候,会发觉电脑很慢甚至死机,不是因为文件太大,而是因为记事本的简单而未进行大文件打开处理,才会出现这种情况,希望这个VC小实例能启发你一些灵感。-VC++ read large documents (binary), VC6 compiler, usually we open a large number of words of the text, you will find the computer very sl
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-05
    • 文件大小:15516
    • 提供者:putaoyuan
  1. BCGCBarProMFC25.1

    0下载:
  2. 序列号在 解压出来的readme.nfo文件中,用记事本打开。 BCGControlbar25.1破解版是用于编程工具,可用于打印、用户定制工具栏、菜单、编辑日历、网络等多种文档,其特点目前是市场最优化,集成了多个高度优化的界面组件,运行流畅,能够满足开发人员的各种需求,使用方便。 开发环境:VC6\VS2005\VS2008\VS2010\VS2013 最新发布的BCGControlBar支持VS2012 和.net framework 4.5,同时也通过了Windows 8的测试,新增仪表控
  3. 所属分类:界面编程

    • 发布日期:2017-12-18
    • 文件大小:65652736
    • 提供者:wyh小冬
  1. C语言魂斗罗源码

    2下载:
  2. 用C语言编写的,可以用vc6.0直接打开编译运行,跟小时候玩的基本无区别,操作方式有文件说明。
  3. 所属分类:界面编程

« 1 2 3 4 5 67 »
搜珍网 www.dssz.com