代码搜索:Tools
找到约 10,000 项符合「Tools」的源代码
代码结果 10,000
www.eeworm.com/read/100043/6275661
c tools.c
/*
* $Id: tools.c,v 1.173.2.4 1999/05/11 20:37:20 wessels Exp $
*
* DEBUG: section 21 Misc Functions
* AUTHOR: Harvest Derived
*
* SQUID Internet Object Cache http://squid.nlanr.net/Squid/
www.eeworm.com/read/126652/6313460
h tools.h
/*########################################################################
Filename: tools.h
----------------------------------------------------
Remarks: ...
--------------------------------
www.eeworm.com/read/126652/6313511
cpp tools.cpp
/*########################################################################
Filename: tools.cpp
----------------------------------------------------
Remarks: ...
------------------------------
www.eeworm.com/read/319080/6328378
rc tools.rc
// Microsoft Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
/
www.eeworm.com/read/319080/6328382
ico tools.ico
www.eeworm.com/read/319080/6328387
h tools.h
// 自动关机.h : PROJECT_NAME 应用程序的主头文件
//
#pragma once
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // 主符号
#include "ToolsD
www.eeworm.com/read/319080/6328389
txt tools.txt
代码名称: 自动关机程序
分类 : 源代码下载
作者姓名: 徐星
邮件地址: eggxp@etang.com
作者相关信息: 华中师范大学计算机系0105班
开发环境:VC.NET
测试环境:VC.NET
版本:1.0
说明:
1.后台运行,按ctrl+J呼出窗口
2.可以设置是否强制关机(强行结束所有程序,这样会丢失未保存的数据)
3.可以设置是否开机自动运行
4.程序 ...