代码搜索结果
找到约 10,000 项符合
Y 的代码
y.m
function Y=y(bus,line)
%目的:根据支路参数建立节点导纳矩阵
%输入:节点参数矩阵--bus;支路参数矩阵--line
%输出:节点导纳矩阵--Y
[nb,mb]=size(bus);
[nl,ml]=size(line);
Y=zeros(nb,nb);
for k=1:nl
I=line(k,1);
J=line(k,2);
parser.y
%{
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2002-2004 Marcel Holtmann
*
*
* This program is free software; you can redistribute it and/or mo
parser.y
%{
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2000-2001 Qualcomm Incorporated
* Copyright (C) 2002-2003 Maxim Krasnyansky
* Copyright (C) 2002-
y.m
function y(x)
y=x*sin(10*pi*x)+2;
myparser.y
%{
#define YYPARSER
#include "globals.h"
#include "util.h"
#include "scan.h"
#include "parse.h"
#include
#define YYSTYPE TreeNode *
static char * savedName;
char name[20];
st
y.js
#!
function factorial(proc) {
return function (n) {
return (n
y.gif
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|03 Aug 2000 12:41:56 -0000
vti_extenderversion:SR|4.0.2.3406
vti_filesize:IR|2781
vti_backlinkinfo:VX|网页工程/io设备与存储器、cpu及操作系统的接口.htm 网页工程/1.htm
vti_
tiny.y
/****************************************************/
/* File: tiny.y */
/* The TINY Yacc/Bison specification file */
/* Compiler Construction: Princi