代码搜索:伏安法
找到约 10,000 项符合「伏安法」的源代码
代码结果 10,000
www.eeworm.com/read/428233/8881953
cpp 牛顿迭代法.cpp
#include
#include
#define N 100
#define EPS 1e-6
#define ETA 1e-8
void main()
{
float f(float);
float f1(float);
float x0,y0;
float Newton(float (*)(float),float (*
www.eeworm.com/read/428233/8881969
cpp 改进欧拉法.cpp
#include
#define N 20
void ModEuler(float (*f1)(float,float),float x0,float y0,float xn,int n)
{
int i;
float yp,yc,x=x0,y=y0,h=(xn-x0)/n;
cout
www.eeworm.com/read/284929/8882655
cpp 筛选法求素数.cpp
#include
#include //筛选法求素数
void sushu(void)
{
int a[101],i,j;
a[1]=0;
for(i=2; i
www.eeworm.com/read/383143/8970484
plg 马的走法.plg
Build Log
--------------------Configuration: 马的走法 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\raojun\L
www.eeworm.com/read/382100/9049643
obj 筛法筛素数.obj
www.eeworm.com/read/382100/9049646
cpp 筛法筛素数.cpp
#include
#include
using namespace std;
const int n=1000;
int main()
{
int i;
int d=2;
int j=0;
int a[n+1];
for (i=2;i
www.eeworm.com/read/381297/9099229
c 逐行扫描法.c
#include
unsigned int A[16]={0x77,0x7b,0x7d,0x7e,0xb7,0xbb,0xbd,0xbe,0xd7,0xdb,0xdd,0xde,0xe7,0xeb,0xed,0xee};
void main(void)
{
unsigned int B[4]={0x7f,0xbf,0xdf,0xef};
unsigned
www.eeworm.com/read/381297/9099242
hex 逐行扫描法.hex
:030000000208F6FD
:0C08F600787FE4F6D8FD75812F02093DE3
:080A1900007F00BF00DF00EFC9
:1009F5002020080077007B007D007E00B700BB004B
:100A0500BD00BE00D700DB00DD00DE00E700EB0027
:030A1500ED00EE03
:10098
www.eeworm.com/read/381297/9099249
plg 逐行扫描法.plg
礦ision3 Build Log
Project:
C:\Documents and Settings\hp\桌面\程序\44键盘扫描程序\逐行扫描法\逐行扫描法.uv2
Project File Date: 08/14/2008
Output:
创建目标 '目标 1'
PA51