代码搜索:
找到约 10,000 项符合「」的源代码
代码结果 10,000
www.eeworm.com/read/392190/8358877
cpp workplandlg.cpp
// WorkplanDlg.cpp : implementation file
//
#include "stdafx.h"
#include "Attendance.h"
#include "WorkplanDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[
www.eeworm.com/read/292398/8358879
dat caputfiletc1.dat
ALLOC.H 声明内存管理函数(分配,释放等)
ASSERT.H 定义assert调试宏
BIOS.H 声明调用IBM_PC ROM BIOS 时所用的各种函数
CONIO.H 声明调用DOS控制台I/O子程序时所用的各种函数
CTYPE.H 含有字符分类和字符转换宏(如isalpha 和 toasci
www.eeworm.com/read/392190/8358880
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// Attendance.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdaf
www.eeworm.com/read/292398/8358882
dat ass32.dat
MASM 6.X在缺省情况下只接受8086/8088指令集.如程序员使用了8086/8088之后的处理器,必须使用处理器选择伪指令,见下表.处理器选择伪指令应在段外,从此以后可以识别并汇编指定处理器的指令.
伪指令 功能
.8086 仅接受8086指令(缺省状态)
.186 接受80186指令
.286
www.eeworm.com/read/292398/8358883
dat asslandat34.dat
POPAD 指令
指令格式:POPAD
指令功能: 本指令依次弹出堆栈中的32位字到 EDI,ESI,EBP,ESP,EBX,EDX,ECX,EAX中,弹出堆栈之后,ESP+32-->ESP.
www.eeworm.com/read/392190/8358884
cpp attendance.cpp
// Attendance.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Attendance.h"
#include "AttendanceDlg.h"
#include "LoginDlg.h"
#ifdef _DEBUG
#define ne