代码搜索:
找到约 10,000 项符合「」的源代码
代码结果 10,000
www.eeworm.com/read/192685/8366139
txt systemparametersinfo的参数setmousespeed的值是多少.txt
象这样的一些没有包括在win32api.txt的参数只能从VC++的头文件中找,下面就是头文件中部分VB没有包括的常数的定义:
#if(WINVER >= 0x0500)
#define SPI_GETMOUSESPEED 112
#define SPI_SETMOUSESPEED 113
#define SPI_GETSCREENSAVERRUNN
www.eeworm.com/read/392036/8366140
cpp changepwddlg.cpp
// ChangePwdDlg.cpp : implementation file
//
#include "stdafx.h"
#include "HosptialMan.h"
#include "ChangePwdDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FI
www.eeworm.com/read/292233/8366141
suo lexical.suo
www.eeworm.com/read/392036/8366142
cpp adodc.cpp
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
// NOTE: Do not modify the contents of this file. If this class is regenerated by
// Microsoft Visual C++, your m
www.eeworm.com/read/192685/8366143
txt api的意义是什么.txt
API是Application Programming Interface的缩写,也就是应用程序调用系统功能的接口。Windows API主要包括系统定义的函数、消息及与之相关的数据类型。我们使用各种开发工具归根结底都是和API打交道。但是API本身比较难掌握,所以开发工具都提供了各种可视的或面向对象的手段,如控件、类等,来使用户即使不太了解API,也可以编写Windows程序。但是这些手段是有限 ...
www.eeworm.com/read/292233/8366144
dsp lexical.dsp
# Microsoft Developer Studio Project File - Name="Lexical" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) C
www.eeworm.com/read/192685/8366145
txt 如何重新启动本机、关机.txt
调用API函数ExitWindowsEx可以首先重新驱动和关机。ExitWindowsEx定义如下:
BOOL ExitWindowsEx(
UINT uFlags, // shutdown operation
DWORD dwReserved // reserved
);
其中uFlags菜单决定关机的方式,EWX_REBOOT表
www.eeworm.com/read/392036/8366146
h adodc.h
#if !defined(AFX_ADODC_H__F9475906_9298_4914_9C9D_9388DBAF0DAC__INCLUDED_)
#define AFX_ADODC_H__F9475906_9298_4914_9C9D_9388DBAF0DAC__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VE
www.eeworm.com/read/292233/8366147
h lexical.h
#ifndef LEXICAL_H_
#define LEXICAL_H_
#include
using namespace std;
void Scanner();
void IsNumber();
void IsAlpha();
void IsChar();
void IsNotes();
void IsOther();
void Error(i
www.eeworm.com/read/392036/8366148
h usermandlg.h
//{{AFX_INCLUDES()
#include "adodc.h"
#include "datalist.h"
//}}AFX_INCLUDES
#if !defined(AFX_USERMANDLG_H__CD2A85FE_1794_444C_B87C_D07373A5074C__INCLUDED_)
#define AFX_USERMANDLG_H__CD2A85FE_179