代码搜索:Move
找到约 10,000 项符合「Move」的源代码
代码结果 10,000
www.eeworm.com/read/242732/4538111
c move.c
/*
* MOVE.C - move internal command.
*
*
* History:
*
* 14-Dec-1998 (Eric Kohl)
* Started.
*
* 18-Jan-1999 (Eric Kohl)
* Unicode safe!
* Preliminary version!!!
www.eeworm.com/read/242732/4543764
c move.c
/* $Id: move.c 28083 2007-08-01 22:04:04Z cwittich $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
* FILE: lib/kernel32/fil
www.eeworm.com/read/242082/4556360
txt move.txt
SUMMARY memory routines
#include
cProc Move,,
parmD src
parmD dst
parmW count
cProc Fill,,
parmD dst
parmB value
parmW count
DESCRIPTION
www.eeworm.com/read/242082/4556432
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/240162/4589003
c move.c
typedef char type;
type
foo (b)
{
type a;
for (a = 10; a < b; a++)
;
}
www.eeworm.com/read/238913/4607051
js move.js
//可以打包为js文件;
var x0=0,y0=0,x1=0,y1=0;
var offx=6,offy=6;
var moveable=false;
var hover='#448EC1',normal='#448EC1';//color;
var index=10000;//z-index;
//开始拖动;
function startDrag(obj)
{
if(eve
www.eeworm.com/read/235121/4654110
c move.c
#include
#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
www.eeworm.com/read/234510/4658821
c move.c
/*
* Copyright 1997, Regents of the University of Minnesota
*
* mmove.c
*
* This file contains functions that move the graph given a partition
*
* Started 11/22/96
* George
*
* $Id: move.c,v
www.eeworm.com/read/234134/4661854
txt move.txt
SUMMARY memory routines
#include
cProc Move,,
parmD src
parmD dst
parmW count
cProc Fill,,
parmD dst
parmB value
parmW count
DESCRIPTION