搜索结果
找到约 115 项符合
values 的查询结果
按分类筛选
- 全部分类
- matlab例程 (14)
- 其他 (11)
- 单片机开发 (8)
- 技术资料 (7)
- 人工智能/神经网络 (5)
- Java书籍 (4)
- Java编程 (4)
- 模拟电子 (3)
- 单片机编程 (3)
- VHDL/FPGA/Verilog (3)
- 其他书籍 (3)
- 数学计算 (3)
- Linux/Unix编程 (3)
- 电源技术 (2)
- 通信网络 (2)
- 可编程逻辑 (2)
- 微处理器开发 (2)
- 通讯编程文档 (2)
- 汇编语言 (2)
- Applet (2)
- 数值算法/人工智能 (2)
- DSP编程 (2)
- Delphi控件源码 (2)
- 论文 (2)
- PCB相关 (1)
- 教程资料 (1)
- 通讯/手机编程 (1)
- 书籍源码 (1)
- Oracle数据库 (1)
- 驱动编程 (1)
- 其他嵌入式/单片机内容 (1)
- Jsp/Servlet (1)
- 系统设计方案 (1)
- 编辑器/阅读器 (1)
- *行业应用 (1)
- 编译器/解释器 (1)
- 压缩解压 (1)
- 金融证券系统 (1)
- VC书籍 (1)
- 加密解密 (1)
- 电子书籍 (1)
- Windows编程 (1)
- 接口技术 (1)
- 手册 (1)
- 书籍 (1)
- VIP专区 (1)
VHDL/FPGA/Verilog 16点FFT VHDL源程序
16点FFT VHDL源程序,The xFFT16 fast Fourier transform (FFT) Core computes a 16-point complex FFT. The input data
is a vector of 16 complex values represented as 16-bit 2’s complement numbers – 16-bits for
each of the real and imaginary component of a datum.
Java编程 实现基本的购物车功能。 eclipse+sqlserver2005 1.主要强调了购物车的业务逻辑。 2
实现基本的购物车功能。
eclipse+sqlserver2005
1.主要强调了购物车的业务逻辑。
2,利用javabean封装。比较适合jsp初学者。
3.简洁实用。可以在此基础上开发更加复杂功能的购物网站。
数据库建立
create database shop_db
go
use shop_db
go
create table t_sp
(
s_id int identity(1,1) primary key,
s_name varchar(2 ...
编辑器/阅读器 ResOrg 图形化管理Vc项目的资源ID的工具的源代码。 ResOrg - Manage and Renumber Resource Symbol IDs Introduction The
ResOrg 图形化管理Vc项目的资源ID的工具的源代码。
ResOrg - Manage and Renumber Resource Symbol IDs
Introduction
The Resource ID Organiser (ResOrg for short) is an Add-in for Visual C++ designed to help overcome one of the most annoying (and unnecessary) chores of developing/maintaining Windows applic ...
汇编语言 *** *** *** *** *** *** ***** ** Two wire/I2C Bus READ/WRITE Sample Routines of Microchip s ** 2
*** *** *** *** *** *** *****
** Two wire/I2C Bus READ/WRITE Sample Routines of Microchip s
** 24Cxx / 85Cxx serial CMOS EEPROM interfacing to a
** PIC16C54 8-bit CMOS single chip microcomputer
** Revsied Version 2.0 (4/2/92).
**
** Part use = PIC16C54-XT/JW
** Note: 1) All timings are base ...
其他 It has been suggested1 that an appropriate figure of merit for a low probability of intercept and d
It has been suggested1 that an appropriate figure of merit for a low probability of intercept and
detection (LPI/D) waveform is the quantity “Range x Bandwidth / Joule”. That is, the further the
range, the wider the bandwidth and the less amount of energy used to achieve these values, the
more cov ...
Delphi控件源码 该工具用Delphi7写的
该工具用Delphi7写的,可帮助我们生成一些插入语句。
例如:
现要向一台机(P2)的数据库(以HR为例)插入另一台机(P1)的HR_New_Info记录,可如下操作:
1.输入P1的IP,用户名,密码。数据库输入“HR”
2.在查询语句输入
select Title,Content,TypeName,Flag,DateAndTime from HR_New_Info
3.在插入语句输入
insert into ...
Linux/Unix编程 GTKores is a simple color picking tool, written in GTK+/C, and runs under Linux/X11. It makes easier
GTKores is a simple color picking tool, written in GTK+/C, and runs under Linux/X11. It makes easier tasks where you need hex color values, such writing CSS and HTML pages.
VHDL/FPGA/Verilog Verilog Overview n Basic Structure of a Verilog Model n Components of a Verilog Module – Ports –
Verilog Overview
n Basic Structure of a Verilog Model
n Components of a Verilog Module
– Ports
– Data Types
– Assigning Values and Numbers
– Operators
– Behavioral Modeling
&#8226 Continuous Assignments
&#8226 Procedural Blocks
– Structural Modeling
n Summary: Verilog Environment ...
*行业应用 BugNET is an issue tracking and project issue management solution built using the ASP.NET web applic
BugNET is an issue tracking and project issue management solution built using the ASP.NET web application framework. Email notifications, reporting and per project configuration of fields and values allows efficient management of bugs, feature requests, and other issues for projects of any scale.
Java编程 Auctions are among the oldest economic institutions in place. They have been used since antiquity to
Auctions are among the oldest economic institutions in place. They have been used since antiquity to sell a wide variety of goods, and their basic form has remained unchanged. In this dissertation, we explore the efficiency of common auctions when values are interdependent- the value to a particular ...