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

3<b>4</b>9

  • his folder contains the following files: 1. 02490rxP802-15_SG3a-Channel-Modeling-Subcommittee-Repor

    his folder contains the following files: 1. 02490rxP802-15_SG3a-Channel-Modeling-Subcommittee-Report-Final.doc: This is the final report of the channel modeling sub-committee. 2. cmx_imr.csv (x=1, 2, 3, and 4) represent the files containing the actual 100 channel realizations for CM1, CM2, CM3, and CM4. The columns are organized as (time, amp, time, amp,...) 3. cmx_imr_np.csv (x=1, 2, 3, and 4) represent the files containing the number of paths in each of the 100 multipath realizations. 4. cmx_imr.mat (x=1, 2, 3, and 4) are the .mat files that can be loaded directly into Matlab (TM). 5. *.m files are the Matlab (TM) files used to generate the various channel realizations.

    标签: a-Channel-Modeling-Subcommittee-R following contains folder

    上传时间: 2013-12-21

    上传用户:hxy200501

  • 相册是J2me MIDLet 的一个demo程序

    相册是J2me MIDLet 的一个demo程序,可以使用户查阅图片在J2me支持的手持设备上。 文件夹与文件 +ImageAlbum -ImageAlbum.mcp -ImageAlbum_ReadMe.txt - debug_out - release_out - resources - 1.png - 2.png - 3.png - 4.png - 5.png + sources - DownloadFromURLForm.java - HelpDisplayForm.java - HttpDownloader.java - ImageAlbum.java - MainMenu.java - MyTimerTask.java - OptionsInputForm.java - PhotoCanvas.java - RMSOperations.java - StringByteOperations.java String data

    标签: MIDLet J2me demo 程序

    上传时间: 2014-11-30

    上传用户:semi1981

  • The government of a small but important country has decided that the alphabet needs to be streamline

    The government of a small but important country has decided that the alphabet needs to be streamlined and reordered. Uppercase letters will be eliminated. They will issue a royal decree in the form of a String of B and A characters. The first character in the decree specifies whether a must come ( B )Before b in the new alphabet or ( A )After b . The second character determines the relative placement of b and c , etc. So, for example, "BAA" means that a must come Before b , b must come After c , and c must come After d . Any letters beyond these requirements are to be excluded, so if the decree specifies k comparisons then the new alphabet will contain the first k+1 lowercase letters of the current alphabet. Create a class Alphabet that contains the method choices that takes the decree as input and returns the number of possible new alphabets that conform to the decree. If more than 1,000,000,000 are possible, return -1. Definition

    标签: government streamline important alphabet

    上传时间: 2015-06-09

    上传用户:weixiao99

  • 用户界面设计为菜单方式。程序运行后

    用户界面设计为菜单方式。程序运行后,显示如下功能菜单: 1. 清除 2. 插入 3. 追加 4. 删除 5. 查找 0.退出

    标签: 用户界面设计 方式 菜单 程序

    上传时间: 2015-06-10

    上传用户:shanml

  • 这是一个字母或数制之间的转化程序

    这是一个字母或数制之间的转化程序,5为主模块,调用模块1和模块7 模块1又调用模块2、3、4和6四个模块,其中:   模块2实现小写字母向大写字母的转换 模块3实现大写字母向小写字母的转换 模块4实现二进制数向十六进制数的转换 模块6实现十六进制数向二进制数的转换 模块7实现十六进制数向十进制数的转换 按“q”键退出。 使用时,需将7个文件分别汇编,连接的方法为: 5+1+2+3+4+6+7 生成可执行文件“5” 即可运行。

    标签: 字母 数制 转化 程序

    上传时间: 2015-06-14

    上传用户:许小华

  • 能分班系统采用Z线分班方法:即由系统自动抽签(也可由班主任抽签)

    能分班系统采用Z线分班方法:即由系统自动抽签(也可由班主任抽签),然后系统根据抽签结果进行自动分班。假设4个班的抽签结果为:4、3、2、1,则第一轮按4、3、2、1的顺序抽取学生,第二轮按1、2、3、4的顺序抽取学生,第三轮按4、3、2、1的顺序抽取学生,第四轮按1、2、3、4的顺序抽取学生,如止反复,直到全部学生抽完。Z线分班方法如下图: 分班的首要条件是各班男女比例尽量相同;各班的成绩尽量平均;同名学生尽量分开。根据学校情况还可另设5个条件。 智能分班系统具有以下特点: ◆ 切合实际 ◆ 速度快捷 ◆ 功能强大 ◆ 操作简单

    标签: 自动

    上传时间: 2013-12-17

    上传用户:520

  • 一个简单的实验室管理系统源代码

    一个简单的实验室管理系统源代码,有基本的:新增2:更改3:删除4:查找5:显示6:全删等功能

    标签: 实验室 管理系统 源代码

    上传时间: 2015-07-07

    上传用户:气温达上千万的

  • 電子看板的物件程式

    電子看板的物件程式,讓程式更好看 delphi 3.0, 4.0, 5.0, 6.0, 7.0 適用

    标签: 程式

    上传时间: 2015-07-13

    上传用户:dongbaobao

  • 此程序由C++语言编写而成

    此程序由C++语言编写而成,主要功能是实现复数之间的加、减、乘、除的运算,分别由数字键1、2、3、4代替。包含设计报告

    标签: 程序 语言 编写

    上传时间: 2015-08-08

    上传用户:四只眼

  • 基于DOS的多任务系统的实现 1. 用C语言完成线程的创建和撤消

    基于DOS的多任务系统的实现 1. 用C语言完成线程的创建和撤消,并按优先权加时间片轮转算法对多个线程进行调度; 2. 改变时间片的大小,观察结果的变化。思考:为什么时间片不能太小或太大; 3. 假设两个线程共用同一软件资源(如某一变量,或某一数据结构),请用记录型信号量来实现对它的互斥访问; 4. 假设有两个线程共享一个可存放5个整数的缓冲,一线程不停的计算1到50的平方,并将结果放入缓冲中,另一个线程不断的从缓冲中取出结果,并将他们打印出来,请用记录型信号量实现这一生产者和消费者的同步问题; 5. 实现消息缓冲通信,并于3,4中的简单通信进行比较; 6. 思考:在线程间进行消息缓冲通信时,若对消息队列的访问没有满足互斥要求,情况会怎么样?

    标签: DOS C语言 多任务系统 线程

    上传时间: 2013-12-20

    上传用户:赵云兴