代码搜索:相差法
找到约 10,000 项符合「相差法」的源代码
代码结果 10,000
www.eeworm.com/read/297880/7990215
c newton迭代法.c
/* 标准文档模板 */
#include "Stdio.h"
#include "math.h"
float fun(float x)
{float y;
y=(x-1)*(x-1)*(2*x-1);
return y;}
float fund(float x)
{float z;
z=2*(x-1)*(2*x-1)+2*(x-1)*(x-1);
return z;}
www.eeworm.com/read/195741/8133061
bak 选择法排序.bak
clear
dime a(10)
n=10
for i=1 to 10
a(i)=int(rand()*100)
??a(i)
next
for i=1 to n-1
for j=i+1 to n
if a(i)>a(j)
t=a(i)
a(i)=a(j)
a(j)=t
endi
www.eeworm.com/read/195741/8133064
prg 选择法排序.prg
clear
dime a(10)
n=10
for i=1 to 10
a(i)=int(rand()*100)
??a(i)
next
for i=1 to n-1
for j=i+1 to n
if a(i)>a(j)
t=a(i)
a(i)=a(j)
a(j)=t
endi
www.eeworm.com/read/195741/8133066
fxp 选择法排序.fxp
www.eeworm.com/read/395998/8137238
plg 牛顿迭代法.plg
Build Log
--------------------Configuration: 牛顿迭代法 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\DELL\LO
www.eeworm.com/read/395998/8137242
dsw 牛顿迭代法.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# 警告: 不能编辑或删除该工作区文件!
###############################################################################
Project: "牛顿迭代法"=".\牛顿迭代法.dsp
www.eeworm.com/read/395998/8137245
dsp 牛顿迭代法.dsp
# Microsoft Developer Studio Project File - Name="牛顿迭代法" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Con
www.eeworm.com/read/395998/8137248
opt 牛顿迭代法.opt
www.eeworm.com/read/395998/8137249
ncb 牛顿迭代法.ncb
www.eeworm.com/read/146081/12677874
frm 输入法控制.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic