代码搜索:syntax

找到约 10,000 项符合「syntax」的源代码

代码结果 10,000
www.eeworm.com/read/363287/9962905

m trainpso.m

%TRAINPSO Particle Swarm Optimization backpropagation. % % Syntax % % [net,tr,Ac,El] = trainpso(net,Pd,Tl,Ai,Q,TS,VV,TV) % info = trainpso(code) % % Description % % TRAINPSO is a
www.eeworm.com/read/363287/9962953

m trainpso.m

%TRAINPSO Particle Swarm Optimization backpropagation. % % Syntax % % [net,tr,Ac,El] = trainpso(net,Pd,Tl,Ai,Q,TS,VV,TV) % info = trainpso(code) % % Description % % TRAINPSO is a
www.eeworm.com/read/363215/9964994

sql compile_all_specs.sql

--* File Name : Compile_All_Specs.sql --* Author : DR Timothy S Hall --* Description : Compiles all invalid package specifications for specified schema, or all schema. --* Call Syntax :
www.eeworm.com/read/363215/9965024

sql monitoring_off.sql

--* File Name : Monitoring_On.sql --* Author : DR Timothy S Hall --* Description : Sets monitoring off for the specified tables. --* Call Syntax : @Monitoring_On (schema) (table-name or
www.eeworm.com/read/363215/9965044

sql seq_structure.sql

--* File Name : Seq_Structure.sql --* Author : DR Timothy S Hall --* Description : Creates the DDL for the specified sequence, or all sequences. --* Call Syntax : @Seq_Structure (sequenc
www.eeworm.com/read/363215/9965065

sql grant_select.sql

--* File Name : Grant_Select.sql --* Author : DR Timothy S Hall --* Description : Grants select on current schemas tables, views & sequences to the specified user/role. --* Call Syntax :
www.eeworm.com/read/363215/9965074

sql pipes.sql

--* File Name : Pipes.sql --* Author : DR Timothy S Hall --* Description : Displays a list of all database pipes. --* Requirements : Access to the V$ views. --* Call Syntax : @Pipes --
www.eeworm.com/read/363215/9965097

sql rbs_stats.sql

--* File Name : RBS_Stats.sql --* Author : DR Timothy S Hall --* Description : Displays rollback segment statistics. --* Requirements : Access to the v$ & DBA views. --* Call Syntax : @
www.eeworm.com/read/363215/9965107

sql column_defaults.sql

--* File Name : Column_Defaults.sql --* Author : DR Timothy S Hall --* Description : Displays the default values where present for the specified table. --* Call Syntax : @Column_Defaults
www.eeworm.com/read/363215/9965109

sql free_space_tablespace.sql

--* File Name : Free_Space_TableSpace.sql --* Author : Ivory.Cheng --* Description : Displays space usage for each datafile. --* Requirements : Access to the DBA views. --* Call Syntax