代码搜索:有限差分
找到约 10,000 项符合「有限差分」的源代码
代码结果 10,000
www.eeworm.com/read/480097/1323080
txt 陈慧-5分.txt
/*矩阵特征值问题*/
/*本程序在vc++6.0上运行通过,并用 cl.exe 编译通过*/
#include
#include
void readfile(int&,int*&);
void fpshuzhu(int,int**&);
void matrix(int*,int,int**&);
int max(int,int,int)
www.eeworm.com/read/480097/1323085
txt 林政-5分.txt
//
//学号:040000103
//姓名:林政
//
#include < iostream.h >
#include < fstream.h >
#include < stdio.h >
ofstream out_file("output.txt"); //输出文件
int MaxSum(int n,int * a);
int MaxSum2(int m,int n,i
www.eeworm.com/read/480097/1323091
txt 董凌-3分.txt
#include
#include
#include
int n,e;
int** value;
int* temporder;
int calculate()
{
int leng=0;
for (int i=1;i
www.eeworm.com/read/327496/3455307
c 四分砝码.c
#include
#include
main()
{
int weight1,weight2,weight3,weight4,d1,d2,d3,d4,x,flag;
printf("The weight is broke up as following 4 pieces:");
for(weight1=1;weight1
www.eeworm.com/read/291818/3962305
vb 社区文明分统计.vb
Public Class 社区文明分统计
Inherits System.Windows.Forms.Form
#Region " Windows 窗体设计器生成的代码 "
Public Sub New()
MyBase.New()
'该调用是 Windows 窗体设计器所必需的。
InitializeComp
www.eeworm.com/read/291818/3962330
vb 宿舍纪律分统计.vb
Public Class 宿舍纪律分统计
Inherits System.Windows.Forms.Form
#Region " Windows 窗体设计器生成的代码 "
Public Sub New()
MyBase.New()
'该调用是 Windows 窗体设计器所必需的。
InitializeComp
www.eeworm.com/read/474440/6809458
c 四分砝码.c
#include
#include
main()
{
int weight1,weight2,weight3,weight4,d1,d2,d3,d4,x,flag;
printf("The weight is broke up as following 4 pieces:");
for(weight1=1;weight1
www.eeworm.com/read/172368/9710925