3D手机游戏开发教学 编写一个继承于Canvas类的子类,并且实现RUNnable接口,在RUN方法中绘制屏幕中一个小方块,通过游戏动作键(上下左右)控制方块的移动
上传时间: 2013-12-01
上传用户:Altman
PC与单片机双向通讯智能温控程序 #include <AT89X51.H> #include <intrins.h> #define Key_UP P1_0 #define Key_DOWN P1_1 #define Key_SET P1_2 #define RelayOutPort P2_0 #define LEDPort P0 #define DELPort P2_1 #define LEDTwoC P3_6 #define LEDThreeC P3_7 #define TMPort P2_7 #define INBUF_LEN 5 //数据长度 unsigned char inbuf1[INBUF_LEN]={ 0 , 0 , 0 , 0 , 0 } //发送缓冲区 unsigned char inbuf2[50] //接收缓冲区 unsigned char count3 void init_serialcomm( void ) { SCON = 0x50 //SCON: serail mode 1, 8-bit UART, enable ucvr TMOD |= 0x20 //TMOD: timer 1, mode 2, 8-bit reload PCON |= 0x80 //SMOD=1 TH1 = 0xFA //Baud:4800 fosc=11.0592MHz IE |= 0x90 //Enable Serial Interrupt TR1 = 1 // timer 1 RUN } //向串口发送一个字符 void send_char_com( unsigned char ch) { SBUF=ch while (TI== 0 ) TI= 0
标签: include intrins define Key_UP
上传时间: 2014-11-29
上传用户:风之骄子
Requirement ===================================================================================== python 2.4+ wxPython 2.6+ Unicode Version Installation ===================================================================================== Directly extract the tarbar into a empty directory or overwrite the old directory, that s ok. RUN ===================================================================================== Execute: python ulipad.pyw or python ulipad.py
标签: Requirement
上传时间: 2017-02-01
上传用户:ruan2570406
getip1.cpp // // This program reports the IP address for each adapter in your machine. // To compile from command-line type: // // cl getip1.cpp wsock32.lib // // Make sure your INCLUDE and LIB environment variables are set up properly // you can RUN vcvars32.bat
标签: address adapter program machine
上传时间: 2014-01-05
上传用户:bibirnovis
This file contains board-specific information for the Motorola cpv3060 target board. Specifically, this file contains information on any BSP interface changes from previous software or hardware versions, and contains caveats that the user must be aware of before using this BSP. Additionally, the target board s reference entry (i.e., cpv3060/target.nr) provides board-specific information necessary to RUN VxWorks, and should be read before this BSP is used.
标签: board-specific Specifically information Motorola
上传时间: 2017-02-16
上传用户:libinxny
This file contains board-specific information for the Motorola LoPEC in support of the lopec BSP. Specifically, this file contains information on any BSP interface changes from previous software or hardware versions, and contains caveats that the user must be aware of before using this BSP. Additionally, the target board s manual page entry (for example, lopec/target.nr) provides board-specific information necessary to RUN VxWorks, and should be read before this BSP is used.
标签: board-specific information the Motorola
上传时间: 2013-12-05
上传用户:a673761058
自己写的,一套关于Mysql连接池的Cpp库,编译环境为gcc/minwin ,linux环境下可以之用,面对对象的Cpp库,使用方法为kdd::dbio.RUN().然后就可以调用db_queryer来进行数据库操作
标签:
上传时间: 2017-02-24
上传用户:lizhizheng88
The files included implement the M3 Enigma machine. Rotors.m implements the GUI and enigma.m implements the cipher substitutions. The implementation can be used as an aid to teaching the enigma machine. Also, the source can be used to show how to implement an enigma machine. The files are thoroughly commented and the application can RUN in MATLAB by just typing rotors
标签: implements implement the included
上传时间: 2017-02-24
上传用户:lixinxiang
WiiFuse is a FUSE filesystem module for Linux and Mac OS X. It will let you mount a Wii disc ISO and browse its contents, and it contains a server which may be RUN on the Wii so you can browse the contents of the Wii s internal filesystem.
标签: X. filesystem WiiFuse module
上传时间: 2013-12-18
上传用户:rocketrevenge
it is lms algo based noise cancellation program. with the p4 256 mb ram, xp/vista/dos/linux platform you can RUN it. the procedure is given in documents.
标签: cancellation platform program based
上传时间: 2013-12-26
上传用户:lijinchuan