搜索结果

找到约 29,810 项符合 1.2 的查询结果

按分类筛选

显示更多分类

Delphi控件源码 . Info directory .delphiinternet Delphi sample applications (all Delphi versions) .cppinternet C++

.\ Info directory .\delphi\internet Delphi sample applications (all Delphi versions) .\cpp\internet C++Builder sample applications .\cpp\internet\bcb1 C++Builder version 1 projects .\cpp\internet\bcb3 C++Builder version 3 projects .\cpp\internet\bcb4 C++Builder version 4 projects .\cpp\internet\bcb5 ...
https://www.eeworm.com/dl/666/266785.html
下载: 160
查看: 1059

Java编程 apache的log4j源码

apache的log4j源码,此为1.2.15最新版
https://www.eeworm.com/dl/633/269048.html
下载: 74
查看: 1062

数学计算 功能:编写的计算皮亚诺相关系数 开发语言:ruby 调用:correlate(x,y) 其中,x,y为需要计算相关度的向量 调用示例: a = [3, 6, 9, 12, 15, 18

功能:编写的计算皮亚诺相关系数 开发语言:ruby 调用:correlate(x,y) 其中,x,y为需要计算相关度的向量 调用示例: a = [3, 6, 9, 12, 15, 18, 21] b = [1.1, 2.1, 3.4, 4.8, 5.6] c = [1.9, 1.0, 3.9, 3.1, 6.9] c1 = correlate(a,a) # 1.0 c2 = correlate(a,a.reverse) # -1.0 c3 = correlate(b,c) # 0.8221970228 puts c1 ...
https://www.eeworm.com/dl/641/271297.html
下载: 121
查看: 1046

压缩解压 本程序利用奇异值分解对3通道彩色图像进行压缩分解

本程序利用奇异值分解对3通道彩色图像进行压缩分解,具体步骤如下: 压缩过程: 1. 选取子图像大小K值,把图像分解成M×M个子图像,IMG(s),s=1,2,…, M2,其中M=N/K,原始图像IMG大小为N×N。 2. 计算这M2个子图像的平均值average,对每幅子图像减去均值图像得到新图像。 3. 计算相关矩阵R,其元素定义为 。 4. 计算R的特征 ...
https://www.eeworm.com/dl/617/271326.html
下载: 133
查看: 1117

J2ME The Funambol J2ME Mail Client aims to be a light, easy to use, free email client for J2ME devices.

The Funambol J2ME Mail Client aims to be a light, easy to use, free email client for J2ME devices. The first release comes with a simple but effective UI, and a storage limited to the internal RMS only. This makes the application compatible with most of the phones around (minimum requirements are: ...
https://www.eeworm.com/dl/660/271654.html
下载: 118
查看: 1046

邮电通讯系统 This program simulates the bit-error-rate (BER) performance of OSTBC with L=4 antennas over the fr

This program simulates the bit-error-rate (BER) performance of OSTBC with L=4 antennas over the frequency flat Rayleigh block fading channel The code is developed for real orthogonal design, code rate 1/2 modulation- 16 QAM with gray coding resulting in 2 bits/sec/Hz.
https://www.eeworm.com/dl/690/272493.html
下载: 45
查看: 1066

Java书籍 简单的java的程序设计

简单的java的程序设计,要求编写Application或 Applet程序实现,程序编译正确,并运行出正确结果。 1.编写一个程序,求100以内的全部素数。 2.求1+2!+3!+...+10!的和 程序分析:此程序只是把累加变成了累乘。
https://www.eeworm.com/dl/656/273749.html
下载: 25
查看: 1034

软件设计/软件工程 马踏棋盘的程序设计 设计一个国际象棋的马踏遍棋盘的演示程序。 将马随机放在国际象棋的8×8棋盘Board[8][8]的某个方格中

马踏棋盘的程序设计 设计一个国际象棋的马踏遍棋盘的演示程序。 将马随机放在国际象棋的8×8棋盘Board[8][8]的某个方格中,马按走棋规则(见题集p98)进行移动。要求每个方格只进入一次,走边棋盘上全部64个方格。编制非递归程序,求出马的行走路线,并按求出的行走路线,将数字1,2,3,…,64依次填入一个8×8的方阵,输出之 ...
https://www.eeworm.com/dl/684/275234.html
下载: 172
查看: 1386

其他 主函数Alamouti(Nr,max_snr,max_err_symbol,symbol_per_frame) 调用函数QpskMapping(psudo_bit_sequence)--二进制数据

主函数Alamouti(Nr,max_snr,max_err_symbol,symbol_per_frame) 调用函数QpskMapping(psudo_bit_sequence)--二进制数据到QPSK信号的变换 调用函数RayleighCH(Nr,Nt)--瑞利衰落信道模拟 仿真示例: Alamouti(1,12,20,24) 说明: 1.2根发射天线、1根接收天线 2.最高信噪比为12dB,即仿真范围为0dB到12dB 3.在每个 ...
https://www.eeworm.com/dl/534/275408.html
下载: 64
查看: 1062

企业管理 进销存管理系统(JSP版) 【系统配置】 先将此目录下的WEB-INFclassesJXC 为JavaBean 本系统这里使用的ACCESS数据数据库。 数据源名称:JXC

进销存管理系统(JSP版) 【系统配置】 先将此目录下的\WEB-INF\classes\JXC 为JavaBean 本系统这里使用的ACCESS数据数据库。 数据源名称:JXC, (也可以改变j\WEB-INF\classes\JXC\db.properties的文件)。 数据库为: jxcDB.mdb 编写环境: win2000+j2sdk1.4.1_01+tomcat4.1.2.7 ...
https://www.eeworm.com/dl/632/275969.html
下载: 92
查看: 1107