代码搜索:
找到约 10,000 项符合「」的源代码
代码结果 10,000
www.eeworm.com/read/392190/8358888
cpp personrs.cpp
// PersonRS.cpp : implementation file
//
#include "stdafx.h"
#include "Attendance.h"
#include "PersonRS.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __
www.eeworm.com/read/292398/8358889
dat asslandat1.dat
数据传送指令 MOV
指令格式:MOV OPD,OPS
OPD 为目的操作数,可以是寄存器、存储器、累加器。
OPS 为源操作数,可以是寄存器、存储器、累加器和立即数。
功能:本指令将一个源操作数送到目的操作数中,即OPD
www.eeworm.com/read/392190/8358891
cpp counterrs.cpp
// CounterRS.cpp : implementation file
//
#include "stdafx.h"
#include "Attendance.h"
#include "CounterRS.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] =
www.eeworm.com/read/292398/8358892
dat asslandat105.dat
LOOPNE/LOOPNZ
指令格式: LOOPNE Label 或 LOOPNZ Label
指令功能: 当ZF=0或比较结果相等时,CX/ECX减 1,当CX/ECX不等于0时,跳转到标号Label指定的目的操作数,否则执行下一条指令.
指令说明: 所有LOOP指令跳转到的指令地址应位于本指令地址范围的-128~127字节之内.
www.eeworm.com/read/392190/8358893
h logindlg.h
#if !defined(AFX_LOGINDLG_H__8010576F_AAB7_11D6_8649_0088CC174723__INCLUDED_)
#define AFX_LOGINDLG_H__8010576F_AAB7_11D6_8649_0088CC174723__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _
www.eeworm.com/read/292398/8358895
dat asslandat85.dat
STOS/STOSB/STOSW/STOSD
同8086的指令是一样的,只有STOSD不大一样,它是双字传送,其它的基本相同.