代码搜索:Power
找到约 10,000 项符合「Power」的源代码
代码结果 10,000
www.eeworm.com/read/327450/13077864
pin cora.pin
-- Copyright (C) 1991-2006 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and a
www.eeworm.com/read/140402/13083310
c ex2c-tx.c
/*= ex2c-tx.c ==================================================================
*
* Copyright (C) 2004 Nordic Semiconductor
*
* This file is distributed in the hope that it will be useful, bu
www.eeworm.com/read/242043/13097614
h radixsort.h
#include "LinQueue.h"
void RadixSort(DataType a[], int n, int m, int d)
//对对象a[0]--a[n-1]进行关键码为m位d进制整型数值的基数排序
//桶采用链式队列结构
{
int i, j, k, power = 1;
LinQueue *tub = new LinQueue
www.eeworm.com/read/242043/13097636
cpp lradixsort.cpp
void RadixSort2(elemtype x[], int n, int m)
/*对记录x[0]--x[n-1]进行关键字为m位整型值的基数排序*/
/*桶结构为链式存储结构*/
{
int i,j,k,l,Power;
radixnode *p, *q;
radixtype Head[10];
Power=1;
/*进行m次排序*/
www.eeworm.com/read/242043/13097705
cpp radixsort.cpp
#include
#include "datatype.h"
#include "LinQueue.h"
void RadixSort(datatype a[], int n, int m, int d)
//对对象a[0]--a[n-1]进行关键码为m位d进制整型数值的基数排序
//桶采用链式队列结构
{
int i, j, k, l, power
www.eeworm.com/read/326893/13111127
c show_pow.c
#include
#include
void main (void)
{
int power;
for (power = -2; power
www.eeworm.com/read/326886/13111555
pin a8255.pin
-- Copyright (C) 1991-2007 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and a
www.eeworm.com/read/326571/13134493
pin xkcon.pin
-- Copyright (C) 1991-2005 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions,
www.eeworm.com/read/241396/13147257
m runpf.m
function [MVAbase, bus, gen, branch, success, et] = ...
runpf(casename, mpopt, fname, solvedcase)
%RUNPF Runs a power flow.
%
% [baseMVA, bus, gen, branch, success, et] = ...
% run
www.eeworm.com/read/326187/13157124
lst main.lst
C51 COMPILER V6.23a MAIN 11/05/2002 21:17:46 PAGE 1
C51 COMPILER V6.23a, COMPILATION OF MODULE MAIN
OBJECT MODULE PLACED IN m