代码搜索:Block

找到约 10,000 项符合「Block」的源代码

代码结果 10,000
www.eeworm.com/read/166051/10039728

c block.c

/************************************************************************ * * Copyright (c) 2001 by Accelerated Technolog
www.eeworm.com/read/166051/10039767

o block.o

www.eeworm.com/read/165847/10049548

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/359019/10169851

h block.h

/* * hfsutils - tools for reading and writing Macintosh HFS volumes * Copyright (C) 1996, 1997 Robert Leslie * * This program is free software; you can redistribute it and/or modify * it under th
www.eeworm.com/read/359019/10169875

c block.c

/* * hfsutils - tools for reading and writing Macintosh HFS volumes * Copyright (C) 1996, 1997 Robert Leslie * * This program is free software; you can redistribute it and/or modify * it under th
www.eeworm.com/read/358682/10182248

cpp block.cpp

// block.cpp -- use a block statement #include int main() { using namespace std; cout
www.eeworm.com/read/355389/10270995

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/280938/10278397

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/162176/10329275

h block.h

// Block.h: interface for the Block class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_BLOCK_H__28436305_08D2_4A87_8B09_42651D02349C__INCLUDED_) #d
www.eeworm.com/read/425546/10348849

m block.m

function sub = block(blocks, block_sizes) % BLOCK Return a vector of subscripts corresponding to the specified blocks. % sub = block(blocks, block_sizes) % % e.g., block([2 5], [2 1 2 1 2]) = [3