您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. TE_Socket类|SocksPacket.h|HttpDownload.h

  2. //////////////////////////////////////////////////////////////////////////////// // Copyright (C) 2000-2001 Softelf Inc. All rights reserved. //////////////////////////////////////////////////////////////////////////////// // // Author : Telan // Da
  3. 所属分类:Web开发

    • 发布日期:2009-12-17
    • 文件大小:26624
    • 提供者:xiaoziyao
  1. StdAfx.h下载,StdAfx.h错误解决办法

  2. fatal error C1083: Cannot open include file: 'stdafx.h': No such file or directory 这个问题就是因为这个头文件没找到,一般VC6.0里面不包含这个头文件
  3. 所属分类:C++

    • 发布日期:2010-03-13
    • 文件大小:1024
    • 提供者:tangzhi90
  1. streambuf.h

  2. 当你遇到如下情况时, fatal error C1083: Cannot open include file: 'streambuf': No such file or directory 就是因为少了头文件. 里面一共有三个文.exception.h stdexcept.h streambuf.h
  3. 所属分类:C

    • 发布日期:2010-03-23
    • 文件大小:4096
    • 提供者:lstc_yzh
  1. streambuf.h,exception.h

  2. 当你遇到如下情况时, fatal error C1083: Cannot open include file: 'streambuf': No such file or directory 就是因为少了头文件. 里面一共有三个文.exception.h stdexcept.h streambuf.h 记得把后缀.h去掉,默认是不含h的
  3. 所属分类:C

    • 发布日期:2010-09-27
    • 文件大小:4096
    • 提供者:dujunlia
  1. v4l.c和v4l.h

  2. v4l.c v4l.h #include #include #include #include #include #include #include #include #include #include "v4l.h"
  3. 所属分类:C

    • 发布日期:2010-10-27
    • 文件大小:2048
    • 提供者:hotkarriver
  1. apue源码包含apue.h

  2. 相信很多初学《UNIX环境高级编程》的朋友都会遇到一个问题,运行里面的实例时就出现问题,提示 "错误:apue.h:没有那个文件或目录". apue.h是作者自定义的一个头文件,包括程序所需的常用头文件及出错处理函数。所以因该将它放入系统头文件中(Linux下是 /usr/include),这样gcc编译器就可以找到它了。 1. 超级用户权限登入 #cd /usr/include 2. 将apue.h和error.c两个文件copy到该目录下。(apue.h位于 your_apue_path/
  3. 所属分类:C

    • 发布日期:2010-12-14
    • 文件大小:106496
    • 提供者:leekwen
  1. HP/AIX Error.h错误代码说明

  2. AIX HP ERROR 错误代码说明。也就是系统报错的号与意义。
  3. 所属分类:其它

    • 发布日期:2011-01-02
    • 文件大小:9216
    • 提供者:havent_bao
  1. vc6.0 中的ShellAPI.h文件下载(VC++必用头文件)

  2. vc6.0 中的ShellAPI.h文件(VC++必用头文件) shellapi.h error C2065: “HDROP”: 未声明的标识符,编译出无数错误,都是这个头文件的错误
  3. 所属分类:C++

    • 发布日期:2011-04-29
    • 文件大小:6144
    • 提供者:duizhong
  1. The Art Of Error Correcting Coding (ECC)

  2. The Art Of Error Correcting Coding (ECC) Robert H. Morelos-Zaragoza SONY Computer Science Laboratories, Inc. JAPAN Copyright © 2002 John Wiley & Sons Ltd 将纠错编码很好的书,绝对实用,一定会受益匪浅。
  3. 所属分类:电信

    • 发布日期:2011-08-24
    • 文件大小:9437184
    • 提供者:bhmoon
  1. DSDDKEnv8DLL.rar hidport.h

  2. 3、在全部编译G:/Program Files/Compuware/DriverStudio/DriverWorks/sourcev/VdwLibs.dsw的 过程中出现了: G:/Program Files/Compuware/DriverStudio/DriverWorks/include/dep_wdm/hidport.h(6) : fatal error C1189: #error : The file is from the DDK at src/wdm/hid/inc. Insta
  3. 所属分类:C

    • 发布日期:2011-09-29
    • 文件大小:2048
    • 提供者:penglijiang
  1. fatal error C1083: 无法打开包括文件:“afxcontrolbars.h”

  2. 在VS2008中,经常会遇到“fatal error C1083: 无法打开包括文件:“afxcontrolbars.h””这样的问题,该文档提供了一个解决方案。
  3. 所属分类:C++

  1. 实现 H.264 算法

  2. 实现H.264算法,此为正解。 cc_build_Debug记录了不少的warning,无error。 这个程序还没有在DM642上做过实验,但应该可以运行。
  3. 所属分类:其它

    • 发布日期:2008-08-04
    • 文件大小:285696
    • 提供者:yousung
  1. StdAfx.h VC6.0

  2. fatal error C1083: Cannot open include file: 'stdafx.h': No such file or directory 执行 cl.exe 时出错
  3. 所属分类:C++

    • 发布日期:2013-01-04
    • 文件大小:1024
    • 提供者:w1306681933
  1. ourhdr.h和myerr.h

  2. 本人在学习《unix高级编程》的实例练习时,发现例子程序无法编译(linux平台),其中提示“error: ourhdr.h: No such file or directory”找不到头文件“ourhdr.h”。 当追加了上面的头文件后,有可能还是编译不过,可能会出现“undefined reference to `err_sys'”的错误,请将下面的myerr.h也添加到你的程序中就OK了。
  3. 所属分类:C

    • 发布日期:2013-06-21
    • 文件大小:43008
    • 提供者:dang_haina
  1. APUE头文件与error文件

  2. UNIX环境高级编程配套头文件与error.c文件
  3. 所属分类:C/C++

    • 发布日期:2014-07-26
    • 文件大小:2048
    • 提供者:lincoln_2012
  1. apue.h 《UNIX环境高级编程》 头文件

  2. 相信很多初学《UNIX环境高级编程》的朋友都会遇到一个问题,运行里面的实例时就出现问题,提示 "错误:apue.h:没有那个文件或目录". apue.h是作者自定义的一个头文件,包括程序所需的常用头文件及出错处理函数。所以因该将它放入系统头文件中(Linux下是 /usr/include),这样gcc编译器就可以找到它了。 1. 超级用户权限登入 #cd /usr/include 2. 将apue.h和error.c两个文件copy到该目录下。(apue.h位于 your_apue_path/
  3. 所属分类:C

    • 发布日期:2014-08-12
    • 文件大小:106496
    • 提供者:wyfhist
  1. netcon.h头文件

  2. #ifndef __REQUIRED_RPCNDR_H_VERSION__ #define __REQUIRED_RPCNDR_H_VERSION__ 440 #endif #include "rpc.h" #include "rpcndr.h" #ifndef __RPCNDR_H_VERSION__ #error this stub requires an updated version of #endif // __RPCNDR_H_VERSION__ #ifndef COM_NO_W
  3. 所属分类:C++

    • 发布日期:2015-05-04
    • 文件大小:33792
    • 提供者:u010398265
  1. USB头文件devioctl.h

  2. 包含USB开发需要的头文件devioctl.h cyioctl.h(21) : fatal error C1083: Cannot open include file: 'devioctl.h': No such file or directory
  3. 所属分类:C

    • 发布日期:2017-01-18
    • 文件大小:5120
    • 提供者:wss4203
  1. 添加H.264代码

  2. 1. struct hdr_cmn { enum dir_t { DOWN= -1, NONE= 0, UP= 1 }; packet_t ptype_; // packet type (see above) int size_; // simulated packet size int uid_; // unique id int error_; // error flag int errbitcnt_; // # of corrupted bits jahn int fe csize_;
  3. 所属分类:C

    • 发布日期:2017-03-10
    • 文件大小:29696
    • 提供者:wjadcb
  1. msinttypes-r26.zip;无法打开包括文件:“stdint.h”

  2. fatal error C1083: 无法打开包括文件:“stdint.h”: No such file or directory stdint.h是c99标准的头文件,vc不支持,所以肯定会提示“No such file or directory”的。 解决办法: 解压后会得到三个文件,把inttypes.h和stdint.h放到vc的include目录就可以了。 我安装的是VS2008,安装到的默认位置,因此include的路径就是: C:\Program Files\Microsoft
  3. 所属分类:C++

    • 发布日期:2017-08-12
    • 文件大小:7168
    • 提供者:just_do_1122
« 12 3 4 5 6 7 8 9 10 ... 50 »