代码搜索:std

找到约 10,000 项符合「std」的源代码

代码结果 10,000
www.eeworm.com/read/401528/11556411

js std_stranjf.js

//模仿语言包式的简繁转换功能插件! //Edited by Stardy --2005-04-16 , Web :http://www.stardy.com , QQ:2885465 var Default_isFT = 0 //默认是否繁体,0-简体,1-繁体 var StranIt_Delay = 50 //翻译延时毫秒(设这个的目的是让网页先流畅的显现出来) //----
www.eeworm.com/read/400374/11578247

vhd std_ovl.vhd

-- Accellera Standard V1.0 Open Verification Library (OVL) -- Accellera Copyright (c) 2005. All rights reserved. LIBRARY ieee; USE ieee.std_logic_1164.ALL; PACKAGE std_ovl IS constant OVL
www.eeworm.com/read/260832/11699979

switch2std

#!/bin/bash MAKEFILES=`find . -name Makefile.std` for i in ${MAKEFILES} ; do ( cd `dirname ${i}` && rm -f Makefile && ln -sf Makefile.std Makefile ) done
www.eeworm.com/read/260404/11727480

h pes_std.h

/* $Id: pes_std.h,v 1.2 2004/02/02 23:34:08 rasc Exp $ DVBSNOOP a dvb sniffer and mpeg2 stream analyzer tool http://dvbsnoop.sourceforge.net/ (c) 2001-2004 Rainer.Scherg@gmx.de (rasc)
www.eeworm.com/read/260404/11727507

c pes_std.c

/* $Id: pes_std.c,v 1.3 2004/02/02 23:34:08 rasc Exp $ DVBSNOOP a dvb sniffer and mpeg2 stream analyzer tool http://dvbsnoop.sourceforge.net/ (c) 2001-2004 Rainer.Scherg@gmx.de (rasc)
www.eeworm.com/read/346656/11733866

cgi syntax_std.cgi

#!/usr/bin/perl -wT use strict; use CGI qw( :standard ); my $name = param( "name" ); print header( "text/html" ), start_html( "Welcome" ), p( "Hi $name!" ), end_html;
www.eeworm.com/read/156956/11750152

m fun_std.m

function [f, g] = fun_std(x, baseMVA, bus, gen, gencost, branch, Ybus, Yf, Yt, V, ref, pv, pq, mpopt) %FUN_STD Evaluates objective function & constraints for OPF. % [f, g] = fun_std(x, baseMVA, bus
www.eeworm.com/read/156956/11750190

m grad_std.m

function [df, dg, d2f] = grad_std(x, baseMVA, bus, gen, gencost, branch, Ybus, Yf, Yt, V, ref, pv, pq, mpopt) %GRAD_STD Evaluates gradients of objective function & constraints for OPF. % [df, dg] =
www.eeworm.com/read/259727/11770524

m fun_std.m

function [f, g] = fun_std(x, baseMVA, bus, gen, gencost, branch, Ybus, Yf, Yt, V, ref, pv, pq, mpopt) %FUN_STD Evaluates objective function & constraints for OPF. % [f, g] = fun_std(x, baseMVA, bus
www.eeworm.com/read/259727/11770553

m grad_std.m

function [df, dg, d2f] = grad_std(x, baseMVA, bus, gen, gencost, branch, Ybus, Yf, Yt, V, ref, pv, pq, mpopt) %GRAD_STD Evaluates gradients of objective function & constraints for OPF. % [df, dg] =