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

oma-ERELD-mms-V

  • this code helps u to understand the basic thing to connect visual basic with sqlserver. this ll be v

    this code helps u to understand the basic thing to connect visual basic with sqlserver. this ll be very useful for naive coders

    标签: basic this understand sqlserver

    上传时间: 2013-12-19

    上传用户:dsgkjgkjg

  • 设计并调试好一个16*16 LED点阵组成的彩灯图案

    设计并调试好一个16*16 LED点阵组成的彩灯图案,要求一种花案模式一直循环,最后用EL-EDA-V型EDA实验开发系统进行硬件验证。 图案:实现16*16点阵的16行同时从上往下依次点亮,全亮后16行又同时从下往上依次熄灭;

    标签: 16 LED 调试 点阵

    上传时间: 2014-01-02

    上传用户:sxdtlqqjl

  • 一个有关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

  • 基予GPRS modem

    基予GPRS modem,实现用c#实现彩信MMS的发送,缩短彩信开发时间。

    标签: modem GPRS

    上传时间: 2013-12-19

    上传用户:yiwen213

  • 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

  • Aplikasi Security Surveillance System Menggunakan Webcam dan HP dengan Fasilitas General Packet Ra

    Aplikasi Security Surveillance System Menggunakan Webcam dan HP dengan Fasilitas General Packet Radio Services dan MMS

    标签: Surveillance Menggunakan Fasilitas Aplikasi

    上传时间: 2014-01-07

    上传用户:亚亚娟娟123