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

搜索资源列表

  1. Tetris

    0下载:
  2. C++ 俄罗斯方块代码+文档。从文档说明到程序开发的完整过程-C++ Tetris code+ documentation. From documentation to complete the process of program development
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:63169
    • 提供者:武明飞
  1. rjgcgysj

    0下载:
  2. 软件的概要设计又称为软件系统(程序系统)的设计,本文件应说明软件系统即程序系统设计的总体考虑,包括系统的基本处理流程、软件系统的组织结构、模块划分、功能分配、数据结构、接口、运行、 出错处理和系统维护等方面的设计,为详细设计提供基础。-Software engineering outline design
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:4685
    • 提供者:qmmotoe2
  1. liushuideng

    0下载:
  2. 针对STM32,实现开发板上最基本的流水等操作,程序有详尽的说明,有助于初学者的入门学习。-For STM32, the development board to achieve the most basic operations such as running water, there is a detailed descr iption of the program to help beginners learning portal.
  3. 所属分类:Document

    • 发布日期:2017-04-04
    • 文件大小:897708
    • 提供者:大笨象
  1. chengxuyuanxiulianzhidao

    0下载:
  2. 程序员修炼之道-从小工到专家,pdf文件。C#或者C++说明,作者:Andrew Hunt,David Thomas- Programmers to uniting the way- from work to experts, the PDF file. C# or c++, author: Andrew Hunt, David Thomas
  3. 所属分类:Project Manage

    • 发布日期:2017-06-09
    • 文件大小:16152433
    • 提供者:林璇
  1. Decomposition-of-the-quality-factor

    0下载:
  2. 将一个正整数分解质因数。例如:输入90,打印出90=2*3*3*5。 程序分析:对n进行分解质因数,应先找到一个最小的质数k,然后按下述步骤完成: (1)如果这个质数恰等于n,则说明分解质因数的过程已经结束,打印出即可。 (2)如果n<>k,但n能被k整除,则应打印出k的值,并用n除以k的商,作为新的正整数你n,  重复执行第一步。 (3)如果n不能被k整除,则用k+1作为k的值,重复执行第一步。 -Decomposition of the qualit
  3. 所属分类:Communication

    • 发布日期:2017-04-13
    • 文件大小:2346
    • 提供者:董越玲
  1. 21-point-game

    0下载:
  2. 本程序为一个人机版本的21点游戏程序报告,包括软件设计说明和源程序-This program is a version of the 21:00 game HMI program reports, including software design descr iption and source code
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:13114
    • 提供者:陈晨
  1. QL--Grape--Test-fixture

    1下载:
  2. IPAD5测试治具。主要涉及C51串口通信(115200,8,n,1)。 压缩包中包含C51程序、电路图、调试说明、接线资料等-IPAD5 test fixture. Mainly related to C51 serial communications (115200,8, n, 1). Compressed package contains C51, schematics, debugging instructions, wiring information, etc.
  3. 所属分类:software engineering

    • 发布日期:2017-05-27
    • 文件大小:10224761
    • 提供者:殷海军
  1. chepaishibie

    2下载:
  2. 车票识别程序,简单实用,有文档说明,希望有用-Ticket identification procedures, simple and practical, with documentation, hope useful
  3. 所属分类:Project Design

    • 发布日期:2017-04-27
    • 文件大小:330771
    • 提供者:高某某
  1. duobianliangmatlabcode

    0下载:
  2. 讨论了多变量灰色预测模型的算法,给出多变量灰色预测模型的Matlab程序.通过实例说明算法程序的应用和效果. 更多还原-Algorithm discussed multivariable gray forecasting model, gives the Matlab program multivariable gray forecasting model by examples illustrate the application and effectiveness of the algor
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:427061
    • 提供者:王斌
  1. kuaisufuliyebianhuan

    0下载:
  2. 介绍了快速Fourier变换算法(FFT)的核心思想及其算法描述,并用Matlab程序设计语言实现了FFT算法.最后,举例说明用FFT算法计算复函数f(x)的插值函数-Introduced the fast Fourier transform (FFT) algorithm and its core idea of ​ ​ the algorithm descr iption and using Matlab programming language to implemen
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:126987
    • 提供者:王斌
  1. FENXING-QU-MIAN

    1下载:
  2. 给出了矩形域上分形插值数学模型,分形插值曲面的MATLAB程序,对程序中的主要变量进行了说明,并应用实际数据进行了分形插值曲面的实例研究。运用少量已知数据值,模拟出粗糙表面,这对于直观显示复杂物体的几何形态,研究具有分形特征的地形地貌、断层表面和材料裂隙表面,具有重要的理论意义和实用价值。 更多还原 -Gives the fractal interpolation on a rectangular field mathematical model of fractal interpolat
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:180992
    • 提供者:王斌
  1. booksale

    0下载:
  2. 简单的图书销售管理系统 说明: 1.程序基本实现用户要求-Book sales management system simple instructions: 1. Program basically achieve user requirements
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:276982
    • 提供者:jakkk
  1. database

    0下载:
  2. Oracle部署说明,详细介绍了webLogic程序创建过程和配置优化-Oracle deployment instructions, detailing the process of creating and configuring webLogic program optimization
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:493837
    • 提供者:云开日出
  1. STM8-4432-smt

    1下载:
  2. 里面有si4432和pic单片机和51单片机的电路图,程序,和对芯片si4432无线收发模块的说明-There si4432 and pic microcontroller and 51 of the circuit, program. And instructions
  3. 所属分类:软件工程

    • 发布日期:2014-01-24
    • 文件大小:6854079
    • 提供者:孙超
  1. network-disk-download

    0下载:
  2. WINCE5.0 和WINCE6.0 开发环境的安装程序下载说明 一、WINCE5.0 安装程序相关 Wince5.0 的platformbuilder5.0 编译环境和相关文件已经生成一个文件包。 http://dl.vmall.com/c0xawyp5u4 下载界面如下图:-Setup WINCE5.0WINCE5.0 WINCE6.0 development environment and download instructions One, WINCE5.0 insta
  3. 所属分类:File Formats

    • 发布日期:2017-04-03
    • 文件大小:125400
    • 提供者:mahande
  1. 12xs128

    0下载:
  2. 12xs128程序教程,包括PWM模块、A/D转换模块、Timer模块和SCI寄存器的应用说明。-12xs128 program tutorials, including PWM module, A/D converter module, Timer modules and application notes SCI register.
  3. 所属分类:software engineering

    • 发布日期:2017-05-08
    • 文件大小:1575548
    • 提供者:子涵
  1. XFace

    0下载:
  2. 安卓手机平台人脸识别系统示例程序XFace及开发环境配置说明-Android mobile platform sample programs XFace face recognition system and development environment configuration instructions
  3. 所属分类:Document

    • 发布日期:2017-05-06
    • 文件大小:1535627
    • 提供者:余可
  1. IEEE30-node-flow-calculation

    2下载:
  2. 是IEEE30节点的电力系统潮流计算程序,附有详细说明,经过验证,程序结构简单易懂。-it is IEEE30 node flow calculation.It incliudes explation.And it has pass the test.It is very easy to understand.
  3. 所属分类:software engineering

    • 发布日期:2016-05-22
    • 文件大小:26624
    • 提供者:安嘉禾
  1. 12864xianshiyuanli

    0下载:
  2. 12864显示原理总结,分上下屏和左右屏分别说明并附实例程序。-12864 Principles summary screen and around the upper and lower screens are described together with examples of procedures.
  3. 所属分类:software engineering

    • 发布日期:2017-05-07
    • 文件大小:1219682
    • 提供者:张伟
  1. SimpliciTI-Specification

    0下载:
  2. 这个文档是有关于无线通信网络中的协议规范的一些说明,是基于TI公司的CCXXX系列芯片的一个协议,在编写程序过程中,我们需要使用到其中的一些函数,所以有必要对这个协议好好研读 开发环境是IAR,但使用的编程语言仍是我们熟悉的C语言-This document is some explanation about the wireless communication network protocol specification, a protocol is based on TI' s C
  3. 所属分类:Communication

    • 发布日期:2017-04-05
    • 文件大小:190681
    • 提供者:曾人之
« 1 2 ... 13 14 15 16 17 1819 20 21 22 »
搜珍网 www.dssz.com