代码搜索:assignment
找到约 8,196 项符合「assignment」的源代码
代码结果 8,196
www.eeworm.com/read/320601/13422433
qsf 18b20.qsf
# Copyright (C) 1991-2006 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any outpu
www.eeworm.com/read/490506/6457410
qsf pn127.qsf
# Copyright (C) 1991-2006 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any outpu
www.eeworm.com/read/489424/6471082
qsf music2.qsf
# Copyright (C) 1991-2007 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any outpu
www.eeworm.com/read/264187/11326393
qsf produce8.qsf
# Copyright (C) 1991-2006 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any outpu
www.eeworm.com/read/230243/14295736
qsf dff1.qsf
# Copyright (C) 1991-2007 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any outpu
www.eeworm.com/read/105882/15656195
txt rpn.txt
Variable Assignment:
x = --> =x
x += --> +=x
x -= --> -=x
x++ --> ++x
x-- --> --x
Note: The current version of slang does not distguish between the
post and pre-increment op
www.eeworm.com/read/134574/5892035
tcl optimize.tcl
# OPTIMIZE
set effort standard
set area false
set delay true
set chip true
set macro false
set hierarchy_auto true
set hierarchy_preserve false
optimize .timing.intra_assig
www.eeworm.com/read/283637/9000944
txt 深度探索c++对象模型(1).txt
第一章:关于对象(Object Lessons)
读完这一章使我想到了一个很久以前看到的一个笑话,编写一个HELLO WORLD的程序,随着水平和职务的不一样,程序代码也随着变化。当初看时完全当作笑话来看,现在看来写此笑话的人水平不一般。如果要使你的代码能够最大限度的适应不同的运行环境,和最大限度的复用,则在设计和编写的过程中需要考虑的问题很多,因此代码已变的不在具有C语言的简洁,高效。而 ...
www.eeworm.com/read/364362/9910785
java csp.java
package aima.search.csp;
import java.util.ArrayList;
import java.util.List;
import aima.util.Util;
/**
* @author Ravi Mohan
*
*/
public class CSP {
// private Assignment assign
www.eeworm.com/read/319011/7071438
tcl control_rm.tcl
if {[cmp get_assignment_value "control" "" "" DEVICE] != ""} {
cmp remove_assignment "control" "" "" DEVICE ""
}