BINARY
共 276 篇文章
BINARY 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 276 篇文章,持续更新中。
Binary Space Partioning Trees and Polygon Removal in Real Time 3D Rendering
Binary Space Partioning Trees and Polygon
Removal in Real Time 3D Rendering
Learning Multi-scale Block Local Binary Patterns for Face Recognition”
Learning Multi-scale Block Local Binary Patterns for Face Recognition”
Notepad++ is a generic source code editor (it tries to be anyway) and Notepad replacement written in
Notepad++ is a generic source code editor (it tries to be anyway) and Notepad replacement written in C++ with the win32 API. The aim of Notepad++ is to offer a slim and efficient binary with a totally
function Binary_Search(L,a,b,x) begin if a>b then return(-1) else begin m:=(a+b) div 2
function Binary_Search(L,a,b,x)
begin
if a>b then return(-1)
else begin
m:=(a+b) div 2
if x=L[m] then return(m)
else if x>L[m]
then
The Joint Video Team (JVT) of ISO/IEC MPEG and ITU-T VCEG are finalising a new standard for the cod
The Joint Video Team (JVT) of ISO/IEC MPEG and ITU-T VCEG are finalising a new standard for
the coding (compression) of natural video images. The new standard [1] will be known as H.264 and
also MPE
Each arc of a binary-state network has good/bad states. The system reliability, the probability tha
Each arc of a binary-state network has good/bad states. The system reliability, the probability
that source s communicates with sink t, can be computed in terms of minimal paths (MPs). An
MP is an o
RFC3030:SMTP Service Extensions for Transmission of Large and Binary MIME Messages
RFC3030:SMTP Service Extensions for Transmission of Large and Binary MIME Messages
This C++ code example provides a method for transferring objects or chunks of data from one device
This C++ code example provides a method for transferring objects or chunks of
data from one device to another via the Bluetooth OBEX protocol. These chunks
are typically files or other blocks of b
工具srec_cat, 可将bin转换为hex, 命令格式如下:srec_cat blob -Binary -Output blob.hex -Motorola 另该工具也支持hex转bin, 如下
工具srec_cat, 可将bin转换为hex, 命令格式如下:srec_cat blob -Binary -Output blob.hex -Motorola
另该工具也支持hex转bin, 如下:
srec_cat bootrom_uncmp.hex -Motorola -Output bootrom_uncmp.bin -Binary
适用于某些只支持二进制格式的烧录
WAP Binary XML 简单地说
WAP Binary XML 简单地说,它就是一个定义好的XML片断,可以表述出同步服务器地址、远程数据库名称、登录账号等等内容
This m file analyzes a coherent binary phase shift keyed(BPSK) and a amplitude shift keyed(ASK) comm
This m file analyzes a coherent binary phase shift keyed(BPSK) and a amplitude shift keyed(ASK) communication system. The receiver uses a correlator(mixer-integrator[LPF]) configuration with BER measu
一个多径信道仿真程序。其主程序为: Jakes_filter.m 产生信道多普勒功率谱形状 linear_fft.m作fft变换
一个多径信道仿真程序。其主程序为:
Jakes_filter.m 产生信道多普勒功率谱形状
linear_fft.m作fft变换,并作相应平移。
linear_psd.m分析信号的psd
qpsk_berest.m产生qpsk信号
random_binary产生随机信号源
DOS 串口通迅程序﹐下載BINARY 文件到單片機﹐有效驗和握手協議﹐發行版。
DOS 串口通迅程序﹐下載BINARY 文件到單片機﹐有效驗和握手協議﹐發行版。
Ship version 1.7--utility to encode, split, and mail binary data and reconstruct the data at the ot
Ship version 1.7--utility to encode, split, and mail binary data and
reconstruct the data at the other end (ship will unship).
a program that takes in an integer number as an argument and returns its equivalent in the binary a
a program that takes in an integer number as an argument and returns its equivalent in the binary
and octal formats.
Redistribution and use in source and binary forms, with or without modification, are permitted prov
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met
Turbo Decoder Release 0.3 * Double binary, DVB-RCS code * Soft Output Viterbi Algorithm * MyHDL c
Turbo Decoder Release 0.3
* Double binary, DVB-RCS code
* Soft Output Viterbi Algorithm
* MyHDL cycle/bit accurate model
* Synthesizable VHDL model
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
The Viterbi algorithm is the same as the binary case with one main difference: The survivor sequence
The Viterbi algorithm is the same as the binary case with one main difference: The survivor sequences include the uncoded bits, which are decided at each trellis stage when selecting one of two parall
The decoding algorithm used in RBDS.c is based on error trapping. The program emulates the operation
The decoding algorithm used in RBDS.c is based on error trapping. The program emulates the operation of the encoder and decoder of a binary cyclic codes, using bitwise shifts and xor for modulo g(x) o