代码搜索:
找到约 10,000 项符合「」的源代码
代码结果 10,000
www.eeworm.com/read/292231/8366519
opt cminus.opt
www.eeworm.com/read/292231/8366520
cpp pcodegrammar.cpp
// P-Code syntax used for coloring in CPCodeView
// by 陆晓春
////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "PCo
www.eeworm.com/read/292231/8366521
h asmcodedoc.h
#if !defined(AFX_ASMCODEDOC_H__364D98BC_84E2_4578_A3E6_0769F0BAF001__INCLUDED_)
#define AFX_ASMCODEDOC_H__364D98BC_84E2_4578_A3E6_0769F0BAF001__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif
www.eeworm.com/read/192685/8366522
txt 如何利用vb实现操作系统或者某一应用程序的自动关闭.txt
退出操作系统可以调用Windows API的ExitWindowsEx函数。
例子:
1、建立一个窗体,在上面放置4个按钮,按钮设置如下:
控件 控件名 Caption属性
---------------------------------------------------
CommandButton cmdLogoff 注销
www.eeworm.com/read/292231/8366523
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// cminus.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
www.eeworm.com/read/192685/8366524
txt 能否编程实现nt系统的关机并切断电源.txt
如果你的机器是ATX结构的,在Win9x/2000下,只要使用ExitWindowsEx时加上参数EWX_POWEROFF就可以实现软件切断电源。但是这在NT下不行。按照NT Resource Kit的说法,需要修改注册表的PowerDownAfterShutdown选项为1,并使用厂商提供的专门的HAL.DLL,就可以切断电源。但问题是很少有厂商提供专门的HAL.DLL。所以基本上无法在NT下实 ...
www.eeworm.com/read/392031/8366525
qpf de2_tv.qpf
# Copyright (C) 1991-2005 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any
www.eeworm.com/read/292231/8366526
h mainfrm.h
// MainFrm.h : interface of the CMainFrame class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_MAINFRM_H__5C7B83D0_5F3F_49E9_AF27_E2769ED9EA91_
www.eeworm.com/read/192685/8366527
txt vfp中调用api函数与vb中的有什么不同.txt
基 本 方 法 相 同 , 都 是 先 使 用 Declare声 明 , 然 后 再 调 用 , 当 然 两 者 的 声 明 语 法 不 同 。 相 对 来 说 , VFP的 功 能 要 差 一 些 , 不 如 VB方 便 :
1、 VFP不 支 持 AddressOf, 所 以 不 能 调 用 一 些 回 调 函 数 ;
2、 VFP没 有 结 构 ( 自 定 义 类 型
www.eeworm.com/read/392031/8366528
v i2c_controller.v
// --------------------------------------------------------------------
// Copyright (c) 2005 by Terasic Technologies Inc.
// --------------------------------------------------------------------
/