搜索结果
找到约 200 项符合
Double-linked 的查询结果
书籍源码 -- Hamming Decoder -- This Hamming decoder accepts an 8-bit Hamming code (produced by the encoder a
-- Hamming Decoder
-- This Hamming decoder accepts an 8-bit Hamming code (produced by the encoder above) and performs single error correction and double error detection.
-- download from: www.pld.com.cn & www.fpga.com.cn
LIBRARY ieee
USE ieee.std_logic_1164.ALL
ENTITY hamdec IS
PORT(hamin : ...
Linux/Unix编程 hcon是工作在Linux控制台下的高效双字节中/日/韩(CJK)虚拟终端
hcon是工作在Linux控制台下的高效双字节中/日/韩(CJK)虚拟终端,就像DOS环境中的UCDOS一样,为控制台(console)环境提供完整的双字节语言环境。-zhcon work in the Linux console is under the efficient double-byte Chinese / Japanese / Korean (CJK) virtual terminal, just like DOS environment UCDOS same for consol ...
Java编程 购物车系统中的用户类
购物车系统中的用户类,private Integer id
private Product product
private String shopname
private Double shopprice
汇编语言 编写一个程序
编写一个程序,输出基本数据类型char, short, int, long, float, double和指针类型void *, char *, short *, int *, long *, float *, double *的数据类型的长度。
技术书籍 c语言深度剖析
第一章关键字...................................................................................................................................9
1.1,最宽恒大量的关键字----auto..........................................................................................11
1.2,最快的关键字---- register. ...
软件 道理特分解法
#include "iostream" using namespace std;
class Matrix
{
private:
double** A; //矩阵A
double *b; //向量b
public:
int size;
Matrix(int );
~Matrix();
friend double* Dooli(Matrix& );
void Input();
void Disp();
};
Matrix::Matrix(int x) {
size= ...
源码 队列函数queue
参照栈类模板的例子编写一个队列类模板class <T> Queue,私有成员包括:队首指针Front,队尾指针Tail,队列容积max。实现:构造函数Queue,复制构造函数Queue,析构函数~Queue,入队函数In,出队函数Out(每次出队,后面的元素自动前移一位),判队列空函数Empty。并分别用队列类模板定义int和double对象,通过实例调 ...
书籍 Broadband Access Networks Technologies
At present, there is a strong worldwide push toward bringing fiber closer to indi-
vidual homes and businesses. Fiber-to-the-Home/Business (FTTH/B) or close to it
networks are poised to become the next major success story for optical fiber com-
munications. In fact, FTTH connections are currently ex ...
书籍 Interference Analysis
We were on the lookout for ice.
I was in a 32 foot sailing yacht with writer and explorer Tristan Gooley, undertaking a
double-handed sail from Scotland through the Faroes up to 66 33 45.7 N and the midnight
sun. Now sailing out of the Arctic Circle we were approaching Iceland from the north, headin ...
书籍 Risk-Based+Maintenance+for+Electricity+Network
This book is based on a Ph.D. research that has been conducted at the Delft
University of Technology in the Netherlands in collaboration with Dutch Electricity
& Gas Distribution Network Operator, Stedin. This book was written as a result of
wider interest that was shown by different industry groups ...