代码搜索:QU
找到约 1,968 项符合「QU」的源代码
代码结果 1,968
www.eeworm.com/read/279380/10442830
m qu.m
function[v] = Qu(Q,u,srcnum)
% [v] = Qu(Q,u)
%projects the data onto the Q grid
%solves the linear system v = Q*u
% Copyright (c) 2007 by the Society of Exploration Geophysicists.
% For more in
www.eeworm.com/read/135761/5877836
c if_qu.c
/* if_qu.c - Motorola MC68EN360 QUICC network interface driver */
/* Copyright 1994-1997 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01k,31aug
www.eeworm.com/read/222048/6333674
gif qu.gif
www.eeworm.com/read/485525/6552560
jpg qu.jpg
www.eeworm.com/read/482608/6619639
11 qu.11
create table R (unique1 int);
load table R from ("../data/unique1_1K_R.data");
create table S (unique1 int);
load table S from ("../data/unique1_1K_S.data");
select (R.unique1, S.unique1) from R, S
www.eeworm.com/read/482608/6619640
1 qu.1
/*
* test 1 tests QU_Select without indices
*/
/* create relations */
create table soaps(soapid int, name char(28), network char(4), rating real);
load table soaps from ("../data/soaps.data");
cr
www.eeworm.com/read/482608/6619641
4 qu.4
/*
* test 4 has more QU_Join stuff
*/
/* create the relations and indices */
create table soaps(soapid int, name char(28), network char(4), rating real);
/*
buildindex soaps(name);
buildindex soap
www.eeworm.com/read/482608/6619642
5 qu.5
/*
* test 5 tests QU_Insert without indices
*/
/* create relations */
create table soaps(soapid int, name char(28), network char(4), rating real);
load table soaps from ("../data/soaps.data");
cr
www.eeworm.com/read/482608/6619644
qu.0
create table student(id char(10),name char(21),gender char(3),age int,grade real,class_id char(8));
help;
help table student;
!ls
print table student;
select id,name,gender,age,grade,class_id fro
www.eeworm.com/read/482608/6619645
12 qu.12
create table R (unique1 int);
load table R from ("../data/unique1_10K_R.data");
create table S (unique1 int);
load table S from ("../data/unique1_10K_S.data");
select (R.unique1, S.unique1) from R,