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

搜索资源列表

  1. imshow

    0下载:
  2. 实现VC读取BMP文件头,并转化成RAW格式,之后再利用原文件头和数据部分转存成BMP文件。其中用到了二维动态数组。-VC reads the BMP file header to achieve, and transformed into a RAW format, then re-use the original file header and data part of the conversion into a BMP file. Which uses a two-dimensional
  3. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:1122
    • 提供者:林小芬
  1. MiniCom

    0下载:
  2. vc下的RS232类,使用简单,稳定. 有多种方式读取数据,比如阻塞,线程,中断等方式.占用资源小,已经过认真调试,程序已经较为稳定和完善-RS232 class under the vc, easy to use and stable. There are many ways to read the data, such as blocking, thread, interrupt, etc.. occupiers resources is small, has been seriousl
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:14978
    • 提供者:谢棕琳
  1. readvedio(2)

    0下载:
  2. 基于背景差法的运动物体检测程序,可从视频,或者设想头读取数据,编译环境VC加加2008-Background subtraction method based on moving object detection procedures, from the video, or read the first idea, build environment VC Gaga 2008
  3. 所属分类:Special Effects

    • 发布日期:2017-05-30
    • 文件大小:12667962
    • 提供者:zhang
  1. trackingbyMFC

    0下载:
  2. 通过vc++的MFC编写的一个智能的视频跟踪系统,采用了camshift算法和MFC结合,从摄像头读取数据,能够控制跟踪和保存图像等功能,性能相当不错!-By vc++ for MFC written in an intelligent video tracking system, using algorithms and MFC camshift combination of read data from a camera that can track and save the image c
  3. 所属分类:Video Capture

    • 发布日期:2017-05-17
    • 文件大小:4825391
    • 提供者:王洪
  1. GPS

    0下载:
  2. vc++代码,测试过,表示感谢. 可以读取串口GPS数据显示地理位置,需要有外置的串口的GPS接收机连接电脑,在demo主窗口界面可以输出GPS接收的地理位置,经度纬度,时间等信息. 提供给大家深入研究,包含NMEA0183.LIB的源代码,以及SerialCom串口源代码-vc++ code, tested, thanks. can read the serial port GPS location data, the need for an external GPS receiver con
  3. 所属分类:GPS develop

    • 发布日期:2017-03-30
    • 文件大小:384255
    • 提供者:何伟光
  1. 95199_60371c525a8270de

    0下载:
  2. VC++读取shp数据,画地图,实现了地图的放大、缩小、漫游等操作 -readshp Application
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-10
    • 文件大小:2081849
    • 提供者:chenyufeng
  1. Ppp

    0下载:
  2. 树形控件在vc中很重要,用ADO连接数据库,然后从数据库读取数据,成树-In the tree control in vc is important to connect database with ADO, and then read data from the database, into a tree
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:23820
    • 提供者:jelly
  1. Design.high.leve.VC.data.read

    0下载:
  2. VC高级编程数据读取设计代码Design of high-level programming VC code data read -Design of high-level programming VC code data read
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:18605
    • 提供者:x
  1. studentmanagement

    0下载:
  2. 用vc开发的一个小的学生管理系统(没有数据库)通过文本读取数据,界面是DOS界面,通过界面的选项卡能够对学生的信息进行添加修改,删除,查询等一系列操作-Vc developed with a small student management system (no database) read through the text, the interface is the DOS interface, the tab through the interface to add the informat
  3. 所属分类:Education soft system

    • 发布日期:2017-04-17
    • 文件大小:425841
    • 提供者:申孟杰
  1. VC-READ-AND-WRITE-REGISTER1

    0下载:
  2. VC 读写注册表,便于简单数据的存储,读取,减少存储文件-VC read and write registry data storage simple and easy to read and reduce the storage file
  3. 所属分类:TAPI

    • 发布日期:2017-03-23
    • 文件大小:28275
    • 提供者:张鹏
  1. VC

    0下载:
  2. DWORD ReadIntervalTimeout 两字符之间最大的延时。当读取串口数据时,超过该时间,将返回现有的数据。为0参数不起作用-DWORD ReadIntervalTimeout the largest delay between the two characters. When reading the serial data over the time, will return the existing data. 0 parameter does not work
  3. 所属分类:Com Port

    • 发布日期:2017-04-05
    • 文件大小:3017
    • 提供者:HUA
  1. Contacts

    0下载:
  2. 一个练习vc++ 练习Access操作的实例:通讯录程序,包括数据的添加、修改和删除,读取数据并以列表显示、按分组搜索数据、支持模糊查找和精准查找。界面相对简洁,易于操作,对VC++入学者友好,代码都是些基础知识。-An exercise to practice vc++ instance of Access operations: address book program, including data to add, modify, and delete, read the data and
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-02
    • 文件大小:58083
    • 提供者:吴晓
  1. SeekFileDemo

    0下载:
  2. vc在文件的指定位置存放和读取数据\SeekFileDemo的程序源码,希望对大家有所帮助-vc specified location in the file store and read data \ SeekFileDemo the program source code, we hope to help
  3. 所属分类:File Operate

    • 发布日期:2017-04-01
    • 文件大小:32474
    • 提供者:
  1. SeekFileDemo

    0下载:
  2. vc——在文件的指定位置存放和读取数据\SeekFileDemo-vc- the location specified in the file store and read data \ SeekFileDemo
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:34947
    • 提供者:江海莺
  1. CurveCtrl

    0下载:
  2. vc++画实时曲线程序,非常适合开发利用,可以时时的接受读取数据,并生成曲线-vc++ real-time curve drawing program, ideal for the development and utilization, acceptance can always read data, and generate the curve
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:17166
    • 提供者:li
  1. Printout

    0下载:
  2. vc++画实时曲线程序,非常适合开发利用,可以时时的接受读取数据,并生成曲线-vc++ real-time curve drawing program, ideal for the development and utilization, acceptance can always read data, and generate the curve
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-25
    • 文件大小:21904
    • 提供者:li
  1. SeekFileDemo

    0下载:
  2. 实例224——在文件的指定位置存放和读取数据\SeekFileDemo\SeekFileDemo.rar,很不错的vc源码,有兴趣的朋友可以看看。-Example 224- the location specified in the file store and read data \ SeekFileDemo \ SeekFileDemo.rar, very good vc source, interested friends can see.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:37503
    • 提供者:张志良
  1. telephone

    0下载:
  2. VC编程:写入和读取记忆ic的数据,并能复制读取数据并可将之写入下一台机器。-VC program: ic memory write and read data, and can copy and can read data written to the next machine.
  3. 所属分类:Com Port

    • 发布日期:2017-03-30
    • 文件大小:82763
    • 提供者:slyaoba
  1. inOut

    0下载:
  2. VC控制台下的编程,主要实现人外部文本文件读取数据,并同时写出到外部另一个文件。希望这份小东西能对急切需要此类功能的同学有帮助。-VC console programming, the main external text files were read, while another write to the external file. Hope this code can help the students who command such functions.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:370291
    • 提供者:侯晓琴
  1. VCneicunyinshe

    0下载:
  2. VC++ 内存映射读取文件的原理,对于想利用vc读取大容量数据文件很有帮助。-VC++ memory-mapped file to read the principles, who want to use vc helpful to read large data files.
  3. 所属分类:File Operate

    • 发布日期:2017-04-24
    • 文件大小:211814
    • 提供者:文阿飞
« 1 2 3 4 5 67 8 9 10 11 ... 18 »
搜珍网 www.dssz.com