搜索结果
找到约 1,028 项符合
RS-Codes 的查询结果
通讯编程文档 rs-422 485 总线应用简介
rs-422 485 总线应用简介,英文的,希望对大家有帮助
matlab例程 viterbi译码源代码,可以直接调用 The Viterbi decoder for convolutional codes
viterbi译码源代码,可以直接调用 The Viterbi decoder for convolutional codes
通讯/手机编程 The Viterbi decoder for convolutional codes decoder_output,survivor_state,cumulated_metric]=viterbi(
The Viterbi decoder for convolutional codes decoder_output,survivor_state,cumulated_metric]=viterbi(G,k,channel_output)
串口编程 modbus通信协议的相关资料文档 中文版 支持RS-232 RS-485 RS-422等
modbus通信协议的相关资料文档
中文版
支持RS-232 RS-485 RS-422等
单片机开发 利用c语言实现单片机中的RS-232接口电路的程序
利用c语言实现单片机中的RS-232接口电路的程序
单片机开发 c8051f020UART0实现RS-232通信
c8051f020UART0实现RS-232通信
加密解密 Advanced encryption system of NIST( 美国国家标准局). The codes are in C.
Advanced encryption system of NIST( 美国国家标准局). The codes are in C.
VHDL/FPGA/Verilog This a FREE tool chain which compiles C codes into 8051 binary code, converts the binary to RTL ROM,
This a FREE tool chain which compiles C codes into 8051 binary code, converts the binary to RTL ROM, and simulate in Modelsim.
SDCC is the compiler.
Example compilation:
cd compile
sdcc --iram-size 0x80 --xram-size 0x800 t8051.c
REM sdcc --iram-size 0x80 t8051.c
packihx t8051.ihx > t8051.hex
...
matlab例程 RS编码用MATLAB实现
RS编码用MATLAB实现,非常有实用的程序
串口编程 1、用RS-232C的零MODEM的连接法连好两机的连线; 2、用DEBUG的O命令将一数发送到串行口(2F8H/3F8H)
1、用RS-232C的零MODEM的连接法连好两机的连线;
2、用DEBUG的O命令将一数发送到串行口(2F8H/3F8H),然后在另一台机上用 I命令读入串行口的内容。如果发送的的内容与接受的内容一直,说明两机已经连好线,否则必须检查连线,直到两机可通讯为止;
3、编一程序,将一台机的键盘输入的键值通过RS-232C口送到另一台机,并在C ...