代码搜索:red
找到约 10,000 项符合「red」的源代码
代码结果 10,000
www.eeworm.com/read/409198/11341787
readme
This directory holds some tools used by ramdefrag developers to ease their
coding pains.
cvs2cl.pl: a script to generate ChangeLog files from cvs log entries. It is
(C) 2001,2002,2003,2004 Martyn J.
www.eeworm.com/read/405219/11468591
lst f320_blinky.lst
C51 COMPILER V8.08 F320_BLINKY 01/06/2009 23:17:26 PAGE 1
C51 COMPILER V8.08, COMPILATION OF MODULE F320_BLINKY
OBJECT MODULE PLACE
www.eeworm.com/read/258851/11838011
lst dzkzqv10.lst
C51 COMPILER V7.06 DZKZQV10 10/13/2004 10:35:54 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE DZKZQV10
OBJECT MODULE PLACED I
www.eeworm.com/read/341897/12056274
v vga_gen_46.v
// VGA DRIVER,640x480
// INPUT CLOCK=25MHZ
// OUTPUT RGB 2-BIT
module vga_gen_46(clk,h_sync,v_sync,red,green,blue);
//==================================
// base io define
input clk;
outpu
www.eeworm.com/read/252270/12290340
txt linux的崛起传奇.txt
作者:蓝冰
email: lala_ua@ukr.net
日期:9/2/2001 3:47:07 AM
10年前的8月,21岁的Linux Torvalds给开放源代码软件界发了一个电子邮件,他在信中说,一个Linux核心软件的测试版本即将出现并运行。Torvalds在写给一个Minix操作系统(Unix的一个变体)讨论组的电子邮件中说:"我正在为386(486)AT型兼容机编写一个
www.eeworm.com/read/251405/12347667
v vga_gen_46.v
// VGA DRIVER,640x480
// INPUT CLOCK=25MHZ
// OUTPUT RGB 2-BIT
module vga_gen_46(clk,h_sync,v_sync,red,green,blue);
//==================================
// base io define
input clk;
outpu
www.eeworm.com/read/233844/14131478
cpp childview.cpp
// ChildView.cpp : implementation of the CChildView class
//
#include "stdafx.h"
#include "Colors.h"
#include "ChildView.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char
www.eeworm.com/read/127804/14333030
c hexviewdlg.c
/*
*
* Copyright (C) 2003 Xiangbin Lee
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General
www.eeworm.com/read/126978/14390844
c 13506_sh3_example.c
#include
#include "Hal.h"
#include "Appcfg.h"
#include "Hal_regs.h"
int main(void);
#define RED16BPP 0xf800
#define GREEN16BPP 0x07e0
#define BLUE16BPP 0x001f
int main(void)
{
www.eeworm.com/read/125716/14468056
cpp childview.cpp
// ChildView.cpp : implementation of the CChildView class
//
#include "stdafx.h"
#include "Colors.h"
#include "ChildView.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char