搜索结果
找到约 1,194 项符合
V-AC 的查询结果
JavaScript 扫雷完整的程序
扫雷完整的程序,as.kjdfnkeaskjfwelflksflmslmlm?>V<sdfv.,sdf,l
VHDL/FPGA/Verilog FPGA实现模拟I2C协议的过程
FPGA实现模拟I2C协议的过程,包括三个模块,i2c_master_bit_ctrl.v完成位传输功能、i2c_master_byte_ctrl.v完成字节传输功能,i2c_master_top.v完成整个程序的控制功能,并提供给外部程序的接口。
SQL Server 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
单片机开发 设计并调试好一个16*16 LED点阵组成的彩灯图案
设计并调试好一个16*16 LED点阵组成的彩灯图案,要求一种花案模式一直循环,最后用EL-EDA-V型EDA实验开发系统进行硬件验证。
图案:实现16*16点阵的16行同时从上往下依次点亮,全亮后16行又同时从下往上依次熄灭;
Java书籍 一个有关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
软件工程 the second volume for intel processor documentation it continues first volume with more processor ac
the second volume for intel processor documentation it continues first volume with more processor acces code and specs
书籍源码 ColorPicker是一个基于对话框的应用程序
ColorPicker是一个基于对话框的应用程序,它具有以下功能:
1. 色彩编辑功能
用户可以通过可以调整R、G、B的值来编辑颜色,亦可通过调整H、S、V的值来选取颜色。颜色编辑的结果会马上反馈到颜色面板和颜色预览框中。
2.RGB颜色空间和HSV颜色空间的转换
当改变RGB值,会得到相应的HSV值,并进行显示,反之亦然。
3.取色功能
...
其他 使用函数实现简单的八位处理器 软件开发环境: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. 打开工程 ...
书籍源码 MIMO-OFDM技术
MIMO-OFDM技术,以及算法仿真程序,空时编码,V-BLAST编码算法等。
数值算法/人工智能 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 //输出层神经元数目
#def ...