代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/251851/12314687
m project.m
function out = project(in,vars)
% Compute the projection of the input linearcon object (a polyhedron)
% onto the specified set of variables
%
% Syntax:
% "C = project(con,v)"
%
% Description:
%
www.eeworm.com/read/251577/12333615
hpp property_method_helpers.hpp
/* /////////////////////////////////////////////////////////////////////////
* File: atlstl/property_method_helpers.hpp (formerly atlstl_property_method_helpers.h)
*
* Purpose: Contai
www.eeworm.com/read/149607/12363008
vhd counters_altera.vhd
-- MAX+plus II VHDL Example
-- Efficient Counter Inference
-- Copyright (c) 1994 Altera Corporation
-- download from:www.pld.com.cn & www.fpga.com.cn
Library IEEE ;
use IEEE.std_logic_1164.all
www.eeworm.com/read/251094/12364242
html stmts.html
JavaScript 的语法
JavaScript statements consist of keywords used with the appropriate syntax. A single statement may spa
www.eeworm.com/read/149028/12408322
vhd 10_bit_to_int.vhd
function bit_to_int (in1:bit_vector) return integer is
ALIAS v1: BIT_VECTOR(in1'LENGTH-1 DOWNTO 0) IS in1;
variable inpv : bit_vector(in1'LENGTH-1 DOWNTO 0 );
variable SUM: integer
www.eeworm.com/read/149022/12409363
vhd mms.vhd
------------------------------------------------------------
-- File name : stdioimp.vhd
-- Title : StdIoImp
-- project : SPARC
-- Library : MMS
-- Author(s) : E. Laubacher
-- Purpose : package
www.eeworm.com/read/233815/14133880
m centering.m
function Kc=centering(K)
%function K=centering(K)
%
% Centeres the matrix K
%
%INPUTS
% K = the kernel matrix to be centered
%
%OUTPUTS
% Kc = the centered kernel matrix
%
%
%For more in
www.eeworm.com/read/233424/14151452
c v_vxdemo.c
/* v_vxdemo.c - VxWorks Demo MIB interface to SNMP Agent */
/* Copyright 1984-1993 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01a,12oct93,jag
www.eeworm.com/read/130264/14199762
h globals.h
/*
* Boa, an http server
* Copyright (C) 1995 Paul Phillips
* Some changes Copyright (C) 1996,97 Larry Doolittle
* Some changes Copyright (C) 1997 Jon Nelson