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

搜索资源列表

  1. 在Unix下用C编写类Windows菜单

    0下载:
  2. 目前,在Unix系统下运行的程序的界面大都比较死板,而且,在进行功能扩充时也不是很方便。那么,能不能设计一个象 Windows那样能够按照用户要求随意调整界面,功能扩充方便的程序呢?答案是肯定的。在用户需要进行功能扩充时,也无须改动源程序,只须对参数文件进行操作就可将新增功能挂到菜单上。 -Currently, the Unix operating system interface procedures Most rigid, but when conducting functional exp
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:8.79kb
    • 提供者:建文
  1. word_freq

    0下载:
  2. 此程序完 成任意一个英文文本文件中英文单词的统 计工作。要求:把英文单词出现频率次数 由高到低打印出来;只要英文单词形式不 一样就算两个词,不考虑词语的复数时 态。-this procedure completed an arbitrary text in English English word document statistics. Requirements : English word frequency from high to low frequency prin
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1.67kb
    • 提供者:Bob
  1. LinuxDOS

    0下载:
  2. 为Linux系统设计一个简单的二级文件系统。要求做到以下几点: 1.可以实现下列几条命令: login 用户登录 dir 列目录 create 创建文件 delete 删除文件 open 打开文件 close 关闭文件 read 读文件 write 写文件 2.列目录时要列出文件名,物理地址,保护码和文件长度。 3.源文件可以进行读写保护。 -Linux system design for a simple two file system. Re
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:31.5kb
    • 提供者:
  1. vivi-br-release(20060330).tar

    0下载:
  2. arm9的bootloader,适合通用2410x平台 vivi.pal(20051228)支持tv输出和vga输出,vclk为26.25mhz vivi(20060330)支持vga输出和tv输出,vclk为25mhz 以上两个vivi均编译自vivi-br-release(20051228).tar.gz 在两个不同vivi间切换的方法是在源文件“/include/platform/smdk2410.h”中打开或者取消对PAL640480宏的定义: #define PAL
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:573.92kb
    • 提供者:star
  1. wblx-sdl-0.6.8.tar

    0下载:
  2. 五笔练习 for Linux V0.6.8 ( SDL版 )五笔练习 for Linux V0.6.8 是一个免费软件, 提供源代码,你可以根据通用公共许可证的条款使用和修改它。系统需求: 安装有SDL、SDL-devel 以及SDL_mixer SDL_mixer-devel库的1.2.x版本。-five exercises for Linux V0.6.8 (SDL version) five practice V0.6.8 for Linux is a free software, the
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:214.05kb
    • 提供者:秋然
  1. Debian Etch MIPS image for QEMU

    0下载:
  2. What is it? A generic stand-alone MIPS program that can do printf on a standard UART. requirements: . CPU has CP0 structure (r4k compatible) Configure:   --------------Debian Etch MIPS image for QEMU -  
  3. 所属分类:Linux/Unix编程

    • 发布日期:2009-01-21
    • 文件大小:6.54kb
    • 提供者:dtqaz123
  1. JESD218A

    0下载:
  2. 存储设备开发的美国国家电器协会测试规范,针对SSD设备的测试要求-Storage development of the U.S. National Electrical Association of test specifications, test requirements for SSD devices
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:103.98kb
    • 提供者:
  1. ProducerandConsumerProblem

    0下载:
  2. 用多进程同步方法解决生产者-消费者问题 设计目的:通过研究Linux 的进程机制和信号量实现生产者消费者问题的并发控制. 说明:有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1-20这20个整型数. 设计要求:(1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容,当前指针位置和生产者/消费者县城的标识符.(2)生产者和消费者各有两个以上.(3)多个生产者或多个消费者之间须有共享对缓冲区进行操作的函数代码.-Synchronous multi-process so
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-03-21
    • 文件大小:29kb
    • 提供者:CoCo
  1. QEditor

    1下载:
  2. QEditor -程序员编辑器的。他是十分强大的编辑器:开放代码在GPL的授权平台,它是由Qt完全编写。支持功能:折叠文本 编号的行数 添加面板书签,支持撤消。使用 Qt Designer作为插件。 -QEditor- the editor for the programmer. He is the powerful editor with the open code under license GPL. Features: Cross- platform I
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-15
    • 文件大小:3.52mb
    • 提供者:豆腐
  1. tcpscan

    0下载:
  2. 多线程端口扫描程序 实现一个多线程端口扫描程序,满足要求: 1)能同时扫描5个IP地址 2)针对每个IP地址,开设100个线程对其进行扫描 3)如果端口打开,使用函数getservbyport获取服务名,在屏幕上打印:IP port servername,如果是未知的服务,则在屏幕上显示:IP port unkown. -Multi-threaded port scanner to achieve a multi-threaded port scanner to meet
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:907byte
    • 提供者:bobby
  1. dram_control

    0下载:
  2. 用vhdl描写的通用异步dram控制器,经过编译器综合和仿真测试,符合设计要求。-Using VHDL descr iption Universal Asynchronous dram controller, through an integrated compiler and simulation testing, in line with the design requirements.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:1.33kb
    • 提供者:wuyub
  1. debug.tar

    0下载:
  2. 这是一个用于linux程序开发中可用于调试程序的代码,其接口被调用后可以根据要求输出各种警告并输出必要信息-This is a linux program for the development of procedures can be used to debug the code, the interface is called after the output of various warnings in accordance with the requirements and output
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:1.72kb
    • 提供者:wwh
  1. linux-gpib-3.1.101.tar

    0下载:
  2. The Linux GPIB Package is a support package for GPIB (IEEE 488) hardware. The package contains kernel driver modules, and a C user-space library with Guile, Perl, PHP, Python and TCL bindings. The API of the C library is intended to be compatible wit
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:738.42kb
    • 提供者:shi
  1. loadtest

    0下载:
  2. loadtest是根据数学上的均匀分布随机的生成CPU利用率的负载要求,并且在一定时间能动态改变与调节!-loadtest is based on mathematical uniformly distributed random generation CPU utilization load requirements, and in a certain period of time to achieve a dynamic change and adjust!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:54.5kb
    • 提供者:fre
  1. filesystem

    1下载:
  2. 模拟Linux文件系统 在任一OS下,建立一个大文件,把它假象成一张盘,在其中实现一个简单的模拟Linux文件系统。 1. 在现有机器硬盘上开辟100M的硬盘空间,作为设定的硬盘空间。 2. 编写一管理程序simdisk对此空间进行管理,以模拟Linux文件系统,要求: (1) 盘块大小1k (2) 空闲盘块的管理:Linux位图法 (3) 结构:超级块, i结点区, 根目录区 -Simulation of Linux file system at any one
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:16.16kb
    • 提供者:lilianjie
  1. MagicCpp_IDE_V3

    0下载:
  2. C++全集成的额可视化编程环境,由于远程的UNIX平台和本地Windows下的Cygwin/MinGW编程开发。-Magic C++ is not just an editor! Magic C++ is a fully visual integrated development environment designed to meet the requirements of programmers developing on any remote UNIX platform and local
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-25
    • 文件大小:8.26mb
    • 提供者:Dion Hua
  1. memoryCode

    0下载:
  2. CAN总线通信适配卡的设计与实现.doc 基于多传感器的交通监控系统智能接口.pdf 现场总线型DCS.pdf 摘要:介绍了在系统可编程(ISP)器件及其优点,分析了PC多轴运动控制卡关键电路的作原理,并由高密度的ISP器件设计实现,运动结果表明所设计的电路完全达到了设计要求.doc-CAN bus communication adapter design and implementation. Doc many sensor-based traffic monit
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1.11mb
    • 提供者:郭鹏峰
  1. log4cxx090402.tar

    0下载:
  2. log4cxx 0.10 unix下编译包,已经集成unix下所有需要的依赖包,直接执行编译角本compile.sh就可以得到你所需要的一编译包-log4cxx 0.10 unix compiled under the package, has integrated all the requirements under unix dependency package, angle of the direct implementation of the compiler can be compil
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-16
    • 文件大小:3.95mb
    • 提供者:保密
  1. linux_source_reading_requirement

    0下载:
  2. Linux 源代码阅读知识点及要求 说明:1、本次源代码阅读,以Linux 最新的稳定版本(2.6)为主; 2、源代码下载地址: 在官方站点 www.kernel.org 上最新稳定版本是 2.6.13.2; 在清华的 ftp 上随时都可以下载到: ftp.tsinghua.edu.cn/mirror/kernel.org/linux/kernel/v2.6/ 3、源代码阅读辅助工具: 在Windows 环境下推荐SourceInsight3.5 在Linux 环
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:121.3kb
    • 提供者:李里
  1. dm642tcpip

    0下载:
  2. DM642的tcp/ip协议知识,请有相关需求人员参考,如不适合你,请继续努力!-DM642' s tcp/ip protocol knowledge, please reference the relevant requirements, such as not suitable for you, please continue to work hard!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:18.67kb
    • 提供者:杨旭荣
« 12 3 4 5 6 »
搜珍网 www.dssz.com