代码搜索:大电流
找到约 9,849 项符合「大电流」的源代码
代码结果 9,849
www.eeworm.com/read/122580/14682671
c 大整数1.c
/*这只是两个大整数的乘法,加法,减法应不成问题,你可参照下面的程序
要是除法的话,可以用数值分析里的牛顿逼近法*/
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Question: *
* How to calcula
www.eeworm.com/read/115037/15028710
fla 大砲2.fla
www.eeworm.com/read/208727/15238636
cpp 大整数的加减.cpp
#include
const int MAXINPUTBIT=100;
const int MAXRESULTBIT=500;
class LargeNumber{
int i,j;
int temp;
int one[MAXINPUTBIT+1];
int onebit; //one的位数
int two[MAXINPUTBIT+1];
www.eeworm.com/read/208727/15238698
cpp 大整数的加减.cpp
//终于彻底搞定
#include
const int MAXINPUTBIT=100;
const int MAXRESULTBIT=500;
class LargeNumber{
int i,j;
int temp;
int one[MAXINPUTBIT+1];
int onebit; //one的位数
int two[MAXIN
www.eeworm.com/read/207912/15257387
doc 大学虚拟燕大.doc
www.eeworm.com/read/712/3420
vi 大径初算.vi
www.eeworm.com/read/455299/1622245
wor 大酋洞迷宫.wor
[MAIN]
IsInDoor=1
brightness=255
color=0,170,233,255
event=event082
rect=92,88,117,105
verson=0
windspeed=0.100000,0.000000,0.000000
[LIGHT]
Dawn=255,24,24,40
Dusk=255,56,50,40
Evening=255,
www.eeworm.com/read/270095/11048805
cpp 大整数的乘法.cpp
//大整数的乘法(十进制)
#include
#include
#define MAXSIZE 10000
void Multiply(int *R,int *A,int *B,unsigned int N)
{
int i, j;
int posR;
for(i=0;i
www.eeworm.com/read/334109/12632662
doc 中 南 大 学.doc
www.eeworm.com/read/300587/13904706
cpp 1253 胜利大逃亡.cpp
#include
#include
#include
using namespace std;
int a,b,c,t,ut;
bool map[51][51][51];
struct infor
{
int x,y,z;
int nt;
inline void maketag()
{
map[x