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

搜索资源列表

  1. vc编程指南67篇

    0下载:
  2. 有关vc编程的一些例子-the vc programming examples
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:27836
    • 提供者:海潮
  1. ManageSystem

    0下载:
  2. 使用vc进行数据库编程的好例子,很有参考价值-use database programming vc good example of great reference value
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:785454
    • 提供者:叶兵茹
  1. page39.10用VC实现DirectDraw编程

    1下载:
  2. 用VC实现DirectDraw编程-with VC DirectDraw Programming
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:48676
    • 提供者:黄斌
  1. MediaEncoder VC

    0下载:
  2. 视频聊天编程示例-video chat Programming Example
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:39169
    • 提供者:网中人
  1. VC雕虫小技集

    0下载:
  2. socket网络编程整理资料-socket programming collate information network
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:22034
    • 提供者:圣展
  1. USB+vc

    2下载:
  2. 用vc编写的usb接口编程源代码,可移植性强,-vc prepared with the USB interface programming source code portability strong,
  3. 所属分类:USB编程

    • 发布日期:2008-10-13
    • 文件大小:41184
    • 提供者:xiaolindou
  1. VC++Program

    0下载:
  2. VC++ 编程指南,非常详细的VC++资料-VC programming guide, very detailed information VC
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1343635
    • 提供者:邢星
  1. my2cadtest07261930

    0下载:
  2. 二维CAD设计,比一般的都要好.值得一看,里面有四个人一个多月的心血,另加有十年编程经验的VC++老师的指导,非常难得!袁斌、徐建成、赵欣、刘钊。其中里面也包括我啦:)-2D CAD design, than the general good of all. An eye-catcher, there are four individuals for more than a month of work, plus a decade of experience in programming VC
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:163357
    • 提供者:袁斌
  1. vc-labview

    0下载:
  2. 很好的资料!vc++与labview的交互编程---在vc环境下调用labview下生成的dll库-good information! Vc and the LabVIEW programming -- in the interactive environment called vc labv iew generated in the library dll
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:53670
    • 提供者:kitty
  1. vc-fractal005

    0下载:
  2. ,《分形算法与程序设计——Visual C++实现》的第五章源码-, \"Divides Shape Algorithm And Programming 鈻♀枴Visual the C Realization\" fifth chapter of source code
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:238866
    • 提供者:林艳
  1. vc++dllintroduce

    0下载:
  2. VC++动态链接库编程之基础慨念: Visual C++支持三种DLL,它们分别是Non-MFC DLL(非MFC动态库)、MFC Regular DLL(MFC规则DLL)、MFC Extension DLL(MFC扩展DLL)-VC DLL programming basis for the conception : Visual C support three DLL, They are the Non-MFC DLL (Dynamic Library MFC), MFC Regular
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:387752
    • 提供者:董峰涛
  1. (C++)vc++ExtenalProgramming

    0下载:
  2. vc++ 的扩展编程的一些实例,比较多的程序-vc expansion of the programming examples, more procedures
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1891139
    • 提供者:demon
  1. GA-VC++

    0下载:
  2. 二进制的基本遗传算法,在VC++环境下编程实现。-binary basic genetic algorithm, the VC environment programming.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:84501
    • 提供者:Stone
  1. VC++Excel

    1下载:
  2. 针对Excel表格文件操作的编程实现,在VC++环境下开发-against Excel document forms the programming operation in the development of the VC environment
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:113514
    • 提供者:xuyong
  1. vc++SerialCommunicatin

    0下载:
  2. VC++串口通讯编程事例,通过它可以了解在VC中如何进行串口通讯的-VC serial communication programming examples, which can understand how VC serial communications
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2196033
    • 提供者:陶青松
  1. VC++andMatlab

    1下载:
  2. 许多工程软件需要用到复杂的数学算法。VC++能够形成各种用户界面, 并可以直 接与系统及底层硬件交换数据。因此研究VC++和Matlab 的混合编程具有很大的实际意义。 该文讨论了如何使用Matlab 的Complier 将*.m函数编译为动态链接库DLL, 提供给VC++ 调用的方法, 提供了一种VC++与Matlab 混合编程的快速实现。-many engineering software necessary to use complex mathematical algorit
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:105013
    • 提供者:徐凯
  1. BMP(VC++)

    1下载:
  2. VC++图象编程基础源代码,包括 Hough变换、阈值分割、轮廓提取与跟踪等图象处理的基础操作-VC + + programming based image source code, including the Hough transform, threshold segmentation, Contour extraction and tracking the basis of image processing operation
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1810936
    • 提供者:王建辉
  1. VC++-example

    1下载:
  2. VC++高级编程与示例程序源代码,有关VC++编程的各种典型高级应用.-VC senior programming and sample program source code, the Visual C + + programming typical of advanced applications.
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:3084774
    • 提供者:lixin
  1. VC.NET_MO_GIS

    0下载:
  2. 程序编写环境为Visual Studio.NET 2002,也可以在Visual Studio.NET 2003中无需做任何修改打开并编译。用VC.NET语言及地理信息系统二次开发组件MapObjects,进行地理信息系统\"北京市地理信息公众查询系统\"的二次开发,有重要参考价值 -programming environment for Visual Studio.NET 2002. can be in Visual Studio 2003 without any modification
  3. 所属分类:交通/航空行业

    • 发布日期:2008-10-13
    • 文件大小:657230
    • 提供者:王军
  1. VC++6Game

    1下载:
  2. VC++6游戏编程入门及源码 第一章 游戏基础 第二章 扫雷 第三章 五子棋 第四章 俄罗斯方块 第五章 老鼠和滚球 第六章 飞机游戏 第七章 五子棋联机游戏 -VC six games programming source portal and the first game based on the second chapter mine Chapter 331 Chapter III IV Russia Chapter V rats box and bowl
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:4481209
    • 提供者:王向平
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com