代码搜索:flat
找到约 6,984 项符合「flat」的源代码
代码结果 6,984
www.eeworm.com/read/424281/10467665
c flat.c
/* randist/flat.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000, 2007 James Theiler, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the terms o
www.eeworm.com/read/424281/10471444
c flat.c
/* cdf/flat.c
*
* Copyright (C) 2003, 2007 Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publish
www.eeworm.com/read/353083/10472404
sql flat.sql
set wrap off
set linesize 100
set feedback off
set pagesize 0
set verify off
set termout off
spool ytmpy.sql
prompt select
select lower(column_name)||'||chr(9)||'
from user_tab_columns
where
www.eeworm.com/read/353083/10472410
cmd flat.cmd
@echo off
if "%1"=="" goto :usage
if "%2"=="" goto :usage
sqlplus -s %1 @flat.sql %2
goto :done
:Usage
echo "usage flat un/pw [tables|views]"
echo "example flat scott/tiger emp dept"
echo "de
www.eeworm.com/read/423594/10544530
h flat.h
/* Copyright (C) 1998 Kenneth Albanowski
* The Silver Hammer Group, Ltd.
*
*/
#ifndef _LINUX_FLAT_H
#define _LINUX_FLAT_H
#define FLAT_VERSION 0x000000
www.eeworm.com/read/418361/10951911
h flat.h
/*
* Copyright (C) 2002-2003 David McCullough
* Copyright (C) 1998 Kenneth Albanowski
* The Silver Hammer Group, Ltd.
*
*
www.eeworm.com/read/437000/7757129
stl flat.stl
solid MYSOLID
facet normal 0.0 0.0 1.0
outer loop
vertex 1.0 0.0 0.0
vertex 0.5 0.5 0.0
vertex 0.0 0.0 0.0
endloop
endfacet
fac
www.eeworm.com/read/329075/12983827
cpp flat.cpp
/*
Context : Fuzzy Clustering Algorithms
Author : Frank Hoeppner, see also AUTHORS file
Description : implementation of main program flat
History
www.eeworm.com/read/140313/13088486
sql flat.sql
set wrap off
set linesize 100
set feedback off
set pagesize 0
set verify off
set termout off
spool ytmpy.sql
prompt select
select lower(column_name)||'||chr(9)||'
from user_tab_col