代码搜索:parameter
找到约 10,000 项符合「parameter」的源代码
代码结果 10,000
www.eeworm.com/read/367407/9751868
cs showcmdline.cs
using System;
class clsShowCmdLine
{
static void Main(string[] args)
{
int i;
for (i = 0; i < args.Length; i++)
Console.WriteLine("Parameter {0} i
www.eeworm.com/read/171127/9769626
cnt help.cnt
:Base help
:Title IR RCU READER HELP FILE
1 Main help=Main
1 Record IR code=record
1 Add and modify IR format=add
1 View the standard IR time parameter=view
1 Other=other
1 View error message=e
www.eeworm.com/read/171050/9774278
m awgn.m
%*************************************************************************************
% This function pertains to the addition of AWGN with mean zero and
% parameter 'variance' to
www.eeworm.com/read/366998/9786071
txt 信号源.txt
12阶m序列,周期为4095位
module m12(clk,mout);
output mout;
input clk;
reg[11:0] cnt;
reg mout;
wire[11:0] d;
assign d[10:0]=cnt[11:1];
assign d[11]=cnt[6]^cnt[4] ^cnt[1] ^cnt[0];
para
www.eeworm.com/read/170790/9790296
c configfile.c
/*!
***********************************************************************
* \file
* configfile.c
* \brief
* Configuration handling.
* \author
* Main contributors (see contribu
www.eeworm.com/read/170590/9797438
c main.c
/****************************************************************/
/* COPYRIGHT NOTICE */
/* ---------------- */
/* All software in this listing remain the strict copyright */
/* of Ilij
www.eeworm.com/read/415837/11050503
h field.h
#if !defined(AFX_FIELD_H__429863A0_C235_44E6_B6C8_223E20717B62__INCLUDED_)
#define AFX_FIELD_H__429863A0_C235_44E6_B6C8_223E20717B62__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VE