代码搜索:LABoratory

找到约 8,768 项符合「LABoratory」的源代码

代码结果 8,768
www.eeworm.com/read/109280/6174926

sh sys_support.sh

/* * TOPPERS/JSP Kernel * Toyohashi Open Platform for Embedded Real-Time Systems/ * Just Standard Profile Kernel * * Copyright (C) 2000-2003 by Embedded and Real-Time Systems Laborat
www.eeworm.com/read/107655/6334203

vhd fulladder.vhd

------------------------------------------------------------------------------- -- Title : Full-adder -- Project : VHDL Library of Arithmetic Units ------------------------------------------
www.eeworm.com/read/107655/6334284

vhd fulladder.vhd

------------------------------------------------------------------------------- -- Title : Full-adder -- Project : VHDL Library of Arithmetic Units ------------------------------------------
www.eeworm.com/read/404978/11474692

h hfcts.h

/****************************************************************/ /* */ /* Name: hfcts.h */ /* */ /* Project: NeuroBasic, basic package */ /* */ /* Survey: Prototype list
www.eeworm.com/read/231148/14253172

txt 课程说明.txt

数字信号处理实验 (DSP <mark>Laboratory</mark> for Undergraduate Student) 《数字信号处理实验》是由清华大学-TI联合数字信号处理实验室为本科生开设的一门实验课程。每学年春季学期开课,课程的容量为30人。课程的主要目的是帮助学生熟悉和掌握利用数字信号处理器件(DSP)进行数字信号处理算法的工程实现的过程和基本方法。《数字信号处理实验》课程分为课堂讲授和实验 ...
www.eeworm.com/read/115568/15009642

h serpent-aux.h

/* $Id: serpent-aux.h,v 1.3 1998/06/07 08:08:05 fms Exp $ # This file is part of the C reference implementation of Serpent. # # Written by Frank Stajano, # Olivetti Oracle Research La
www.eeworm.com/read/169697/5413551

java strfile.java

/* * (C) 2001 by Argonne National Laboratory * See COPYRIGHT in top-level directory. */ /* * @author Anthony Chan */ package logformat.clog; // specify the logfile bytesize of CLOG_FIL
www.eeworm.com/read/169697/5413553

java strcname.java

/* * (C) 2001 by Argonne National Laboratory * See COPYRIGHT in top-level directory. */ /* * @author Anthony Chan */ package logformat.clog; // specify the logfile bytesize of CLOG_CNA
www.eeworm.com/read/169697/5413557

java strdesc.java

/* * (C) 2001 by Argonne National Laboratory * See COPYRIGHT in top-level directory. */ /* * @author Anthony Chan */ package logformat.clog; // specify the logfile bytesize of CLOG_DES
www.eeworm.com/read/169697/5413995

h point.h

/* (C) 2001 by Argonne National Laboratory. See COPYRIGHT in top-level directory. */ #ifndef _POINT_H_ #define _POINT_H_ typedef struct { int x, y; } point; typedef struct { double x,