代码搜索结果

找到约 10,000 项符合 Power 的代码

shutdown.asm

;===== Connect to APM Driver ===== MOV AX,5301 XOR BX,BX INT 15 ;===== Read APM Driver Verson ===== MOV AX, 5300 XOR BX, BX INT 15 PUSH AX ;===== Set Driver version ===== M

taxt.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,

swatch.pin

-- Copyright (C) 1991-2008 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

stopwatch.pin

-- Copyright (C) 1991-2008 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

pl_fsk.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, and a

steffensen加速迭代法.txt

#include//Steffensen加速迭代法 #include double f(double x); double g(double x); double ABS(double x); double power(double x,int n); void main() { double x,y; cout

initial_st7781_cpt24.c

void Initial_ST7781_CPT24(void) { //----------Display control setting---------------// WriteRegister(0x0001,0x0100); // Output Direct WriteRegister(0x0002,0x0700); // Line Inversio

win2000关机命令.bat

@echo off setlocal cd/d %temp% echo Set colOperatingSystems = GetObject("winmgmts:{(Shutdown)}").ExecQuery("Select * from Win32_OperatingSystem") >shutdown.vbs echo For Each objOperatingSystem

mpsplot.c

#include #include #include #include "msp.h" void mpsplot(float psdr[],float psdi[],int mfre,float ts) { /*----------------------------------------------------------

mathex.h

// MathEx.h: interface for the CMathEx class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_MATHEX_H__66636FE6_F3A3_4475_B453_F7C481402750__INCLUDED_)