虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

TML-R

  • 利用matlab编程语言

    利用matlab编程语言,对合成孔径雷达的R-D算法进行了仿真

    标签: matlab 编程语言

    上传时间: 2013-12-22

    上传用户:mikesering

  • 实现了电脑硬件销售管理系统

    实现了电脑硬件销售管理系统,有代码及整个的设计过程。目录 第一章 概述 第二章 需求分析 2.1 可行性研究 2.2 系统数据流图 2.3 E-R模型图 第三章 数据库逻辑设计 3.1 表的定义 3.2 表的关系 3.3 视图 第四章 软件功能设计 4.1 模块结构图 4.2 模块功能 第五章 界面设计 第六章 结束语 6.1收获心得 6.2 系统的改进与扩展

    标签: 电脑硬件 销售 管理系统

    上传时间: 2013-12-20

    上传用户:xwd2010

  • I. C. Wong, Z. Shen, J. G. Andrews, and B. L. Evans, ``A Low Complexity Algorithm for Proportional R

    I. C. Wong, Z. Shen, J. G. Andrews, and B. L. Evans, ``A Low Complexity Algorithm for Proportional Resource Allocation in OFDMA Systems , Proc. IEEE Int. Work. Signal Processing Systems, 针对这篇文章给出的源代码

    标签: I. C. B. G.

    上传时间: 2014-01-24

    上传用户:zhichenglu

  • 【问题描述】 在一个N*N的点阵中

    【问题描述】 在一个N*N的点阵中,如N=4,你现在站在(1,1),出口在(4,4)。你可以通过上、下、左、右四种移动方法,在迷宫内行走,但是同一个位置不可以访问两次,亦不可以越界。表格最上面的一行加黑数字A[1..4]分别表示迷宫第I列中需要访问并仅可以访问的格子数。右边一行加下划线数字B[1..4]则表示迷宫第I行需要访问并仅可以访问的格子数。如图中带括号红色数字就是一条符合条件的路线。 给定N,A[1..N] B[1..N]。输出一条符合条件的路线,若无解,输出NO ANSWER。(使用U,D,L,R分别表示上、下、左、右。) 2 2 1 2 (4,4) 1 (2,3) (3,3) (4,3) 3 (1,2) (2,2) 2 (1,1) 1 【输入格式】 第一行是数m (n < 6 )。第二行有n个数,表示a[1]..a[n]。第三行有n个数,表示b[1]..b[n]。 【输出格式】 仅有一行。若有解则输出一条可行路线,否则输出“NO ANSWER”。

    标签: 点阵

    上传时间: 2014-06-21

    上传用户:llandlu

  • This program is to find the floating point representation of real number. The user will be asked

    This program is to find the floating point representation of real number. The user will be asked for the number of mantissa, exponential, and the real number to be calculated (R=10). The program will find the FPR for Hexadecimal (R=16), Octal (R=8), and Binary (R=2).

    标签: representation floating program number

    上传时间: 2017-07-14

    上传用户:ANRAN

  • 从程序员角度看计算机体系结构

    从程序员角度看计算机体系结构,Randal E. Bryant David R. O’Hallaron的。

    标签: 程序员 角度 计算机体系结构

    上传时间: 2013-12-25

    上传用户:jqy_china

  • Defines and Computes the Differentiation Kernel, the kernel of the inverse heat conduction problem a

    Defines and Computes the Differentiation Kernel, the kernel of the inverse heat conduction problem as a function of s and r. Note: you will need to select some value Nmax at which to terminate the infinite sums in SVE of the kernel

    标签: the Differentiation conduction Computes

    上传时间: 2014-01-23

    上传用户:R50974

  • This is approximate entropy and sample entropy article. It will be helpful for motor behavior and r

    This is approximate entropy and sample entropy article. It will be helpful for motor behavior and rehabilitation study.

    标签: entropy approximate and behavior

    上传时间: 2014-01-14

    上传用户:1101055045

  • g a w k或GNU awk是由Alfred V. A h o

    g a w k或GNU awk是由Alfred V. A h o,Peter J.We i n b e rg e r和Brian W. K e r n i g h a n于1 9 7 7年为U N I X创建的a w k编程语言的较新版本之一。a w k出自创建者姓的首字母。a w k语言(在其所有的版本中)是一种具有很强能力的模式匹配和过程语言。a w k获取一个文件(或多个文件)来查找匹配特定模式的记录。当查到匹配后,即执行所指定的动作。作为一个程序员,你不必操心通过文件打开、循环读每个记录,控制文件的结束,或执行完后关闭文件。

    标签: V. Alfred GNU awk

    上传时间: 2014-01-02

    上传用户:hwl453472107

  • 使用unix的api实现unix下的rm函数

    使用unix的api实现unix下的rm函数,可支持-r -i -u选项

    标签: unix api 函数

    上传时间: 2014-01-20

    上传用户:dongqiangqiang