代码搜索:Functions
找到约 10,000 项符合「Functions」的源代码
代码结果 10,000
www.eeworm.com/read/167130/9980133
js functions.js
var accept, newname;
function delete_dir(target){
accept = confirm("Delete the directory: '"+target+"' ?");
if(accept==true){
location.href='afm.php?dir='+dir+'&action=delete_dir&target='+t
www.eeworm.com/read/166865/9992473
c functions.c
/******************************************************************************
Copyright (c) J&K 2006
File Name : functions.c
Engineer : Jackie
www.eeworm.com/read/361541/10047339
h functions.h
#include
#include
#include
double Sigmoid(double x)// 单极性S型函数
{
return 1/(1+exp(-x));
}
double Derivative (double x)//单极性S型函数求导
{
return (1-x)*x;
}
www.eeworm.com/read/361358/10057029
js functions.js
//functions.js
//Create a boolean variable to check for a valid MS instance.
var xmlhttp = false;
//Check if we are using IE.
try {
//If the javascript version is greater than 5.