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

搜索资源列表

  1. API

    0下载:
  2. API函数,API函数在VC++中的汇总便于查找-API functions, API functions are summarized in VC++ in easy to find
  3. 所属分类:software engineering

    • 发布日期:2017-04-29
    • 文件大小:20915
    • 提供者:asd
  1. vcPPWindows-API-CSerial-MSComm

    0下载:
  2. vc++ 串口编程,用vc++编写上上位机程序 常见的几种方式以及注意事项均有介绍
  3. 所属分类:software engineering

    • 发布日期:2017-04-23
    • 文件大小:15617
    • 提供者:junzifei
  1. VC-capture-AVI-files

    0下载:
  2. 在使用API函数操作AVI文件时,一定要注意用AVIFileInit()来初始化AVI库,程序结束时用AVIFileExit()释放AVI库,否则API函数无法使用。现以操作包含真彩色图像的AVI文件为例,给出Cavi类的部分函数的具体实现,其中CaviCreate()函数用于读取AVI文件信息并初始化Cavi类的成员,例如根据AVI文件信息定义每帧图像的宽、高、每帧图像的信息头结构等等;函数AviRead(int mFrame)用于从AVI文件中读取第mFrame帧。-When using A
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:4997
    • 提供者:刘超
  1. dblbuf

    0下载:
  2. 一个画图控件的制作,基于VC++ API,能实现类似制作模具的功能。-In the previous article, we learned the very basics of custom control implementation. Today, we take a closer look at control painting. This topic is quite important because successful controls must look nice and th
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-16
    • 文件大小:18615
    • 提供者:ethanlau
  1. CTP-COM--VC

    0下载:
  2. 盈佳发布了一个基于COM标准的CTP-API接口封装,这是VC调用例子。-EACAN released a COM-based standard of CTP-API interface package, which is an example of VC call
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:13606
    • 提供者:shahaifei
  1. VC-ODBC-API-Programming

    0下载:
  2. 本例主要说明如何使用ODBC API 创建数据库应用程序。使用ODBC API 对数据库进行操作时,为了方便操作,通常对ODBC API进行封装。-This example shows how to use API ODBC to create a application. Use API ODBC to operate the , in order to facilitate the operation, usually API ODBC for packaging
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-30
    • 文件大小:81780
    • 提供者:苏树林
  1. VCPPSerialPort(Win32-API)

    0下载:
  2. VC++串口编程(基于Win32API),介绍很详细,有例子。-VC++ serial programming (based on Win32API), describes in great detail, there are examples.
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:122512
    • 提供者:liu
  1. PC-SC-VC-Sample-Application

    0下载:
  2. The archive contains Microsoft Visual C sample code for the communication with smartcards via PC/SC API SCM-The archive contains Microsoft Visual C sample code for the communication with smartcards via PC/SC API SCM
  3. 所属分类:SCM

    • 发布日期:2017-04-29
    • 文件大小:57649
    • 提供者:Mackwa
  1. Windows-API

    0下载:
  2. 开机自启动 与 取消自启动的 两个源码 Vc适用-Boot the start with the removal the start for the two source Vc
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:3945
    • 提供者:aae9e761ronji
  1. Google-Offline-API

    1下载:
  2. 介绍谷歌离线地图插件API,及部分功能演示。 特别适合Winform里实现离线谷歌的朋友们。 支持VB,VC,DELPHI,C#,VB.NET等多种语言-Google offline map plug-in API, and part of the function demo. Particularly suitable for Winform to achieve offline friends Google friends. Support VB, VC, DELPHI, C#, V
  3. 所属分类:CSharp

    • 发布日期:2017-05-31
    • 文件大小:13284674
    • 提供者:wyf
  1. Win32-API

    0下载:
  2. it is very extensive function vc++ devlopt to tool
  3. 所属分类:File Operate

    • 发布日期:2017-05-06
    • 文件大小:678180
    • 提供者:875963215
  1. VC-connecting-to-MYSQL

    0下载:
  2. 这是一篇在visual c++环境下利用C++语言连接Mysql的教程,后面一部分是C API操作数据库。-This is a use of language in visual c++ C++ environment connection Mysql tutorial, part C API behind the operation of the .
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:19456
    • 提供者:黄勇
  1. TradeX-Python27-API-demo

    3下载:
  2. TradeX.dll的Python接口 TradeX.dll 完全兼容原有的trade.dll下单业务,整合了行情数据 解决了华泰等券商服务器无法正常连接的问题,在任何时间段都可以正确取数据 支持VC,VB,C#,Python,直连交易服务器和行情服务器-TradeX.dll Python interface to TradeX.dll fully compatible under the existing trade.dll single business, the integra
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-05-19
    • 文件大小:5138907
    • 提供者:btrobot
  1. TradeX-Python27-API-src

    0下载:
  2. TradeX.dll的Python接口源代码,用swig实现的封装 TradeX.dll 完全兼容原有的trade.dll下单业务,整合了行情数据 解决了华泰等券商服务器无法正常连接的问题,在任何时间段都可以正确取数据 支持VC,VB,C#,Python,直连交易服务器和行情服务器-The Python interface for TradeX.dll TradeX.dll is fully compatible with the original trade.dll under
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-05-04
    • 文件大小:41299
    • 提供者:btrobot
  1. 8464746

    0下载:
  2. 圆沿正弦曲线运动,并且圆会大小变化!的VC++API程序!,-Circular movement along a sine curve, and circle size will change!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-13
    • 文件大小:6233
    • 提供者:cpnsgstency
  1. OPC全套DLL

    0下载:
  2. OPCDLL,含API\自动化口\接自定义接口\客户端源码(OPCDLL, including API\ automation port \ custom interface \ client source code)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-27
    • 文件大小:7539712
    • 提供者:一介书生
  1. 如何读写Excel文件

    0下载:
  2. vc编写的excel读写程序,集成了api接口,并附带源码,很好的学习工具(VC prepared by the excel read and write procedures, integrated API interface, and comes with source code, a good learning tool)
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:25060352
    • 提供者:zsj
  1. size__chanve__will

    0下载:
  2. 圆沿正弦曲线运动,并且圆会大小变化!的VC++API程序!,(Circular movement along a sine curve, and circle size will change!)
  3. 所属分类:进程与线程

    • 发布日期:2017-12-29
    • 文件大小:6144
    • 提供者:corrsmpvnlifg
  1. Windows_API_函数大全(For_C++)

    0下载:
  2. Window API 函数大全,API有时候还是挺有用的,值得珍藏(Window API function Daquan, API sometimes very useful, it is worth collecting)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-20
    • 文件大小:184320
    • 提供者:hcy52ni
  1. rhange

    0下载:
  2. 圆沿正弦曲线运动,并且圆会大小变化!的VC++API程序!,(Circular movement along a sine curve, and circle size will change!)
  3. 所属分类:界面编程

    • 发布日期:2017-12-30
    • 文件大小:6144
    • 提供者:linkdr
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 37 »
搜珍网 www.dssz.com