代码搜索:assignment
找到约 8,196 项符合「assignment」的源代码
代码结果 8,196
www.eeworm.com/read/354875/10318554
tcl std_2s60es_setup_quartus.tcl
# Caution: this file may regenerated by SOPC Builder. User edits will be lost.
project_open C:/designs/cf_tests/to_nios_forum/std_cf_2s60_ES/standard.qpf
;
set_location_assignment PIN_U1 -to ext_r
www.eeworm.com/read/207528/15268966
tcl std_2s60es_setup_quartus.tcl
# Caution: this file may regenerated by SOPC Builder. User edits will be lost.
project_open C:/designs/cf_tests/to_nios_forum/std_cf_2s60_ES/standard.qpf
;
set_location_assignment PIN_U1 -to ext_r
www.eeworm.com/read/249838/12467726
tcl std_2s60es_setup_quartus.tcl
# Caution: this file may regenerated by SOPC Builder. User edits will be lost.
project_open C:/designs/cf_tests/to_nios_forum/std_cf_2s60_ES/standard.qpf
;
set_location_assignment PIN_U1 -to ext_r
www.eeworm.com/read/287770/8670541
m subsasgn.m
function A = subsasgn(A,S,B)
% subscript assignment:
%
% A(S)=B
% $Id: subsasgn.m 80 2005-08-16 10:23:06Z mairas $
switch S(1).type
case '.'
switch S(1).subs
case 't'
if length(S)>1
www.eeworm.com/read/371921/9530707
txt changes.txt
5/19/2005 New Release AvrX 2.6.f for WinAvr 3.4+
1. Got rid of all inp() outb() stuff and went to direct assignment.
this should work for IAR as well.
2. Updated makefiles for dwarf-2 & cof/
www.eeworm.com/read/435995/7779644
txt changes.txt
5/19/2005 New Release AvrX 2.6.f for WinAvr 3.4+
1. Got rid of all inp() outb() stuff and went to direct assignment.
this should work for IAR as well.
2. Updated makefiles for dwarf-2 & cof/
www.eeworm.com/read/435509/7791026
c main.c
/*
* main.c
*
* Phil Cox, B00XXXXXX
* Login: pcox
* CSCI2132: Assignment 3
*
*/
#include
#include
#include "list.h"
#include "getpoints.h"
#include "travel.h"
#include
www.eeworm.com/read/327524/13073557
cpp genprimeno.cpp
//genPrimeNo.cpp
#include "stdafx.h"
#include "EC1Assignment.h"
#include "EC1AssignmentDlg.h"
#include
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE