代码搜索:Check
找到约 10,000 项符合「Check」的源代码
代码结果 10,000
www.eeworm.com/read/172642/9697799
m dig_block_check.m
function [retval, remaining] = DIG_Block_Check(slot, grp)
% [retval, remaining] = DIG_Block_Check(slot, grp)
% No documentation is available yet.
[retval, remaining] = daq2(47, slot, grp);
www.eeworm.com/read/172642/9697987
m lab_iscan_check.m
function [retval, status, retrieved, finalScanOrder] = Lab_ISCAN_Check(slot)
% [retval, status, retrieved, finalScanOrder] = Lab_ISCAN_Check(slot)
% No documentation is available yet.
[retval, st
www.eeworm.com/read/368337/9701008
h gsl_check_range.h
/* vector/gsl_check_range.h
*
* Copyright (C) 2003 Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public Licen
www.eeworm.com/read/367808/9729799
gif job_check_user.gif
www.eeworm.com/read/171439/9754977
sln ch9_check.sln
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ch9_check", "ch9_check.csproj", "{85B09FA0-BC20-4368-935F-933A17CE7EF5}"
ProjectSecti
www.eeworm.com/read/171439/9754980
suo ch9_check.suo
www.eeworm.com/read/170884/9781351
m ui_check_params.m
function ui_check_params
persistent state;
if isempty(state)
state = struct('PktLen', '100', 'FreqError', '0', 'ExpDecayTrms', '50', 'SNR','20', ...
'PhaseNoisedBc', '-90', 'PhaseNois
www.eeworm.com/read/415925/11048521
bas check_crc32.bas
Attribute VB_Name = "Check_CRC32"
Option Explicit
'This module calculates the CRC32-checksum of a certain bytestream
Dim CrcTableInit As Boolean
Dim CRCTable(0 To 255) As Long
Public