字符串 Resources

Showing items tagged with "字符串"

This simulation program implements both CRC code generation and convolutional coding. The CRC module supports customizable generation polynomials or input strings, while the convolutional coding module allows flexible configuration of constraint length and code length parameters.

MATLAB 191 views Tagged

Implementation of ASCII and binary code conversion using MATLAB with 5 source files containing detailed usage instructions - supports character or string input with built-in conversion algorithms

MATLAB 203 views Tagged

A self-developed function for reading text file data that supports multiple reading modes including full file reading, reading specific line N, reading lines from M to N, reading from line M to the Nth line from the end, and reading data starting from (or ending at) the M-th occurrence (including last occurrence or M-th from last) of a specific string. This function provides flexible text file manipulation capabilities and includes implementation details about line-by-line processing, string pattern matching, and efficient memory handling for large files.

MATLAB 220 views Tagged