CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux/Unix编程 搜索资源 - int

搜索资源列表

  1. l_ipp-MP3-int-decode_p_4[1].0.006

    0下载:
  2. Intel提供的在Sitsang等嵌入式开发平台上使用Linux操作系统,基于IPP4.0库的MP3解码器源代码-Intel Sitsang Evaluation Board in the embedded development platform such as the use of the Linux operating system, based on IPP4.0 library of MP3 decoder source code
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:21431
    • 提供者:黄希
  1. INT

    0下载:
  2. 清华大学-电子信息工程系-实验用ARM-linux-源代码-int篇
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:11486
    • 提供者:姜勇
  1. LinuxUART

    0下载:
  2. linux 下串口编程 #include <stdio.h> /*标准输入输出定义*/ #include <stdlib.h> /*标准函数库定义*/ #include <unistd.h> /*Unix标准函数定义*/ #include <sys/types.h> /**/ #include <sys/stat.h> /**/ #include <fcntl.h> /*文件控制定义*/ #inc
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:5289
    • 提供者:Edward
  1. chengxuyuanma

    0下载:
  2. 用多线程同步方法解决读者阅览问题 1) 每个读者进入阅览室后,即时显示“Entered” 及其线程自定义标识,还同时显示阅览室共有几名顾客及其所坐的位置。 2) 至少有10个读者,每人阅览至少3秒钟。 3) 多个读者须共享操作函数代码。 2总的设计思想及系统平台、语言、工具: 设计思想:程序设定的是10个读者和5个座位,对读者进行编号,依次进入阅览室读书,为每一座位列一表目,包括座号和读者号等,读者离开时要登出,即消掉登记的信息。 系统平台:LINUX 语言:C语言
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:864
    • 提供者:谢冷阳
  1. filesystem

    0下载:
  2. 使用ftw函数对目录进行遍历,函数原型是: int ftw(const char*dirpath, int(*fn)(const char*fpath, const struct stat *sb, int typeflag), int nopenfd) ftw函数遍历位于dirpath目录下的目录树,往下一层层地递归式遍历子目录 -Deepen the understanding of linux file system
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:80822
    • 提供者:yu
  1. ebus.tar

    0下载:
  2. 程序主要功能:linux 下通过串口控制智能系统,zo-b8l5a 5a八通道双值输出模块。一、 对应文件:ebus_module.tar.gz(包含三个文件ebus.cc、ebus.h、ebus_test.cc) 其中ebus.h是包含class E_bus的定义和声明的头文件;ebus.cc主要是类里面的函数;ebus_test.cc主要是类的使用,完成了循环依次关闭8路输出,打开8路输出的功能。二、 E_bus类的接口说明:打开或者关闭输出口,只需要函数int E_bus::ebus_
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-06
    • 文件大小:2473
    • 提供者:zhang
  1. shell

    0下载:
  2. #include<stdio.h> #include<string.h> #include<limits.h> #include<unistd.h> #include<sys/types.h> #define PROMPT_STRING "[myshell]$" #define QUIT_STRING "exit\n" static char inbuf[MAX_CANON] char *
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-21
    • 文件大小:32785
    • 提供者:李明
  1. framebuffer

    0下载:
  2. 帧缓冲#include <stdio.h> #include <stdlib.h> #include <string.h> #include <stdint.h> #include <unistd.h> #include <fcntl.h> #include <sys/ioctl.h> #include <sys/mman.h> #include <
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-01-27
    • 文件大小:1471
    • 提供者:hjintian
  1. Unix

    0下载:
  2. 两个字符串连接程序 进程管理的四个设计 概要 -两个字符串连接程序 #include "stdio.h" main() {char a[]="acegikm" char b[]="bdfhjlnpq" char c[80],*p int i=0,j=0,k=0 while(a[i]!= \0 &&b[j]!= \0 ) {if (a[i] { c[k]=a[i] i++ } else c[k]=b[j++] k++ } c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:24500
    • 提供者:asdasdasd123
  1. 4LK-SIG-INT-FS-

    0下载:
  2. Linux Kernel Filesystem, Signals
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:99330
    • 提供者:blue
  1. Check_System_Info_Linux

    0下载:
  2. 可以讀取(儲存)、檢查(Bus, Dev, Func, VenID, DevID, RevID, CCode, IRQ, INT)系統PCI Bus下的裝置-Can read the (storage), check (Bus, Dev, Func, VenID, DevID, RevID, CCode, IRQ, INT) system under the PCI Bus device
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:250220
    • 提供者:謝育霖
  1. chat.tar

    0下载:
  2. 麻雀虽小,五脏俱全加强版聊天室,源码来自网上搜得的,增加用户登录密码检查,聊天信息记录功能,版权归原作者所有,我只是修改下玩。在终端下执行,没有图形界面,没有创建子进程,利用int型数组保存客户accept套接字 -Sparrow may be small, fully-equipped enhanced version of chat rooms, source gathered from the Internet, and increase user login password check
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:4673
    • 提供者:仁政
  1. zidingyi-spinbox

    0下载:
  2. 自定义spinbox 实现显示内容为字符串 取出value值为int数据 编译可直接运行 为显示其效果 专门为此写了一个mian函数-Custom spinbox out to achieve the display value to a string value of int data compiled can be directly run to show the effect of specially written a mian function
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:1256
    • 提供者:shiyi ren
  1. int

    0下载:
  2. ARM测试程序 ARM测试程序 -ARM test program ARM test program ARM test program ARM test procedures
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:3271
    • 提供者:akjsdfkja
  1. intbyte.tar

    0下载:
  2. 支持int<=>byte、short<=>byte、fload<=>byte高低字节转换工具-High and low bytes conversion tools
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:150119
    • 提供者:xiaohehe
  1. UNIXCcode

    0下载:
  2. 用C语言编写的Unix代码实例 供大家参考 -#include <sys/sem.h> #include <sys/types.h> #include <sys/ipc.h> #include <stdio.h> #include <sys/stat.h> #define VERIFYERR(a, b) if (a) fprintf(stderr, " s failed.\n", b) else fp
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:150606
    • 提供者:netdavid
  1. ip22-int

    0下载:
  2. Routines for generic manipulation of the INT[23] ASIC found on INDY and Indigo2 workstations.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-04
    • 文件大小:2118
    • 提供者:nuesajer
  1. ip22-int

    0下载:
  2. Routines for generic manipulation of the INT[23] ASIC found on INDY and Indigo2 workstations. -Routines for generic manipulation of the INT[23] ASIC found on INDY and Indigo2 workstations.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2269
    • 提供者:spqeimz
  1. ip22-int

    0下载:
  2. Routines for generic manipulation of the INT[23] ASIC found on INDY and Indigo2 workstations. -Routines for generic manipulation of the INT[23] ASIC found on INDY and Indigo2 workstations.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2318
    • 提供者:jaidentui
  1. int-ll64

    0下载:
  2. asm-generic int-ll64.h Integer declarations for architectures which use long long for 64-bit types. -asm-generic int-ll64.h Integer declarations for architectures which use long long for 64-bit types.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1308
    • 提供者:qeimaice
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com