代码搜索:Difference

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

代码结果 3,389
www.eeworm.com/read/148696/12442797

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/148696/12442924

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/131795/14126412

dat funtc115b.dat

#include #include #include #include int main(void) { time_t first, second; clrscr(); first = time(NULL); delay(2000); second = time(N
www.eeworm.com/read/130466/14192707

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/130466/14192764

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/130200/14203552

cpp algo2-9.cpp

// algo2-9.cpp 尽量采用bo2-31.cpp中的基本操作实现算法2.17的功能 #include"c1.h" #define N 2 typedef char ElemType; #include"c2-3.h" #include"func2-2.cpp" #include"bo2-31.cpp" #include"func2-3.cpp" // 包括e
www.eeworm.com/read/130200/14203576

cpp algo2-8.cpp

// algo2-8.cpp 实现算法2.17的程序 #include"c1.h" #define N 2 typedef char ElemType; #include"c2-3.h" #include"func2-2.cpp" #include"bo2-32.cpp" #include"func2-3.cpp" // 包括equal()、comp()、print(
www.eeworm.com/read/232116/14208087

cpp glc.cpp

#include "nmea0183.h" #pragma hdrstop /* ** Author: Samuel R. Blackburn ** Internet: sam_blackburn@pobox.com ** ** You can use it any way you like as long as you don't try to sell it. ** **
www.eeworm.com/read/232116/14208134

cpp gtd.cpp

#include "nmea0183.h" #pragma hdrstop /* ** Author: Samuel R. Blackburn ** Internet: sam_blackburn@pobox.com ** ** You can use it any way you like as long as you don't try to sell it. ** **
www.eeworm.com/read/130111/14208182

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