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

搜索资源列表

  1. kechengshejiguyue

    0下载:
  2. (1) 问题描述:在屏幕上输出ASII码表和九九乘法表。 (2) 程序应有操作提示、输入和输出,界面追求友好,最好是菜单式的界面。 (3) 设计若干用例(测试数据),上机测试程序并分析(评价)所设计的程序。 (4) 设计报告格式按附件要求书写。 -(1) Descr iption of the issue : on the screen output Mayor stopwatch and Jiujiuchengfabiao. (2) operating procedures s
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1281
    • 提供者:大月
  1. wenjianxitongmoni

    1下载:
  2. 操作系统课程设计报告 文件系统模拟 一、课程设计目的 通过模拟文件系统的实现,深入理解操作系统中文件系统的理论知识。 二、课程设计要求 通过课程设计,要求学生主要掌握如下内容: 1.设计出文件系统中常用的数据结构; 2.理解文件系统的工作流程,给出程序流程图; 3.设计出文件系统中关键的算法; 4.模拟实现二级目录文件系统,并给出一组运行结果。 三、课程设计内容 根据实验指导书补充 四、文件系统实现 -courses on operating
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:22776
    • 提供者:xiao ming
  1. sort4

    0下载:
  2. 此程序为四种排序算法的时间比较,选择,冒泡,插入排序,还有一份实验报告 -procedure for the four sorting algorithm of the time, choice, Bubble, insertion sort, and an experimental report
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:66552
    • 提供者:李冰月
  1. fushusizeyunsuan

    0下载:
  2. 此程序由C++语言编写而成,主要功能是实现复数之间的加、减、乘、除的运算,分别由数字键1、2、3、4代替。包含设计报告-this procedure prepared by the C language, the major function of the complex, plus or minus, multiplication, addition to the operator, Key figures from the 1, 2, 3 and 4 instead. Includes de
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:12825
    • 提供者:许元雪
  1. comVirusrar

    0下载:
  2. 一次关于病毒课程的试验报告,在这个报告里还有相关的概念病毒等示例程序,主要感染com文件-virus programs on the test report, in this report there is the concept of the virus sample program, com main document infection
  3. 所属分类:杀毒

    • 发布日期:2008-10-13
    • 文件大小:79418
    • 提供者:wff
  1. chengjitongji

    0下载:
  2. 完整的学生成绩统计程序,包括全面的实验报告————包括各方面的注释。-integrity of the statistical procedures for the performance of their students, including a comprehensive report of the experiment, including the various aspects of the Notes.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:46657
    • 提供者:xiangxi
  1. 2006.12.11CDMA

    0下载:
  2. 很不错的CDMA仿真程序--今年科技前沿讲座最新报告-very good CDMA simulation program -- the technology front this year, the latest report of talks
  3. 所属分类:传真(Fax)编程

    • 发布日期:2008-10-13
    • 文件大小:3672
    • 提供者:1
  1. BiaoDaShiQiuZhiShiYan

    0下载:
  2. 编译原理的算符优先表达式求值程序,附带有实验报告,仅供参考。-compiler principle of priority operator expression evaluates procedures, a fringe experimental report, for information purposes only.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:77670
    • 提供者:张楠
  1. asset

    0下载:
  2. 该报告及程序实现的功能: 初始条件: 一个公司希望为管理它的每批资产(如PC机、打印机、汽车、桌子、椅子等)建立一个数据库。资产被分为几类,如计算机和设备。一个资产被分配给一个员工。财务人员要检查每批资产的现有市场价值,并记录下日期和现有价值。公司也许会决定卖掉现有资产。同样,每批资产都要进行维护。 要求完成的主要任务: 1.根据上述的初始条件,进行调查分析并设计适当的属性。设计一个资产数据库,DBMS可选Ms SQL Server、Access、VFP等。 2.完成课程设计
  3. 所属分类:其他数据库

    • 发布日期:2008-10-13
    • 文件大小:65829
    • 提供者:王并
  1. Components

    0下载:
  2. MFC作业,内有实验报告,执行程序.为大家共享-MFC operations, within experimental report, the enforcement procedures. To share
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:47460
    • 提供者:week
  1. DSPHOMEWORK

    0下载:
  2. 设信号 ,用 对x(t)采样得x(n),是否会发生频谱混叠?现利用FFT分析其频谱。 1.编程绘制该信号的波形。 2.若令N=16,编程对x(n)做FFT运算,并绘制其幅频特性曲线。 3.令N=1024,编程对x(n)做FFT运算,并绘制其幅频特性曲线。 4.分析2、3的运算结果。 设计调试报告要求: 1.工作原理简述; 2.设计思路; 3.难点及解决方法; 4.设计、调试结果及分析; 5.程序文本及操作步骤。-based signal
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:49435
    • 提供者:魏臻
  1. osshiyanbaogao

    0下载:
  2. 大三时的操作系统实验报告完整版,有进程管理,作业调度,存储管理和模拟文件管理。有些附了实验报告有些没有,虽然程序有些写的不算好,但还是希望对为做操作系统实验而正在烦恼的兄弟有些帮助吧。-ruins of the operating system integrity experimental version of the report, process management, job scheduling, Storage management and document management si
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:68025
    • 提供者:烟仔
  1. pkuacm

    0下载:
  2. pku acm竞赛专用,含有多种算法的解题报告,程序员提高自身水平可以参考,会极大地提高编程功力-pku acm race-exclusive and contain a variety of algorithms to solve problems, programmers can improve their own standard of reference, will greatly improve programming skill
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:5842989
    • 提供者:李明
  1. jhvhjhk

    0下载:
  2. 乒乓球游戏机实验报告实验人: 大火虎设计课题: 用VHDL设计一个乒乓球游戏机,用开关来摸拟球手及裁判,用LED来模拟乒乓球,采用每局十一球赛制,比分由七段显示器显示. 设计思路: 采用按功能分块,将整个电路分成若干子程序,利用不同的子程序来实现记分,显示,键盘控制。设计过程: 1) 对4MHZ信号进行分频,得到所需的1HZ,及七段显示器所需的频率.存为CLOCKMAKE.VHD(注:仿真时所加的信号频率比这要高。)。 2) 设计一个子程序来描述裁判,左击球手,右击球手的动作对LED显示的影响,
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1120
    • 提供者:slw
  1. A_ImageProcessing_Project_SourceCode_and_The_repor

    0下载:
  2. 我自己写的图像处理作业报告,程序参考了VC++数字图象处理的源码,采用WIN32SDK实现-I wrote it myself image processing operations, procedures, the VC digital image processing of the source code, Implementation adopted WIN32SDK
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:112259
    • 提供者:张善伟
  1. 2006310114450

    0下载:
  2. 汇编语言程序设计报告模式 ,任务书,里面主要写了汇编语言的协作模式 还需要自几 耕具自己的情况天家!-assembly language programming reports, tasks, inside the main assembly language to write the collaborative model also need to have cultivated since several of their days!
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:31395
    • 提供者:boyce
  1. sort-all

    0下载:
  2. 本程序完成实验要求的全部功能直接插入排序、SHELL排序、冒泡排序、快速排序、简单选择排序、堆排序、归并排序、基数排序,程序代码符合书写规范,实验报告叙述清晰完整,有详尽的分析和总结。 在实验过程中,积极配合本团队分工合作的精神,努力学习,总算不负众望,将程序编好,在此,我更想感谢的是老师的教导,在她的帮助下,我才顺利完成了本次的任务。 -the experimental procedures are completed all the functional requirements o
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:97242
    • 提供者:马全
  1. PL0Lexicalgrammaticalanalysis

    1下载:
  2. 这是用C语言编写的PL/0 词法分析和语法分析程序,PL0Lexicalgrammaticalanalysis.rar中有词法分析源代码,语法分析源代码,以及相应的报告文档。-This is the C language PL / 0 lexical analysis and syntax analysis procedures, PL0Lexicalgrammaticalanalysis.rar a source of lexical analysis code, the source cod
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:52454
    • 提供者:五香
  1. Coursedesigndatanetwork

    0下载:
  2. 用vc 实现的局域网聊天程序报告 用vc 实现的局域网聊天程序报告-vc used to achieve the procedural report LAN chatting with vc achieve LAN chatting procedural report
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:144471
    • 提供者:luowenfen
  1. 449_update_works

    1下载:
  2. 这里MSP430通过串口远程升级程序的应用报告,代码是以449为例的。-through here MSP430 serial remote promotion procedures of the report, the code is based on the 449 as an example.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:107714
    • 提供者:王鲁克
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com