代码搜索:PQ芯
找到约 4,636 项符合「PQ芯」的源代码
代码结果 4,636
www.eeworm.com/read/349404/3144876
sln pq.sln
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PQ", "PQ.csproj", "{F79E354E-5B12-455D-AF3E-1AE9A13D34BA}"
ProjectSection(ProjectDepe
www.eeworm.com/read/349404/3144884
sln pq.sln
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PQ", "PQ.csproj", "{F79E354E-5B12-455D-AF3E-1AE9A13D34BA}"
ProjectSection(ProjectDepe
www.eeworm.com/read/395331/2438224
pq208
#
# $Id$
#
# JTAG package script for XC2S300E-PQ240
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by th
www.eeworm.com/read/377738/2697084
dat pq.dat
1 2 3 4 5 6 7 8 10 20 30 40 50 60 70 80 1.5 2.5 3.5 4.5
www.eeworm.com/read/370304/9606522
c pq.c
#include
#include
#define N 9 /*总结点数*/
#define M 6 /*PQ结点数*/
#define K 9 /*线路数*/
#define eps 1e-4
void guass(int n,int m,float c[],float b[][N],float x[]
www.eeworm.com/read/367632/9739326
txt pq.for.txt
www.eeworm.com/read/335568/12514818
m pq.m
clear
yiobus=[0.01494i;0.00225i;0;0.01805i];
vbus=[1.0*exp(i*0);1.0*exp(i*0);1.1*exp(i*0);1.05*exp(i*0)];
ybus=[1.042093-8.242876i,-0.588235+2.352941i,3.666667i,-0.453858+1.891074i;-0.588235+2.3529
www.eeworm.com/read/249070/12523942
cpp pq.cpp
// *********************************************************
// Implementation file PQ.cpp for the ADT priority queue.
// A heap represents the priority queue.
// *************************************
www.eeworm.com/read/249070/12523948
h pq.h
// *********************************************************
// Header file PQ.h for the ADT priority queue.
// Heap implementation.
// *********************************************************
#inclu