代码搜索:red
找到约 10,000 项符合「red」的源代码
代码结果 10,000
www.eeworm.com/read/474195/6816380
i try2.i
#pragma used+
sfrb PINB=3;
sfrb DDRB=4;
sfrb PORTB=5;
sfrb PINC=6;
sfrb DDRC=7;
sfrb PORTC=8;
sfrb PIND=9;
sfrb DDRD=0xa;
sfrb PORTD=0xb;
sfrb TIFR0=0x15;
sfrb TIFR1=0x16;
sfrb TIFR2=0x1
www.eeworm.com/read/172058/9725051
cpp colordlog.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "ColorDlog.h"
#include "CDefines.h"
#include "chess.h"
#include "Globa
www.eeworm.com/read/414628/11107558
c kk.c
#include
uchar min=0;
uchar sec=0;
uchar flag_return=0;
bit light_red_green=0;
bit light_yellow=0;
uint sec_counter=0;
void main (void) {
while(1){
//min=0;
//sec=0;
//P
www.eeworm.com/read/249247/12515183
v tcontroller_test.v
//------ this design is for test_bench --------//
//------
`timescale 1ns/100ps
`define clk_cycle 50
module Tcontroller_test;
reg clk,reset;
wire green,yellow,red;
wire green2,yello
www.eeworm.com/read/334409/12604978
lib default.lib
P "ideal" 17
P "green_LED" 17 1e-16 59 0 0.75 0 0 0.02
P "red_LED" 17 1e-14 37.5 0 0.75 0 0 0.02
www.eeworm.com/read/112059/15494379
c flasher.c
#define MAX_COUNT 800
#define RED_LED 0x08000000;
#define GREEN_LED 0x00100000;
main()
{
int count, threshold;
unsigned long * drive_on;
unsigned long * drive_off;
drive_on = (unsigned long *)
www.eeworm.com/read/108818/15574872
c ccview.c
/*--------------------------- Commande MegaWave -----------------------------*/
/* mwcommand
name = {ccview};
version = {"1.13"};
author = {"Jacques Froment"};
function = {"View a color image
www.eeworm.com/read/101790/15811588
htm subject_54741.htm
序号:54741 发表者:莹莹菜 发表日期:2003-09-30 16:03:35
主题:下拉式菜单添加项ID的问题
内容:添加的菜单项的ID是按照添加的顺序递增的,怎样改变一个菜单项ID的值?如,ID_COLOR_CYAN - ID_COLOR_RED ==1,怎样改变使得ID_COLOR_CYAN - ID_COLOR_RED ==-1