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

搜索资源列表

  1. view3ds

    2下载:
  2. 源码3d格式转化软件view3ds下载 1,用VIEW3DS打开*.3ds文件; 2,左键点击打开的VIEW3DS显示区上任意一点将会弹出选择菜单; 3,按下E键选择:Export OpenGL C Code,将会自动生成两个文件*.h和   *.gl; 4,将两个文件拷到你的工程(为OpenGL环境)目录下; 5,在你的工程中加入#include\"*.h\"; 6,给*.h文件中生成的显示列表赋id,Model = GL3DS_initialize_--()  
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:45463
    • 提供者:沈淳
  1. matrixforpowersystem

    1下载:
  2. 电力系统稀疏矩阵计算类,用法范例代码,包括三个目录,MALIB(类),MATEST(使用范例),INCLUDE(*.H),是我编写的电力系统能量管理系统基础类之一.-power system sparse matrix computation, the use of code examples, including the three catalogs, MALIB (type), MATEST (using the example), INCLUDE (*. H), I was prepare
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:47718
    • 提供者:奇闻
  1. include.h

    0下载:
  2. 用于61单片机,内含大量的头文件,使用起来很方便-for 61 microcontroller, the first containing a large number of documents, was easy to use
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:53204
    • 提供者:田天
  1. T-REC-H[1].245-200605-I!!PDF-C

    0下载:
  2. 本建议书不仅说明了终端信息消息的句法和语义,而且说明了在通信起始或通信期间使用它们作为带 内协商的规程。消息不仅包括接收和传输能力,而且也包括来自接收端的通信方式优先级、逻辑信道信 令、控制与指示。为确保可靠的视听与数据通信,还详细说明了被普遍认可的信令规程。-the proposals not only explains the terminal information and news of the syntax and semantics, described the initia
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:4595971
    • 提供者:ma
  1. FX2.H

    0下载:
  2. FX2.H和FX2REGS.H,cy7c68013芯片的固件程序需要include这两个头文件,应该对usb开发的有些用
  3. 所属分类:系统编程

    • 发布日期:2014-01-16
    • 文件大小:9737
    • 提供者:yanping
  1. canf18xx8.h

    0下载:
  2. 、 先在microchip网站上找到00738.zip,这个包中有 can18xx8.h,can18xx8.c,将其复制到一个你要编写程度的子目录中,例如C:\testcan下,这个时候这个东东是不能直接用的。 2、 下载一个MPLAB 7.10,直接安装(要求直接下载) 3、 再下载一个PICC18 (HI-TECH的),要正版哦(支持正版,买不起的想其它办法吧) 4、在你的头文件上写上如下的样式: #include "stdio.h"
  3. 所属分类:其它

  1. 51单片连tcs230的源程序

    0下载:
  2. 51单片连tcs230的源程序,绝对原创,可以记忆颜色。 #define uchar unsigned char #include <reg52.h> #include<math.h> sbit S0=P1^7 sbit S1=P1^0 //端口定义 sbit S2=P1^1 sbit S3=P1^2 sbit OE=P1^3 sbit OUT=P3^4 //频率从TO口输入 sbit key0=P1^5 sbit LED=P1^6 s
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2017-03-23
    • 文件大小:1424
    • 提供者:黄胜
  1. FOXIT_PDF_SDK_CE5_ARMV4

    0下载:
  2. FOXIT PDF SDK CE5 ARMV4 include .h and .dll for arm
  3. 所属分类:Windows CE

    • 发布日期:2017-05-09
    • 文件大小:2146904
    • 提供者:ivorwang
  1. hog_extraction.rar

    1下载:
  2. 基于OPENCV的静止图像的HOG特征提取算法的全部程序,完全可用于各种图像的HOG特征提取,以进一步训练分类器进行行人检测,source code that apply to the pedestrian detection based on OPENCV.this document can help you extract HOG features from any type image which include human in it
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:3737
    • 提供者:lightblueboy
  1. S3C6410_BOOTLOADER

    1下载:
  2. 三星S3C6410 的Bootloader 源代码,包含Eboot和STEPLDR。功能:可以选择Nand flash、SD card 等启动-Samsung S3C6410 Bootloader source code, include Eboot and STEPLDR.
  3. 所属分类:SCM

    • 发布日期:2016-01-25
    • 文件大小:962560
    • 提供者:李达
  1. OpenGL

    0下载:
  2. Windows环境下安装GLUT的步骤: 1、将下载的压缩包解开,将得到5个文件 2、在“我的电脑”中搜索“gl.h”,并找到其所在文件夹(如果是VisualStudio2005,则应该是其安装目录下面的“VC\PlatformSDK\include\gl文件夹”)。把解压得到的glut.h放到这个文件夹。 3、把解压得到的glut.lib和glut32.lib放到静态函数库所在文件夹(如果是VisualStudio2005,则应该是其安装目录下面的“VC\lib”文件夹)。 4
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-31
    • 文件大小:149796
    • 提供者:zhonlon
  1. include

    0下载:
  2. ti davinci ARM平台可能需要的头文件,davincievm.h,davincievm_aic33.h,davincievm_ddr.h,davincievm_i2c.h,davincievm_led.h,davincievm_flash.h-ti davinci ARM platforms may be required header files,
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-02
    • 文件大小:15075
    • 提供者:ang
  1. glm(.h)

    1下载:
  2. 在opengl中用于导入.obj文件要包括的头文件-Used to import obj file to include the header file
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-24
    • 文件大小:3272
    • 提供者:yuxiazhang
  1. cde

    0下载:
  2. /*** *****词法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.h> int cc=0 -/******** lexical analysis procedure********/# includelt; Iostream.hgt;# Includelt; Fstream.hgt;# Includelt; Math.hgt; Int cc = 0
  3. 所属分类:Compiler program

    • 发布日期:2017-12-03
    • 文件大小:8045
    • 提供者:白天
  1. debugmalloc

    0下载:
  2. #include <stdlib.h> #include <string.h> #include <stdio.h> //#include <iostream> #include "debugmalloc.h" #include "dmhelper.h" /*Define the macro */ #define ALIGN 8 #define FENCE 0xDEADBEEF #define HE
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-21
    • 文件大小:2924
    • 提供者:liucj
  1. include

    0下载:
  2. 一些经常遇到的.h文件,经过整理汇总,会有帮助的-Frequently encountered. H file, after finishing summary, there will be helpful
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-25
    • 文件大小:111442
    • 提供者:dsb
  1. C

    0下载:
  2. 一些所需要的头文件不常用的仅限了解一些如(#include.h)-C(#include.h)
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:3902
    • 提供者:李凌
  1. Sti_5518-h.Files

    0下载:
  2. Include .h Files of STI5518
  3. 所属分类:File Operate

    • 发布日期:2017-03-27
    • 文件大小:143375
    • 提供者:TBX
  1. include

    0下载:
  2. mysql数据库访问需要的h头文件,这个在安装mysql时选择自定义安装会有。-mysql database access required h header file, the mysql is installed there will be a custom installation when you choose.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-01
    • 文件大小:92179
    • 提供者:
  1. h.265

    0下载:
  2. H.265是ITU-T VCEG 继H.264之后所制定的新的视频编码标准。H.265标准围绕着现有的视频编码标准H.264,保留原来的某些技术,同时对一些相关的技术加以改进。新技术使用先进的技术用以改善码流、编码质量、延时和算法复杂度之间的关系,达到最优化设置。具体的研究内容包括:提高压缩效率、提高鲁棒性和错误恢复能力、减少实时的时延、减少信道获取时间和随机接入时延、降低复杂度等。H264由于算法优化,可以低于1Mbps的速度实现标清数字图像传送;H265则可以实现利用1~2Mbps的传输速度
  3. 所属分类:编译器/解释器

    • 发布日期:2018-01-10
    • 文件大小:16252928
    • 提供者:DaisyK
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com