代码搜索:Animation
找到约 4,070 项符合「Animation」的源代码
代码结果 4,070
www.eeworm.com/read/463460/7180368
txt cn-dos动画.txt
::CN-DOS Animation {s11ss 2007-12-11}
@echo off
setlocal enabledelayedexpansion
mode con cols=112 lines=15
::setVar
for /f "delims=" %%a in ('findstr "○" "%~f0"') do (
set/a n+=1
www.eeworm.com/read/136291/13383716
cpp hello.cpp
#include "hello.h"
#include
#include
#include
#include
/*
Constructs a Hello widget. Starts a 40 ms animation timer.
*/
Hello::Hello( const cha
www.eeworm.com/read/137483/5824239
cpp selectchr.cpp
#include "stdafx.h"
#define CHR_ANI_COUNT 21
#define ANIMATION_TICK 200
#define BLEND_TICK 50
CSelectChr::CSelectChr()
{
m_nRenderState = 0;
m_nAnimationCount = 0;
m_nRoll = 0;