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

搜索资源列表

  1. 实用单片机系统

    0下载:
  2. 增加ASCII.C的一个ASCI码(7F),用于虚拟按键用 修改UART串口的命令解析程序,修改RTC的pcf8563中断部分。 精简IIC和smart_timer代码,添加define.h的宏定义。 修改system.c里的消息堆栈的宏定义 增加ii.c函数,支持对eeprom的打包 增加由PLD或者GPIO输出的模拟UART,在6个CLOCK下速度为57.6K 增加消息的优先级功能,消息类型的前4位为消息的优先级,后4位为消息的类型 试用于初学单片机并且想更上一层
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2233228
    • 提供者:初学者
  1. h264_cabac

    0下载:
  2. The Joint Video Team (JVT) of ISO/IEC MPEG and ITU-T VCEG are finalising a new standard for the coding (compression) of natural video images. The new standard [1] will be known as H.264 and also MPEG-4 Part 10, “Advanced Video Coding”. The standa
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:14784
    • 提供者:lucy
  1. Adaptive deblocking filter

    0下载:
  2. 这是介绍H.264编解码中 Deblocking Filter的一篇IEEE的文章,写的的很好!推荐! 还有希望版主在源码类型多媒体里面加一个H.264的条目。-introduced H.264 Decoder Filter rendering of an IEEE article, write well! Recommended! The moderator also hope that the types of multimedia source inside an H.264 plus
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2008-10-13
    • 文件大小:258152
    • 提供者:毕松林
  1. mfc_array_tutorial

    0下载:
  2. │ Array.cpp │ Array.ds w │ Array.h │ Array.rc │ ArrayDlg.cpp │ ArrayDlg.h │ ReadMe.txt │ Resource.h │ StdAfx.cpp │ StdAfx.h │ └─res Array.ico Array.rc2 MFC的数组类支持的数组类似于C++中的常规数组,可以存放任何数据类型。C++的常规数组在使用前必须将其定义成能够容纳所有可能需
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:11601
    • 提供者:青衣
  1. testserialport

    0下载:
  2. 串口开发的另一种方式 最近在整理文件的时候发现了原先写的一个串口程序,为了提高重用性就又重新的写了一下。根据以前的使用过的一系列串口操作软件发现,大多数的串口操作软件不具备自动的记录保存功能,于是我就在这里把它加进去,记录文件是在应用程序目录下以时间命名的文本文件。程序使用了两个可以重用的 C++ 类,串口通讯类文件 superSP.cpp, superSP.h 文件操作类文件 fileCtrl.cpp, fileCtrl.h。 -development in a different way
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:40366
    • 提供者:qin
  1. zhangwoC++

    0下载:
  2. C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC AppWizard生成的工程奠定了良好基础。 -class
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:19843
    • 提供者:讼师为
  1. 200112702724

    0下载:
  2. 法:1:将类文件加入到你的项目中 2:在你的对话框中加入一个按纽(button),设置其文本和大小。 3:利用classwizard为按纽设置一个CButten类的值m_3dtext,然后编缉对话框的头文件,将CButten m_3dtext 改为CMyTextButton m_3dtex 在 对话框的.CPP文件中加入#include \"CMyTextButton.h\" -law : a : types of documents into your two
  3. 所属分类:家庭/个人应用

    • 发布日期:2008-10-13
    • 文件大小:2340
    • 提供者:cindy
  1. led-test

    0下载:
  2. 6410 led测试 include <stdio.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <linux/ioctl.h> /* 瀹氫箟骞绘暟 */ #define MEMDEV_IOC_MAGIC k -include <stdio.h> #include <sys/typ
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:2968
    • 提供者:xiankongyijue
  1. taiqiugame

    0下载:
  2. 实现台球功能,里面有sys/types.h 的linux中的系统文件-Billiards function, which in sys/types.h linux system files
  3. 所属分类:Other Games

    • 发布日期:2017-11-14
    • 文件大小:462066
    • 提供者:申怀坤
  1. bit-test

    0下载:
  2. If linux/types.h is already been included, assume it has defined everything we need. (cross fingers) Other header files may have also defined the types that we need. - If linux/types.h is already been included, assume it has defined everything we
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-18
    • 文件大小:1602
    • 提供者:peikangvun
  1. Robust-classification-of-modulation-types-using-s

    0下载:
  2. ROBUST CLASSIFICATION OF MODULATION TYPES USING SPECTRAL FEATURES APPLIED TO H-ROBUST CLASSIFICATION OF MODULATION TYPES USING SPECTRAL FEATURES APPLIED TO HMM
  3. 所属分类:Communication

    • 发布日期:2017-04-06
    • 文件大小:488877
    • 提供者:WooHyun Ahn
  1. warehose

    0下载:
  2. linux下的仓库物联网系统 linux下的仓库物联网系统 linux下的仓库物联网系统 -#include<stdio.h> #include<sys/types.h> #include<sys/ipc.h> #include<sys/msg.h> #include<stdlib.h> #include<unistd.h> #include<string.h> #include<
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:4316
    • 提供者:sunguangjiang
  1. types

    0下载:
  2. Android has stl_pair.h, prevent using it by defining the header guard.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:4912
    • 提供者:jrnuidiu
  1. ebt_ip6

    0下载:
  2. On some systems this type is not defined by <bits ioctl-types.h> in that case, the functions are just stubs that return ENOSYS. -On some systems this type is not defined by <bits ioctl-types.h> in that case, the functions are just stub
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3141
    • 提供者:yzxiuzen
  1. types

    0下载:
  2. psauxerr.h PS auxiliary module error codes (specification only).This file is used to define the PS auxiliary module error enumeration constants. -psauxerr.h PS auxiliary module error codes (specification only).This file is used to define the PS a
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:4762
    • 提供者:gencaogon
  1. pathmax

    0下载:
  2. Define PATH_MAX somehow. Requires sys types.h.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-04-13
    • 文件大小:2391
    • 提供者:foncdhao
  1. res_debug

    0下载:
  2. efine DEBUG endif include <sys types.h> include <netinet in.h> include <stdio.h> include <arpa nameser.h> Device Driver for linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2781
    • 提供者:taoxydp
  1. negotiate

    0下载:
  2. tring.h> include <stdio.h> include <errno.h> include <sys mount.h> include <sys types.h> include <rfs message.h> include <rpc rpc.h> Device Driver for linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2086
    • 提供者:bemuecr
  1. err

    0下载:
  2. Include rpc types.h to get bool_t, TRUE and FALSE. The window system headers also defined TRUE and FALSE and rpc types.h does not check so we undefine them here just to be sure.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3705
    • 提供者:mxlbbun
  1. IPC-A-610H-2020

    11下载:
  2. IPC-A-610H: Acceptability of Electronic Assemblies(IPC-A-610H is the most widely used electronics assembly acceptance standard in the electronics industry. IPC-A-610H standard includes a general update to the document, introduces several new surface
  3. 所属分类:其他

    • 发布日期:2021-01-28
    • 文件大小:2380800
    • 提供者:cdming
« 1 23 4 5 6 7 »
搜珍网 www.dssz.com