代码搜索:Local
找到约 10,000 项符合「Local」的源代码
代码结果 10,000
www.eeworm.com/read/355189/10287960
txt 三。★★★ghost怎么用 .txt
三。★★★GHOST怎么用?
系统备份
使用Ghost进行系统备份,有整个硬盘(Disk)和分区硬盘(Partition)两种方式。在菜单中点击<mark>Local</mark>(本地)项,在右面弹出的菜单中有3个子项,其中Disk表示备份整个硬盘(即克隆)、Partition表示备份硬盘的单个分区、Check表示检查硬盘或备份的文件,查看是否可能因分区、硬盘被破坏等造成备份或还原失败。分区备份作为个人用户 ...
www.eeworm.com/read/280852/10288176
c trees.c
/* trees.c -- output deflated data using Huffman coding
* Copyright (C) 1992-1993 Jean-loup Gailly
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU
www.eeworm.com/read/280852/10288216
c unlzh.c
/* unlzh.c -- decompress files in SCO compress -H (LZH) format.
* The code in this file is directly derived from the public domain 'ar002'
* written by Haruhiko Okumura.
*/
#ifdef RCSID
stat
www.eeworm.com/read/162511/10300299
c date_and_time.c
/* Implementation of the DATE_AND_TIME intrinsic.
Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
Contributed by Steven Bosscher.
This file is part of the GNU Fortran 95 runtime l
www.eeworm.com/read/355013/10304403
dependencies
main.o: ../src/main.c /usr/local/te/include/stddef.h \
/usr/local/te/include/stdtype.h /usr/local/te/include/typedef.h \
/usr/local/te/include/tk/errno.h /usr/local/te/include/tk/syscall.h \
/us
www.eeworm.com/read/355010/10304578
dependencies
main.o: ../src/main.c ../src/sample.h /usr/local/te/include/basic.h \
/usr/local/te/include/machine.h /usr/local/te/include/stddef.h \
/usr/local/te/include/stdtype.h /usr/local/te/include/typedef
www.eeworm.com/read/355007/10304769
c localerr.c
#include
void local_values(void)
{
int a = 1, b = 2, c = 3;
printf("a contains %d b contains %d c contains %d\n", a, b, c);
}
void main(void)
{
printf("a contains %
www.eeworm.com/read/355007/10305360
c timezone.c
#include
#include
void main(void)
{
tzset();
printf("Difference between local and GMT is %d hours\n",
timezone / 3600);
}