搜索资源列表
bomblab.rar
- CSAPP一书中十分经典的二进制炸弹实验,有详细实验报告,对加深C语言和汇编语言之间的关系的理解很有帮助,Book CSAPP binary bomb is a classic experiment, experimental report in detail on the C language and to deepen the relationship between assembly language understanding helpful
juanjima
- 仿真(2,1,2)卷积码编解码器在二进制对称信道(BSC)中的误码性能,画出纠错后误码率-信道误码率曲线,其中,编码器的生成多项式为g1=[111]、g2=[101]。-imulation (2,1,2) convolutional encoding and decoding the binary symmetric channel (BSC) in the error rate performance, bit error rate after correction drawn- the ch
BinarySearch
- A program written by C++ which is used to search using binary search concept on parallel processes,,,,wishing it is useful
OBST
- Optimal binary search tr-Optimal binary search tree
binary
- 二进制转十进制功能代码 这里涉及了一些新的思想以及我的想法 你们可以参考一下-Binary to decimal function code here involved a number of new ideas and my thoughts
binarytobcd
- binary to bcd which converts 8bit binary input to bcd -binary to bcd which converts 8bit binary input to bcd
random-binary
- 数字调制器的墓本构建模块是函数random-binary,它产生电平值为+1或一1的二进制波形,产生的比特数以及每比 特的采样数是该函数的参数。函数random-binary可以仿真多个数字调制器,例如,可用如下MATLAB语句仿真一个QPSK调制器: 下列MATLAB程序产生一个长10比特的QPSK信号,采样频率为每比特8个采样点: -Digital modulator building blocks of the tomb is a function of the random
2fsk
- 数字频率调制又称频移键控(FSK),二进制频移键控记作2FSK。数字频移键控是用载波的频率来传送数字消息,即用所传送的数字消息控制载波的频率。2FSK信号便是符号“1”对应于载频,而符号“0”对应于载频(与不同的另一载频)的已调波形,而且与之间的改变是瞬间完成的。 -Digital frequency modulation called frequency shift keying (FSK), binary frequency shift keying recorded as 2FSK. Di
scale
- 可以实现二进制向十进制转换 输出时16进制的 可以用数码管显示-Binary to decimal conversion can be achieved when the 16 hex output LED display can be
HexEdit
- HexDecimal Editor, can edit,view hexcontent, binary content and ASCII code
BINARY-FSK-DEMODULATION
- binary to fsk modulation
Convert-binary-to-BCD
- 计算机中的数值有各种表达方式,这是计算机的基础。掌握各种数制之间的转换是一种基本功。二进制到BCD转换-There are a variety of computer numerical expression, which is the basis for the computer. Of various kinds of number system conversion between a basic skills. Convert binary to BCD
Hex-into-binary
- 汇编实现十六进制转换为二进制,同时显示出来-Assembly hex converted to binary, and simultaneously displayed
Hexadecimal-turn-binary
- 控制输入16进数,以二进制形式输出来,显示-Control input 16, output in binary format, showing
Binary-2-decimal
- 把二进制转化为十进制,把二进制转化为十进制-Binary conversion to decimal to binary conversion to decimal
decimal--binary-transfer
- 非常方便的进制转换程序,能够轻松实现十进制到二进制的转换-Very convenient hex conversion program that can easily decimal-to-binary conversion
binary
- 一个简单的数制转换的汇编程序,可以将二进制转换为十进制和十六进制,将十进制转换为十六进制和二进制等。-A simple number system conversion assembler can convert binary to decimal and hexadecimal, decimal to hexadecimal and binary.
Binary-tree-traversal
- 此源码是用来学习二叉树的各种遍历方法,相信正在学习数据结构的同学会用到。-This source is used to learn the binary tree traversal methods, I believe that students are learning data structures used.
Decimal-and-binary-conversion
- 实现十进制与二进制转换。布尔控件的亮和灭分别代表二进制中的“1”和“0”。-Decimal and binary conversion
-binary-tree
- 本文介绍了二叉树的定义、性质及存储方式,各种遍历算法。 以及求所有叶子及结点总数。-This article describes the definition, nature and storage of binary tree, various traversal algorithm. And the demand of all the leaves and the total number of nodes.