代码搜索:Move
找到约 10,000 项符合「Move」的源代码
代码结果 10,000
www.eeworm.com/read/211459/15180094
cpp move.cpp
// Move.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Move.h"
#include "MainFrm.h"
#include "MoveDoc.h"
#include "MoveView.h"
#ifdef _DEBUG
#def
www.eeworm.com/read/211459/15180095
clw move.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CMoveView
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "Move.h"
www.eeworm.com/read/211459/15180096
h move.h
// Move.h : main header file for the MOVE application
//
#if !defined(AFX_MOVE_H__4B838AA0_FC83_4F8A_944C_70177C0C40E3__INCLUDED_)
#define AFX_MOVE_H__4B838AA0_FC83_4F8A_944C_70177C0C40E3__INCLUD
www.eeworm.com/read/209030/15228851
bmp move.bmp
#define move_width 12
#define move_height 12
static char move_bits[] = {
0x60, 0x00, 0xf0, 0x00, 0x60, 0x00, 0x70, 0x00, 0x22, 0x04, 0x27, 0x0f,
0xe7, 0x0f, 0x1a, 0x05, 0x18, 0x00, 0x60, 0x00, 0
www.eeworm.com/read/208915/15232692
gif move.gif
www.eeworm.com/read/208747/15238323
asm move.asm
;多字移动
;一个字占32个字节,1K可以存放1K=1024字节/32=32个字,C51=4K=128个字,C52=8K=256个字。
;但程序占用160个字节(相当于5个字的空间),最终可以显示的字为C51=123个字,C52=251个字。
;超过后单片机将存储不下。
ORG 000H
JMP MIAN
ORG 030H
MIAN:MOV
www.eeworm.com/read/208641/15240901
gif move.gif
www.eeworm.com/read/208641/15241379
gif move.gif
www.eeworm.com/read/207412/15272677