代码搜索:PFC计算
找到约 10,000 项符合「PFC计算」的源代码
代码结果 10,000
www.eeworm.com/read/105189/15675588
zip gb 8567-88 计算机软件产品开发文件编制指南.zip
www.eeworm.com/read/104413/15694833
txt 用java中的canendal 如何计算两个日期之间的每一日?.txt
作者:sonymusic
email: sonymusic@china.com
日期:2001-5-15 13:16:09
其实很简单
因为JAVA会自动将不合法的日期转换成合法的。
比如:2000-02-28,日期再加1天,就会变成2000-03-01,所以你只需要从起始日期开始,循环加(或减)1天,直到等于终止日期就可以得到中间的每一天了。
www.eeworm.com/read/102840/15756575
ppt 第一章 计算机辅助设计与仿真技术概述.ppt
www.eeworm.com/read/182103/5270396
changelog
2003-09-04 Joel Sherrill
* clock/ckinit.c, include/io_types.h, include/iosh7045.h,
include/ispsh7045.h, include/sci.h, include/sci_termios.h,
include/sh7_pfc.h, include/sh7_sci.
www.eeworm.com/read/368758/2808364
h cpu_sh7203.h
#ifndef _ASM_CPU_SH7203_H_
#define _ASM_CPU_SH7203_H_
/* Cache */
#define CCR1 0xFFFC1000
#define CCR CCR1
/* PFC */
#define PACR 0xA4050100
#define PBCR 0xA4050102
#define PCCR 0xA4050104
#de
www.eeworm.com/read/38039/1090696
mnu mp_comp_ass.mnu
COMP/ASSIGN 计算/指定
Compute 计算
Pro/ENGINEER will compute mass properties.
Pro/ENGINEER将计算质量属性
Assign 指定
Use the user defined mass properties.
使用用户定义的质量属性
www.eeworm.com/read/469022/1482848
txt mynormalthread.csproj.filelistabsolute.txt
H:\学习资料\并行计算\ExperimentsOfParallelAlgorithms\myNormalThread\bin\Debug\myNormalThread.exe
H:\学习资料\并行计算\ExperimentsOfParallelAlgorithms\myNormalThread\bin\Debug\myNormalThread.pdb
H:\学习资料\并行计算\Experim
www.eeworm.com/read/463421/1537709
bas costcalculate.bas
Attribute VB_Name = "CostCalculate"
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
' 成本计算
' 1998.7.13
' 作者:唐维勇
'
' 用途:本程序用于计算所有出库商品的出库成本(但不包括盘亏等)
'
' 计算公式:
'
www.eeworm.com/read/201465/15408178
txt matrix.operation.txt
/************************************************************************
功能: 本程序接受用户输入两个矩阵,并作出计算选择,返回计算值
**************************************************************************/
#include
www.eeworm.com/read/206086/15300782
h calendar.h
#ifndef __CALENDAR_H__
#define __CALENDAR_H__
//21世纪的农历计算
class CCalendar
{
public:
//计算星期
static UCHAR GetWeekday(UCHAR year, UCHAR mon, UCHAR day);
#if SUPPORT_LUNAR
//计算农