代码搜索:外差式

找到约 10,000 项符合「外差式」的源代码

代码结果 10,000
www.eeworm.com/read/221541/14738571

cpp 重言式的判别.cpp

#include #include #include #include #include #define stack_size_normal 100 #define bianliang_max 20 #define str_max 60 int zuhe[bianliang_m
www.eeworm.com/read/221541/14738575

dsp 重言式的判别.dsp

# Microsoft Developer Studio Project File - Name="ZYS2" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Cons
www.eeworm.com/read/117532/14916937

c 多项式的加法 .c

#include #include typedef struct polyn { int xi_data; int zhi_data; struct polyn *next; }polyn; polyn *create() { polyn *head,*p1,*p2; int n=0; head=NULL;
www.eeworm.com/read/218376/14924249

cpp 牛顿值多项式.cpp

#include #define N 4 void Difference(float *x,float *y,int n) { float *f; int k,i; f =new float[(n*sizeof(float))]; for(k=1;k
www.eeworm.com/read/217884/14944518

txt 14.2.2增量式pid控制.txt

DATA EQU 30H INCPID: MOV R1,#DATA MQV R0,#.COEFUR SETB 3AH MOV A,@R0 MOV R6,A INC R0 MOV A,@R0 MOV R2,A INC R0 MOV A,@R0 MOV R3,A DEC R0 DEC R0 MOV