代码搜索:Functions
找到约 10,000 项符合「Functions」的源代码
代码结果 10,000
www.eeworm.com/read/396039/2424945
h functions.h
// -*- c++ -*-
//
// Copyright 1997-2000, University of Notre Dame.
// Authors: Jeremy G. Siek, Jeffery M. Squyres, Michael P. McNally, and
// Andrew Lumsdaine
//
// This file is part of the
www.eeworm.com/read/387667/2557225
h functions.h
/*-------------------------------------------------------------------------
*
* functions.h
* Declarations for execution of SQL-language functions.
*
*
* Portions Copyright (c) 1996-2006, Postg
www.eeworm.com/read/379980/2665820
js functions.js
function checking(flag,href){
this.href = href;
if(flag==true){
window.alert("Sucessed!");
window.location.href=this.href;
}else{
window.alert("Fail to!");
window.history
www.eeworm.com/read/379980/2665854
js functions.js
function checking(flag,href){
this.href = href;
if(flag==true){
window.alert("Sucessed!");
window.location.href=this.href;
}else{
window.alert("The Information is not full!");