代码搜索:无线参数
找到约 10,000 项符合「无线参数」的源代码
代码结果 10,000
www.eeworm.com/read/347213/11681815
c ds18b20.c
#include
#include "ds18b20.h"
#include "delay.h"
#define LEDPORT P0
/*-------------数码管显示函数--------------------
参数:number 要显示的数字
参数:pos 要显示的位置(从左到右为1--4)
返回值:无
----------------
www.eeworm.com/read/259923/11757437
m kerfun.m
function k = Kerfun(ker, u, v, p1, p2)
% 参数: Ker-核的类型。
% u,v代表核中的训练点。
% p1,p2代表核中的参数。
%
switch lower(ker)
case 'linear'
k = u
www.eeworm.com/read/155928/11837795
txt 7-15.txt
/* 范例:7-15 */
#include
#include
void main(void)
{
/* 定义参数dest的字符数组destination[25] */
char destination[25];
/* 定义参数scr的字符指针scr1、scr2、scr3 */
char *scr1 = "tiger
www.eeworm.com/read/258547/11856492
txt 7-15.txt
/* 范例:7-15 */
#include
#include
void main(void)
{
/* 定义参数dest的字符数组destination[25] */
char destination[25];
/* 定义参数scr的字符指针scr1、scr2、scr3 */
char *scr1 = "tiger
www.eeworm.com/read/338169/12321214
cpp main.cpp
#include "EHfield.h"
void main()
{
FILE *fp;
fp=fopen("result.txt","w");
//激励源的参数
double f=1.14e8;
double T=1e-4;
double tao=T*(2e-5);
double Amp=1;
//相对介质参数
double EPSr=78;