代码搜索:线性分析
找到约 10,000 项符合「线性分析」的源代码
代码结果 10,000
www.eeworm.com/read/304950/13782482
cpp 顺序表作业.cpp
#include
#include
#define LIST_INIT_SIZE 80
// 线性表存储空间的初始分配量
#define LISTINCREMENT 10
// 线性表存储空间的分配增量
#define OK 1
#define OVER
www.eeworm.com/read/400705/11570136
cpp song.cpp
// song.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "stdio.h"
typedef int datatype; /*假定线性表元素的类型为整型*/
#define maxsize 1024 /*假定线性表的最大长度为1024*/
www.eeworm.com/read/345167/11834469
cpp le_linearleastsquaregeneralizedinverse.cpp
//LE_LinearLeastSquareGeneralizedInverse.cpp
//求解线性最小二乘问题的广义逆法
#include //输入输出流头文件
#include "LinearEquation.h" //线性方程(组)求解头文件
void main()
{
int i;
double a[4][3]
www.eeworm.com/read/38039/1090612
mnu spbndctrl.mnu
SP#BEND#CTRL 骨架线折弯控制
#
Linear 线性
Section property(s) will vary linearly between initial and final values.
截面属性在初值和最终值间作线性变化。
Graph 图形
Section property(s) will vary between initial and final values pe
www.eeworm.com/read/435731/1860827
c line.c
//----------------------------------------------------
//Copyright (C), 2004-2009, lst.
//版权所有 (C), 2004-2009, lst.
//所属模块:线性缓冲区
//作者:lst
//版本:V1.0.0
//文件描述: 提供线性缓冲区服务
//其他说明:
//修订历史:
//
www.eeworm.com/read/292658/8342681
cpp le_linearleastsquaregeneralizedinverse.cpp
//LE_LinearLeastSquareGeneralizedInverse.cpp
//求解线性最小二乘问题的广义逆法
#include //输入输出流头文件
#include "LinearEquation.h" //线性方程(组)求解头文件
void main()
{
int i;
double a[4][3]
www.eeworm.com/read/367107/9782445
cpp le_linearleastsquaregeneralizedinverse.cpp
//LE_LinearLeastSquareGeneralizedInverse.cpp
//求解线性最小二乘问题的广义逆法
#include //输入输出流头文件
#include "LinearEquation.h" //线性方程(组)求解头文件
void main()
{
int i;
double a[4][3]
www.eeworm.com/read/268630/11129337
java list.java
package dsa.adt;
import dsa.exception.OutOfBoundaryException;
public interface List {
//返回线性表的大小,即数据元素的个数。
public int getSize();
//如果线性表为空返回true,否则返回false。
public boolean isEmpty();
www.eeworm.com/read/235107/14085575
java list.java
package dsa.adt;
import dsa.exception.OutOfBoundaryException;
public interface List {
//返回线性表的大小,即数据元素的个数。
public int getSize();
//如果线性表为空返回true,否则返回false。
public boolean isEmpty();
www.eeworm.com/read/103612/15728040
cpp le_linearleastsquaregeneralizedinverse.cpp
//LE_LinearLeastSquareGeneralizedInverse.cpp
//求解线性最小二乘问题的广义逆法
#include //输入输出流头文件
#include "LinearEquation.h" //线性方程(组)求解头文件
void main()
{
int i;
double a[4][3]