搜索结果
找到约 7 项符合
hexadecimal 的查询结果
编辑器/阅读器 自己写的二进制编辑器.二进制阅读器.类似于ultra Edit. 功能:decimal,hexadecimal,char: 十进制显示
自己写的二进制编辑器.二进制阅读器.类似于ultra Edit.
功能:decimal,hexadecimal,char:
十进制显示,十六进制显示.字符串显示.
十进制查找,十六进制查找.字符串查找.十进制替换,十六进制替换.字符串替换.
其他 conversion From 32-bit Hexadecimal Representation To Decimal Floating-Point Along with the Equival
conversion From 32-bit Hexadecimal Representation
To Decimal Floating-Point
Along with the Equivalent 64-bit Hexadecimal and Binary Patterns
其他 IEEE-754 Floating-Point Conversion From Decimal Floating-Point To 32-bit and 64-bit Hexadecimal Re
IEEE-754 Floating-Point Conversion
From Decimal Floating-Point
To 32-bit and 64-bit Hexadecimal Representations
Along with Their Binary Equivalents
通信网络 HITECH与电脑的通信协议
1 Communication Protocol (Computer as master)
 
The communication protocol describes here allows your computer to access 4096 internal registers (W0000-W4095) and 1024 internal relays&n ...
Internet/网络编程 ngrep strives to provide most of GNU grep s common features, applying them to the network layer. ngr
ngrep strives to provide most of GNU grep s common features, applying them to the network layer. ngrep is a pcap-aware tool that will allow you to specify extended regular or hexadecimal expressions to match against data payloads of packets. It currently recognizes TCP, UDP and ICMP across Ethernet, ...
VHDL/FPGA/Verilog This build is for developing a "binary-to-BCD" converter for use in // displaying numerals in base-
This build is for developing a "binary-to-BCD" converter for use in
// displaying numerals in base-10 so that people can read and interpret the
// numbers more readily than they could if the numbers were displayed in
// binary or hexadecimal format. Also, a "BCD-to-binary" converter is
// tested in ...
数据结构 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 will find the FPR for Hexadecimal (R=16), Octal (R=8), and Binary (R=2).