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

搜索资源列表

  1. Vbface

    0下载:
  2. 用户界面是应用程序的一个重要组成部分,界面设计是开发高质量Windows应用程序关键的第一步。本文结合作者在使用Visual Basic6.0开发Windows应用程序中积累的实际经验,着重介绍了VB程序界面设计的实用性技巧,以及必须遵循的相关原则和注意事项。-The application user interface is an important part of interface design is to develop high-quality Windows application,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:194874
    • 提供者:王佳
  1. Joseph

    0下载:
  2. Joseph环 任务:编号是1,2,……,n的n个人按照顺时针方向围坐一圈,每个人只有一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一个人开始顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向的下一个人开始重新从1报数,如此下去,直到所有人全部出列为止。设计一个程序来求出出列顺序。 要求:利用单向循环链表存储结构模拟此过程,按照出列的顺序输出各个人的编号。 -Joseph Ring task: number is 1,
  3. 所属分类:Document

    • 发布日期:2017-04-15
    • 文件大小:7628
    • 提供者:llp
  1. messgagegongxiang

    0下载:
  2. 多个窗口消息共享同一个消息处理函数。由第一个消息参数指定发送窗口的句柄,第二个消息视图却能够为多个其他进程所映射,这些进程共享的是物理存储器的同一个页面。在响应函数中将数据从共享内存复制到本地缓存中,再进行后续的处理。-More than one message share the same window message handler function. A message from the first parameter specifies the window handle to send
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-06
    • 文件大小:98774
    • 提供者:xianghengfu
  1. compfile

    0下载:
  2. 7. 编程序CompFile,首先让用户输入两个文件名及其路径(二文件均为text文件),而后通过使用类成员函数getline逐行读入这两个指定文件的内容并进行比较。若发现有不同,则在屏幕上显示出相异二行的行号及其内容,并暂停下来询问用户是否需要继续比较后继行,直到用户回答不需要继续进行比较,或者已经比到了二文件的结束时停止处理。-7. Programmed CompFile, first of all allow users to enter two file names and their
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:1202
    • 提供者:lixuhui
  1. LL1

    0下载:
  2. LL(1)文法使用的是确定的自顶向下的分析技术。LL(1)的含义是:第一个L表明自顶向下分析是从左向右扫描输入串,第2个L表明分析过程中将使用最左推导,1表明只需向右看一个符号便可决定如何推导,即选择哪个产生式(规则)进行推导。 LL(1)文法的判别需要依次计算FIRST集、FOLLOW集和SELLECT集,然后判断是否为LL(1)文法,最后再进行句子分析。 -LL (1) grammar using a set top-down analysis techniques. LL (1)
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:298638
    • 提供者:biao
  1. LL1_VC

    0下载:
  2. LL(1)文法使用的是确定的自顶向下的分析技术。LL(1)的含义是:第一个L表明自顶向下分析是从左向右扫描输入串,第2个L表明分析过程中将使用最左推导,1表明只需向右看一个符号便可决定如何推导,即选择哪个产生式(规则)进行推导。-LL (1) grammar using a set top-down analysis techniques. LL (1) the meaning is: the first one L shows a top-down analysis is a scan inp
  3. 所属分类:Compiler program

    • 发布日期:2017-05-15
    • 文件大小:3694037
    • 提供者:biao
  1. 41695055ll1

    0下载:
  2. 该程序可以写出 first集和分follow集自己打开看就知道-The program can write the first set and the sub-set of their own follow open to see that
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:168292
    • 提供者:fly
  1. yufafenxiqi

    0下载:
  2. 该程序能求出任意给定的文法的所有非终极符和终极符的first集,所有非终极符的follow集,所有语句的select集,能求出能导空的非终极符集合。给定任意字符串该程序能判定出是否能接受。由于空符号不好输入,在程序中用到空符号全部用@表示。-The program can calculate any given grammar of all non-ultimate breaks and the ultimate symbol of the first set, all non-ultimate
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:4748
    • 提供者:徐禄
  1. ll(1)

    0下载:
  2. ll(1)文法分析程序,实现first集,follow即等的运算-ll (1) grammar analysis programs to achieve first set, follow the operation, etc.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:11308
    • 提供者:张三
  1. bank

    1下载:
  2. 假设某银行有四个窗口对外接待客户,从银行开门起就不断的有客户进入银行。由于每个窗口在某时刻只能接待一个客户,因此在客户众多时需按先后顺序排队,设计一个程序,遵循先到者先办理的原则,模拟银行办理业务的效率最高,客户耗时最少的情形。-Suppose there are four windows of a bank receiving external customers, starting from the bank have continued to open the door into the
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:3530
    • 提供者:lishan
  1. SuperMarket

    0下载:
  2. 超市进销存管理系统: 使用本系统,请按照以下流程操作: (1)首先在后台管理中的“基础信息”中添加商品、员工及供应商信息。 (2)通过“仓库管理”/“入库登记”命令,添加商品入库信息。 (3)商品入库后,即可通过前台执行销售操作。 (4)销售后,在后台可执行销售查询、销售退货及退货查询等操作。 (5)通过财务管理中可查看日销售额及月销售额。 -Supermarket Invoicing Management System: Using this system, ple
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-29
    • 文件大小:11310551
    • 提供者:wucj
  1. IMECS2009_pp1348-1351

    0下载:
  2. The paper presents the analysis of human arm joints is carried out and the study is extended to the robot manipulator. This study will first focus on the kinematics of human upper arm which include the movement of each joint in shoulder, wris
  3. 所属分类:Graph program

    • 发布日期:2017-03-24
    • 文件大小:441656
    • 提供者:dijaben
  1. index

    0下载:
  2. 实现三个功能。第一、网页全屏;第二、跟随鼠标移动文本;第三、禁用鼠标右键菜单。-To achieve three functions. First, the page full-screen second, to follow the mouse movement text third, disable the right mouse button menu.
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-13
    • 文件大小:1594
    • 提供者:chinalqw
  1. BinaryTree

    0下载:
  2. 利用数据结构中的二叉树,实现对表达式的先序后续中续的输出-In the binary tree data structure used to realize the first order of expression in the continued follow-up to the output of
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:931894
    • 提供者:yc
  1. G729coder

    0下载:
  2. G.729音频压缩、解压缩到Matlab程序。使用方法详见readme文档。-Descr iption Most of G.729 source code is written in C.But this one is written in matlab. follow these steps to use it: 1.To coder a speech(ensure it as a row vector variable in matlab),simply type
  3. 所属分类:Audio program

    • 发布日期:2017-03-27
    • 文件大小:239403
    • 提供者:Zachery Chen
  1. Operator_priority

    0下载:
  2. 自动的编译原理算符优先算法(具有自动算FIRST集,FOLLOW集和算符优先表,)编译后为exe,可输入参数执行环境为vs2005 语言C#-Automatic Compilation Principle operator priority algorithm (with automatic calculation FIRST sets, FOLLOW sets, and operator priority table,) compiled for the exe, the implementa
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:33706
    • 提供者:高飞
  1. torque-2.3.3.tar

    2下载:
  2. PBS是功能最为齐全,历史最悠久,支持最广泛的本地集群调度器之一。 PBS的目前包括openPBS,PBS Pro和Torque三个主要分支。 其中OpenPBS是最早的PBS系统,目前已经没有太多后续开发,PBS pro是PBS的商业版本,功能最为丰富。Torque是Clustering公司接过了OpenPBS,并给与后续支持的一个开源版本。 -PBS is the most feature-complete, the oldest in support of the most exte
  3. 所属分类:Linux/Unix编程

    • 发布日期:2012-11-30
    • 文件大小:5460551
    • 提供者:liangrunsuo
  1. Computer

    0下载:
  2. 计算工具其中的还有的工具待后续上传 各位大侠 先用着这些 如有不周请谅解-Computational tools which are tools for you to be follow-up From the first use of these heroes, if ill-please understand
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:10541
    • 提供者:zhq
  1. stuMIS

    0下载:
  2. 数据库要求:Access 2000或者更高的版本。 系统要求:Windows系列操作系统。 运行“安装程序”文件夹中的setup.exe文件,按照系统提示进行安装。 登录时: 1. 如果是管理员身份,初次登录可输入“111”、“555”。 2. 如果是教师身份,初次登录可输入“何书”、“11001”。 3. 如果是学生身份,初次登录可输入“张俊”、“10010001”。-Database requirements: Access 2000 or later.
  3. 所属分类:Education soft system

    • 发布日期:2017-03-30
    • 文件大小:127388
    • 提供者:wy
  1. xuglMIS

    1下载:
  2. 学籍管理系统 数据库要求:Access 2000或者更高的版本。 系统要求:Windows系列操作系统。 运行“安装程序”文件夹中的setup.exe文件,按照系统提示进行安装。 登录时: 1. 如果是管理员身份,则需要输入管理员账号和密码,初次登录可以输入“admin”、“111”。 2. 如果是学生身份,则需要输入学生的编号和名称,初次登录可以输入“张三”、“9811101”。-Student Management System database r
  3. 所属分类:Education soft system

    • 发布日期:2016-01-10
    • 文件大小:194793
    • 提供者:wy
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 19 »
搜珍网 www.dssz.com