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

搜索资源列表

  1. memory arrange

    0下载:
  2. 一个操作系统存储管理的程序,十分精彩,同其他版本都不同.-an operating system storage management procedures and brilliant, with the other versions are different.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1598
    • 提供者:若竹
  1. 语法分析之左递归实验

    0下载:
  2. 此为编译原理实验报告 学习消除文法左递规算法,了解消除文法左递规在语法分析中的作用 内含 设计算法 目的 源码 等等.... 算法:消除左递归算法为: (1)把文法G的所有非终结符按任一种顺序排列成P1,P2,…Pn 按此顺序执行 (2)FOR i:=1 TO n DO BEGIN FOR j:=1 DO 把形如Pi→Pjγ的规则改写成 Pi→δ1γ δ2γ … δkγ。其中Pj→δ1 δ2 … δk是关于Pj的所有规则; 消除关于Pi规则的直接左递归性 END (3)化简由(2)所得的文法。即
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:44142
    • 提供者:何浩
  1. 插入排序的改进算法—希尔排序算发1

    0下载:
  2. 插入排序的直接改进算法--希尔排序算法.将用户输入的一列数按递增顺序排好并输出.以及直接插入冒泡选择排序算法的实现-inserted directly improve the ranking algorithm -- Hill sorting algorithms. Users input a few in increasing order to arrange and output. Bubble and direct insertion Selection Sorting Algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1801
    • 提供者:王伟
  1. libmad源码

    0下载:
  2. libid3tag is a library for reading and (eventually) writing ID3 tags, both ID3v1 and the various versions of ID3v2. See the file `id3tag.h' for the current library interface. This package uses GNU libtool to arrange for zlib to be link
  3. 所属分类:源码下载

    • 发布日期:2010-12-01
    • 文件大小:1963403
    • 提供者:ycpysu
  1. word_count.统计英文文章中出现单词的种类和各个单词出现的次数

    0下载:
  2. 该程序用来统计一段英文文章中出现单词的种类和各个单词出现的次数,并按字典序排列输出到文件。,The program used for statistical section of the article appears in the English word types and the number of times each word appears, according to the dictionary order arrange the output to a file.
  3. 所属分类:文件操作

    • 发布日期:2017-03-22
    • 文件大小:945803
    • 提供者:刚娃子
  1. ruanjian 机票预定系统

    0下载:
  2. 为方便旅客,某航空公司拟开发一个机票预定系统。旅客可向该系统查询航班情况(按目的地、起飞时间、航班班次等)。旅行社把预定机票的旅客信息(姓名、性别、工作单位、身份证号码、旅行时间、旅行目的地等)输入该系统,系统为旅客安排航班,打印取票通知和帐单,旅客在收到取票通知和帐单后可交费并于飞机起飞前24小时凭取票通知和交款单经系统校对无误后打印机票给旅客。旅客也可向系统提出退票要求,系统针对具体情况计算手续费后进行相应退票处理。-The convenience of visitors, the deve
  3. 所属分类:软件工程

    • 发布日期:2016-01-26
    • 文件大小:370688
    • 提供者:雨朦
  1. ArrangePanel

    0下载:
  2. 能让面板上的控件按行排列,自动计算行高,自动排列。自动换行。-Arrange Panel
  3. 所属分类:ComboBox

    • 发布日期:2017-04-17
    • 文件大小:233063
    • 提供者:livebp
  1. Target

    0下载:
  2. 一个VC++写的任务管理系统,可以安排个人任务,分配任务-VC++ to write a task management system can arrange individual tasks, assign tasks
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:1070441
    • 提供者:jgzhang
  1. R7.4

    0下载:
  2. .4已有一个已经排好序的数组,今输入一个数,要求按照原来排序的规律将它插入数组中。 本程序可以对both由小到大的排列数组和由大到小的数组进行操作-.4 Has an already sorted array, this type a number, sorted according to the original law required it into the array. The program can arrange for both small to large arrays an
  3. 所属分类:Education soft system

    • 发布日期:2017-04-05
    • 文件大小:1123
    • 提供者:weiyanyu
  1. certlib.tar.gz

    0下载:
  2. 包含标准证书编/解码、哈希、MD5、SHA1等算法的实现源码, Contains the standard certificate to arrange/algorithm the and so on decoding, Hasche, MD5, SHA1 realization source code
  3. 所属分类:CA program

    • 发布日期:2014-09-04
    • 文件大小:200409
    • 提供者:
  1. shuxuejianmo_3.rar

    0下载:
  2. 某厂向用户提供发动机,合同规定,第一、二、三季度末分别交货40台、60台、80台.每季度的生产费用为 (元),其中x是该季生产的台数.若交货后有剩余,可用于下季度交货,但需支付存储费,每台每季度c元.已知工厂每季度最大生产能力为100台,第一季度开始时无存货,设a=50、b=0.2、c=4,问工厂应如何安排生产计划,才能既满足合同又使总费用最低.讨论a、b、c变化对计划的影响,并作出合理的解释,To provide users with a factory
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:10664
    • 提供者:mazhen
  1. LevelEnroll

    0下载:
  2. 基于VC的等级考试报名系统。 本系统使用VC开发,实现的功能包括 ; 客户端:注册,报名,上传图片; 服务端:处理报名信息,自动安排考场,查询设置缴费状况,批量打印准考证等多方面功能-Based on VC' s Grade Examination System. The system uses VC++, functions include client: registration, register, upload pictures server side: the p
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-21
    • 文件大小:6326558
    • 提供者:黄雅威
  1. text_1

    0下载:
  2. 会场排序 使用尽可能少得会场 安排所有会议 使用贪心算法 C语言实现-The sorting use as the less arrange all meetings, a greedy algorithm is used to realize the C language
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:872
    • 提供者:liuxi
  1. lzypxsys

    0下载:
  2. 学校考试中自动排序和安排考场,能根据设定的考试数和考场人数自动安排考场情况-Automatically sort and arrange the examination room in the school examinations, according to the examination number and examination number of the set to automatically arrange the examination room
  3. 所属分类:Symbian

    • 发布日期:2017-04-03
    • 文件大小:11246
    • 提供者:林周杨
  1. simulation

    2下载:
  2. 设计一个M/M/S/k排队系统模型,用C++进行仿真,计算一个新的服务请求在各个状态k下的阻塞率,绘制出到达率-阻塞率曲线(matlab),并将理论值与仿真值进行比较。 M/M/S/k模型为服务请求到达间隔时间服从泊松分布、服务时间服从指数分布、系统有S个服务器、系统容量为k(有限个)的排队系统。如果一个服务请求到达排队系统时,系统内已有k个服务请求,那么这个服务请求就会被拒绝(即不为该服务请求安排服务器,也不会将其排入系统队列)。由于系统容量为k,有S个服务器,所以系统队列的长度为k-S
  3. 所属分类:Fax program

    • 发布日期:2015-09-04
    • 文件大小:112722
    • 提供者:张三
  1. printBarcode_code128

    0下载:
  2. 一个排版条码的工具,支持横竖排列,使用CODE128码,支持文本文件导入排版打印,非常有用。-A typesetting barcode tools, support did arrange, use CODE128 code, support text files into typesetting print, very useful.
  3. 所属分类:Printing program

    • 发布日期:2017-05-08
    • 文件大小:1605082
    • 提供者:周建明
  1. 几个小排序

    0下载:
  2. 几个小排序- Several slightly arrange
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-03
    • 文件大小:8753
    • 提供者:none
  1. TravelAgencyMS

    0下载:
  2. 具体的业务流程是:先添加游客合同,然后再组团,组团过程要安排导游。决定要带团出游时再生成活动任务,此时所有的已不可修改了。带团回来后,再注销团。游客合同与活动任务可打印.-Specific business process is: first add tourists contract, and then groups, group process to arrange for tour guides. Decided to lead the activities of trips genera
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-05-22
    • 文件大小:6635376
    • 提供者:冲天怒
  1. AlarmClock

    0下载:
  2. 实用闹钟提供给你方便的时间提醒功 能,她让你的时间安排更合理,工作更高 效,而且她界面友好,操作方便,自带的 几个小工 具很实用。 特点: ·不影响电脑运行速度,占用很少的系统 资源。-Practical alarm clock to provide a convenient time for you to remind function, she allows you to arrange a more reasonable time, work more
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-19
    • 文件大小:5144390
    • 提供者:dong.zhanming
  1. TreeView_Examples

    0下载:
  2. This article examines the TreeView control, which you use to display hierarchical data. For example, suppose your Web site sells products that belong in various categories. You may want to arrange the product information on category and subcategory b
  3. 所属分类:TreeView

    • 发布日期:2017-04-01
    • 文件大小:5532
    • 提供者:
« 1 2 34 5 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com