代码搜索:输出可调
找到约 10,000 项符合「输出可调」的源代码
代码结果 10,000
www.eeworm.com/read/373751/9441022
m perceptron_or.m
%%%%%%%%%%%%%%%%%%%感知器算法(逻辑或)%%%%%%%%%%%%%%%%%%%%%%%%%
% command window中输出:每步迭代之后更新得到的权向量,
% 以及最终得到正确分类的权向量.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
clc
www.eeworm.com/read/177309/9459682
txt 阈值.txt
输出层的阈值为:
-2.08969 -2.28688 -1.92019 -2.98849 -1.10782
隐层的阈值为:
0.584834 -0.866527 0.623444 1.40748 1.23293 0.482222 -0.455518 0.272097 0.906174 -0.54854 -0.329102 -0.613789 0.59019
www.eeworm.com/read/361133/10065966
java hello.java
/*
简单的 HelloWorld 程序
*/
public class Hello{
//main方法
public static void main (String args[]) {
System.out.println ("Hello World!"); //输出字符串“Hello World!”
}
}
www.eeworm.com/read/360545/10088511
f90 upperlower.f90
module LinearAlgebra
implicit none
contains
! 输出矩阵的子程序
subroutine output(matrix)
implicit none
integer :: m,n
real :: matrix(:,:)
integer :: i
character(len=20) :: for='(??(1x,
www.eeworm.com/read/164727/10091968
cpp show.cpp
#include"begin.h" //模拟进度条和动态效果
void show()
{
for(int i=0;i
www.eeworm.com/read/164410/10109969
#1 dac.#1
/////////DAC调试程序/////////////////
/////////T2定时更新DAC1输出/////////////////////
////////DAC0为直接更新///////////////////////////
/////////DAC.c////////////////////////////////////////
#include "c8051F040
www.eeworm.com/read/164410/10109972
c dac.c
/////////DAC调试程序/////////////////
/////////T2定时更新DAC1输出/////////////////////
////////DAC0为直接更新///////////////////////////
/////////DAC.c////////////////////////////////////////
#include "c8051F040
www.eeworm.com/read/354667/10335808
c hd44780.c
#include "includes.h"
#define HD44780_C
/**************************************************************************************/
//函数名 :lcd_pulse
//属性 :私有
//功能 :产生LCD所需的短脉冲
//输入参数 :无
//输出参数
www.eeworm.com/read/159344/10667009
c hd44780.c
#include "includes.h"
#define HD44780_C
/**************************************************************************************/
//函数名 :lcd_pulse
//属性 :私有
//功能 :产生LCD所需的短脉冲
//输入参数 :无
//输出参数
www.eeworm.com/read/159344/10667541
c hd44780.c
#include "includes.h"
#define HD44780_C
/**************************************************************************************/
//函数名 :lcd_pulse
//属性 :私有
//功能 :产生LCD所需的短脉冲
//输入参数 :无
//输出参数