代码搜索:外差式
找到约 10,000 项符合「外差式」的源代码
代码结果 10,000
www.eeworm.com/read/343634/11937624
m zrc2ploy.m
%由Lattice网状结构的映射系数计算多项式——Rc2poly
k=[-1.0386 -13.3038 1.0256 0.4750 2.1000];
r0=2.0000;
[A,efinal]=rc2poly(k,r0)
www.eeworm.com/read/129171/14261310
cpp dib.cpp
//
// DIB base class
//
// Copyright (c) 2000-2001 Chihiro.SAKAMOTO (HyperWorks)
//
#include "StdAfx.h"
#include "Dib.h"
#include "Misc.h"
#include "File.h"
//
// 构造函数
//
// 以IsOK()成员函式
www.eeworm.com/read/223339/14644774
cpp algo0223.cpp
int Compare(PElemType a, PElemType b) {
if (a.expnb.expn) return 1;
return 0;
}
void AddPolyn(PLinkList &Pa, PLinkList &Pb) { // 算法2.23
// 多项式加法:Pa = Pa
www.eeworm.com/read/222254/14699317
bas clientmodule.bas
Attribute VB_Name = "ClientModule"
'分布式计算开发示例
'原作者 郝佳男
'force to declare the var
Option Explicit
'Some Global vars
'Public zht As Long
'Begin Positon
Public BeginPos As Long
'End Positi
www.eeworm.com/read/219502/14878406
cpp algo0223.cpp
int Compare(PElemType a, PElemType b) {
if (a.expnb.expn) return 1;
return 0;
}
void AddPolyn(PLinkList &Pa, PLinkList &Pb) { // 算法2.23
// 多项式加法:Pa = Pa