代码搜索:ZeroMemory
找到约 227 项符合「ZeroMemory」的源代码
代码结果 227
www.eeworm.com/read/102552/15777437
htm subject_19832.htm
序号:19832 发表者:longren 发表日期:2002-10-31 17:57:24
主题:问个重要的函数
内容:memset函数是什么意思的。还有ZeroMemory,bzero呢2002-10-31 18:03:14
www.eeworm.com/read/101619/15823523
h macro.h
//
// 曋棙偐傕抦傟側偄儅僋儘偨偪
//
#ifndef __MACRO_INCLUDED__
#define __MACRO_INCLUDED__
// 懡廳屇傃弌偟懳墳儅僋儘偪傖傫
#define DELETEPTR(x) if(x) { delete x; x = NULL; }
#define DELETEARR(x) if(x) { delete[] x; x =
www.eeworm.com/read/188366/8545723
cpp sgip_api_test.cpp
/**
* 说明:中国联通SGIP1.2接口库示例程序
* 作者:PrinceToad
* Email:princetoad@zealware.com
* Http://www.zealware.com
* 版本: 1.0 2003/09/09
* 1.1 2003/11/08
* 1.11 2003/11/25 针对1.23版本作了更新.
* 1.12 2003
www.eeworm.com/read/177571/9446796
cpp cdatacurve.cpp
//
// CDataCurve.cpp
//
// --------------------------------------------------------
// A Practical Guide to Script-Driven Software Development
// Author: Qiming Lu Date: 6/
www.eeworm.com/read/372911/9488477
txt 关闭本旧程序,激活新程序代码.txt
关闭本旧程序,激活新程序代码
==================================
void CStatusDlg::OnActiveUpdateProc(WPARAM wParam, LPARAM lParam)
{
char cmdline[256];
char oldfile[128];
char newfile[128];
char updatepat
www.eeworm.com/read/166738/10003347
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls,nb30;
type
TForm1 = class(TForm)
Button1: TButton;
E
www.eeworm.com/read/166738/10003361
~pas unit1.~pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls,nb30;
type
TForm1 = class(TForm)
Button1: TButton;
E
www.eeworm.com/read/166100/10035609
cpp mj800dll.cpp
#include
#include
#include "MJ800DLL.h"
HINSTANCE g_hInst;
PmjInitialize mjInitDevice;
PmjReadCard mjReadCard;
PmjTerminate mjCloseDevice;
bool htsInitalise()
www.eeworm.com/read/163229/10169388
cpp magic.cpp
// Magic.cpp: implementation of the CMagic class.
//
//////////////////////////////////////////////////////////////////////
#include "Magic.h"
/////////////////////////////////////////////////
www.eeworm.com/read/358713/10181190
h utility.h
#ifndef _UTILITY_H_
#define _UTILITY_H_
#include "type.h"
BOOL IsBitSet(UINT uiValue, UINT uiOffset);
UINT SetBit(UINT uiValue, UINT uiOffset);
UINT ClearBit(UINT uiValue, UIN