代码搜索:func
找到约 10,000 项符合「func」的源代码
代码结果 10,000
www.eeworm.com/read/377279/9283783
asl ct_func.asl
Name(OSFL, 1) // Curernt OS name 1 - Win 98
Method(STRC, 2) {
If(LNotEqual(Sizeof(Arg0), Sizeof(Arg1))) {
Return(0)
}
www.eeworm.com/read/180601/9300729
c use_func.c
#include
void hello_world(void)
{
printf("Hello, world!\n");
}
void main(void)
{
hello_world();
}
www.eeworm.com/read/376910/9301052
html globals_func.html
VLSI Solution Oy Evaluation MP3 Player Source
www.eeworm.com/read/376889/9302347
h func_bo.h
/* Back Orifice 2000 - Remote Administration Suite
Copyright (C) 1999, Cult Of The Dead Cow
This program is free software; you can redistribute it and/or modify
it under the terms of
www.eeworm.com/read/376889/9302376
cpp func_bo.cpp
/* Back Orifice 2000 - Remote Administration Suite
Copyright (C) 1999, Cult Of The Dead Cow
This program is free software; you can redistribute it and/or modify
it under the terms of
www.eeworm.com/read/180268/9314114
m que_func.m
function fofx = que_func(x)
% This function computes the value of the Q-function
% listed in Eq.(2.16). It uses the approximation in Eq.s (2.17) and (2.18)
if (x >= 0)
denom = 0.661 * x + 0.339
www.eeworm.com/read/376114/9330364
c use_func.c
#include
void hello_world(void)
{
printf("Hello, world!\n");
}
void main(void)
{
hello_world();
}