代码搜索:B
找到约 10,000 项符合「B」的源代码
代码结果 10,000
www.eeworm.com/read/200454/5065254
408b37b9db26001b1091ad0065de6612
/* system.h
*
* Machine generated for a CPU named "cpu" as defined in:
* D:\4\DE2Project_restored\software\MY4_syslib\..\..\niosII.ptf
*
* Generated: 2006-08-08 19:25:21.625
*
*/
#ifndef __SYS
www.eeworm.com/read/200454/5065376
7058b8509d22001b196fcdfd1b4111e1
#include
#include
#include
#include
#include
#include
#include
#include "altera_avalon_pio_regs.h"
#include "system.h"
#
www.eeworm.com/read/200454/5065408
901b95a0f519001b180790659e27d27b
//#include
#define VGA_WIDTH 200
#define SetPixel(base,x,y,k) IOWR(base, y*VGA_WIDTH+x, k) //改动过
unsigned extern_start_x,extern_start_y;
unsigned long extern_color;
www.eeworm.com/read/180906/5279833
70255b96ea65001b1748b1d06439a30d
package distance;
public class ShortestDistance {
public static int selectPoint1;
public static int selectPoint2;
public static double minDistance ;
/*all of the array start from 0*/
publ
www.eeworm.com/read/180906/5279851
b0a1854dde65001b1748b1d06439a30d
package distance;
public class ShortestDistance {
public static int selectPoint1;
public static int selectPoint2;
public static double minDistance ;
/*all of the array start from 0*/
publ
www.eeworm.com/read/348583/3154193
e007daacd35b001d10a3a07352b3548b
#include
#include
#include "system.h"
#define clk *(unsigned int*)PIO_CLK_BASE
#define dat *(unsigned int*)PIO_DATA_BASE
void wrPS(int C)
{
int i,reg,cnt=0;
(&
www.eeworm.com/read/347835/3162101
0010c49b4838001b1552fb6b672dad14
# **********************************************************************
#
# THIS IS AN AUTO-GENERATED FILE. DO NOT EDIT DIRECTLY
#
# Auto-generated lists of source files at this location
#
# ****
www.eeworm.com/read/347835/3162118
a0feccfb4b38001b1552fb6b672dad14
#include
#include
#include
#include
#include
#include "altera_avalon_pio_regs.h"
#include "system.h"
#define SIZE (640 * 480 * 4)
#define BASE
www.eeworm.com/read/344663/3206614
b022a3a81b3c001d111782b9be622526
package com.servlet;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Iterator;
import javax.servlet.ServletExc