BINARY

共 276 篇文章
BINARY 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 276 篇文章,持续更新中。

堆栈类 用java编写的。。。dasfhdakdkjadjakdasds-level binary tree traversal by a small java programs dasfhdakdk

堆栈类 用java编写的。。。dasfhdakdkjadjakdasds-level binary tree traversal by a small java programs dasfhdakdkjadjakdasds

NEW ORTHOGONAL BINARY USER CODES FOR MULTIUSER SPREAD SPECTRUM COMMUNICATIONS

NEW ORTHOGONAL BINARY USER CODES FOR MULTIUSER SPREAD SPECTRUM COMMUNICATIONS

MBUS协议 The bus communication system of EN1434-3 is commonly called M-Bus. Its application layer des

MBUS协议 The bus communication system of EN1434-3 is commonly called M-Bus. Its application layer describes a standard especially for meter readout. It can be used with various physical layers and wit

BGA Binary Genetic Algorithm Matlab Code

BGA Binary Genetic Algorithm Matlab Code

A program written by C++ which is used to search using binary search concept on parallel processes,,

A program written by C++ which is used to search using binary search concept on parallel processes,,,,wishing it is useful

Code for binary encryption. Code demonstrate encryption mechanism

Code for binary encryption. Code demonstrate encryption mechanism

This M-File imports data from binary *.dat files, created with PSpice 6.0 (DOS), 9.1 (Student), and

This M-File imports data from binary *.dat files, created with PSpice 6.0 (DOS), 9.1 (Student), and 10.0.3. If you are using newer versions of PSpice, you might need to adjust the code.

Binary Search in Java. This can read in a .txt file and do search,sort on the file and output the so

Binary Search in Java. This can read in a .txt file and do search,sort on the file and output the sorted file

This program is to find the floating point representation of real number. The user will be asked

This program is to find the floating point representation of real number. The user will be asked for the number of mantissa, exponential, and the real number to be calculated (R=10). The program

modify file as binary

modify file as binary

binary diff tool. scans input for matching patterns.

binary diff tool. scans input for matching patterns.

binary analysis tool

binary analysis tool

hopfield neural network for binary image recognition

hopfield neural network for binary image recognition

Binary_tree.cpp :执行文件生成所有二叉树 这样做的目的C + +程序是产生所有二叉树指定节点数目。 基本思想是衍生所有二叉树基于退化树。 该算法的动机是圆括号法则代表二叉

Binary_tree.cpp :执行文件生成所有二叉树 这样做的目的C + +程序是产生所有二叉树指定节点数目。 基本思想是衍生所有二叉树基于退化树。 该算法的动机是圆括号法则代表二叉树。 一组括号可通过字典秩序排列,由此也可以产生二叉树。但该算法代码中并没有简单地转换括号代表性 它一直在改变过去的节点从最新二叉树下一可能位置(在这里,我们假设右向是正确的退化树方向) 。 该文

symbian c++ example buffer and string binary data

symbian c++ example buffer and string binary data

叉查找树示例|二叉查找树,binary search tree,C语言

叉查找树示例|二叉查找树,binary search tree,C语言

binary arthimetic related document

binary arthimetic related document

) Compression using huffman code -with a number of bits k per code word -provide huffma

) Compression using huffman code -with a number of bits k per code word -provide huffman table Huffman coding is optimal for a symbol-by-symbol coding with a known input probability di

this book mainly includes these contents :linked list, stacks and queuse, recursions, binary tree, m

this book mainly includes these contents :linked list, stacks and queuse, recursions, binary tree, multi tree, graphs, sorting, hashing, data compression.

Heapsort 1.A heap is a binary tree satisfying the followingconditions: -This tree is completely ba

Heapsort 1.A heap is a binary tree satisfying the followingconditions: -This tree is completely balanced. -If the height of this binary tree is h, then leaves can be at level h or level h-1. -All