代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/427417/8947312
cpp asap_solver.cpp
/* =========FOR INTERNAL USE ONLY. NO DISTRIBUTION PLEASE ========== */
/*********************************************************************
Copyright 2000-2001, Princeton University. All rights
www.eeworm.com/read/284185/8956381
vhd 90_wss_coprocessor.vhd
--LIBRARY synergy;
-- USE synergy.signed_arith.all;
LIBRARY ieee;
USE ieee.std_logic_1164.all;
USE ieee.std_logic_arith.all;
-- USE ieee.std_logic_signed.all;
-- USE synergy.signed_arit
www.eeworm.com/read/284183/8956507
input-rb+bin
Number of Real and Binary Variables (nreal nbinary)
Number of Objectives (2)
Number of Constraints (2)
Population size (100)
Maximum generations (100)
Crossover probability (0.9)
Real-parameter mutati
www.eeworm.com/read/383287/8957510
dat test1.dat
//------------------------------test1.dat??------------------------------------------------
@00 //address statement at RAM
00000000 // 1800 DATA_1: //constant 00(he
www.eeworm.com/read/382706/9004591
prefs org.eclipse.cdt.managedbuilder.core.prefs
#Sun Jun 08 23:52:48 GMT+08:00 2008
cdt.managedbuild.config.gnu.so.debug.2104325060/internalBuilder/ignoreErr=true
environment/project/cdt.managedbuild.config.gnu.so.debug.2104325060=
www.eeworm.com/read/283457/9020395
input-rb+bin
Number of Real and Binary Variables (nreal nbinary)
Number of Objectives (2)
Number of Constraints (2)
Population size (100)
Maximum generations (100)
Crossover probability (0.9)
Real-parameter mutati
www.eeworm.com/read/283365/9026636
cpp debug.cpp
/*
* This file is part of QDevelop, an open-source cross-platform IDE
* Copyright (C) 2006 Jean-Luc Biord
*
* This program is free software; you can redistribute it and/or modify
* it under the terms
www.eeworm.com/read/382342/9034592
tdf clk_pdiv.tdf
TITLE "Programmable Clock Frequency Divider";
%//////////////////
// INCLUDE FILES //
//////////////////%
INCLUDE "lpm_counter";
INCLUDE "lpm_compare";
INCLUDE "lpm_dff";
%//////////////
www.eeworm.com/read/185487/9035020
vhd fasheng.vhd
library ieee;
use ieee.std_logic_1164.all;
entity fasheng is
port(a:in integer range 0 to 5102;
clk:in std_logic;
w:out std_logic;
v:out std_logic);
end;
architecture fashen
www.eeworm.com/read/283196/9036636
export1
#!/bin/sh
foo="The first meta-syntactic variable"
export bar="The second meta-syntactic variable"
./export2