代码搜索:有限差分
找到约 10,000 项符合「有限差分」的源代码
代码结果 10,000
www.eeworm.com/read/346534/11738817
c 分形----------------羊齿叶.c
#include "math.h"
#include
#include
#include
void main(void)
{
int gdriver=DETECT,gmode;
int ran_number;
float a,b,c,d,e,f;
float x,y,x_pre,y_pre;
float
www.eeworm.com/read/346378/11751956
swf 二分查找.swf
www.eeworm.com/read/154334/11970756
doc 数 据 分 析.doc
www.eeworm.com/read/256514/11991425
txt 分形维数.txt
function d=d_seq(x)
%used to calculate the dimension of the sequence
%d=d_seq(x)
%x,times sequence
%data
load c:\matlab\work\data\data_c1.mat;
x=xy(1001:length(xy(:,1)),1); %提取X向量
www.eeworm.com/read/152678/12093993
doc 二分搜索.doc
www.eeworm.com/read/149640/12359929
txt 二分覆盖.txt
www.eeworm.com/read/336967/12404245
swf 二分查找.swf
www.eeworm.com/read/233105/14169246
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/229129/14351859
cpp 二分查找.cpp
// 二分查找.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include
using namespace std;
int main(int argc, char* argv[])
{
int total, num, i = 0,