代码搜索:Opera
找到约 937 项符合「Opera」的源代码
代码结果 937
www.eeworm.com/read/387667/2556994
7 create_operator_class.7
.\\" auto-generated by docbook2man-spec $Revision: 1.1.1.1 $
.TH "CREATE OPERATOR CLASS" "" "2008-01-03" "SQL - Language Statements" "SQL Commands"
.SH NAME
CREATE OPERATOR CLASS \- define a new opera
www.eeworm.com/read/377592/2698698
java operatordao.java
package db;
import java.sql.*;
import java.util.*;
import bean.Operator;
public interface OperatorDAO
{
/**
*判断数据库中是否存在某个Operator
*/
public boolean isExists(Operator opera
www.eeworm.com/read/376940/2705892
js pagingmemoryproxy.js
/*
* Ext JS Library 2.2
* Copyright(c) 2006-2008, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
/* Fix for Opera, which does not seem to include the map function o
www.eeworm.com/read/368348/2822664
js multi-lang.js
/*
* Ext JS Library 1.0.1
* Copyright(c) 2006-2007, Ext JS, LLC.
* licensing@extjs.com
*
* http://www.extjs.com/license
*/
/* Fix for Opera, which does not seem to include the map func
www.eeworm.com/read/366702/2870712
c copy1.c
// { dg-do run }
// GROUPS passed copy-ctors
#include
int pass = 0;
class name {
int namestuff;
public:
name() {
namestuff = 111;
}
name(const name& subject);
name & opera
www.eeworm.com/read/108859/15574000
m ctsim.m
function y = ctsim(b,a,u,t,ic,ty)
% CTSIM Numerical solution of CT differential equations
%
% Y = CTSIM(N,D,X,t,IC,TY): Numerical solution of differential equations
% N, D = num, den of the opera
www.eeworm.com/read/105977/15649684
h operation.h
#include
using namespace std;
#ifndef _OPERATION_0607_H
#define _OPERATION_0607_H
struct Operation {
Operation(int m = 0);
bool is_draw();
int opr_sum;
};
istream& opera
www.eeworm.com/read/100148/15882504
c nt.c
/*++
Copyright (c) 1996 Scott Field
Module Name:
nt.c (formerly nt_zip.c)
Abstract:
This module implements WinNT security descriptor operations for the
Win32 Info-ZIP project. Opera
www.eeworm.com/read/360354/10100885
js global.js
var UserAgent = navigator.userAgent.toLowerCase();
var ie4=document.all&&UserAgent.indexOf("opera")==-1
var ns6=document.getElementById&&!document.all
//COOKIE Start
function getCookie(sName){