代码搜索:Block
找到约 10,000 项符合「Block」的源代码
代码结果 10,000
www.eeworm.com/read/128961/14271341
java block.java
import javax.swing.*;
import java.awt.event.*;
public class Block extends JButton implements ActionListener
{
ImageIcon 翻开时的图标=null,关闭时的图标=null;
public Block()
{
addActionListener(this)
www.eeworm.com/read/128847/14276539
asm block.asm
;// This file implemente some Function to move a block of memory to another
;// Liou Miao 2003.03.06
;// (C)opyright by Inventec Co., LTD.
.model small
.486p
.code
;//Macro definition
www.eeworm.com/read/230539/14282300
h block.h
#include"errcode.h" //错误代码定义的头文件
#include"fileflag.h" //文件卷的文件描述声明的头文件
#define bsize 512 //块大小
#define blkmax 2048 //块数目
class block //第一层,块管理层
{
public:
block();
int bread(int b
www.eeworm.com/read/230539/14282309
cpp block.cpp
#include"block.h"
#include
#include"fileflag.h"
#include
#include
#include
#include
block::block()
{
char buf[bsize+1];
if(vp==-1)
www.eeworm.com/read/128227/14310258
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/228773/14364042
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/126997/14390317
gif block.gif
www.eeworm.com/read/227822/14410561
c block.c
/*
* QEMU System Emulator block driver
*
* Copyright (c) 2003 Fabrice Bellard
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated
www.eeworm.com/read/227377/14429642