代码搜索:现场总线比较
找到约 10,000 项符合「现场总线比较」的源代码
代码结果 10,000
www.eeworm.com/read/450376/7484953
dbg ctc.dbg
IMAGECRAFT DEBUG FORMAT
VERSION 1.1
CPU AVR
DIR D:\AVR\我的程序\定时器1的捕捉比较控制LED实验\
FILE cfg.h
FUNC port_init 98 fV
BLOCK 11 98
LINE 11 98
LINE 12 98
LINE 13 9C
BLOCKEND 0 9E
FUNCEND 9E
FUNC ctc
www.eeworm.com/read/444619/7610425
m crossover.m
%交叉操作,概率为0.7,单点交叉
% function pop=crossover(pop)
for i=1:2:39
cross_P=rand; %随机产生一个数,以比较交叉概率
if cross_P
www.eeworm.com/read/444063/7618930
m mud_plot.m
%在DS-spread spectrum系统中,噪声为加性高斯白噪声,传统单用户检测,线性解相关多用户检测和最小均方误差多用户检测的性能比较
clear all
close all
clc;
%prompt={'Enter the numbers of user:','Enter the length of user code:','Enter the power of the user code
www.eeworm.com/read/444063/7618932
m mud.m
%在DS-spread spectrum系统中,噪声为加性高斯白噪声,传统单用户检测,线性解相关多用户检测和最小均方误差多用户检测的性能比较
clear all
close all
clc;
prompt={'Enter the numbers of user:','Enter the length of user code:','Enter the power of the user code'
www.eeworm.com/read/438832/7725295
sh rot14.sh
#!/bin/bash
# 使用'eval'的一个"rot13"的版本,(译者:rot13就是把26个字母,从中间分为2半,各13个).
# 与脚本"rot13.sh" 比较一下.
setvar_rot_13() # "rot13" 函数
{
local varname=$1 varvalue=$2
eval $varname='$(echo "$varvalu
www.eeworm.com/read/438330/7732736
m mud_plot.m
%在DS-spread spectrum系统中,噪声为加性高斯白噪声,传统单用户检测,线性解相关多用户检测和最小均方误差多用户检测的性能比较
clear all
close all
clc;
%prompt={'Enter the numbers of user:','Enter the length of user code:','Enter the power of the user code
www.eeworm.com/read/438330/7732738
m mud.m
%在DS-spread spectrum系统中,噪声为加性高斯白噪声,传统单用户检测,线性解相关多用户检测和最小均方误差多用户检测的性能比较
clear all
close all
clc;
prompt={'Enter the numbers of user:','Enter the length of user code:','Enter the power of the user code'
www.eeworm.com/read/196917/8042268
m crossover.m
%交叉操作,概率为0.7,单点交叉
% function pop=crossover(pop)
for i=1:2:39
cross_P=rand; %随机产生一个数,以比较交叉概率
if cross_P
www.eeworm.com/read/297042/8057718
asv crossover.asv
%交叉操作,概率为0.7,单点交叉
% function pop=crossover(pop)
for i=1:2:39
cross_P=rand; %随机产生一个数,以比较交叉概率
if cross_P
www.eeworm.com/read/296967/8068390
txt index.txt
前言
第一部分 JSP入门
第1章 概述
1.1 Java技术
1.1.1 Java技术的发展
1.1.2 JavaBeans
1.1.3 JDBC
1.1.4 J2EE
1.1.5 EJB
1.1.6 Java Servlet
1.2 JSP技术
1.2.1 JSP技术概述
1.2.2 JSP的优势及与其他Web开发工具的比较