代码搜索:Move
找到约 10,000 项符合「Move」的源代码
代码结果 10,000
www.eeworm.com/read/101015/6262331
asm move.asm
;
; memory routines
;
; Modifications:
;
; 01-Dec-1986 mz Optimize odd move using rcl hack
;
.xlist
include ..\h\cmacros.inc
.list
sBegin code
assumes cs,code
cProc Move,,
www.eeworm.com/read/100745/6265229
c move.c
#include
#define MWINCLUDECOLORS
#include "nano-X.h"
/*
* Demo to test child window movement and redrawing
*/
int
main(int ac,char **av)
{
GR_COORD offset_x = 0, offset_y = 0;
GR
www.eeworm.com/read/100285/6272316
hlp move.hlp
.pgaw:Help.f.t insert end "MOVE" {bold} "allows a user to move cursor position a specified number of rows. MOVE works like the FETCH command, but only positions the cursor and does not return rows.
www.eeworm.com/read/265300/6323506
dfm move.dfm
object Form1: TForm1
Left = 192
Top = 107
Width = 696
Height = 480
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height =
www.eeworm.com/read/265300/6323508
pas move.pas
unit Move;
{---------无影开发小组敬告:-------------------}
{ 外挂研究无罪,开放源码有理! }
{ 希望以此献给各位想研究外挂的朋友一窥外挂之容 }
{ 本代码只供研究之用,不得用于非法用途 }
interface
uses Windows,Dialogs,SendPack,UnitState
www.eeworm.com/read/135599/6326134
gif move.gif
www.eeworm.com/read/164572/6330255
gif move.gif
www.eeworm.com/read/285945/6342106
cpp move.cpp
#include"basic.h"
//extern myarmy *soldier;
//extern TABLE table[34][34];
POINT GoThere(Around ar,int dir)
{POINT delta;
delta.x=0;
delta.y=0;
if(dir>15)dir=dir-16;
else if(