代码搜索:Check
找到约 10,000 项符合「Check」的源代码
代码结果 10,000
www.eeworm.com/read/128354/14302815
cpp viewline.cpp
// ViewLine.cpp : implementation file
//
#include "stdafx.h"
#include "wgl_32.h"
#include "ViewLine.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE
www.eeworm.com/read/369253/9658150
cpp viewline.cpp
// ViewLine.cpp : implementation file
//
#include "stdafx.h"
#include "wgl_32.h"
#include "ViewLine.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE
www.eeworm.com/read/414255/11122835
testscript
#!/bin/sh
#test macro for the compiler outputs
#By Erick van Rijk
for SOURCEFILE in array char function real record_undeclared test07 test15 test23 array2 equal \
function_check record3 smaller
www.eeworm.com/read/100018/15889078
cgi save_ports.cgi
#!/usr/local/bin/perl
# save_ports.cgi
# Save ports and other networking options
require './squid-lib.pl';
&ReadParse();
$conf = &get_config();
$whatfailed = "Failed to save port options";
&save_opt
www.eeworm.com/read/288774/8608696
cpp mcs.cpp
// MixedCS.cpp: implementation of the CMcs class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Mcs.h"
#include "MixedCS.h"
#include "Wi
www.eeworm.com/read/429652/8796748
cpp mcs.cpp
// MixedCS.cpp: implementation of the CMcs class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Mcs.h"
#include "MixedCS.h"
#include "Wi
www.eeworm.com/read/184008/9126367
cpp mcs.cpp
// MixedCS.cpp: implementation of the CMcs class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Mcs.h"
#include "MixedCS.h"
#include "Wi
www.eeworm.com/read/179705/9342489
c test.c
/* sum/test.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU
www.eeworm.com/read/370828/9582517
cpp mcs.cpp
// MixedCS.cpp: implementation of the CMcs class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Mcs.h"
#include "MixedCS.h"
#include "Wi
www.eeworm.com/read/168453/9912761
m ex031100.m
% 第三章: 例 3.11:
%
n = -5:10; x = rand(1,length(n));
k = -100:100; w = (pi/100)*k; % -pi和+pi之间的频率
X = x * (exp(-j*pi/100)).^(n'*k); % DTFT of x
% 折叠特性
y = fliplr(x); m = -fliplr(n);