搜索资源列表

  1. 页面自动更新

    0下载:
  2. 网站的内容如有更新的话,总在要在首页表现出来。所以当更新一个地方的时候,总是要同时更新首页。但利用在线自动更新就方便得多啦。以下我们将利用ASP完成这一过程。 一个程序写之前,它的结构要先描绘出来。当结构确定之后,这个程序也已经完成一半了,所差的只是如何用语言去实现它。 根据本站的要求这个自动更新程序的结构(要求)初步定如下: 用数据库以保存所有的更新内容; 在首页上体现出最新更新的10条内容(当然不一定非10条不可啦); 在首页建个链
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:21141
    • 提供者:江夏
  1. 词法分析设计

    0下载:
  2. 这是我做的词法分析器的 需求分析和系统设计 请大家指教!-I developed the requirement analysis and system design of grammar analyzer. Advices are welcome.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:39208
    • 提供者:徐文虎
  1. warshall

    0下载:
  2. a、要求已知一个关系矩阵R,利用warshall算法求它的闭包R+ b、有良好的用户界面 c、有一个用于演示warshall算法的demo关系矩阵 d、能够求出用户输入的任何关系矩阵的闭包 e、能够将用户要求的结果清晰的显示在终端上 -a, a requirement known matrix R, warshall algorithm for the use of its closure R b, a good u
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7634
    • 提供者:张大鹏
  1. 工程源代码

    0下载:
  2. vc#环境下的极品源代码,包含了典型图书馆管理系统的全部功能要求,强烈推荐。-perfect source code in VC#,including all function requirement of typical library manage system.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:110136
    • 提供者:georgezzt
  1. iphone2

    0下载:
  2. 本程序自带反向回传语音代理服务,可以使两个不同局域网内的客户机通过国际互连网进行语音通讯,本程序使用点对点方式,不通过任何中介服务器速度快,语音延迟极小,声音清晰逼真,其效果和真实IP电话不相上下,程序界面简洁,操作简单,是在互连网上打IP电话的极好工具,唯一的要求是通话双方都要有电脑,并连入互连网。 本程序能实现以下连网操作功能: 1.通话双方是同一局域网内的用户 2.通话双方是不同局域网内的用户,并通过各自的网关
  3. 所属分类:IP电话/视频会议

    • 发布日期:2008-10-13
    • 文件大小:18867
    • 提供者:阿飞
  1. cpusimulator

    0下载:
  2. a cpu simulator with readme file . this code also is my assignment finished last year. i also provide the requirement and test file in this tar.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:79230
    • 提供者:原代码
  1. 统计英文文章的字符个数并huffman编码

    0下载:
  2. a)需求分析: 任务 :对一篇英文文章,统计各字符出现的次数,实现Huffman编码; 要求:输出每个字符出现的次数和编码,其中求最小权值要求用堆实现; b)概要设计: 本程序所使用的数据结构是树和线性表,所使用的算法主要有堆排序、赫夫曼算法。 -a) Requirements Analysis : Mandate : an article in English, statistics of the number o
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2838
    • 提供者:李韦纬
  1. Visual C sharp程序设计应用教程电子讲稿

    0下载:
  2. c sharp 的电子教案 交通大学的 比较基础 格式是powerpoint的 其他没什么要求-electronic templates University basis of comparison powerpoint format is no other requirement
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3151287
    • 提供者:小静
  1. tushuguanlixuqiushuming45648

    0下载:
  2. 这是一个软件工程的图书管理系统需求说明,里面的图都是用visio画的-This is a software engineering library management system requirement specification, which plans are drawn with Visio
  3. 所属分类:软件工程

    • 发布日期:2024-05-14
    • 文件大小:41984
    • 提供者:丁韦
  1. SoftwareEngineeringStandard

    0下载:
  2. 软件工程的国家标准文档,包括可行性分析、需求说明、详细设计等-National standards for software engineering documents, including feasibility analysis, requirement specification, detailed design, etc.
  3. 所属分类:软件工程

    • 发布日期:2024-05-14
    • 文件大小:256000
    • 提供者:cher
  1. requirementanalysis

    0下载:
  2. 软件开发需求分析要求,分析了软件需求的特征-an introduction of software requirement speciafication
  3. 所属分类:软件工程

    • 发布日期:2024-05-14
    • 文件大小:166912
    • 提供者:seafury
  1. (2)

    0下载:
  2. 软件需求说明模板 软件需求说明模板 -Software requirement specification template software requirement specification template software requirement specification template software requirement specification template
  3. 所属分类:软件工程

    • 发布日期:2024-05-14
    • 文件大小:5120
    • 提供者:王尊宗
  1. SoftwareProgramme

    0下载:
  2. 软件工程课件,包括软件工程学概论,可行性研究,需求分析,总体设计,详细设计,编码,测试,维护9个章节-Software engineering courseware, including the introduction of software engineering, feasibility studies, requirement analysis, design, detailed design, coding, testing,
  3. 所属分类:软件工程

    • 发布日期:2024-05-14
    • 文件大小:20251648
    • 提供者:朵朵
  1. srs3

    0下载:
  2. software requirement specification of the project.
  3. 所属分类:软件工程

    • 发布日期:2024-05-14
    • 文件大小:17408
    • 提供者:rubyacer
  1. requirement-analysis-of-Telecommunications-Data-Re

    0下载:
  2. 电信报表系统的需求分析,分析了电信报表系统的由手动到利用计算机、网络的可行性-requirement analysis of Telecommunications Data Report System
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:553984
    • 提供者:vivian youth
  1. Objectoriented.requirement.document

    0下载:
  2. 面向对象考勤管理高级开发需求文档Object-oriented high-level requirement document for attendance management. doc -Object-oriented high-level requirement document for attendance management. doc
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:142336
    • 提供者:at
  1. Software.Require.Engineer.Process

    0下载:
  2. 软件需求工程过程。需求工程过程—SREP(Software Requirement Engineering Process)的目的是为了 需求工程过程的文档化。SREP 试图使用Personal Software Process (PSP)作为基本模型, 定义类似于Watts Humphrey 在“A Discipline for Software Engineering”一书中定义的过 程。SREP 的目的是设计需求工程过
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:498688
    • 提供者:york
  1. Requirement-analysis

    0下载:
  2. 这是一篇需求分析,是关于一个手机软件的工程的-requirement analize
  3. 所属分类:软件工程

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:kevin
  1. requirement-analysis

    0下载:
  2. 高校教师工资管理系统软件工程设计,需求分析说明书。-The specification of requirement analysis,University teachers salary management system
  3. 所属分类:软件工程

    • 发布日期:2024-05-14
    • 文件大小:79872
    • 提供者:bingyue
  1. Software-Requirement-Analysis-System

    0下载:
  2. 本文详细介绍了铁路调度指挥系统和软件需求分析的概念;详细分析了系统的业务需求、包括运行图功能、信息采集与显示功能、调度命令功能、系统管理功能等;分析了系统的网络与安全需求以及其他需求等。-This paper describes the concept of railway dispatching system and software requirements analysis analyzing the detail of the
  3. 所属分类:行业发展研究

    • 发布日期:2024-05-14
    • 文件大小:466944
    • 提供者:郑篱儿
« 12 3 4 5 6 7 8 9 10 ... 43 »

源码中国 www.ymcn.org