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

jPortMap-v

  • 一个有关applet教程的书籍

    一个有关applet教程的书籍,书名:WebLogic Server Using Applets with BEA WebLo g i c Se r v e r 6 .0 Document D a t e : M a r c h 6 , 2001 BEA WebLogic Server

    标签: applet 教程 书籍

    上传时间: 2017-06-01

    上传用户:ecooo

  • ColorPicker是一个基于对话框的应用程序

    ColorPicker是一个基于对话框的应用程序,它具有以下功能: 1. 色彩编辑功能 用户可以通过可以调整R、G、B的值来编辑颜色,亦可通过调整H、S、V的值来选取颜色。颜色编辑的结果会马上反馈到颜色面板和颜色预览框中。 2.RGB颜色空间和HSV颜色空间的转换 当改变RGB值,会得到相应的HSV值,并进行显示,反之亦然。 3.取色功能 取色功能包含“面板取色”和“屏幕取色”。面板取色就是用户可以在颜色面板中单击鼠标左键,选取目标点所表示的某种颜色。屏幕取色则是允许用户获取整个屏幕上的任意一点的颜色值。用户可以将鼠标移动到需要获取颜色的地方,然后按a键或A键即可以获取该点颜色值。

    标签: ColorPicker 对话框 应用程序

    上传时间: 2014-01-01

    上传用户:hewenzhi

  • 使用函数实现简单的八位处理器 软件开发环境:ISE 7.1i 仿真环境:ISE Simulator 1. 这个实例实现通过ISE Simulator工具实现一个可以进行两个八位操作数四

    使用函数实现简单的八位处理器 软件开发环境:ISE 7.1i 仿真环境:ISE Simulator 1. 这个实例实现通过ISE Simulator工具实现一个可以进行两个八位操作数四种操作的简单处理器; 2. 工程在project文件夹中,双击mpc.ise文件打开工程; 3. 源文件在rtl文件夹中,mpc.v为设计文件,mpc_tb.tbw是仿真波形文件; 4. 打开工程后,在工程浏览器中选择mpc_tb.tbw,在Process View中双击“Simulation Behavioral Model”选项,进行行为仿真,即可得到仿真结果。

    标签: Simulator ISE 7.1 函数

    上传时间: 2014-01-06

    上传用户:mhp0114

  • MIMO-OFDM技术

    MIMO-OFDM技术,以及算法仿真程序,空时编码,V-BLAST编码算法等。

    标签: MIMO-OFDM

    上传时间: 2017-06-11

    上传用户:lz4v4

  • BP神经网络程序,C语言源代码 如下: #include "iostream.h" #include "iomanip.h" #include "stdlib.h" #include "ma

    BP神经网络程序,C语言源代码 如下: #include "iostream.h" #include "iomanip.h" #include "stdlib.h" #include "math.h" #include "stdio.h" #include "time.h" #include "fstream.h" #define N 120 //学习样本个数 #define IN 3 //输入层神经元数目 #define HN 2 //隐层神经元数目 #define ON 2 //输出层神经元数目 #define Z 20000 //旧权值保存-》每次study的权值都保存下来 double P[IN] //单个样本输入数据 double T[ON] //单个样本教师数据 double U11[IN][HN] //输入层至第一隐层权值 double V[HN][ON] //隐层至输出层权值 double X1[HN] //第一隐层的输入 double Y[ON] //输出层的输入 double H1[HN] //第一隐层的输出 double O[ON] //输出层的输出 double YU_HN1[HN] //第一隐层的阈值 double YU_ON[ON] //输出层的阈值 double err_m[N] //第m个样本的总误差 double a //学习效率 double alpha //动量因子

    标签: include iostream iomanip stdlib

    上传时间: 2017-06-15

    上传用户:xinzhch

  • 1. Download the version you want: * Version 1.3.4 (30 Aug 2007) -- this is the latest v

    1. Download the version you want: * Version 1.3.4 (30 Aug 2007) -- this is the latest version for UNIX/Linux and Windows * Previous versions 2. Unzip the file, which will create a directory called klt and place all the files there 3. Compile and run the code * On UNIX / Linux, move to the klt directory, type make. Now try some examples, by typing example1, etc. * For Microsoft Visual C++ 6.0, open the klt.dsw file, compile, and run. Change the constant in main.cpp to run the different examples. * For Microsoft Visual Studio .Net/7/8, open the klt.sln file, compile, and run. Change the constant in main.cpp to run the different examples. 4. Notice that, for your convenience, unofficial copies of the User and Reference Manuals can be found in the doc directory.

    标签: the Download Version version

    上传时间: 2014-01-25

    上传用户:nanshan

  • 距离分辨率 thrt0=1*pi/6 斜视角 angb=0.6*lamda/res_a 合成波束宽度 Rr=5000

    距离分辨率 thrt0=1*pi/6 斜视角 angb=0.6*lamda/res_a 合成波束宽度 Rr=5000 目标中心到航迹垂直距离 V=100 飞机的航速 Tp=1e-6 脉冲宽度 T=10e-3 脉冲周期 B=0.5*c/res_r 脉冲频宽 Kr=B/Tp 频率调制率 fc=c/lamda 载波频率 Rx=Rr*tan(thrt0) 目标区中心横坐标 R0=Rr*sec(thrt0) 目标区中x心距离 Lc0=1.0*angb*R0 正视有效积累长度 Lc=Lc0*sec(thrt0) 斜视有效积累长度 Tc=Lc/V 相干积累时间 wx=100 场景长度

    标签: lamda res_a thrt angb

    上传时间: 2017-06-22

    上传用户:haohaoxuexi

  • 严格按照BP网络计算公式来设计的一个matlab程序,对BP网络进行了优化设计 优化1:设计了yyy

    严格按照BP网络计算公式来设计的一个matlab程序,对BP网络进行了优化设计 优化1:设计了yyy,即在o(k)计算公式时,当网络进入平坦区时(<0.0001)学习率加大,出来后学习率又还原 优化2:v(i,j)=v(i,j)+deltv(i,j)+a*dv(i,j)

    标签: matlab yyy BP网络 计算公式

    上传时间: 2014-11-30

    上传用户:妄想演绎师

  • This file may be distributed and/or modified under the terms of the ** GNU General Public License v

    This file may be distributed and/or modified under the terms of the ** GNU General Public License version 2 as published by the Free Software ** Foundation and appearing in the file LICENSE.GPL included in the ** packaging of this file.

    标签: distributed the modified General

    上传时间: 2014-02-17

    上传用户:stella2015

  • This program is compare the data in sql server. And you can syncronize the table and views this is v

    This program is compare the data in sql server. And you can syncronize the table and views this is very beautiful program.

    标签: syncronize the program compare

    上传时间: 2013-12-30

    上传用户:cuiyashuo