代码搜索:输出可调

找到约 10,000 项符合「输出可调」的源代码

代码结果 10,000
www.eeworm.com/read/328565/13020965

txt xiaotong.txt

----------------------------------------------------------------------------------------------------------------------------- [总定义]: [文件名]:stc2 [输出开关量数]:3 [输入开关量数]:6 [保持寄存器数]:48 [输入寄存器数]
www.eeworm.com/read/324789/13244858

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/137520/13317113

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/137091/13345952

h convolve.h

void Convolve( Word16 *Input, // 原始输入数据 Word16 *Impulse, // 冲击响应 Word16 *Output, // 卷积输出结果 Word16 length // 卷积运算长度 ) ;
www.eeworm.com/read/319866/13441313

txt cc.txt

1.5请参照本章例题,编写一个C程序,输出以下信息: ************ Very Goodj! ************ 解: main() { printf(" ************ \n"); printf("\n"); printf(" Very Good! \n"); printf("\n"); printf("
www.eeworm.com/read/315904/13535008

h global.h

/************global.h***********************************/ #include //输入/输出 #include //加载字符测试程序 #include #define AVA 246 #define COLON 247 #define MULTIPL
www.eeworm.com/read/315078/13552648

h cstudent.h

#include class CStudent { friend ostream& operator
www.eeworm.com/read/312610/13607832

txt 例11.9.txt

  例11.9编写一个输出链表的函数print。    void print(struct student *head)    {struct student*p;    printf("\nNow,These %d records are:\n",n);    p=head;   if(head!=NULL)
www.eeworm.com/read/312154/13617756

c pcapwm8.c

/*************************************************************** 功能:实现用PCA在P0.0输出8位PWM信号,可用示波器观察占空比变化 作者:ZDP 时间:2005-11-30 版本:V1.0 ***************************************************************/
www.eeworm.com/read/309822/13664169

m svmsim.m

function Yd = svmSim(svm,Xt) % ------------------------------------------------------------% cathe = 10e+6; % kernel输出的元素个数的上限 nx = size(svm.x,2); % 训练样本数 nt = size(