代码搜索:Assignment
找到约 8,196 项符合「Assignment」的源代码
代码结果 8,196
www.eeworm.com/read/193277/8243199
m assign.m
function assign(X,value,ls)
%ASSIGN Assigns a numerical value to an sdpvar
%
% ASSIGN(X,value) Tries to set the free variables in X so that
% double(X)=value. Notice that oth
www.eeworm.com/read/392763/8327913
qsf clock.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/370661/9588148
qsf byte_crc.qsf
# Copyright (C) 1991-2008 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/173063/9676115
qsf pulse_count.qsf
# Copyright (C) 1991-2005 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
www.eeworm.com/read/173063/9676407
qsf code_fd.qsf
# Copyright (C) 1991-2005 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/172423/9708762
c demo-mat.c
// INTEGER MATH
#pragma chip PIC18C242 // select device
// FIRST ADD THE APPLICATION INTERRUPT SUPPORT (if any)
// #include "app-int.c"
// Then include math libraries:
#include "math24.h"
www.eeworm.com/read/415288/11077745
qsf test_div.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/268983/11112558
qmsg lift.fit.qmsg
{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0}
{ "I
www.eeworm.com/read/268983/11112583
qsf lift.qsf
# Copyright (C) 1991-2005 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/414254/11123253
makefile
NAME = assignment1c
CC = panpvmc
P = 8
default: $(NAME)
prun -t 60 $(NAME) $P 500
assignment1c: $(NAME).c
$(CC) $(NAME).c -o $(NAME)
.PHONY: clean
clean:
-rm -f *.o core $(NAME) *~