代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/384940/8831523
m setx0.m
function a = setx0(a)
global DAE
if ~a.n, return, end
% variable initialization
DAE.x(a.q1) = 1;
DAE.y(a.q) = 1;
% pilot bus voltage reference
a.con(:,5) = DAE.y(a.vbus);
fm_disp('Initialization
www.eeworm.com/read/285490/8835950
export1
#!/bin/sh
foo="The first meta-syntactic variable"
export bar="The second meta-syntactic variable"
./export2
www.eeworm.com/read/384797/8843271
vhd accel_tb_utils.vhd
-- AccelDSP 9.1.00 build 868 Production, compiled Feb 16 2007
--
-- THIS IS UNPUBLISHED, LICENSED SOFTWARE THAT IS THE CONFIDENTIAL
-- AND PROPRIETARY PROPERTY OF XILINX OR ITS L
www.eeworm.com/read/384728/8849584
vhd 90_wss_coprocessor.vhd
--LIBRARY synergy;
-- USE synergy.signed_arith.all;
LIBRARY ieee;
USE ieee.std_logic_1164.all;
USE ieee.std_logic_arith.all;
-- USE ieee.std_logic_signed.all;
-- USE synergy.signed_arit
www.eeworm.com/read/428603/8856550
vhd comtx.vhd
library ieee;
use ieee.std_logic_1164.all;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
use IEEE.NUMERIC_STD.all;
entity ComTx is
port(clk : in std_logic;
enaTx : in std_lo
www.eeworm.com/read/384361/8875711
cpp serversettings.cpp
/*
Copyright (c) 2000-2003, Jelle Kok, University of Amsterdam
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the fo
www.eeworm.com/read/284836/8888667
h volt_freq_c.h
/*------------------------------------------------------------------------
File name: volt_freq_c.h
Description:
This file include the function prototype statment and the type define
of the o
www.eeworm.com/read/427909/8913218
m compute_counts.m
function count = compute_counts(data, sz)
% COMPUTE_COUNTS Count the number of times each combination of discrete assignments occurs
% count = compute_counts(data, sz)
%
% data(i,t) is the value o
www.eeworm.com/read/427417/8947021
cpp zchaff_solver.cpp
/*********************************************************************
Copyright 2000-2004, Princeton University. All rights reserved.
By using this software the USER indicates that he or she has
www.eeworm.com/read/427417/8947152
cpp zchaff_solver.cpp
/*********************************************************************
Copyright 2000-2004, Princeton University. All rights reserved.
By using this software the USER indicates that he or she has