代码搜索:practice
找到约 1,173 项符合「practice」的源代码
代码结果 1,173
www.eeworm.com/read/324347/13270954
patdata2
;Data file for patients from the NCEP Practice book
; patient with missing recent labs
(assert (patient1
(sex female) (name p10) (age 55) (h-chd no) (smoking no)
(dm no) (chd no) (et yes) (pm
www.eeworm.com/read/126074/6018841
patdata2
;Data file for patients from the NCEP Practice book
; patient with missing recent labs
(assert (patient1
(sex female) (name p10) (age 55) (h-chd no) (smoking no)
(dm no) (chd no) (et yes) (pm
www.eeworm.com/read/124399/6050092
patdata2
;Data file for patients from the NCEP Practice book
; patient with missing recent labs
(assert (patient1
(sex female) (name p10) (age 55) (h-chd no) (smoking no)
(dm no) (chd no) (et yes) (pm
www.eeworm.com/read/216502/4890811
m9
.SH
References
.IP [1]
B. G. Ryder,
``The PFORT Verifier,''
.ul
Software_Practice & Experience,
October 1974.
.IP [2]
American National Standard Fortran.
American National Standards Institute,
New Yor
www.eeworm.com/read/211147/4946336
lst prac9_232_0115k.lst
Archelon msp430 Assembler Version 1.58 2004/03/12 File F:\soft\Practice\prac9_comm\rs232\prac9_232_0115k.asm Page 1
1
28
www.eeworm.com/read/211147/4946357
lst prac9_asyn_09600.lst
Archelon msp430 Assembler Version 1.58 2004/03/12 File C:\AQ430 Practice Code\prac9_comm\asynchronous\prac9_asyn_09600.asm Page 1
1
28
www.eeworm.com/read/211147/4946366
lst prac9_max3485_02400.lst
Archelon msp430 Assembler Version 1.58 2004/03/12 File F:\soft\Practice\prac9_comm\rs485\prac9_max3485_02400.asm Page 1
1
28
www.eeworm.com/read/306178/3747182
c mizong-xinfa.c
// mizong-xinfa.c 密宗心法
// by secret
inherit SKILL;
void create() { seteuid(getuid()); }
string type() { return "knowledge"; }
int practice_skill(object me)
{
return notify_fail("密宗心法只能通过学
www.eeworm.com/read/306178/3748803
c lian.c
// practice.c
#include
inherit F_CLEAN_UP;
int main(object me, string arg)
{
object where = environment(me);
string skillname;
int skill, skill_basic, times, pertimes;
set
www.eeworm.com/read/279841/4132771
java xmlreaderpractice.java
package cn.org.matrix.gmatrix.practice.demo01;
import org.kobjects.xml.*;
import java.io.InputStream;
import java.io.InputStreamReader;
/**
* kObjects的XmlReader类的测试
* @author cleverpig
*