代码搜索:Check
找到约 10,000 项符合「Check」的源代码
代码结果 10,000
www.eeworm.com/read/411674/11233537
m check2ddata.m
function res=check2ddata(fname)
% CHECK2DDATA Checks if given file containins labeled 2D vectors.
%
% Synopsis:
% res = check2ddata(fname)
%
% Description:
% If the file 'fname' contains matrix X [2
www.eeworm.com/read/411674/11233640
m check2dgauss.m
function res = check2dgauss(fname)
% CHECK2DGAUSS Checks if given file containes bivariate Gaussians.
%
% Synopsis:
% res = check2dgauss(fname)
%
% Description:
% If the file 'fname' contains a matr
www.eeworm.com/read/249828/12468748
txt update check code.txt
This will check to see if there is an update for your hack. What it does is download a file from the internet and compare it with a string in the hack, if they don't match it alerts you. This took me
www.eeworm.com/read/335938/12489406
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/248881/12536431
txt g-header-check.txt
************************************
The G-Rinex version: 2.10
The corr to system time: 2004 4 19 4.470348e-007
End of Header!
************************************
www.eeworm.com/read/248881/12536481
txt n-header-check.txt
************************************
The N-Rinex version: 2.10
The Ion Alpha: 1.583000e-008 1.490000e-008 -1.192000e-007 -1.192000e-007
The Ion Belta: 1.065000e+005 6.554000e+004
www.eeworm.com/read/248881/12536505
txt n-data-check.txt
*************第 1 个数据*****************
改正前:PRN-6 97 11 9 2 0 0.000000 -2.31988321079e-007 0.00000000000e+000 0.00000000000e+000
改正后:PRN-6 97 11 9 2 0 0.000000 -2.31988321079e-007 0.00000000000e+000 0
www.eeworm.com/read/248881/12536527
txt g-data-check.txt
*************第 1 个数据*****************
改正前:m-2 4 4 19 2 15 0.000000 -9.68305394053e-005 1.81898940355e-012 8.10000000000e+003
改正后:m-2 4 4 19 2 15 0.000000 -9.68305394053e-005 1.81898940355e-012 8.100
www.eeworm.com/read/335076/12550881
c check_if_int2.c
#include
#include
#include
//#include
#define MAX 13
#define OK 1
#define TRUE 1
#define FALSE 0
#define ERROR 0
#define OVERFLOW -2
#define OPSETSIZE 7