代码搜索:Addition
找到约 2,224 项符合「Addition」的源代码
代码结果 2,224
www.eeworm.com/read/107655/6334257
vhd sumzerodet.vhd
-------------------------------------------------------------------------------
-- Title : Fast zero-sum detection
-- Project : VHDL Library of Arithmetic Units
-----------------------------
www.eeworm.com/read/107655/6334337
vhd sumzerodet.vhd
-------------------------------------------------------------------------------
-- Title : Fast zero-sum detection
-- Project : VHDL Library of Arithmetic Units
-----------------------------
www.eeworm.com/read/480818/6662260
dat gf16.dat
2 4
16 1
FIELD_ELEMENTS:
0 0 0 0
0 0 0 1
0 0 1 0
0 1 0 0
1 0 0 0
0 0 1 1
0 1 1 0
1 1 0 0
1 0 1 1
0 1 0 1
1 0 1 0
0 1 1 1
1 1 1 0
1 1 1 1
1 1 0 1
1 0 0 1
ADDITION_TAB
www.eeworm.com/read/480818/6662269
dat gf2^4.dat
2 1
2 4
FIELD_ELEMENTS:
0
1
ADDITION_TABLE:
0 1
0
MULTIPLICATION_TABLE:
0 0
1
INVERSES_FOR_ADDITION:
0 1
INVERSES_FOR_MULTIPLICATION:
0 1
$
FIELD_ELEMENTS:
0 0 0 0
0 0 0 1
www.eeworm.com/read/262232/11598062
cpp adddlg.cpp
// AddDlg.cpp : implementation file
//
#include "stdafx.h"
#include "vocabulory.h"
#include "AddDlg.h"
#include "logindlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static ch
www.eeworm.com/read/168845/5429865
py rebuilds.py
#!/usr/bin/python
# This tests the typechecking facilities.
import BoostBuild
t = BoostBuild.Tester(pass_toolset=0)
t.write('file.jam', '''
rule make
{
DEPENDS $() ;
DE
www.eeworm.com/read/168845/5429915
py project_test3.py
#!/usr/bin/python
from BoostBuild import Tester, List
import os
from string import strip
t = Tester(translate_suffixes=0)
# First check some startup
t.set_tree("project-test3")
os.remove(
www.eeworm.com/read/383879/8913173
vhd addsub_28.vhd
-------------------------------------------------------------------------------
--
-- Project:
--
-- Description: addition/subtraction entity for the addition/subtrac
www.eeworm.com/read/405777/2283339
java test.java
public class Test {
/**
* @param args
*/
public static void main(String[] args) {
Addition addition = new AdditionImpl1();
addition.add(10, 20);