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

搜索资源列表

  1. Lience_matlab

    1下载:
  2. 车牌识别Matlab程序,可直接运行,内含实验原理报告和源程序!-License Plate Recognition Matlab program can be run directly, the report contains the experimental principle and the source!
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:2705265
    • 提供者:wangcongyi
  1. tushuguanli

    1下载:
  2. 【问题描述】 设计一个计算机管理系统完成图书管理基本业务。 【基本要求】 1)?每种书的登记内容包括书号、书名、著作者、现存量和库存量; 2)?对书号建立索引表(线性表)以提高查找效率; 3)?系统主要功能如下: *采编入库:新购一种书,确定书号后,登记到图书帐目表中,如果表中已有,则只将库存量增加; *借阅:如果一种书的现存量大于0,则借出一本,登记借阅者的书证号和归还期限,改变现存量; *归还:注销对借阅者的登记,改变该书的现存量。 【进一步完成内容】 1)?系统功能的进一步完善; 2)?索
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:3501
    • 提供者:yyw
  1. dct

    0下载:
  2. 数字图像处理dct编码的程序,有详细程序加结果加分析,自己写的实验报告-Dct coding of digital image processing procedures, plus a detailed analysis of results of the processes, their written lab report
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:301969
    • 提供者:李志
  1. chepaishibiexitong

    0下载:
  2. 这是个比较经典的车牌识别资料,很详细,有报告和程序,也有简单和完整版之分,希望对大家有帮助-This is a more classic license plate recognition data, very detailed reports and procedures, there are simple and full version of the points, we want to help ~ ~
  3. 所属分类:Special Effects

    • 发布日期:2017-05-23
    • 文件大小:7357794
    • 提供者:cx
  1. score

    0下载:
  2. 使用JAVA编写的学生考试成绩分析程序 内附代码 可执行JAR文件 以及实验报告-Prepared using the JAVA analysis of test scores of students program executable JAR file containing the code and test report
  3. 所属分类:Java Develop

    • 发布日期:2017-05-22
    • 文件大小:6734036
    • 提供者:方紫
  1. NineGrid

    0下载:
  2. 上海大学凌伟杰的8数码实验报告,有文档和Java程序。 -Shanghai University Ling Weijie 8 digital test reports, documents and Java programs.
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:1285752
    • 提供者:王桂平
  1. Javaplant_short

    0下载:
  2. Java手机飞机游戏源代码附加毕业程序设计报告-Mobile Java Games Source Code air additional graduate program design report
  3. 所属分类:Game Program

    • 发布日期:2017-04-09
    • 文件大小:478282
    • 提供者:潘叛
  1. noise

    1下载:
  2. 基于FPGA的噪声产生电路,用MATLAB设计噪声仿真程序,产生仿真数据的方法。并利用FPGA模拟信号。其中有详尽的matlab仿真程序,FPGA仿真结果以及总的设计报告。-Noise generating circuit based on FPGA, using MATLAB simulation program designed noise, resulting simulation data. Analog signal using the FPGA. Which detailed mat
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-02-08
    • 文件大小:1278976
    • 提供者:hp
  1. com

    0下载:
  2. 应用CSerialPort类编制基于对话框串口通信程序编程及测试报告 -Application CSerialPort class prepared serial communication based on dialog programming and test reports
  3. 所属分类:Com Port

    • 发布日期:2017-04-08
    • 文件大小:85854
    • 提供者:liaolizi
  1. shiyanbaogao

    0下载:
  2. 数据结构试验报告册,其中包括了线性表的基本操作,栈和队列的基本操作,稀疏矩阵的运算,二叉树的基本操作,图的存储和应用,查找运算实现,排序运算实现的C程序和调试结果。-Basic operation, the stack and queues are the basic operation of the matrix and operation of the basic operation of the tree, storage and application, the lookup opera
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:124733
    • 提供者:张周
  1. SalaryManagementSystem

    0下载:
  2. 工资管理系统 详细实验报告——概念数据库设计;逻辑数据库设计 以及整个程序-Salary Management System detailed lab report- conceptual database design logical database design and the whole process
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-10
    • 文件大小:2339049
    • 提供者:王媛媛
  1. 1085s

    0下载:
  2. 操作系统进程优先调度算法程序,喜欢的朋友还可以提供实验报告-无
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:156548
    • 提供者:hanhui
  1. Lexical_Analysis

    0下载:
  2. 设计并实现C语言词法分析程序。要求如下: 可以识别出用C语言编写的源程序中的每个单词符号,并以记号的形式输出每个单词符号。 可以识别并读取源程序中的注释。 可以统计源程序中的语句行数,单词个数和字符个数,其中标点和空格不计算为单词,并输出统计结果。 检查源程序中存在的错误,并可以报告错误所在的行列位置。 发现源程序中存在的错误后,进行适当的恢复,使词法分析可以继续进行,通过一次词法分析处理,可检查并报告源程序中存在的所有错误。 采用C/C++作为实现语言,手工编
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:3347
    • 提供者:moontea
  1. JAVA

    0下载:
  2. 南昌航空大学Java语言程序设计实验报告-Nanchang University of Aeronautics and Java language programming lab report
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:131930
    • 提供者:任威
  1. operatingsystemtestreport(filesystembuilding)

    0下载:
  2. 操作系统实现文件系统构建。 该文件里只有实验报告,但是报告里有完整代码。程序详细注释。-Construction of the operating system for file system. The file is only experimental report, the report contains integrated code. Procedures detailed comments.
  3. 所属分类:File Formats

    • 发布日期:2017-04-16
    • 文件大小:38891
    • 提供者:xiedanfeng
  1. operatingsystemProcesscommunicationsconcurrentexec

    0下载:
  2. 操作系统实验报告里包含完整代码和详细注释。还有程序调试过程。程序并发执行和进程通信-Experiments address contains the complete code and detailed notes. There are debugging process.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:278998
    • 提供者:xiedanfeng
  1. operator

    1下载:
  2. 操作系统课程设计,C语言实现的处理机调度程序,有源代码和报告-Operating systems curriculum design , C language implementation of the processor, scheduler source code and reports
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:211108
    • 提供者:高飞
  1. 02002

    0下载:
  2. 数据结构课程设计,基于VS2008开发用用C语言,包含可执行程序,源码以及设计报告。是一个简单的图书馆进销存管理系统。-Curriculum design data structure, based on development with VS2008 using C language, including executable programs, source code and design report. Invoicing is a simple library management sy
  3. 所属分类:Data structs

    • 发布日期:2017-05-18
    • 文件大小:4642460
    • 提供者:张少伟
  1. biaodashiqiuzhibaogao

    1下载:
  2. 数据结构的实验报告:包括了源码,本程序可以对正确的表达式能给出正确结果;对不正确的表达式能指出错误,如少左括号,少右括号等-Data structure lab report: include the source, this procedure can correct expression can give accurate results on incorrect expressions can point out errors, such as less left parenthesis
  3. 所属分类:Data structs

    • 发布日期:2014-11-05
    • 文件大小:7168
    • 提供者:天天向上
  1. 0810704530

    0下载:
  2. 汇编英文打字练习报告 附有源代码 可执行程序截图和流程图-Compilation of the report in English typing practice shots with the source code and executable program flow chart
  3. 所属分类:assembly language

    • 发布日期:2017-04-17
    • 文件大小:143323
    • 提供者:怜夕
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
搜珍网 www.dssz.com