资源简介
个人写的简单4*4*4光立方程序带有原理图 14种图像变换
代码片段和文件信息
#include
#include
#define uint unsigned int
#define uchar unsigned char
sbit floor1=P0^0;
sbit floor2=P0^1;
sbit floor3=P0^2;
sbit floor4=P0^3;
uchar table00[]={101010101};
uchar table01[]={01110111};
uchar table10[]={00001110000111000011};
uchar dibu_shexing1[]={0x010x020x040x08
0x100x100x080x04
0x020x010x800x80
0x400x200x200x40};
uchar dibu_shexing2[]={0x010x020x040x08
0x100x200x400x80
0x800x400x200x10
0x080x040x020x01};
uchar dibu_lifang[]={0x090x09};
uchar dibu_tiao[]={0x0f0xf00xf00x0f};
//.......延时......................................//
void
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 78611 2015-03-06 18:03 光立方\4-4-4灯立方 原理图.jpg
文件 12537 2014-12-25 18:41 光立方\444.c
目录 0 2015-05-30 11:55 光立方
----------- --------- ---------- ----- ----
91148 3
- 上一篇:ToolsOnSurface 插件
- 下一篇:tgs.rar 千年易语言新引擎
评论
共有 条评论