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

搜索资源列表

  1. linuxcontrol

    0下载:
  2. linux下的人机对话编程,函数库采用GTK+/GNOME,有操作界面,可在界面上进行操作与下层通信。此程序开发已久,源文件较多。可用 gcc -wall -o main.c ....... gnome-config --cflags --libs gnomeui 进行编译-the man-machine dialogue programming functions using GTK / GNOME, user interface, the interface can operate on t
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:793020
    • 提供者:时柏营
  1. ctime

    0下载:
  2. 在sco unix 下显示前n天或后n天日期的处理程序。 printf(\"功能: 时间戳与时间格式字符串的转换程序\\n\") printf(\" -i 输入的参数为时间戳\\n\") printf(\" -s 输入的参数为格式化时间\\n\") printf(\" -t 输入的时间取当前系统时间\\n\") printf(\" -x 输入的时间增加或减少的天数\\n\") printf(\" -o 输出的时间为时间戳格式\\n\") printf(\"
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2560
    • 提供者:yux
  1. linux_tuixiangzi

    2下载:
  2. 这是LInux下C语言开发的推箱子游戏。对学习curese编程的人有帮助 用了大量的Curese函数,此游戏可建立关卡。默认有10关。 作者 /* File: tuixiangzi.c */ Makefile如下: all: tuixiangzi tuixiangzi: tuixiangzi.c gcc -o tuixiangzi tuixiangzi.c -lcurses clean: rm -f tuixiangzi *.bak
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:4307
    • 提供者:张华
  1. secret

    0下载:
  2. pass.words是弱口令字典,是一个纯文本文件,每行一个口令,可以向里面添加候选口令。 pass.c是进行口令检查的c语言原程序,有两个命令行参数 -w file: 可以使用该选项指定口令字典 -P:默认情况下对/etc/shadow中的用户检查弱口令,可以使用该选项指定检查的文件 编译gcc –o pass pass.c –l crypt 由于要使用加密函数,所以要使用加密库crypt,使用选项-l crypt 运行程序:pass –w ./pass.words –
  3. 所属分类:Linux-Unix program

    • 发布日期:
    • 文件大小:7591
    • 提供者:莫松成
  1. Linuxdevicedriveradvance

    0下载:
  2. Linux设备驱动程序学习(5)-高级字符驱动程序操作[(2)阻塞型I-O和休眠] - Linux设备驱动程序.rar-Linux设备驱动程序学习(5)-高级字符驱动程序操作[(2)阻塞型I-O和休眠]- Linux设备驱动程序.rar
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:94276
    • 提供者:zwx
  1. 56

    0下载:
  2. 本实例运行在Linux环境下。 运行下列命令编译: gcc -o getip 57.c 运行下列命令执行: ./getip -This program must run on the Linux system!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:755
    • 提供者:唐相元
  1. 055

    0下载:
  2. 此程序在Linux环境下实现。 读者可以使用如下命令来编译: gcc -o myping ping.c 然后就可以使用如下命令来运行: myping <ipaddress>-This program under the Linux environment. Readers can use the following command to compile: gcc-o myping ping.c and then you can use to run the follo
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:2551
    • 提供者:唐相元
  1. device_loadcodes

    0下载:
  2. 这是Linux下的一个驱动加载测试程序,虽说是测试,但是,代码可并不像简单的打印一个helloworld一样简单。该程序先用gcc把它编译生成目标文件,然后再用insmod codename.o命令进行模块加载。加载以后,本驱动程序将永久保存,直到用卸载命令把它卸除才会消失。-This is a Linux driver to load under the test procedures, although it is tested, but the code is not as simple
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:7635
    • 提供者:
  1. HuLinux-2.4.1.tar

    0下载:
  2. Real Time DAQ Linux for Humusofts I/O devices. This library gives an access to DAQ devices under Linux. Library has been tested under both 32 and 64 bit Linux. Software published here is not product of Humusoft. Please NEVER ask their hot l
  3. 所属分类:Linux-Unix program

  1. Linux_part3

    0下载:
  2. Linux开发人员的入门书籍,经典的Linux开发资料。包括第三章 嵌入式Linux开发环境的搭建,第四章 文件I/O编程。-Linux developers entry books, the classic Linux development information. Including the third chapter of embedded Linux development environment to build, the fourth chapter the file I/O pr
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-10
    • 文件大小:2478970
    • 提供者:余大飞
  1. UNIXteaching

    0下载:
  2. 本书全面介绍了UNIX系统的程序设计界面—系统调用界面和标准C库提供的许多函数。 本书的前15章着重于理论知识的阐述,主要内容包括UNIX文件和目录、进程环境、进程控制、进程间通信以及各种I/O。在此基础上,分别按章介绍了多个应用实例,包括如何创建数据库函数库,Postscr ipt 打印机驱动程序,调制解调器拨号器及在伪终端上运行其他程序的程序等。 本书内容丰富权威,概念清晰精辟,一直以来被誉为UNIX编程的“圣经”,对于所有UNIX程序员—无论是初学者还是专家级人士—都是一本无价的参考书籍。
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-02
    • 文件大小:14910467
    • 提供者:fengxiaorong
  1. linux-c-program

    0下载:
  2. linux下C编程,最基本的运用,到文件I/O,网络编程。linux下c学习的宝典-From the initial environment configuration, basic commands to use, build cross-compiled platform, device drivers, a good learning materials linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-17
    • 文件大小:4741646
    • 提供者:余洋
  1. 200662157169105

    0下载:
  2. UNIX环境高级编程 本书全面介绍了UNIX系统的程序设计界面—系统调用界面和标准C库提供的许多函数。 本书的前15章着重于理论知识的阐述,主要内容包括UNIX文件和目录、进程环境、进程控制、进程间通信以及各种I/O。在此基础上,分别按章介绍了多个应用实例,包括如何创建数据库函数库,Postscr ipt 打印机驱动程序,调制解调器拨号器及在伪终端上运行其他程序的程序等。 本书内容丰富权威,概念清晰精辟,一直以来被誉为UNIX编程的“圣经”,对于所有UNIX程序员—无论是初学者还是专家级
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-02
    • 文件大小:14538777
    • 提供者:姜涛
  1. UNIX-Network-programming-2XOpen-API

    0下载:
  2. 本书全面深入地讲述了套接口API网络编程的既成事实标准,对X/open传输接口API也作了广泛的介绍。本书从对套接口API的综合讨论开始,论述了基本编程内容后,即转入高级套接口编程的相关主题,包括IPv4与IPv6的互操作性;UNIX域协议、非阻塞I/O、路由套接口、广播、多播、线程、原始套接口、数据链路访向等,对于客户一服务程序的各种设计方法也作了完整的探讨。在叙述X/Open传输接口API时,还对记这种设备驱动机制作了深入分析。在附录中又给出了IPv6、ICMPV6、虚拟网络等新内容。
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-18
    • 文件大小:27975059
    • 提供者:lion
  1. io

    0下载:
  2. 多个I / O程序的Linux实现Linux下的I / O参考学习代码的C语言程序,一个详细的I / O操作功能-Multiple i/o procedure linux to achieve the C language program, a detailed i/o operations functions, as under linux i/o reference for learning code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:2874
    • 提供者:wuming
  1. ccio-dma

    0下载:
  2. DMA management routines for first generation cache-coherent machines. Program U2/Uturn in "Virtual Mode" and use the I/O MMU.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-26
    • 文件大小:15221
    • 提供者:chengyuely
  1. p4

    1下载:
  2. 为了让您在使用数组,指针,结构,枚举,和不同的I/ O流的经验。为了让你有乐趣的应用程序是非常迷人的。 世界的简单的程序,我们将编写此项目模拟运行的生物围绕在一个简单的方形的世界。世界是一个m-n的平方二维网格(数m代表网格的高度的个数n表示宽度的网格。)。 每个生物生活的广场之一,面临的一个主要罗盘方向(北, 东,南,西),属于一个特定的物种,这就决定了该生物如何 行为方式。-To give you experience in using arrays, pointers, s
  3. 所属分类:Linux-Unix program

    • 发布日期:2014-08-07
    • 文件大小:5120
    • 提供者:XUE
  1. ccio-dma

    0下载:
  2. DMA management routines for first generation cache-coherent machines. Program U2 Uturn in Virtual Mode and use the I O MMU. -DMA management routines for first generation cache-coherent machines. Program U2 Uturn in Virtual Mode and use the I O MM
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-27
    • 文件大小:14762
    • 提供者:gengcuron
  1. 超级外卖小程序5.2.0

    1下载:
  2. 主要功能: 单店外卖小程序版 多店商家版 店内点单 预定菜品、预约桌位、扫码付款、线下买单 扫码点餐 在线点餐 O2O平台型 排队取号 订单提醒 支付收银 会员营销 打印系统 会员卡 卡券 等功能(Main functions: Single-store take-out small-program version of multi-store store store version of the store order book dishes, table reserv
  3. 所属分类:Linux/Unix编程

    • 发布日期:2020-02-27
    • 文件大小:7035904
    • 提供者:安清之子
搜珍网 www.dssz.com