代码搜索:参数对比
找到约 10,000 项符合「参数对比」的源代码
代码结果 10,000
www.eeworm.com/read/180176/9317337
txt houghcicle.txt.txt
/*************************************************************************
*
* 函数名称:
* HoughDIB()
*
* 参数:
* LPSTR lpDIBBits - 指向源DIB图像指针
* LONG lWidth - 源图像宽度(象素数,必须是4的倍数
www.eeworm.com/read/177265/9462479
pas controlclass.pas
unit ControlClass;
interface
uses
OleCtrls, MSCommLib_TLB;
{=================上位机命令类=====================}
type TCommand = class
protected
FStrLines : string; //带有参数的命令行
FSt
www.eeworm.com/read/371386/9554474
m getcon.m
%----------------------------------------------
% 输入参数in为波长(单位:m)
% 输出out为对应的电导率
%----------------------------------------------
function out=getcon(in)
nn=in*1e6;
coon=(-6.21198035452752*nn
www.eeworm.com/read/364234/9917588
asm fiq.asm
//*********************************************************//
//函数:FIQ()
//语法:void FIQ(void)
//描述:快速请求中断;
// 入口地址:_FIQ
// 功能:调用语音解码并播放API
//参数:无
//返回:无
//***********************************
www.eeworm.com/read/280722/10297541
cs standardgoods.cs
using System;
using System.Collections;
namespace CommonAliPay
{
#region BuyParam
///
/// 交易参数,默认编码改为了Utf-8
///
public class StandardGoods:Digita
www.eeworm.com/read/161507/10400219
c ccfunction0.c
#include
#include "mex.h"
#include "stdio.h"
#include "stdlib.h"
#include "matrix.h"
//---------------------------------------------------------------------------
// 定义输入参数
#define M
www.eeworm.com/read/424263/10476857
~pas controlclass.~pas
unit ControlClass;
interface
uses
OleCtrls, MSCommLib_TLB;
{=================上位机命令类=====================}
type TCommand = class
protected
FStrLines : string; //带有参数的命令行
FSt