代码搜索:Difference

找到约 3,389 项符合「Difference」的源代码

代码结果 3,389
www.eeworm.com/read/289577/8542473

c algo2-8.c

/* algo2-8.c 实现算法2.17的程序 */ #include"c1.h" #define N 2 typedef char ElemType; #include"c2-3.h" #include"bo2-3.c" #include"bo2-32.c" void difference(SLinkList space,int *S) /* 算法2.17 *
www.eeworm.com/read/289184/8569507

c timezone.c

#include #include void main(void) { tzset(); printf("Difference between local and GMT is %d hours\n", timezone / 3600); }
www.eeworm.com/read/289184/8569512

c ftime.c

#include #include #include void main(void) { struct timeb timezone; tzset(); ftime(&timezone); printf("Seconds since 1 January 1970 (GMT)
www.eeworm.com/read/288910/8594833

c alg32.c

#include #include #include #include /* * generates: original array values: 3 5 8 13 21 transform each element by doubling: 6 10 16 26 42 tr
www.eeworm.com/read/187617/8617462

38843

Newsgroups: comp.graphics Path: cantaloupe.srv.cs.cmu.edu!crabapple.srv.cs.cmu.edu!bb3.andrew.cmu.edu!news.sei.cmu.edu!cis.ohio-state.edu!pacific.mps.ohio-state.edu!zaphod.mps.ohio-state.edu!sdd.hp.co
www.eeworm.com/read/187617/8620248

61098

Path: cantaloupe.srv.cs.cmu.edu!magnesium.club.cc.cmu.edu!news.sei.cmu.edu!fs7.ece.cmu.edu!europa.eng.gtefsd.com!howland.reston.ans.net!usc!cs.utexas.edu!uunet!mcsun!Germany.EU.net!thoth.mchp.sni.de!w
www.eeworm.com/read/187617/8620301

60509

Newsgroups: comp.sys.ibm.pc.hardware Path: cantaloupe.srv.cs.cmu.edu!das-news.harvard.edu!noc.near.net!uunet!pipex!sunic!uts!daimi!aau!joedal From: joedal@dfi.aau.dk (Lars Joedal) Subject: 80386 and 8
www.eeworm.com/read/288515/8627466

1 cmp_pgm.1

.\" .\" cmp_pgm.1 - the *roff document processor man page source .\" .TH cmp_pgm 1 "98/07/08" "Watermarking, Version 1.0" .SH NAME cmp_pgm \- a program to create the difference image of two PGM images
www.eeworm.com/read/288515/8627596

1 cmp_ppm.1

.\" .\" cmp_ppm.1 - the *roff document processor man page source .\" .TH cmp_ppm 1 "98/07/08" "Watermarking, Version 1.0" .SH NAME cmp_ppm \- a program to create the difference image of two PGM images
www.eeworm.com/read/287904/8662512

c algo2-9.c

/* algo2-9.c 尽量采用bo2-32.c中的基本操作实现算法2.17的功能 */ #include"c1.h" #define N 2 typedef char ElemType; #include"c2-3.h" #include"bo2-3.c" #include"bo2-32.c" void visit(ElemType c) { pr