代码搜索:B
找到约 10,000 项符合「B」的源代码
代码结果 10,000
www.eeworm.com/read/361508/2945930
b0b5b5437d19001b1635a980f546e085
#ifndef __VGA_H__
#define __VGA_H__
// VGA Parameter
#define VGA_WIDTH 200
#define VGA_HEIGHT 480
#define OSD_MEM_ADDR VGA_WIDTH*VGA_HEIGHT
// VGA Set Function
#define Vga_Wr
www.eeworm.com/read/352412/3095065
90a71b6b6264001d17b19fccf218e59b
/*This file has been prepared for Doxygen automatic documentation generation.*/
#include "header/includes.h"
#include "altera_avalon_uart.h"
alt_u8 led = 0x2;
alt_u8 dir = 0;
void led_flash
www.eeworm.com/read/259337/4344473
905eaa223b21001c153ef0b6b1b0026a
package cn.nawang.test;
import javax.swing.JButton;
import javax.swing.JFrame;
//import javax.swing.JDialog;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionLis
www.eeworm.com/read/259337/4344508
409ccf4b3621001c153ef0b6b1b0026a
package cn.nawang.test;
import java.awt.*;
import java.awt.event.*;
import java.util.Random;
import java.util.Date;
import javax.swing.*;
import javax.swing.event.*;
import javax.swing.Timer;
www.eeworm.com/read/259337/4344581
1046f3b83021001c153ef0b6b1b0026a
package cn.nawang.test;
import java.awt.*;
import java.awt.event.*;
import java.util.Random;
import java.util.Date;
import javax.swing.*;
import javax.swing.event.*;
import javax.swing.Timer;
www.eeworm.com/read/252738/4401623
a0839b026b8b001c1f62b79abc590043
package test;
import java.io.IOException;
import java.util.Calendar;
import java.util.Properties;
import javax.naming.Context;
public class Test2Client {
/**
* @param args
*/
pu