代码搜索:Check
找到约 10,000 项符合「Check」的源代码
代码结果 10,000
www.eeworm.com/read/292705/3949565
h check.h
/*
* add_partition adds a partitions details to the devices partition
* description.
*/
void add_gd_partition(struct gendisk *hd, int minor, int start, int size);
typedef struct {struct page *v;}
www.eeworm.com/read/292670/3950782
check_kernel
#!/bin/bash
if [ $(grep -c "$(uname -r)" ${LINUXDIR}/include/linux/version.h) != 0 ]
then
echo
www.eeworm.com/read/292670/3950794
check_cmdtest
#!/usr/bin/perl
# vi: set ts=4:
sub grab_function;
sub grab_def;
sub check_cmdtest_func;
sub echo_cmdtest_in;
@ARGV = ('-') unless @ARGV;
$ARGV=shift @ARGV;
if(!open(FILE,$ARGV)){
warn "Can't open
www.eeworm.com/read/292670/3950798
check_driver
#!/bin/bash
#
# This script shows some of the deficiencies in drivers. Some
# of the things that are tested here are only suggestions, and
# don't necessarily apply to every driver.
#
check_all=no
www.eeworm.com/read/291974/3961788
js check.js
window.onload = function () {
setInputCheckedStatus();
$("js-pre-step").onclick = function() {
location.href="./index.php?lang=" + getAddressLang() + "&step=welcome";
};
www.eeworm.com/read/290539/3973373
java check.java
package com.news.utils;
import java.awt.Color;
import java.util.Random;
public class Check {
public Color getRandColor(int fc,int bc){
Random random = new Random();
if(fc>25