搜索结果
找到约 100 项符合
integer 的查询结果
按分类筛选
- 全部分类
- Java编程 (9)
- 数学计算 (8)
- 数据结构 (7)
- Delphi控件源码 (7)
- 其他 (6)
- 单片机编程 (4)
- 压缩解压 (4)
- 其他书籍 (4)
- 单片机开发 (4)
- matlab例程 (4)
- 源码 (4)
- 数值算法/人工智能 (3)
- 模拟电子 (2)
- 教程资料 (2)
- 可编程逻辑 (2)
- DSP编程 (2)
- 编译器/解释器 (2)
- 书籍源码 (2)
- Internet/网络编程 (2)
- Applet (2)
- 人工智能/神经网络 (2)
- Delphi/CppBuilder (2)
- 加密解密 (2)
- Mentor (1)
- 语音压缩 (1)
- 软件设计/软件工程 (1)
- 并行计算 (1)
- Oracle数据库 (1)
- 系统设计方案 (1)
- 软件工程 (1)
- JavaScript (1)
- 电子书籍 (1)
- 其他数据库 (1)
- 微处理器开发 (1)
- 嵌入式/单片机编程 (1)
- SQL Server (1)
- VIP专区 (1)
数学计算 A thesis on developing multiple-precision integer libraries for cryptographic and other uses.
A thesis on developing multiple-precision integer libraries for cryptographic and other uses.
教程资料 关于FPGA流水线设计的论文
关于FPGA流水线设计的论文\r\nThis work investigates the use of very deep pipelines for\r\nimplementing circuits in FPGAs, where each pipeline\r\nstage is limited to a single FPGA logic element (LE). The\r\narchitecture and VHDL design of a parameterized integer\r\na
模拟电子 寄存器和环路滤波器的设计
The MAX2870 ultra-wideband phase-locked loop (PLL) and voltagecontrol oscillator (VCO) can operate in both integer-N and fractional-Nmodes, similar to the Analog Devices ADF4350 wideband synthesizer.This application note compares the MAX2870 and ADF4350 registers andloop filter design in detail. U ...
模拟电子 ADC转换器技术用语 (A/D Converter Defi
ANALOG INPUT BANDWIDTH is a measure of the frequencyat which the reconstructed output fundamental drops3 dB below its low frequency value for a full scale input. Thetest is performed with fIN equal to 100 kHz plus integer multiplesof fCLK. The input frequency at which the output is −3dB relati ...
Mentor HDL的可综合设计简介
本文简单探讨了verilog HDL设计中的可综合性问题,适合HDL初学者阅读
 
用组合逻辑实现的电路和用时序逻辑实现的
电路要分配到不同的进程中。
不要使用枚举类型的属性。
Integer应加范围限制。
通常的可综合代码应该是同步设计。
避免门级描述,除非在关键路径中。
...
单片机编程 西门子S7-300 PLC模拟量转换
Analog Inputs and Outputs in an S7 PLC are represented in the PLC as a 16-bit integer. Over
the nominal span of the analog input or output, the value of this integer will range between -
27648 and +27648. However, it is easier to use the analog values if they are scaled to the
same units and ra ...
单片机编程 MPLAB C30用户指南(英文)
MPLAB C30用户指南(英文)
HIGHLIGHTSThe information covered in this chapter is as follows:• About this Guide• Recommended Reading• Troubleshooting• The Microchip Web Site• Development Systems Customer Notification Service• Customer Support
Document LayoutThe documen ...
单片机编程 状态机设计
状态机设计:8.1.1 数据类型定义语句TYPE语句的用法如下:TYPE 数据类型名IS 数据类型定义OF 基本数据类型;或TYPE 数据类型名IS 数据类型定义;TYPE st1 IS ARRAY ( 0 TO 15 ) OF STD_LOGIC ;TYPE week IS (sun,mon,tue,wed,thu,fri,sat) ;
8.1.1 数据类型定义语句TYPE m_state IS ( st0,st1,st2,st3,st4,st5 ) ;S ...
单片机编程 MPC106 PCI Bridge/Memory Contr
In this document, the term Ô60xÕ is used to denote a 32-bit microprocessor from the PowerPC architecture family that conforms to the bus interface of the PowerPC 601ª, PowerPC 603ª, or PowerPC 604 microprocessors. Note that this does not include the PowerPC 602ª microproc ...
教程资料 各种功能的计数器实例(VHDL源代码)
各种功能的计数器实例(VHDL源代码):ENTITY counters IS
 PORT
 (
  d  : IN  INTEGER RANGE 0 TO 255;
  clk  : IN BIT;
  clear : IN BIT;
  ld  : IN BIT;
  enable : IN BI ...