代码搜索:Block
找到约 10,000 项符合「Block」的源代码
代码结果 10,000
www.eeworm.com/read/318986/13464731
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/317892/13494507
h block.h
/*!
***************************************************************************
* \file
* block.h
* \brief
* block-handle function and marco definitions
* include IDCT,IQ,Rec blo
www.eeworm.com/read/317892/13494525
c block.c
/*!
*************************************************************************************
* \file
* block.c
* \brief
* block based action such as transform, quantization, re-const
www.eeworm.com/read/317063/13510889
h block.h
/* block.h */
/*
Template classes Block and DBlock
Implement adding and deleting items of the same type in blocks.
If there there are many items then using Block or DBlock
is more efficient
www.eeworm.com/read/316733/13518295
java block.java
//雷区方块Block
import java.awt.event.*;
import java.awt.*;
import javax.swing.*;
import javax.swing.border.*;
public class Block extends JButton implements MouseListener
{
boolean 雷=false,周围无雷=tr
www.eeworm.com/read/316733/13518312
class block.class
www.eeworm.com/read/316489/13522109
java block.java
import java.awt.event.*;
import java.awt.*;
import javax.swing.*;
import javax.swing.border.*;
public class Block extends JButton implements MouseListener
{
boolean 雷=false,
周围无雷
www.eeworm.com/read/316489/13522123
class block.class
www.eeworm.com/read/311844/13624963
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; /*
www.eeworm.com/read/309272/13675876