代码搜索:2
找到约 10,000 项符合「2」的源代码
代码结果 10,000
www.eeworm.com/read/388174/8630060
java giftshop2.java
public class GiftShop2 {
public static void main(String[] arguments) {
Storefront2 store = new Storefront2();
store.addItem("C01", "MUG", "9.99", "150", "FALSE");
store.
www.eeworm.com/read/431754/8655911
cpp splie2.cpp
void splie2(double x1a[], double x2a[], double ya[][11], int m, int n, double y2a[][11])
{
double ytmp[101], y2tmp[101];
int j,k;
for (j = 1; j
www.eeworm.com/read/431711/8660314
m buttonendfcn.m
function buttonendfcn()
global b p i d p2 i2 d2 time2 quxian2 s flagopen p2a p2b i2a i2b d2a d2b;
set(findobj(0,'tag','buttonstart'),'enable','on');
www.eeworm.com/read/430375/8753378
vbe pc.vbe
-- Program Counter Register component
ENTITY pc IS
PORT (
Din2 : IN bit_vector(7 downto 0);
clk2 : IN BIT;
enable2 : IN BIT;
resetpc : IN BIT;
Dout2 : OUT bit_vector(7 downto 0)
);
END pc;
ARCHITECTU
www.eeworm.com/read/430375/8753555
pat pc.pat
in Din2 (7 to 0) B;
in clk2 B;
in enable2 B;
in resetpc B;
out Dout2 (7 to 0) B;
begin
pat0 : 10101111 0 1 0 ?uuuuuuuu;
pat1 : 10101111 1 1 0 ?10101111;
pat2 : 11000111 0 1 1 ?10101111;
pat3 : 110001
www.eeworm.com/read/187222/8840703
java music2.java
//: Music2.java
// Overloading instead of upcasting
class Note2 {
private int value;
private Note2(int val) { value = val; };
public static final Note2
middleC = new Note2(0),
cSharp =
www.eeworm.com/read/382259/9040464
h definition.h
//#include "stdio.h"
#include "iostream.h"
#include "stdlib.h"
#include "time.h"
#include "math.h"
#define POPSIZE2 500
#define MINIMIZATION2 2
#define MAXIMIZATION2 1
#define Cmax2 100
#
www.eeworm.com/read/379873/9173304
dbg test.dbg
IMAGECRAFT DEBUG FORMAT
VERSION 1.2
CPU AVR
FRAMEPOINTER Y
DIR D:\mega16_32实验板资料\ICCAVR源程序\twi\pcf8563\
FILE pcf8563_test.c
FUNC port_init 574 fV
BLOCK 18 574
LINE 18 574
LINE 19 574
LINE 20
www.eeworm.com/read/362942/9973982
c p7_2.c
/*开机红灯全亮,--1南北红,东西黄2南北红,东西绿3南北黄,东西红4南北绿,东西红循环*/
#include "REG51.h"
void Delay()
{
unsigned char i, j, k;
for( i = 0; i < 0xff; i ++ )
{
for( j = 0; j < 0xff; j ++ )
{
//for( k = 0