CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - VC i

搜索资源列表

  1. gdiplus.rar

    2下载:
  2. GDI类库下载(VC++开发常备),包括GdiPlus.lib库以及GdiPlus.h、GdiPlusPath.h、GdiPlusBrush.h、GdiPlusMem.h、GdiPlusTypes.h、GdiPlusFlat.h……等文件。   昨天调试一程序需要本类库,在网上搜了一大堆,竟然都不提供下载,感觉很不爽,在csdn以高分得到了这个包,虽然很老的东西,但是我们还是离不开她。,GDI library download (VC++ development of standing),
  3. 所属分类:Other windows programs

    • 发布日期:2015-11-23
    • 文件大小:111.09kb
    • 提供者:724
  1. Hex2Bin

    0下载:
  2. HEX 转 BIN 程序,弄过单片机的人可能都知道,很多编译器都会编译出一种叫HEX 的文件,这好像是Intel定的一个格式,就是把二进制的机器代码文件以16进制的字符形式(文本)保存,写进cpu或rom前都需要进行转化,此小程序便可完成该任务了。(本人上传代码均为Fwr原创)-HEX to BIN procedures, people get too SCM may all know, a lot of the compiler will compile a document called H
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:29.8kb
    • 提供者:fwr
  1. CheckMTF

    2下载:
  2. 我自己寫的計算攝像頭MTF程序,VC++6.0-I wrote it myself camera MTF calculation procedures, VC++ 6.0
  3. 所属分类:其他小程序

    • 发布日期:2013-09-06
    • 文件大小:3.2mb
    • 提供者:陈大头
  1. VC+ADO

    0下载:
  2. 简单明了地实现vc上对access数据库地读写删等基本操作,附有本人搜集的一些有用的相关资料-Vc simple realization of the database to read and write access to delete the basic operation, with I collected some useful information
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:240.67kb
    • 提供者:李小朋
  1. vc++

    0下载:
  2. 您看看吧,我都上传n个了 怎么都没有回应,为什么呢-You see, I have n-how to upload did not respond, and why is that
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3.75kb
    • 提供者:yy
  1. xueshengchengji

    0下载:
  2. vc学生成绩管理系统,很实用的,学生朋友可以看一看,课程设计和平时学习都是有好处的,谢谢了!-vc student achievement management system that is practical, the students can take a look at the friends, the curriculum design and learning is good for peace, I would like to thank the!
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:13.18kb
    • 提供者:蓝诺
  1. VC

    0下载:
  2. 实现运动控制卡控制伺服电动机的I/O读写-To achieve motion control card servo motor control I/O read and write
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:3.46kb
    • 提供者:付明
  1. Soucefile

    0下载:
  2. VC++与单片机串口通信,这是参考大使的,多多指教,我很想成为这里的会员-VC++ serial communication with the MCU, which is reference to the Ambassador of the exhibitions, I would like to become a member here
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:40.62kb
    • 提供者:qinshaokun
  1. VC

    0下载:
  2. VC语言编写的动态内存,有所不足请P我-VC language of dynamic memory, has been less than requested P I ..............
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:4.19kb
    • 提供者:倪纯伟
  1. dictionary_automation_src

    0下载:
  2. Whenever I wanted to know the meaning of a word, I used to open-up a Word document and search for synonyms. So, I thought it would be nice to invoke only the Thesaurus, without opening a Word-document. And it would be even nicer to make my computer p
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:40.42kb
    • 提供者:mxw
  1. 200mm440

    0下载:
  2. 220PLC和MM440通信的全部资料,可是我一点点收集总结的哦。-220PLC and MM440 communicate all the information, but I collected a little bit of summary oh.
  3. 所属分类:Other systems

    • 发布日期:2017-05-31
    • 文件大小:12.67mb
    • 提供者:琳琳
  1. CShut

    0下载:
  2. VC++仿Windows关机屏变黑特效的源程序,实际上是屏幕由彩色变黑白,而且这一过程是渐变的,本人在网上搜罗过一些与此有关的代码,发现关机的代码差不多都一样,而对关机前的屏幕特效几乎没有涉及到,-VC++ black imitation of Windows Shutdown screen effects of the source, in fact the screen by the color change black and white, and this process is grad
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:26.12kb
    • 提供者:松公子
  1. datastr

    0下载:
  2. VC++常用的数据结构类源码 这是我在VC++日常开发中收集的一些经常用到的类库,每一款都可以轻松重用,这些类库适用于vs2003及以上的开发环境,其中 Thread 和 Delegate 是从C#中得到的灵感,还有一些是在使用开源代码或其它语言时得到的启发和灵感。个人认为部分代码还算好用,所以拿来分享一下。部分类库附带有例子,欢迎参考。-Commonly used data structures in VC++ class source This is the daily developm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:15.57kb
    • 提供者:朱张慧
  1. vc-source-programming

    0下载:
  2. visual c++界面开发,可能有一定的指导性作用,希望有所帮助-visual c++ interface development, may have some guiding role, I hope to help
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:517.26kb
    • 提供者:何林峰
  1. vc-sir-record

    0下载:
  2. nothings there plz approve i need2 download pscad files badly
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:275.28kb
    • 提供者:Shams Al Arefin
  1. lingo10.0

    0下载:
  2. 我在文件夹里找的,不知道是干嘛的,lingo安装包(I don't know what this is for. He's really pushing me)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:12.36mb
    • 提供者:李佳伟
  1. vc++6.0使用教程课件

    0下载:
  2. VC++入门学习,我刚开始学习VC++就是看的这个资料,里面的内容很具体。(VC++ primer learning. I just started learning VC++, just look at this information, which content is very specific)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:6.79mb
    • 提供者:jlljll
  1. MFC计算器,VC++源码编写

    0下载:
  2. c++编程实例,帮助大家好好学习,希望大家喜欢(C++ programming examples, to help you study hard, I hope you like)
  3. 所属分类:其他小程序

    • 发布日期:2017-12-30
    • 文件大小:16kb
    • 提供者:杰杰欧巴
  1. VC++ USB

    0下载:
  2. USB开发设备通常有一个或多个配置; 配置通常有一个或多个接口; 接口通常有一个或多个设置; 接口有零或多个端点。(USB is a based library that implements a relay from endpoints to a pair of I/O resources)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:152kb
    • 提供者:KIGA
  1. [kaoyan.com]VC教程

    0下载:
  2. 还有关于上机环境,VB,TC,VC,VS环境都是有的,我是用的VC环境,C语言。(And on the machine environment, VB, TC, VC, VS environment is some, I am using the VC environment, C language.)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:297kb
    • 提供者:vicchu
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com