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

搜索资源列表

  1. chat[1].tar

    0下载:
  2. 聊天程序~使用LINUX c 语言实现~-The use of chat program ~ ~ LINUX c language
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:18802
    • 提供者:毓洲
  1. arm_linux_C_program

    0下载:
  2. arm-linux嵌入式下C语言编程详细教程-under the arm-linux embedded C language programming course in detail
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-17
    • 文件大小:4742210
    • 提供者:钟冰
  1. arptool

    1下载:
  2. c++开发网络抓包分析软件,能够分析ARP协议,并防止ARP攻击-c++ development network capture analysis software, to analyze the ARP protocol, and to prevent ARP attack
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-05-15
    • 文件大小:3722489
    • 提供者:wl
  1. LinuxDeviceDrivers3_ch.chm.tar

    0下载:
  2. 非常经典的书籍,linux设备驱动第三版(中文)-Linux Device Drivers, 3rd Edition
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-03
    • 文件大小:1285813
    • 提供者:王海龙
  1. doxygen

    0下载:
  2. Doxygen可以从C,C++, java等源代码中提取消息来生成帮助文档, API资料等,里面包含在linux下面的完整配置手册和使用说明-Doxygen can be C, C++, java and other source code to extract information to generate help files, API information, which is included in the linux configuration complete the followi
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-15
    • 文件大小:4044834
    • 提供者:lq
  1. sourcemk

    0下载:
  2. linux下利用c实现的将wav文件分割的小程序,只能够简单分割,对于想学习linux对文件操作的朋友有帮助~-under linux will use c to achieve a small wav file segmentation procedure can only be a simple division, want to learn linux for file operations on friends to help ~
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:975
    • 提供者:瓶盖
  1. studies

    0下载:
  2. Linux 环境下 C 开发的初始练习代码-Linux C studis code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2742
    • 提供者:justeenfxd
  1. seamonkey-1.1.16.en-US.linux-i686.installer.tar.g

    0下载:
  2. apache-mpm-prefork apache-mpm-prefork-apache-mpm-prefork apache-mpm-prefork apache-mpm-prefork
  3. 所属分类:Linux Network

    • 发布日期:2017-06-02
    • 文件大小:14688227
    • 提供者:agrodner
  1. InterprocessCommunication

    0下载:
  2. Linux下C语言编程--进程通信、消息管理。编程技巧。-C program--Interprocess Communication and message management under Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:7299
    • 提供者:卡米灯
  1. seri

    0下载:
  2. 一个简单的读写串口程序,在linux下编译通过,Linux C_programme-Serial read and write a simple procedure to compile under linux through, Linux C_programme
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:2146
    • 提供者:guoqiang
  1. linux_c_http_get

    0下载:
  2. linux 纯C(geturl)获取网页原码并保留在本地-linux c geturl
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:5341
    • 提供者:bosoft
  1. linuxc

    0下载:
  2. 我收集的一些关于linux(c)音频和视频编程的一些实例(有注释哦)爱好linux编程的有福了,这资料是俺 的心血大家要好好看哦-I have collected some information about the linux (c) audio and video programming examples (annotated Oh) Blessed loving linux programming, and this information is better than all the e
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:494349
    • 提供者:易浩
  1. yuvshow.tar

    0下载:
  2. 用Linux C写的基于minigui开源版本和V4L2的图像采集显示程序-Using Linux C write minigui-based open-source version of the V4L2 image acquisition and display program
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:17161
    • 提供者:David Liu
  1. ex01

    1下载:
  2. 编写一个多进程并发执行程序。父进程首先创建一个执行ls 命令的子进程然后再创建一个执行ps 命令的子进程,并控制ps 命令总在ls 命令之前执行。-linux c multiprocess
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:6745
    • 提供者:孙凯
  1. ex02

    0下载:
  2. 设有二元函数 f(x,y) = f(x) + f(y) 其中:f(x) = f(x-1) * x (x>1) f(x) = 1 (x=1) f(y) = f(y-1) * f(y-2) (y>2) f(y) = 1 (y=1,2) 请编程建立3个并发协作进程,它们分别完成f(x,y),f(x),f(y) -linux c process communicate
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:8379
    • 提供者:孙凯
  1. ex05

    0下载:
  2. 进一步研究和实践操作系统中关于并发进程同步与互斥操作的一些经典问题的解法,加深对于非对称性互斥问题有关概念的理解。观察和体验非对称性互斥问题的并发控制方法。进一步了解Linux 系统中IPC 进程同步工具的用法,训练解决对该类问题的实际编程、调试和分析问题的能力。-linux c process synchronization
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:75980
    • 提供者:孙凯
  1. 8975209437623467258972309

    0下载:
  2. 嵌入式Linux应用程序开发详解,基于c语言,arm平台-Embedded Linux application development explain, based on c language, arm platform
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-26
    • 文件大小:9009955
    • 提供者:郭良
  1. C_Language_Programming_under_Linux_memory_leak_Res

    0下载:
  2. Linux下C语言程序内存泄漏的研究,阐述了内存泄漏的概念,危害,和常发场景,并给出查找内存泄漏的方法-C Language Programming under Linux memory leak of the study, explained the concept of memory leaks, hazards, and often made the scene, and gives way to find memory leak
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:142906
    • 提供者:任宪勇
  1. dnsclientlinux

    0下载:
  2. an implementation of a dns client in c, linux using sockets. you can find hosts or ip addresses or other information.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:2550
    • 提供者:pandele
  1. wlet

    0下载:
  2. linux 下 ftp 和 telnet 功能结合的一个服务器源码,可实现服务器端和客户端基本shell 命令,及上传下载文件功能,无需帐号认证 - 1 no count and no authentication , the shell running level result in who run the server in server side 2 basic ftp transferring functions as get files (g files ) and
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:8582
    • 提供者:虎成
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com