代码搜索:输出可调
找到约 10,000 项符合「输出可调」的源代码
代码结果 10,000
www.eeworm.com/read/432480/8602965
c spi.c
//-----------------------函数声明,变量定义--------------------------------------------------------
#include
#include
sbit SCK=P1^0; // 将p1.0口模拟时钟输出
sbit MOSI
www.eeworm.com/read/287917/8661068
m timesn.m
%*************************************************
%S函数timesn.m,其输出是输入的n倍
%*************************************************
function [sys,x0,str,ts]=timesn(t,x,u,flag,n)
switch flag,
case 0
www.eeworm.com/read/385103/8819292
m timesn.m
%*************************************************
%S函数timesn.m,其输出是输入的n倍
%*************************************************
function [sys,x0,str,ts]=timesn(t,x,u,flag,n)
switch flag,
case 0
www.eeworm.com/read/384315/8880501
m svmsim.m
function Yd = svmSim(svm,Xt)
% ------------------------------------------------------------%
cathe = 10e+6; % kernel输出的元素个数的上限
nx = size(svm.x,2); % 训练样本数
nt = size(
www.eeworm.com/read/428040/8901167
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "例[5-15] 输出100~200的所有素数"
ClientHeight = 1155
ClientLeft = 60
ClientTop = 345
ClientWidth = 5640
www.eeworm.com/read/427378/8948963
asv svmsim.asv
function Yd = svmSim(svm,Xt)
% ------------------------------------------------------------%
cathe = 10e+6; % kernel输出的元素个数的上限
nx = size(svm.x,2); % 训练样本数
nt = size(
www.eeworm.com/read/427378/8948988
m svmsim.m
function Yd = svmSim(svm,Xt)
% ------------------------------------------------------------%
cathe = 10e+6; % kernel输出的元素个数的上限
nx = size(svm.x,2); % 训练样本数
nt = size(
www.eeworm.com/read/185835/8981978
m opt32_4.m
x0 = [-5; -5]; % 初值
options=optimset('Display','iter'); % 输出显示的选项
[x,fval] = fsolve(@opt32_4o,x0,options) % 调用优化函数
www.eeworm.com/read/282909/9053533
c spi.c
//-----------------------函数声明,变量定义--------------------------------------------------------
#include
#include
sbit SCK=P1^0; // 将p1.0口模拟时钟输出
sbit MOSI
www.eeworm.com/read/281861/9128840
vhd csc_top.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
ENTITY csc_top IS
GENERIC (N : INTEGER := 8 ); --输入输出宽度
PORT ( Clock : IN STD_LOGIC; --时钟
ClockEnable : IN ST