代码搜索:

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

代码结果 10,000
www.eeworm.com/read/192685/8358636

html 20698.html

控制音量 控制音量 Posted by
www.eeworm.com/read/292398/8358637

dat errortc1.dat

出错信息: Ambiguous operators need parentheses 中文解释: 不明确的运算,需要用括号括起来
www.eeworm.com/read/392194/8358638

m perceptron.m

%单个神经元的感知器示例 clear x=[0 0; 0.1 -0.1; 1.1 0.9; 1 1]; %输入样本 d=[0; 1; 1; 0]; %输出样本 n=100; %最大迭代次数 ep=0.0001; %精度 Per=NewCell(2,'Trapezoidal'); %创建一个神经元, 也就是感知器 y=zeros(size(d)); %用于保存实际输出 i=0
www.eeworm.com/read/192685/8358639

html 17103.html

how can I send data to Excel and Words ? how can I send data to Excel and Words ?
www.eeworm.com/read/292398/8358640

dat errortc40.dat

出错信息: Function definition out of place 中文注释: 函数定义位置错误
www.eeworm.com/read/392194/8358641

m newnet.m

function Net=NewNet(InDim,u,ActiveFunction) %创建一个神经网络 %一个神经网络为一个1行n列的单元数组 %其中每个元素为一个m行1列的单元数组 %每个元素为一个神经元 %InDim 神经网络的输入向量维数, 也就是第一层神经元的输入向量维数 %u 用于定义神经网络的结构, 为一行向量, 其维数是神经网络层数, 元素值表示对应层的神经元个数 ...
www.eeworm.com/read/192685/8358642

html 10868.html

帮忙看一下啦(crystal report) 帮忙看一下啦(crystal report)
www.eeworm.com/read/292398/8358643

dat errortc81.dat

错误信息: Numeric constant too large 中文注释: 数值常数太大
www.eeworm.com/read/392194/8358644

m myline.m

function y=myLine(x) %线性函数 y=x;
www.eeworm.com/read/292398/8358645

dat errortc104.dat

错误信息: Too much global data defined in file 中文注释: 文件中全局数据太多