搜索结果
找到约 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)
可编程逻辑 HDL的可综合设计简介
本文简单探讨了verilog HDL设计中的可综合性问题,适合HDL初学者阅读
 
用组合逻辑实现的电路和用时序逻辑实现的
电路要分配到不同的进程中。
不要使用枚举类型的属性。
Integer应加范围限制。
通常的可综合代码应该是同步设计。
避免门级描述,除非在关键路径中。
...
可编程逻辑 各种功能的计数器实例(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 ...
书籍源码 Tug of War(A tug of war is to be arranged at the local office picnic. For the tug of war, the picnic
Tug of War(A tug of war is to be arranged at the local office picnic. For the tug of war, the picnickers must be divided into two teams. Each person must be on one team or the other the number of people on the two teams must not differ by more than 1 the total weight of the people on each team shoul ...
matlab例程 物流分析工具包。Facility location: Continuous minisum facility location, alternate location-allocation (ALA)
物流分析工具包。Facility location: Continuous minisum facility location, alternate location-allocation (ALA) procedure, discrete uncapacitated facility location
Vehicle routing: VRP, VRP with time windows, traveling salesman problem (TSP)
Networks: Shortest path, min cost network flow, minimum spa ...
Delphi控件源码 unit Other interface Uses Windows,tlhelp32,PsAPI type PStrData = ^TStrData TStrData
unit Other
interface
Uses Windows,tlhelp32,PsAPI
type
PStrData = ^TStrData
TStrData = record
Ident: Integer
Str: string
end
TUseInfo=record
QQ,
Mail,
Page:string
DL:boolean
end
TSendMailInfo=record
IPAddress,
FAddress,
FName,
FPW,
FCName,
FCPW:string //发信邮箱检 ...
数据结构 数字运算
数字运算,判断一个数是否接近素数
A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven number if the sum o ...
语音压缩 The Audio File Library provides a uniform programming interface to standard digital audio file form
The Audio File Library provides a uniform programming interface to
standard digital audio file formats.
This library allows the processing of audio data to and from audio
files of many common formats (currently AIFF, AIFF-C, WAVE, NeXT/Sun
.snd/.au, IRCAM, AVR, Amiga IFF/8SVX, and NIST SPHERE). The ...
数学计算 Evaluate a sequence of Bessel functions of the first and second kinds and their derivatives with i
Evaluate a sequence of Bessel functions of the first and
second kinds and their derivatives with integer orders and
real arguments
数据结构 2^x mod n = 1 acm竞赛题 Give a number n, find the minimum x that satisfies 2^x mod n = 1. Input
2^x mod n = 1 acm竞赛题 Give a number n, find the minimum x that satisfies 2^x mod n = 1.
Input
One positive integer on each line, the value of n.
Output
If the minimum x exists, print a line with 2^x mod n = 1.
Print 2^? mod n = 1 otherwise.
You should replace x and n with specific numbers. ...
DSP编程 Routine mar1psd: To compute the power spectum by AR-model parameters. Input parameters: ip : AR
Routine mar1psd: To compute the power spectum by AR-model parameters.
Input parameters:
ip : AR model order (integer)
ep : White noise variance of model input (real)
ts : Sample interval in seconds (real)
a : Complex array of AR parameters a(0) to a(ip)
Output parameters:
psdr : Real array of ...