代码搜索:proc

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

代码结果 10,000
www.eeworm.com/read/285987/8795856

sas jsjn1.sas

title'两个正态总体均值的假设检验'; data ex ; input leibie$ x@@; cards; a 8.6 a 8.7 a 5.6 a 9.3 a 8.4 a 9.3 a 7.5 a 7.9 b 8.0 b 7.9 b 5.8 b 9.1 b 7.7 b 8.2 b 7.4 b 6.6 ; proc ttest; class leibie;var x;run;
www.eeworm.com/read/285987/8795871

sas pbfx1.sas

title'判别分析'; data ex;input leibie$ x1 x2 @@; cards; Af 1.24 1.72 Af 1.36 1.74 Af 1.38 1.64 Af 1.38 1.82 Af 1.38 1.90 Af 1.40 1.70 Af 1.48 1.82 Af 1.54 1.82 Af 1.56 2.08 Apf 1.14 1.78 Apf 1.18 1.9
www.eeworm.com/read/285987/8795890

sas yzfx1.sas

title'五个经济变量的数据'; data ex; input pop school employ services house; cards; 5700 12.8 2500 270 25000 1000 10.9 600 10 10000 3400 8.8 1000 10 9000 3800 13.6 1700 140 25000 4000 12.8 1600 140
www.eeworm.com/read/285456/8839701

c usb_isr.c

/****************************************************************************** * * (c) copyright Freescale Semiconductor Hong Kong Ltd 2004 * AL
www.eeworm.com/read/285296/8853385

m51 4.2.m51

BL51 BANKED LINKER/LOCATER V4.20 09/02/2001 14:43:32 PAGE 1 BL51 BANKED LINKER/LOCATER V4.20, INVOKED BY: C:\KEIL\C51\BIN\BL51.EXE 4.2.4.
www.eeworm.com/read/383829/8914987

sql 9-08.sql

DECLARE @proc_name varchar(30) SET @proc_name = 'sp_who' EXEC @proc_name
www.eeworm.com/read/427309/8952419

bas module1.bas

Attribute VB_Name = "Module1" Public Function connectdatabase() As Boolean ConnectionString = "provider=sqloledb.1;persist security info=false;user id=sa;initial catalog=stu;datasource=localhost" S
www.eeworm.com/read/185930/8972608

txt events.txt

This file is generated by DeDe Ver 3.00 Copyright (c) 1999-2001 DaFixer Unit3 TForm3.Button1Click 00482058 TForm3.Button2Click
www.eeworm.com/read/283498/9015912

a endo.a

include stdlib.a include baseobj.a include baseobj.aa ; ; endo: baseobj A MASM++ object for a single window. ; Written by Michael A. Griffith and Todd D. Vender ; ; Modification List:
www.eeworm.com/read/283498/9015926

a exo.a

include stdlib.a include baseobj.a include baseobj.aa ; ; exo: baseobj A MASM++ object that represents a generalized screen manager. ; ; Written by Michael A. Griffith and Todd D. Vender