CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - write linux

搜索资源列表

  1. Linux下的读者写者 xx

    0下载:
  2. 在Linux下实现读者写者的问题,采用的是多线程的方法-under Linux readers to write to the problem, using a multi-threaded approach
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:922byte
    • 提供者:xx
  1. D__Documen504181222002

    0下载:
  2. 模拟操作系统运行的源代码 Descr iption: The object of this project is to write a C++ application to simulate the scheduler of a simple operating system.新手看linux源代码太困难,这个可是个不错的选择哦....不下可惜-simulation operating system source code Descr iption : The object of this pr
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:8.49kb
    • 提供者:风海
  1. The Linux MTD驱动

    0下载:
  2. linux mtd驱动开发 关于如何编写嵌入式mtd驱动的好文章-Driver Development on how to write embedded MTD driver a good article
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:30.53kb
    • 提供者:sun
  1. now91_java_Mp3NC_200577

    0下载:
  2. 自己用Java写的一个mp3文件改名的小工具,可能还有不少bug,希望高手多多指点:) 用法:打开需要改名的mp3文件(或者包含mp3文件的目录),然后按开始操作就可以了。 新文件名为:歌手名_歌曲名.mp3 从RedHat9和win2000下面测试过(都是jdk1.4)。 压缩包中包含一个可执行的jar文件(跨平台),一个exe文件(windows)和一个linux下可运行的程序。-own use Java to write a mp3 file naming the small tools,
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:204.73kb
    • 提供者:黎明
  1. LinuxuseC

    0下载:
  2. Linux操作系統下C語言編程入門,基礎Linux下寫C程式-Linux operating system under the C programming language portal, based on Linux to write C programs
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:54.89kb
    • 提供者:台灣郎
  1. copy

    0下载:
  2. 采用了linux内部的系统调用read和write等编写的一个复制程序,执行效率很快
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3.43kb
    • 提供者:张友春
  1. TestNet

    0下载:
  2. 多线程Ftp测试网络速度,自己编写的一个小程序,要求测试机开通Ftp服务端口21,测试帐号有写权限,ftp根目录下有temp目录,Linux用的较多-multithreading Ftp test network speeds and prepare themselves in a small procedure that requires testing services Ftp opened 21 ports, a test account write access, ftp root di
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:109.67kb
    • 提供者:王华
  1. ProcCfgF

    0下载:
  2. 對INI文件進行讀寫操作,適用於Windows/Linux/Dos系統-right INI file read and write to Windows / Linux / Dos system
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:23.87kb
    • 提供者:劉丹
  1. C与脚本的混合编程

    1下载:
  2. 在linux上写程序、做网管的人,或多或少都会几种脚本。脚本语言灵活的变量类型、强大的正则表达式处理能力,再加上linux系统本身的管道、重定向以及丰富的命令行工具,让你编程起来游刃有余-the write procedure, so the network management, will be more or less several scr ipts. Flexible scr ipting language variable types, is a powerful regular ex
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2.65kb
    • 提供者:夏爱
  1. Linux-Windows_TEXT

    0下载:
  2. 由于Linux和Windows文件系统所定义的换行符不同,所以从Linux或Android到Windows的文件需要转换一下换行符。 是一个很使用的小工具。 由本人亲自编写,本来在网上下载过别人写的工具,真是很扯淡。一气之下,本人就自己用C++ 写了。-Due to the different the newline defined by the Linux and Windows file system, so to the Windows files from Linux
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-05
    • 文件大小:113.91kb
    • 提供者:maruijie
  1. MFCFile

    0下载:
  2. MFC中文件操作,包括文件读写,复制,查找等-File operations in MFC, including documents to read and write, copy, find, etc.
  3. 所属分类:File Operate

    • 发布日期:2017-05-08
    • 文件大小:36.64kb
    • 提供者:杜大海
  1. linux_SDL-1.2.13.tar

    0下载:
  2. 媒体库中间层,可以更容易开发媒体软件,如游戏等,这库在LINUX下GNU编程下使用-The Simple DirectMedia Layer (SDL for short) is a cross-platfrom library designed to make it easy to write multi-media software, such as games and emulators. This library is distributed under the terms
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-13
    • 文件大小:3.22mb
    • 提供者:工人
  1. wjxt

    0下载:
  2. :为LINUX 设计一个简单的二级文件系统。要求做到以下几点: 1、可以实现下列几条命令(至少4条)。 Login 用户登录 Dir 列文件目录 Create 创建文件 Delete 删除文件 Open 打开文件 Close 关闭文件 Read 读文件 Write 写文件 -: In order to design a simple LINUX file system 2. Request do the following: 1, can be achie
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:366.97kb
    • 提供者:流水
  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
    • 文件大小:2.1kb
    • 提供者:guoqiang
  1. os-design

    0下载:
  2. linux二级文件系统 可以实现下列几条命令: login 用户登录 dir 列目录 create 创建文件 delete 删除文件 open 打开文件 close 关闭文件 read 读文件 write 写文件 cd 进出目录 -linux file system II
  3. 所属分类:File Operate

    • 发布日期:2017-03-28
    • 文件大小:219.15kb
    • 提供者:王宝全
  1. log

    0下载:
  2. 这是一个 一个简单的写log文件, 可用于windows linux-This is a simple one to write a log file can be used for windows linux
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:1.98kb
    • 提供者:tom
  1. linux-2.6.14-for-skyeye.tar

    0下载:
  2. skyeye 模拟器下 的 linux-2.6.14 含LCD cs8900a(driver/net/arm/cs8900-end.c是最终版) 已修改arch/arm/kernel/module.c 以支持insmod 驱动 kernel/resource.c文件添加I/O读写函数-skyeye simulator under linux-2.6.14 with LCD cs8900a (driver/net/arm/cs8900-end.c is the final
  3. 所属分类:Other systems

    • 发布日期:2017-10-30
    • 文件大小:45.02mb
    • 提供者:李新
  1. qt-linux.doc

    0下载:
  2. linux 下教学 教你如何熟练运用qt 编写可视化程序 开发图形化界面a-Under linux teaching teach you how to skillfully use qt application developers to write visualization graphical interface app
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-25
    • 文件大小:188.9kb
    • 提供者:林佳佳
  1. How-to-write-a-Linux-device-driver

    0下载:
  2. 这个文档介绍了在Linux系统下面,如何编写驱动设备的程序,一个很好的文档,对于大家学习驱动程序的编写很有帮助-How to write a Linux device driver
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:9.11kb
    • 提供者:武汉
  1. my_project

    0下载:
  2. 利用C语言的链表写的一个简单的学生管理系统(Using C language list to write a simple student management system)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:15kb
    • 提供者:爱程序
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com