代码搜索:bitvector
找到约 265 项符合「bitvector」的源代码
代码结果 265
www.eeworm.com/read/169937/5408877
depend .depend
nxscribble.o .depend : $(TOP)/config nxscribble.c /tmp/microwindows-0.90/src/include/nano-X.h \
/tmp/microwindows-0.90/src/include/mwtypes.h scrib.h hre_api.h hre.h \
hre_api_internal.h li_recogni
www.eeworm.com/read/169682/9846265
c exclusions.c
/*********************************************************************
* File: exclusions.c
* Description: routines for calculating exclusion relations
*
* Author: Joerg Hoffmann 1998
*
*****
www.eeworm.com/read/440264/7691327
vhd alu.vhd
-- alu.vhd
-- This module implements a 16-bit ALU
-- Inputs:
-- A, B - 16-bit inputs
-- ALUop - 4-bit Select for ALU operation
-- Outputs:
-- Result - 16-bit result ou
www.eeworm.com/read/143194/12890096
vhd alu.vhd
-- alu.vhd
-- This module implements a 16-bit ALU
-- Inputs:
-- A, B - 16-bit inputs
-- ALUop - 4-bit Select for ALU operation
-- Outputs:
-- Result - 16-bit result ou
www.eeworm.com/read/478173/6720964
t 14_numbers.t
#!/usr/bin/perl -w
# DESCRIPTION: Perl ExtUtils: Type 'make test' to test this package
#
# Copyright 2000-2009 by Wilson Snyder. This program is free software;
# you can redistribute it and/or modify
www.eeworm.com/read/157277/11722864
vhd alu.vhd
-- alu.vhd
-- This module implements a 16-bit ALU
-- Inputs:
-- A, B - 16-bit inputs
-- ALUop - 4-bit Select for ALU operation
-- Outputs:
-- Result - 16-bit result ou
www.eeworm.com/read/214366/15104724
vhd alu.vhd
-- alu.vhd
-- This module implements a 16-bit ALU
-- Inputs:
-- A, B - 16-bit inputs
-- ALUop - 4-bit Select for ALU operation
-- Outputs:
-- Result - 16-bit result ou
www.eeworm.com/read/268777/11122278
makefile
TARGETS = makefs fsh tstfs
all : $(TARGETS)
#
# change the -O7 to -O3 if your compiler doesn't grok -O7
#
CFLAGS = -DUSER=1 -O7
SUPPORT_OBJS = rootfs.o initfs.o kernel.o cache.o sl.o stub.o
MISC_OB
www.eeworm.com/read/300246/3847641
py testcircularshifts.py
import BitVector
import unittest
bv = BitVector.BitVector( bitstring = '00110011' )
circularShiftTests = [
((3, '>>'), '01100110'),
((3, '
www.eeworm.com/read/4060/24394
cpp e04-04.cpp
// =======================================================
// Chapter 4, Example 1
// The Bitvector Class
// =======================================================
#include "Bitvector.h"