CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - 实验

搜索资源列表

  1. a

    0下载:
  2. 实验指导书-09电子系统设计试验一,用于电子设计类的课程设计。-Experimental instructions-09 electronic system designed to test a curriculum design for the electronic design class.
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:98087
    • 提供者:ljw
  1. first-lab

    0下载:
  2. 这是我的dos第一次实验的代码和报告 希望对大家有用-I think it is very good !
  3. 所属分类:software engineering

    • 发布日期:2017-05-02
    • 文件大小:696322
    • 提供者:伟龙
  1. hight

    0下载:
  2. 这是我的dos第一次实验的代码和报告 希望大家可以下载来用 希望对大家有用-I think it is very good!!
  3. 所属分类:software engineering

    • 发布日期:2017-04-26
    • 文件大小:16668
    • 提供者:伟龙
  1. EDA-experiment-instructions

    0下载:
  2. 2010级本科生电子设计自动化实验指导书-2010 Undergraduate Electronic Design Automation experimental instructions
  3. 所属分类:Project Design

    • 发布日期:2017-05-04
    • 文件大小:1218423
    • 提供者:陈俊辉
  1. Software-Engineering-Report

    0下载:
  2. 用JAVA语言实现学生学籍管理系统,并用所学软件工程的知识写相关的实验报告-Student Management System with JAVA language, and software engineering knowledge to write experimental reports
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:130080
    • 提供者:陈欣尹
  1. software-engineering-

    0下载:
  2. 简易的软件工程实验报告,其中说明实验内容、实验需求等-Simple experimental software engineering report, which describes the experimental content, experimental demand
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:104845
    • 提供者:燕子
  1. dianyadianliuceliang

    0下载:
  2. 直流电压、电流的测量,实验报告,电路原理-DC voltage, current measurement, laboratory reports
  3. 所属分类:software engineering

    • 发布日期:2017-05-02
    • 文件大小:692666
    • 提供者:李马也
  1. jierhuofuyuanlideyanzheng-

    0下载:
  2. 电路原理实验,基尔霍夫定律的验证。通过实验证明基尔霍夫定律-Circuit principle experiment, the validation of Kirchhoff' s law. Kirchhoff' s law proved by experiments
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:990770
    • 提供者:李马也
  1. device

    0下载:
  2. 软件设计实验报告 模版 提供给大家参考。-Software design experiments report template
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:19532
    • 提供者:xu
  1. fuzzy-logic-image-fusion

    0下载:
  2. 提出了一种基于小波变换和模糊集的图像融合算法.其基本思想是: 首先对图像进行小波变换,获得图 像的低频和高频分量 随后在融合过程中, 对低频和高频分量采取不同的融合策略, 即对低频分量采用平均能 量法进行融合,对高频成分利用图像的模糊集, 寻求一个模糊隶属函数作为融合算子进行融合 最后再对融合 后的图像进行小波反变换,重构出融合后的图像.实验结果证明了方法的有效性.-Proposed image fusion algorithm based on wavelet transform
  3. 所属分类:Project Design

    • 发布日期:2017-04-01
    • 文件大小:134471
    • 提供者:张凡
  1. kmeans

    0下载:
  2. 用VC或Java实现K-means聚类算法,分别以迭代次数及分配不再发生变化为算法终止条件,用图片(自己选择)作为数据集,比较运行时间(画出时间与像素点的关系曲线图,因此须用多幅像素个数不同的图片进行实验),提交实验报告与源代码。-K-means clustering algorithm for algorithm termination conditions, with a picture (their choice) as a data set to compare the running
  3. 所属分类:software engineering

    • 发布日期:2017-05-24
    • 文件大小:8127710
    • 提供者:郭跃龙
  1. data-structure-experiment-

    0下载:
  2. 数据结构实验和课程(c语言)设计文档任务及要求-C programming language data structure experiment and course design document
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:360599
    • 提供者:吴为
  1. ruan-jian

    0下载:
  2. 软件测试 黑盒、白盒 测试实验 内容为输入一个日期 测试为星期几-Software testing black box white box experiment content to enter a date test day of the week
  3. 所属分类:Software Testing

    • 发布日期:2017-04-17
    • 文件大小:56114
    • 提供者:wangxiaolei
  1. java2

    0下载:
  2. 实验三:加密 实验目的:1.解决问题的基本技巧 2.编写伪码 3.实现算法 4.修改程序以执行不同的任务 问题描述:一家公司希望通过电话传输数据,但担心电话可能会遭到监听。所有的数据都是 以四位整数进行传输的。该公司要求你编写一个程序,对数据进行加密,一边数据的传输更加安全。应用程序应在输入对话框中读取用户输入的四位整数,然后按如下方式对其加密:计算各位数加上7后的和,再除以10,用所得到的余数替换对应的数字。然后交换第一个数字和第三个数字,第二个数字和
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:35476
    • 提供者:哦也啊
  1. experimentbased-on-LabView

    0下载:
  2. 基于LabView的频率响应函数与数字滤波实验-the frequency response function and digital filtering experiment based on LabView
  3. 所属分类:Project Design

    • 发布日期:2017-03-26
    • 文件大小:185821
    • 提供者:袁军
  1. virtual-memory

    0下载:
  2. 虚拟内存设备驱动实验,通过C语言编写虚拟内存设备驱动程序-Experiment of virtual memory, device drivers, virtual memory, device drivers written in C language
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:13424
    • 提供者:浏阳
  1. ID3

    0下载:
  2. ID3实验仿真!代码完美运行,非常适合新手理解和学习-The ID3 experimental simulation! Code works perfect, very suitable for beginners to understand and learn! ! !
  3. 所属分类:Project Design

    • 发布日期:2017-04-08
    • 文件大小:44289
    • 提供者:ricky
  1. LSD-STBD-A001-A2

    0下载:
  2. 430F5实验平台全部资料,iar测试工程和程序。 430F5实验平台全部资料,iar测试工程和程序-430F5 experimental platform for all the information, iar test engineering, and procedures. The 430F5 experimental platform for all the information, iar works of the tests and procedures
  3. 所属分类:Software Testing

    • 发布日期:2017-05-17
    • 文件大小:5110527
    • 提供者:jesus
  1. 11

    0下载:
  2. Proteus仿真ARM7实验手册 仿真软件 Proteus是英国Labcenter electronics公司的EDA工具软件,Proteus已有十五年的历史,在全球广泛使用,除了其具有和其它EDA工具一样的原理布图、PCB自动或人工布线及电路仿真的功能外,其革命性的功能是,他的电路仿真是互动的,针对微处理器的应用,可以直接在基于原理图的虚拟原型上编程,并实现软件源码级的实时调试,如有显示及输出,还能看到运行后输入输出的效果,配合系统配置的虚拟仪器如示波器、逻辑分析仪等,您不需要别的,Pr
  3. 所属分类:software engineering

    • 发布日期:2017-05-11
    • 文件大小:2269539
    • 提供者:GY
  1. changzhengshu

    0下载:
  2. 长整数四则运算的实验报告,绝对真实无误,请放心下载-Experimental report of four long integer arithmetic is absolutely true and correct
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:5980
    • 提供者:李明
« 1 2 ... 33 34 35 36 37 3839 40 41 42 43 ... 50 »
搜珍网 www.dssz.com