代码搜索:Block
找到约 10,000 项符合「Block」的源代码
代码结果 10,000
www.eeworm.com/read/346137/11766706
dbp block.dbp
www.eeworm.com/read/346137/11766772
sof block.sof
www.eeworm.com/read/346137/11766792
qsf block.qsf
# Copyright (C) 1991-2007 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any outpu
www.eeworm.com/read/346050/11771820
png block.png
www.eeworm.com/read/259570/11781678
png block.png
www.eeworm.com/read/258913/11832630
java block.java
import java.awt.*;
import javax.swing.*;
//所有方块的根类,作为主窗体类的内部类
public abstract class Block{
int[] rows;//四个小方块的行号
int[] columns;//四个小方块的列号
Color color;
Boolean isToBottom,isToTop,isCl
www.eeworm.com/read/258913/11832677
class block.class
www.eeworm.com/read/345081/11840974
c block.c
#include
#include
#include
int main()
{
char block[1024];
int in, out;
int nread;
in = open("file.in", O_RDONLY);
out = open("file.out", O_WR
www.eeworm.com/read/344792/11859981
v block.v
module block(c,b,a,clk);
output c,b;
input clk,a;
reg c,b;
always @(posedge clk)
begin
b=a;
c=b;
end
endmodule
www.eeworm.com/read/155592/11862357
c block.c
#include "tdestr.h"
#include "common.h"
#include "tdefunc.h"
#include "define.h"
int mark_block( WINDOW *window )
{
int type;
int num;
long lnum;
register file_infos *file; /*