代码搜索:CODE3
找到约 92 项符合「CODE3」的源代码
代码结果 92
www.eeworm.com/read/162201/10325879
txt code3[1].txt
二、 实验内容
假设以一个带权有向图表示某一区域的公交线路网,图中顶点代表一些区域中的重要场所,弧代表已有的公交线路,弧上的权表示该线路上的票价(或搭乘所需时间),试设计一个交通指南系统,指导前来咨询者以最低的票价或最少的时间从区域中的某一场所到达另一场所。
算法思想:下面是R、W、Floyd求每对顶点之间最短路径算法的C语言程序,程序中矩阵A用来进行n次迭代,矩阵P用来记录路径,P ...
www.eeworm.com/read/141297/5773919
py build_utils.py
#
# Copyright 2004 Free Software Foundation, Inc.
#
# This file is part of GNU Radio
#
# GNU Radio is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Pub
www.eeworm.com/read/399235/7879285
summary code3.fit.summary
Fitter Status : Successful - Fri Dec 19 20:18:49 2008
Quartus II Version : 7.1 Build 156 04/30/2007 SJ Full Version
Revision Name : code3
Top-level Entity Name : code3
Family : Cyclone II
Device
www.eeworm.com/read/399235/7879334
summary code3.map.summary
Analysis & Synthesis Status : Successful - Fri Dec 19 20:18:33 2008
Quartus II Version : 7.1 Build 156 04/30/2007 SJ Full Version
Revision Name : code3
Top-level Entity Name : code3
Family : Cyclo
www.eeworm.com/read/290200/8497247
m kasami.m
% Kasami codes
%option indicates sequence format
function[codes] = kasami(option)
blarge = 1;
m=8; % m has to be even
N = 2^m -1;
code3 = zeros(1, N); %2 codes for xor with circular shi
www.eeworm.com/read/385764/8790519
m kasami.m
% Kasami codes
%option indicates sequence format
function[codes] = kasami(option)
blarge = 1;
m=8; % m has to be even
N = 2^m -1;
code3 = zeros(1, N); %2 codes for xor with circular shi
www.eeworm.com/read/385764/8790596
asv kasami.asv
% Kasami codes
%option indicates sequence format
function[codes] = kasami(option)
blarge = 1;4
m=8; % m has to be even
N = 2^m -1;
code3 = zeros(1, N); %2 codes for xor with circular sh
www.eeworm.com/read/141297/5773199
py generate_gr_fir_filter_xxx.py
#!/bin/env python
# -*- python -*-
#
# Copyright 2003,2004 Free Software Foundation, Inc.
#
# This file is part of GNU Radio
#
# GNU Radio is free software; you can redistribute it and/or modify
# i
www.eeworm.com/read/141297/5773212
py generate_gr_interp_fir_filter_xxx.py
#!/bin/env python
# -*- python -*-
#
# Copyright 2003,2004 Free Software Foundation, Inc.
#
# This file is part of GNU Radio
#
# GNU Radio is free software; you can redistribute it and/or modify
# i