代码搜索:drive 开发教程
找到约 10,000 项符合「drive 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/462020/7212889
png formatted-drive.png
www.eeworm.com/read/461058/7235210
ico floppy drive.ico
www.eeworm.com/read/459658/7268998
h display_drive.h
void display_basic()
{
unsigned char i;
for(i=0;i
www.eeworm.com/read/459658/7269009
h button_drive.h
void game_button()
{
switch(basic_button())
{
case 3: if(s_box.y!=0)//3表示button_a被按下
{
EA=0;//关中断,如果不关的话可能引起游戏显示混乱
if(s_box.shape==3&&check_cover(s_box.x,s_box.y,b
www.eeworm.com/read/458682/7291402
sh add-drive.sh
#!/bin/bash
# Adding a second hard drive to system.
# Software configuration. Assumes hardware already mounted.
# From an article by the author of this document.
# In issue #38 of "Linux Gazette", ht
www.eeworm.com/read/458269/7299943
h drive_functions.h
#define uchar unsigned char
#define uint unsigned int
#define RST P20
#define E P21
#define RW P22
#define DI P23
#define CS2 P24
#define CS1 P25
uchar chip_select=1;
uchar color=0x00;
www.eeworm.com/read/458181/7302775
h drive_functions.h
#include
#include
#define uchar unsigned char
#define uint unsigned int
#define RST P20
#define E P21
#define RW P22
#define DI P23
#define CS2 P24
#define CS1 P25
www.eeworm.com/read/456948/7336154
c p_drive.c
#include "dport.h"
#include
uint8 ch_pwm[21]={0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};
uint8 ch1_pwm_ctr[21];
uint8 t0_counter=31;
uint8 t1_counter=0;
uint8 l=0;
uint8 m=0;
uin
www.eeworm.com/read/456375/7350339
ico hard drive.ico
www.eeworm.com/read/452444/7441076
h display_drive.h
/************************************************************
display_drive.h
点阵显示驱动程序
制作人:内蒙古大学 夏士通
时间:2008年5月14日
E-mail:xiashitong@hotmail.com
支持开源,欢迎交流
**