代码搜索:Move
找到约 10,000 项符合「Move」的源代码
代码结果 10,000
www.eeworm.com/read/145252/12743170
c move.c
#include "zped.h"
#include "myExternal.h"
long int whereisX()
{
int i;
int n;
for(n = 0; current_x - (COLS-3)-n*((COLS-4)-3) > 0; n++) ;
if(n == 0) {
return current
www.eeworm.com/read/332544/12748862
wav move.wav
www.eeworm.com/read/144969/12758495
move-if-change
#!/bin/sh
# Like mv $1 $2, but if the files are the same, just delete $1.
# Status is 0 if $2 is changed, 1 otherwise.
if
test -r $2
then
if
cmp -s $1 $2
then
echo $2 is unchanged
rm -f $1
else
mv -f
www.eeworm.com/read/144914/12763501
cur move.cur
www.eeworm.com/read/144038/12821533
cpp move.cpp
// move.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "move.h"
#include "moveDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static cha
www.eeworm.com/read/144038/12821534
dsw move.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/144038/12821539
plg move.plg
Build Log
--------------------Configuration: move - Win32 Debug--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /fo"De
www.eeworm.com/read/144038/12821548
ico move.ico
www.eeworm.com/read/144038/12821561
rc move.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/144038/12821580
h move.h
// move.h : main header file for the MOVE application
//
#if !defined(AFX_MOVE_H__3992577D_997E_4F4D_BACC_224BA709E7F1__INCLUDED_)
#define AFX_MOVE_H__3992577D_997E_4F4D_BACC_224BA709E7F1__INCLUD