代码搜索:Booth
找到约 978 项符合「Booth」的源代码
代码结果 978
www.eeworm.com/read/269340/4245771
h booth.h
// Booth.h: interface for the CBooth class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_BOOTH_H__8DDAB97F_6B97_43F3_9EA8_8DC3E505968B__INCLUDED_)
#
www.eeworm.com/read/269340/4245821
cpp booth.cpp
// Booth.cpp: implementation of the CBooth class.
//
//////////////////////////////////////////////////////////////////////
#include "windows.h"
#include "Booth.h"
#include "User.h"
#include "
www.eeworm.com/read/447482/1702190
h booth.h
// Booth.h: interface for the CBooth class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_BOOTH_H__8DDAB97F_6B97_43F3_9EA8_8DC3E505968B__INCLUDED_)
#
www.eeworm.com/read/447482/1702240
cpp booth.cpp
// Booth.cpp: implementation of the CBooth class.
//
//////////////////////////////////////////////////////////////////////
#include "windows.h"
#include "Booth.h"
#include "User.h"
#include "
www.eeworm.com/read/447482/1702798
h booth.h
// Booth.h: interface for the CBooth class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_BOOTH_H__50B7A090_A2BB_4D63_8806_74FDFDA86C51__INCLUDED_)
#
www.eeworm.com/read/447482/1702843
cpp booth.cpp
// Booth.cpp: implementation of the CBooth class.
//
//////////////////////////////////////////////////////////////////////
#include "Booth.h"
#include "AllMsg.h"
#include "Player.h"
#include
www.eeworm.com/read/424695/2014710
h booth.h
// Booth.h: interface for the CBooth class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_BOOTH_H__8DDAB97F_6B97_43F3_9EA8_8DC3E505968B__INCLUDED_)
#
www.eeworm.com/read/424695/2014760
cpp booth.cpp
// Booth.cpp: implementation of the CBooth class.
//
//////////////////////////////////////////////////////////////////////
#include "windows.h"
#include "Booth.h"
#include "User.h"
#include "
www.eeworm.com/read/412239/11208785
v booth.v
//Name: Tam N. Nguyen, Thinh le, & Long Pham
//Behave of Booth Multiplier.
`define MULT_NUM_STATE_BITS 2
`define MULT_IDLE 2'b00
`define MULT_SHIFT 2'b01
`define MULT_RESULT 2'b10
`timescale
www.eeworm.com/read/132821/5909224
el m1.el
;(generate-booth 3)
(defun generate-booth (b)
(let ((l -1)
(both '()))
(while (< l b)
(let ((e 0)
(v '()))
(dotimes (e 3 v)
(if (and (>= (+ l e) 0)(< (+ l e) b))