代码搜索:特征码

找到约 10,000 项符合「特征码」的源代码

代码结果 10,000
www.eeworm.com/read/161836/10366795

txt 伪码.txt

// 结构定义   typedef struct LNode { // 结点结构    ElemType data;    struct LNode *next;   } *SLink;     本节将讨论利用有序表表示集合并实现集合的并、交、差三种操作。   以链式存储结构表示有序表,首先定义一个有序链表类型。     typedef st
www.eeworm.com/read/276181/10758065

c 扫描码.c

www.eeworm.com/read/419957/10826936

m ami码.m

%AMI码的功率谱 %时间单位 us 频率单位 MHz 码元速率 Mb/s clear all close all %k=input('取样点数=2^k,k=[14]'); %if isempty(k), k=14; %end N=2^k; %采样点数 L=64; %每码元采样点数 M=N/L; %码元数 Rb=2; %码元速率 Ts=1/Rb; %码元间隔 dt=Ts
www.eeworm.com/read/274543/10866352

e 院码.e

www.eeworm.com/read/450798/7476638

c 扫描码.c

www.eeworm.com/read/449694/7497925

c 扫描码.c

www.eeworm.com/read/298817/7933197

c 扫描码.c

www.eeworm.com/read/298331/7966051

cpp 线性码.cpp

// 线性码.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" int _tmain(int argc, _TCHAR* argv[]) { return 0; }
www.eeworm.com/read/332124/12777142

c 扫描码.c

www.eeworm.com/read/243633/12930510

c 扫描码.c