代码搜索:Functions
找到约 10,000 项符合「Functions」的源代码
代码结果 10,000
www.eeworm.com/read/189319/8475734
html functions_vars.html
Apache Portable Runtime: Compound Member In
www.eeworm.com/read/188503/8535266
c yuvcorrect_functions.c
/*
* yuvcorrect_functions.c
* Common functions between yuvcorrect and yuvcorrect_tune
* Copyright (C) 2002 Xavier Biquard
*
* This program is free software; you can r
www.eeworm.com/read/433168/8542030
sas sas_functions.sas
DATA example;
INFILE 'd:\data\tomfunction.dat' ;
INPUT height weight ursod se1-se10;
bmi = (weight*703.0768)/(height*height);
rbmi1 = ROUND(bmi,1);
rbmi2 = ROUND(bmi,.1);
lursod = LOG(u
www.eeworm.com/read/289246/8564852
c cgp-functions.c
// cgp-functions.c
// Julian F. Miller (c) 2007
// IMPORTANT: program outputs are arranged most significant on the left
#include
#include
#include
#include
www.eeworm.com/read/432021/8637867
m4 functions.m4
# $Id: functions.m4 1339 2006-09-21 19:46:28Z tbailey $
#
# $Log$
# Revision 1.1 2005/10/06 20:06:01 nadya
# add definitions for configure macros that are missing from autoconf v < 2.54
# will need
www.eeworm.com/read/287344/8692248
js ajax_functions.js
//AJAX public functions
//zhangcy 2006-12-6
//创建对象
function create_obj(){
var http_request = false;
//开始初始化XMLHttpRequest对象
if(window.XMLHttpRequest) { //Mozilla 浏览器
h