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

搜索资源列表

  1. filechild

    0下载:
  2. 一个演示多线程中共享文件操作符的例子。file是主线程,child是子线程。-a demonstration of multi-threaded shared documents operator example. File is the main thread, the child is the son thread.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1410
    • 提供者:李方
  1. liunx_shellprogram

    4下载:
  2. 1. 编写一个C程序作为Linux内核的shell命令行解释程序。Shell程序应该使用与Bource shell相同的方式运行程序。 2. 增加功能以使用户可以使用\"&\"操作符作为命令的结束符。一个以\"&\"结尾的命令应该与shell并发执行。 3. 增加功能以使用户可以使用\"<\"和\">\"作为文件名前缀来重定向stdin和stdout描述符。同样,允许用户使用管道操作符\" \"来同时执行两个进程,并把第一个进程的stdout重定向为第二个进程的stdin。-1. P
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:23015
    • 提供者:李强
  1. fwknop

    0下载:
  2. fwknop stands for "Firewall Knock Operator" and is an upcoming piece of software that will be released at the DEFCON 12 conference in July, 2004 in Las Vegas. fwknop implements network access controls (via iptables) based on a flexible port knoc
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:280396
    • 提供者:huang
  1. testteams-7v7.tar

    0下载:
  2. 3D仿真足球赛,每队7人,一旦操作员控制比赛开始,场上的模拟球员就会根据实际情况进行比赛。-3D simulation of soccer, each team 7, once the operator to control the game started, the simulation of market players will be conducted in accordance with the actual game.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-15
    • 文件大小:3685142
    • 提供者:许婷婷
  1. Linux_List_Study

    0下载:
  2. 本文详细分析了 2.6.x 内核中链表结构的实现,并通过实例对每个链表操作接口进行了详尽的讲解。-In this paper, a detailed analysis of the 2.6.x kernel linked list structure to achieve, and through examples of each operator interface list in detail explanation.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:28782
    • 提供者:cqb
  1. kdesvn-1.2.4

    0下载:
  2. SVN Server/Client operator on linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-08
    • 文件大小:1960683
    • 提供者:jacky tseng
  1. defuzz

    0下载:
  2. 模糊控制算法,是对手动操作者的手动控制策略、经验的总结.模糊控制算法有多种实现形式,采用应用最早、最广泛的查表法,可大大提高模糊控制的时效性,节省内存空间。-Fuzzy control algorithm is to manually control Celue manual operator, experience in the summary. Fuzzy control algorithm has multiple forms of the Caiyongyingyong the earl
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:976
    • 提供者:Wangjg
  1. read-write

    0下载:
  2. 实验程序模拟多个生产/消费者在有界缓冲上正确的操作。它利用N个字节的共享内存作为有界循环缓冲区,利用写一字符模拟放一个产品,利用读一字符模拟消费一个产品。当缓冲区空时消费者应阻塞睡眠,而当缓冲区满时生产者应当阻塞睡眠。一旦缓冲区中有空单元,生产者进程就向空单元中入写字符, 并报告写的内容和位置。一旦缓冲区中有未读过的字符,消费者进程就从该单元中 读出字符,并报告读取位置。生产者不能向同一单元中连续写两次以上相同的字 符,消费者也不能从同一单元中连续读两次以上相同的字符。 -cha
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:4058
    • 提供者:jeremy
  1. algpre.c.tar

    0下载:
  2. 算符优先算法,北交编译原理书上源码的实现,书上的有错误-Operator priority algorithm, the North cross compiling principle source of the realization of the book, the book' s errors
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:1402
    • 提供者:北交,计科
  1. evaluation_translate

    0下载:
  2. 此程序使用算符优先法的语义分析方法实现了将赋值语句翻译为四元式的功能这种仅将{=,+,-,*,/}当做运算符,而将括号当做深度的变种算符优先法,很好控制,很容易就能翻译赋值语句。-This program uses operator precedence to achieve a semantic analysis to translate the quaternary assignment functions of this type only the {=,+,-,*,/} as opera
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:1873
    • 提供者:小歪
  1. my_parse

    0下载:
  2. 该程序是用来实现语法分析,算法采用算符优先算法,优先表从文件中读取-The program is used to achieve syntax analysis, algorithm uses operator precedence algorithm, the priority table to read from a file
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:54129
    • 提供者:caojiangfeng
  1. str

    0下载:
  2. 用operator实现字符串加法的重载,还能描述多长呢,就这么简单的事,郁闷!-Operator to achieve with the addition of heavy string, but also describes how long it' s that simple things, depressed!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:661
    • 提供者:Clover
  1. fuzhiyujulinux

    0下载:
  2. 算符优先,赋值语句的分析,输出格式为四元式。在linux环境下实现-Operator precedence, assignment analysis, the output format for the quaternary type. Achieved in the linux environment
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:32716
    • 提供者:小贺
  1. typeof.c

    0下载:
  2. Type of operator. This is full descr iption about type of operator which is important in Linux Kernel.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:742
    • 提供者:Pramod
  1. dms

    0下载:
  2. 电信数据采集与整合. 争对目前使用Unix/Linux的人群增多,电信运营商开通一个新的业务,Unix/Linux实验室出租业务。用户可以向电信运营商申请Unix/Linux帐号,使用电信运营商的Unix/Linux服务器。 实验室出租业务: 就是用户可以在电信运营商申请一个帐务帐号,然后利用该帐务帐号申请一个业务帐号,用户利用业务帐号就可以登录到电信的Unix/Linux服务器,并使用电信运营商的Unix/Linux系统。 帐务帐号: 凡是在电信运营商的用户使用电信
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-09
    • 文件大小:1684552
    • 提供者:商远
  1. operator

    0下载:
  2. Qt实现整数的四则运算功能的程序,主要用到下拉框控件完成-Qt implement integer arithmetic function program, mainly used to complete the drop-down box control
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:4347
    • 提供者:xuxiaoqiang
  1. page

    0下载:
  2. 操作系统 请求页的C实现 linux下 操作系统 请求页的C实现 linux下-linux c operator operator operator operator linux c operator operator operator operator
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4263
    • 提供者:战马呼啸
  1. operator

    0下载:
  2. 此程序是在linux下的对运算符进行重载,了解运算符重载.-This program is in the linux on the operator for overloading, operator overloading to understand.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:663
    • 提供者:张学奇
  1. linuxpk_20091214

    0下载:
  2. 这本书主要介绍了unix的基本操作和基本命令,对于linux的初学者会有很大的帮助。-This book is about some basic operator of linux. It is very useful to the pepole who is learning Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:580701
    • 提供者:pengjinxiao
  1. Linux-operator-new-delete

    0下载:
  2. 在 windows 下使用 VC 编程时,我们通常需要 DEBUG 模式下运行程序,而后调试器将在退出程序时,打印出程序运行过程中在堆上分配而没有释放的内存信息,其中包括代码文件名、行号以及内存大小。该功能是 MFC Framework 提供的内置机制,封装在其类结构体系内部。 在 linux 或者 unix 下,我们的 C++ 程序缺乏相应的手段来检测内存信息,而只能使用 top 指令观察进程的动态内存总额。而且程序退出时,我们无法获知任何内存泄漏信息。为了更好的辅助在 linux 下程序
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:297462
    • 提供者:王位
« 12 3 4 »
搜珍网 www.dssz.com