代码搜索:伏安法
找到约 10,000 项符合「伏安法」的源代码
代码结果 10,000
www.eeworm.com/read/150921/12245086
opt 辅助变量法.opt
www.eeworm.com/read/150921/12245092
c 辅助变量法.c
#include "stdlib.h"
#include "math.h"
#include "stdio.h"
void brmul(a,b,m,n,k,c)
int m,n,k;
double a[],b[],c[];
{ int i,j,l,u;
for (i=0; i
www.eeworm.com/read/150921/12245094
ncb 辅助变量法.ncb
www.eeworm.com/read/150921/12245098
plg 辅助变量法.plg
Build Log
--------------------Configuration: 辅助变量法 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\WINDOWS\TEMP\RSP
www.eeworm.com/read/150921/12245100
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/149959/12329253
cpp 固定增量法.cpp
#include
int W(int D[][4])
{
int j=0;
int i=0;
int count=0;
while(D[j][i]==D[j+1][i]&&j
www.eeworm.com/read/130980/14164668
doc 匈牙利命名法.doc
www.eeworm.com/read/233105/14169109
c 冒泡法改进.c
/* 冒泡法是数据排序的一种基本算法,它的基本方法是:相邻两元素进行比较,如有需要则进行交换,
每完成一次循环就将最小元素排在最后(如从大到小排序),下一次循环是将其他的数进行类似操作?
如将N 个数按从大到小排序,Turbo C语言程序函数
如下: */
void sort(int a[],int n);
www.eeworm.com/read/233105/14169121
c 穷举搜索法.c
www.eeworm.com/read/233105/14169126