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

搜索资源列表

  1. Test1_Graph

    0下载:
  2. 描述图的头文件,不过是用C描述的,移植到了VC当中-descr iption of the plan is the first document, but is described in the C and transplant them to the VC
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2726
    • 提供者:小朋友
  1. excel_odbc

    1下载:
  2. 使用VC++对Excel的数据读取,使用VC++6.0编写,含有《odbcinst.h》头文件编写,如果还有疑问请发邮件给我-use Excel to read the data, the use of VC 6.0, containing "odbcinst.h" The first document preparation, if still in doubt please send an email to
  3. 所属分类:其他数据库

    • 发布日期:2008-10-13
    • 文件大小:33625
    • 提供者:游峰
  1. vc+mapx例子

    0下载:
  2. 首先得安装MapX控件,并在VC源文件中引用CMapX的头文件,能够实现放大,缩小,添加图层数据,进行图层的管理-first be installed MapX, and the VC source quoted CMapX the first document to achieve zoom in and out, add layers of data, the management layer
  3. 所属分类:GIS编程

    • 发布日期:2008-10-13
    • 文件大小:61094
    • 提供者:王深
  1. 启动代码

    0下载:
  2. 周立功2106板子的启动程序代码,包括初始化,中断向量表,和头文件.--The startup code for Zhou Li Gong s 2106 board, including initialization, IRQ table and header files.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:9299
    • 提供者:王飞
  1. C2vb

    0下载:
  2. 这个源码可以将C语言头文件(.h)转换为VB模块(.bas)!-this source will be the first C language files (. H) conversion of VB module (. Bas)!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:57253
    • 提供者:叶坤
  1. 大数运算类

    0下载:
  2. 1. 实现原理: * 任何一个数都可以表示成指数形式,如下所示: * * N=nEe (0=<n的绝对值<=1,e为10的指数幂) * * 例如100可以表示成1E2,1001可以表示成1.01E3 * * 类 CBigNumber的成员number为上述的n,exponent为上述的e * * 2. 如何使用这个类: * * 你可以把CBigNumber的头文件和实现函数加入你的工程,然后定义 * * 该类的实例,就可以对这些实例进行加减乘除了(详见示例程序)-1. Princip
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1525
    • 提供者:沈嘉祺
  1. uCOS-II源码

    0下载:
  2. uCOS-II 2.52源码文件 各种头文件 以及移植文件-uCOS-II 2.52-source documents of various documents and the first portable document
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:560800
    • 提供者:瑞丁
  1. MSACM

    0下载:
  2. 音频压缩管理公用头文件,由Armin Sander为Delphi 2.x改编,数字采样-audio compression utility first document management, Armin Sander for Delphi 2.x adaptation, digital sampling
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:995
    • 提供者:侯为
  1. rijndael-Aes

    0下载:
  2. 这是一个标准AEs加密算法,最大的加密流量达到了70M/s。包括主程序和头文件-this is a standard encryption algorithm AEs, the largest encrypted traffic reached 70M / s. Including the main program and the first document
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3311
    • 提供者:王王
  1. Xfilter1.0

    0下载:
  2. Xfilter 个人防火墙 1.0 源代码说明 开发环境: Windows 2000 开发工具: VC++6.0 主工作区文件: Xfilter.dsw 目录简介 [Common] 保存公用源代码 [lib] HTML格式帮助文件在VC中的调用函数头文件和库文件 [Property] Xfilter.exe 界面程序工程 [Release] 编译后程序存放目录 [TcpIpDog] Xfilter.dll Winsock 2 SPI截包工程-Xfilter personal firewall X
  3. 所属分类:防火墙与安全工具

    • 发布日期:2008-10-13
    • 文件大小:236332
    • 提供者:喻佑华
  1. yszs

    0下载:
  2. 编程步骤: 1, 创建新工程(Win32 Console Application)。 2, 添加如下源文件: List.cpp ?链表类的实现 Operater.cpp ?操作类的实现 Main.cpp ?程序入口 添加如下头文件: List.h ?链表类的头文件 Operater.h ?操作类的头文件 3, 添加代码......... 4, 编译,调试,除错,完成.-Programming steps: 1.Create a new project(Win32 Console
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1031913
    • 提供者:李楠
  1. 字符串处理函数集1

    0下载:
  2. 这是一个字符串处理函数集,包括: IsNumeric——检查串是否为数字串 Upcase——变成大写串 Lowercase——变成小写串 Trim——截掉串尾的空格 RTrim——截掉串开始处的空格 LTrim——截掉串尾的空格 right——从右到左截掉字符 left—— 从左到右截掉字符 mid——截掉从某个起始位置到右边位置的字符 zip文件中包含StringFunctins.h和StringFunctins.cpp是字符串处理函数的头文件和实现文件,main.cpp和main.h是一个控
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:5968
    • 提供者:梁志洪
  1. 语音识别模块

    1下载:
  2. 语音识别的一个模块,以动态链接库的方式封装起来,使用时只需调用头文件即可-of a voice recognition module, a dynamic link library of Packaging, and only use the first document can be called
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:1892851
    • 提供者:Daniel
  1. MemoryLeakCheck

    0下载:
  2. 将压缩包里的头文件memory.h加入VC的INCLUDE目录下,在程序中写入Memory() 单步执行可以检查内存泄露-compressed bag of the first document memory.h join VC INCLUDE directory, in the process of inclusion Memory () can single-step implementation of memory leakage inspection
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6049
    • 提供者:Anna
  1. C语言函数中文说明大全系列

    0下载:
  2. C语言函数中文说明大全系列,头文件所包含的函数-C language function Chinese explanation Encyclopaedia series, the first document contains the function
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:14251
    • 提供者:撒嗯
  1. USBReadPort

    0下载:
  2. 读写USB端口的VC程序,编译说明 : 1. 安装DDK 2. 把DDK的inc路径填在头文件的包含路径中 3. 把DDK的lib路径填在库文件的包含路径中 4. 注释掉原代码中的HIDD_ATTRIBUTES结构 // 不知作者为什么要添加这个结构定义 5. 添加setupapi.lib 如果不想安装DDK,就去掉前两步,但需要拷贝相关的头文件和库文件到工程目录--A VC program reading/writing USB port. Compilationg steps: 1. ins
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:32361
    • 提供者:徐达
  1. AVLTreeVc7

    0下载:
  2. 构建一个avl树的程序,压缩包中含有项目文件,头文件和源文件。编译运行后输入结点的值如55,程序就会自动按avl规则建或重构AVL树,并以中序遍历打印出来,以100.001结束结点值的输入退出循环终止程序-AVL tree procedures, compressed packets containing project documents, files and source documents. After running compile input node as the value of
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:8267
    • 提供者:飞杨
  1. opencv两个常见的编译错误

    0下载:
  2. 在利用opencv库进行编程中两个常见的问题的解决方法,十分有效! 以openCV的使用为例,并结合个实验经验,总结一下在使用其它库进行编程时VC环境下编译与链接时经常遇到的两个错误的解决办法. 1.编译错误 问题描述:编译时,出现编译如下编译错误: fatal error C1083: Cannot open include file: 'cv.h': No such file or directory 意思是找不到语句 #include "cv.h" 的cv.h
  3. 所属分类:图形图象

    • 发布日期:2008-12-04
    • 文件大小:974
    • 提供者:simon112233
  1. RTP库

    0下载:
  2. RTP协议库,包含头文件,原程序
  3. 所属分类:P2P编程

    • 发布日期:2009-07-17
    • 文件大小:511469
    • 提供者:zzbbsshan
  1. PIC单片机 1302

    0下载:
  2. PIC单片机 1302头文件 已调试通过
  3. 所属分类:系统编程

    • 发布日期:2009-10-10
    • 文件大小:180464
    • 提供者:chenghe
« 1 2 ... 38 39 40 41 42 4344 45 46 47 48 49 50 »
搜珍网 www.dssz.com