代码搜索:containing
找到约 10,000 项符合「containing」的源代码
代码结果 10,000
www.eeworm.com/read/290117/8503926
txt readme.txt
DE2_Top
-------
This design is a bare-bones design containing all the pin assignments available on the DE2 board. It also contains a Verilog module with all the input/output ports corresponding to
www.eeworm.com/read/389692/8507206
m rtwmakecfg.m
%RTWMAKECFG adds include and source directories to rtw make files.
% makeInfo=RTWMAKECFG returns a structured array containing
% following field:
% makeInfo.includePath - cell array containin
www.eeworm.com/read/187848/8596277
m rastrigin.m
% Rastrigin.m
% Rastrigin function
%
% used to test optimization/global minimization problems
%
% f(x) = sum([x.^2-10*cos(2*pi*x) + 10], 2);
%
% x = N element row vector containing [x0, x1, .
www.eeworm.com/read/388370/8612544
m parfiltr.m
function y = parfiltr(C,B,A,x);
% PARALLEL form realization of IIR filters
% ----------------------------------------
% [y] = parfiltr(C,B,A,x);
% y = output sequence
% C = polynomial (FIR) pa
www.eeworm.com/read/432289/8613783
cpp onthefly.cpp
//: C03:OnTheFly.cpp
// From Thinking in C++, 2nd Edition
// at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// On-the-fly data definitions
int main()
www.eeworm.com/read/288660/8615054
vhd a8255top.vhd
-- Altera Microperipheral Reference Design Version 0802
--------------------------------------------------------
--
-- FILE NAME : a8255top.vhd
-- PROJECT : Altera A8255 UART
-- PU
www.eeworm.com/read/431176/8705958
m rastrigin.m
% Rastrigin.m
% Rastrigin function
%
% used to test optimization/global minimization problems
%
% f(x) = sum([x.^2-10*cos(2*pi*x) + 10], 2);
%
% x = N element row vector containing [x0, x1, .
www.eeworm.com/read/286841/8739837
txt readme - 3ds loader.txt
//***********************************************************************
//
// - "Talk to me like I'm a 3 year old!" Programming Lessons -
//
www.eeworm.com/read/286526/8761915
m rastrigin.m
% Rastrigin.m
% Rastrigin function
%
% used to test optimization/global minimization problems
%
% f(x) = sum([x.^2-10*cos(2*pi*x) + 10], 2);
%
% x = N element row vector containing [x0, x1, .
www.eeworm.com/read/430096/8767012
java assign.java
//: operators/Assign.java
// TIJ4 Chapter Operators, Exercise 2, page 97
// Create a class containing a float and use it to demonstrate aliasing
import org.greggordon.tools.*;
class Tube {