代码搜索结果
找到约 10,000 项符合
Power 的代码
如何在数据库中保存公式.txt
你可以试一试用CSV格式保存那些数学公式,用WORKPAD就可以输入,格式如下:
ID1 ,公式1
ID2 ,公式2
ID3 ,公式3
.
.
.
IDn ,公式n
你甚至可以不用ID,但每一个公式必须是一行,输入完后注意要用CSV文件后缀保存。
这样,你就可以用VB来获取它们
mpsplot.c
#include
#include
#include
#include "msp.h"
void mpsplot(float psdr[],float psdi[],int mfre,float ts)
{
/*----------------------------------------------------------
did.fit.rpt
Fitter report for did
Wed Oct 10 23:06:34 2007
Version 5.0 Build 148 04/26/2005 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal Notice
2. Fitt
txd.fit.rpt
Fitter report for txd
Wed Dec 05 15:58:52 2007
Version 5.0 Build 148 04/26/2005 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal Notice
2. Fitt
lf2407a stages.prjpcbstructure
Record=SubProject|ProjectPath=1
Record=SubProject|ProjectPath=P
Record=SubProject|ProjectPath=P
Record=SubProject|ProjectPath=1
Record=SubProject|ProjectPath=CN?
Record=SheetSymbol|SourceDocument
step_a.pin
-- Copyright (C) 1991-2004 Altera Corporation
-- Any megafunction design, and related netlist (encrypted or decrypted),
-- support information, device programming or simulation file, and a
testpower.c
#include "usbdriver.h"
NTSTATUS TestPowerIrp(IN PDEVICE_OBJECT fdo,IN PIRP Irp)
{
NTSTATUS ntStatus;
PIO_STACK_LOCATION IrpStack, NextStack;
PDEVICE_EXTENSION pdx;
pdx = fdo->Devic
ps2tolcd.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,
drvpower.c
///////////////////////////////////////////////////////////////////
//电源管理例程的实现:
//1. 电源管理例程DrvPowerIrp()。
///////////////////////////////////////////////////////////////////
#include
lights1.c
#include
#include
void main()
{
double lights;
lights=pow(-2,8); //figure 2 to the 8th power
printf("Milton, we need %0.0f lights.\n",lights);
}