代码搜索:Move
找到约 10,000 项符合「Move」的源代码
代码结果 10,000
www.eeworm.com/read/393286/2485364
c move.c
/*
* Copyright (c) 2000-2003 Silicon Graphics, Inc. All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU Gene
www.eeworm.com/read/389922/2531206
c move.c
#include
#include "curspriv.h"
/****************************************************************/
/* Wmove() moves the cursor in window 'win' to position (x,y). */
/***********************
www.eeworm.com/read/388487/2550149
java move.java
package com.laoer.bbscs.web.action;
import com.laoer.bbscs.web.form.*;
import com.laoer.bbscs.bean.*;
import com.laoer.bbscs.web.servlet.*;
import com.laoer.bbscs.sys.*;
import com.laoer.comm.u
www.eeworm.com/read/387667/2557000
7 move.7
.\\" auto-generated by docbook2man-spec $Revision: 1.1.1.1 $
.TH "MOVE" "" "2008-01-03" "SQL - Language Statements" "SQL Commands"
.SH NAME
MOVE \- position a cursor
.SH SYNOPSIS
.sp
.nf
MOVE [ \fIdi
www.eeworm.com/read/387578/2560745
java move.java
/*
* Written and copyright 2001-2004 Tobias Minich. Distributed under the GNU
* General Public License; see the README file. This code comes with NO
* WARRANTY.
*
* Move.java
*
* Creat
www.eeworm.com/read/386862/2566535
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/381050/2650437
js move.js
var checkZIndex = true;
var dragobject = null;
var tx;
var ty;
var ie5 = document.all != null && document.getElementsByTagName != null;
function getReal(el) {
temp = el;
while ((tem