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

搜索资源列表

  1. sox-12.15.tar

    0下载:
  2. linux下录音程序,直接录为mp3格式,需lame支持,将数据经管道放入lame中,存为mp3格式。-recording procedures, recorded directly to the mp3 format required lame support, data piped Add lame, depositors to the mp3 format.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:199688
    • 提供者:兰精灵
  1. Linux内核模块和驱动的编写

    0下载:
  2. Linux内核是一个整体是结构,因此向内核添加任何东西,或者删除某些功能,都十分困难。为了解决这个问题引入了内核机制。从而可以动态的想内核中添加或者删除模块。-Linux is a kernel of the whole structure, it added to the kernel anything, or delete certain functions are very difficult. To solve this problem the introduction of core
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3145
    • 提供者:李明
  1. Makefile_c_test

    1下载:
  2. cygwin下的包含各种c基本操作的demo程序,makefile支持随意添加源文件到根目录,并自动生成dependecy,是学习linux编程和makefile的好代码。-cygwin contains all the basic operation of the c demo procedures, makefile support arbitrarily add source files to the root directory, and automatic generation dep
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1373488
    • 提供者:ken
  1. uisp-20050207.tar

    0下载:
  2. Micro In-System Programmer Brief Installation Notes Enter the src directory. If uisp does not compile successfully, add switch -DNO_DIRECT_IO in the Makefile to remove support for direct I/O port access (that may be necessary on non-PC
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:166745
    • 提供者:蔡平
  1. linux-0.11-040305

    0下载:
  2. 往Linux 0.11系统中加入了mount/umount和读写DOS软盘和DOS分区的工具mtools-0.11 Linux system to add a mount / umount read and write DOS floppy disk and DOS partition tool mtools
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:6919592
    • 提供者:唐河
  1. unixtonxunchengxu

    0下载:
  2. 这是个通讯程序,通过socket,把接收的消息放入消息对列,同时把队列中的消息通过socket发出去。 -This is the communication process, socket, receiving the news Add to the list news, while the news cohort through socket issued to.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:14189
    • 提供者:杨光升
  1. libtorrent-0.10.4.tar

    0下载:
  2. LibTorrent is a BitTorrent library written in C++ for *nix, with a focus on high performance and good code. The library differentiates itself from other implementations by transfering directly from file pages to the network stack. On high-bandwidth c
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:485174
    • 提供者:Kimi Chen
  1. os2_VirtualMemory

    0下载:
  2. 学习Linux如何实现虚拟存储。与体系结构无关的通用存储模型是所有Linux虚拟存储实现的基础,但是任何特定的实现都依赖于特定的硬件平台。本练习集中于i386的实现。介绍解释了存储管理程序的设计。而且还将学习代码细节,修改虚拟存储代码以检测系统缺页错误的发生频率。此外本实验牵涉到系统调用的相关知识,包括学习如何产生一个系统调用以及怎样通过往内核中增加一个新函数从而在内核空间中实现对用户空间的读/写。-learning how Linux virtual memory. Architecture
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1038036
    • 提供者:wanghui
  1. Linux_myshell

    0下载:
  2. 这是个在Linux系统下用C编写的一个shell程序,这个shell程序实现了包括vi,add,ls,sort,args,history等功能。-This is the Linux system used in the preparation of a C shell, The shell program, including vi, add, ls, sort, args, history, and other functions.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:41294
    • 提供者:jason
  1. gstreamer-0.10.13.tar

    0下载:
  2. GStreamer是一个开源的多媒体框架库。利用它,可以构建一系列的媒体处理模块,包括从简单的ogg播放功能到复杂的音频(混音)和视频(非线性编辑)的处理。 应用程序可以透明的利用解码和过滤技术。开发者可以使用简洁通用的接口来编写一个简单的插件来添加新的解码器或滤镜。-GStreamer is a multimedia framework revenue for. Using them can construct a series of media processing modules,
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2679441
    • 提供者:浪子
  1. project3

    2下载:
  2. The main purpose of this project is to add a new scheduling algorithm to GeekOS and to implement a simple synchronization primitive (semaphore). As you might have already noticed, GeekOS uses a simple priority based preemptive Round Robin algorithm.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2014-01-17
    • 文件大小:589155
    • 提供者:向东
  1. C++中频繁引用的类如何避免不必要的重编译

    0下载:
  2. 将需要公开的接口用一个句柄类封装起来,调用者只通过封装的句柄类来调用实现, 这样,将调用与实现隔离开来,或者说只让调用看到它所需要看到的接口。这样的话,只要 保证接口不变,那么实现代码的中要添加一些变量,函数,将不会影响到调用者。-will require an open interface with a handle Packaging category, called only by the Packaging category to handle Call, which would cal
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1916
    • 提供者:黄兴
  1. Linux.rar

    0下载:
  2. 实现linux下1、文件的拷贝;2、运行3个多线程任务、3、添加一个新的系统调用。,implement under linux environment:1. copy of files 2. run 3 multi-thread application 3. add a new system_call.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:22638
    • 提供者:steven
  1. struct

    0下载:
  2. C语言写的链表操作,有建表,删除,增加等功能,对初学者很有帮助-Written in C language linked list operations have to build the table, delete, add other functions, useful for beginners
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:25131
    • 提供者:green_star
  1. DPI_Win32

    0下载:
  2. 基于Linux版本的opendpi的Windows移植版,并新增了数据库操作接口和邮件详细分析,包括pop3和smtp的解析,编译环境Windows XP、VC2008,需要配合Winpcap抓包库。-Linux-based version of opendpi the Windows port, and add a database user interface and mail a detailed analysis, including the pop3 and smtp of the r
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:232274
    • 提供者:LL
  1. QT-addressbook

    0下载:
  2. 用QT编写的通讯录,具有显示,增加,删除,修改联系人的功能。-Book written with QT, a display, add, delete, modify contacts.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:10147
    • 提供者:
  1. inotify-sample.tar

    0下载:
  2. Linux平台文件目录监控样例代码,实现了文件添加删除修改等操作的监控。-File directory monitor Linux platform sample code implements the file operations such as Add or Remove to modify the monitoring.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:4830
    • 提供者:zdf01
  1. FTP_linux

    0下载:
  2. 本设计实现了ftp的设计,使用了socket网络编程,ftp基于cs模式,包含客户端和服务端,可以实现上传、下载、删除、添加等各种功能,支持断点续传、多用户登陆、错误日志等功能。运行环境是linux,压缩包内含有源代码、使用说明、实验报告等,是学习linux和网络编程的上等材料。-This design enables the design of ftp, using the socket network programming, ftp cs-based model, including cl
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-18
    • 文件大小:5201905
    • 提供者:
  1. add-new-system-call.tar

    0下载:
  2. 如何在ubuntu10.04的2.6.35.13内核中添加一个新的系统调用,这样i也可以在PC机上添加自己的内核代码,并看到实际效果了。-How to add a new system call on ubuntu10.04 with the 2.6.35.13 kernel, so you can add your own kernel code on PC and see the actual results.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-02
    • 文件大小:99011
    • 提供者:wangbo
  1. Add-routing-protocol-for-ns2

    0下载:
  2. NS2仿真中很多时候都要自己添加路由协议,这份资料中包含了添加路由协议的具体步骤和代码,包括最后的测试,非常适合NS2初学者学习。-NS2 simulation often have to add your own routing protocol, this data includes specific steps to add routing protocols and codes, including the final test, very suitable for beginners
  3. 所属分类:Linux-Unix program

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