代码搜索:100M
找到约 158 项符合「100M」的源代码
代码结果 158
www.eeworm.com/read/261155/4324524
ddl db2.ddl
create table ${schemaObjectPrefix}BUNDLE (NODE_ID CHAR(16) FOR BIT DATA not null, BUNDLE_DATA blob(100M) not null)
create unique index ${schemaObjectPrefix}BUNDLE_IDX on ${schemaObjectPrefix}BUNDLE (
www.eeworm.com/read/322653/3522276
txt 003.txt
Greene sets sights on world title
Maurice Greene aims to wipe out the pain of losing his Olympic 100m title in Athens by winning a fourth World Championship crown this summer.
He had to settle for b
www.eeworm.com/read/381251/2648156
sql database_of_hrms.sql
create tablespace hrms datafile 'd:\ORACLE\ORADATA\tianlan\USERS02.DBF' size 100m;
create user hrms identified by hrms
default tablespace hrms
temporary tablespace temp;
grant connect to hrm
www.eeworm.com/read/223417/14641819
c server.c
/*
server.c
This program is used for test net transfer speed for my at91rm9200 board.
This program is runing in ARM , it send and receive data over earthnet 10/100M
then print the transfer spee
www.eeworm.com/read/207108/15283094
m my.m
%The building selected is of 20 floors and 100m long.Every 5m there is a
%partition.Each floor is 5m high.Certainly between two floors there is a
%wall.
%The wall and the partition are the obstac
www.eeworm.com/read/283460/9020211
sql ctsp.sql
remark---------------------------------
remark TABLESPACE INITIAL NEXT
remark---------------------------------
remark tsp_temp 50M 20M
remark tsp_chest 50M 20M
remark total 100M
remark--
www.eeworm.com/read/468911/6981767
txt _readme.txt
Test dataset
A stochastic model with a von Karman auto-covariance function with nu = 0.5, variance = 1 and correlation lengths c_x =100m and c_y=10m is provided with any05.mat. The model has a size
www.eeworm.com/read/408030/2254672
sql jn0801_ini.sql
spool jn0801_oa.log
DROP TABLESPACE ts_jn0801 including contents and datafiles;
CREATE TABLESPACE ts_jn0801
LOGGING
DATAFILE 'c:\jn0801.ora' SIZE 100M;
drop user &1. cascade;
create
www.eeworm.com/read/374055/9422705
c main.c
#include "cpu_reg.h"
void Delay_MS(unsigned int ms);
void main()
{
asm(" STM #0000h,CLKMD ");
while(*CLKMD & 0x01 );
asm(" STM #40C7h,CLKMD "); //设置CPU运行频率=100M
/*
www.eeworm.com/read/168148/9936674
c main.c
#include "cpu_reg.h"
void Delay_MS(unsigned int ms);
void main()
{
asm(" STM #0000h,CLKMD ");
while(*CLKMD & 0x01 );
asm(" STM #40C7h,CLKMD "); //设置CPU运行频率=100M
/*