代码搜索:参数对比
找到约 10,000 项符合「参数对比」的源代码
代码结果 10,000
www.eeworm.com/read/398357/7991948
frm form8.frm
VERSION 5.00
Begin VB.Form Form8
BorderStyle = 3 'Fixed Dialog
Caption = "硬件参数设置"
ClientHeight = 4485
ClientLeft = 45
ClientTop = 330
Cli
www.eeworm.com/read/195599/8139680
m m序列扩频调制解调实现.m
%m序列扩频调制解调实现
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
% 函数通过输入信号序列和扩频因子,以及调制解调选择参数来 %
% 完成扩频调制解调。orig
www.eeworm.com/read/244739/12846112
c correlation_interal.c
#include
#include "mex.h"
#include "stdio.h"
#include "stdlib.h"
#include "matrix.h"
//---------------------------------------------------------------------------
// 定义输入参数
#define M
www.eeworm.com/read/143496/12870942
c fir_mse.c
#include
#include "mex.h"
#include "stdio.h"
#include "stdlib.h"
#include "matrix.h"
//---------------------------------------------------------------------------
// 定义输入参数
#define X
www.eeworm.com/read/329800/12932189
dfm settingunit.dfm
object SettingForm: TSettingForm
Left = 192
Top = 107
BorderStyle = bsDialog
Caption = '参数设置-Client 1.0'
ClientHeight = 160
ClientWidth = 334
Color = clBtnFace
Font.Charset = D
www.eeworm.com/read/138047/13269642
asm fiq.asm
//*********************************************************//
//函数:FIQ()
//语法:void FIQ(void)
//描述:快速请求中断;
// 入口地址:_FIQ
// 功能:调用语音解码并播放API
//参数:无
//返回:无
//***********************************
www.eeworm.com/read/239440/13279109
txt hough变换.txt
/*************************************************************************
*
* 函数名称:
* HoughDIB()
*
* 参数:
* LPSTR lpDIBBits - 指向源DIB图像指针
* LONG lWidth - 源图像宽度(象素数,必须是4的倍数
www.eeworm.com/read/323734/13324338
c uart.c
#include "hardware.h"
#include "uart.h"
uchar Sending;
/********************************************************************
函数功能:串口初始化。
入口参数:无。
返 回:无。
备 注:无。
***************************
www.eeworm.com/read/320635/13420895
asm fiq.asm
//*********************************************************//
//函数:FIQ()
//语法:void FIQ(void)
//描述:快速请求中断;
// 入口地址:_FIQ
// 功能:调用语音解码并播放API
//参数:无
//返回:无
//***********************************
www.eeworm.com/read/316282/13526244
~pas controlclass.~pas
unit ControlClass;
interface
uses
OleCtrls, MSCommLib_TLB;
{=================上位机命令类=====================}
type TCommand = class
protected
FStrLines : string; //带有参数的命令行
FSt