代码搜索:高精度处理
找到约 10,000 项符合「高精度处理」的源代码
代码结果 10,000
www.eeworm.com/read/227922/14406361
cpp 高精度库.cpp
#include
#include
#include
#include
using namespace std;
int const MAX = 300;
class BigInt
{
public:
int data[MAX]; //用于存放该万进制数
int num; //该数有多少位
www.eeworm.com/read/119523/14827163
cpp 高精度开方.cpp
//高精度开方
#include
#include
#include
int big(char s1[],char s2[]){
int len1,len2,i,q;
q=0;
while(s1[q]=='0') q++;
strcpy(s1,s1+q);
if(strlen(s1)==0){
s1[0]='0
www.eeworm.com/read/369211/9659237
cpp 高精度运算.cpp
//高精度运算
//--------------------------------
#include
#include
#include
#include
using namespace std;
// --------------------------------------------
int
www.eeworm.com/read/381439/9092674
bmp 处理.bmp
www.eeworm.com/read/372685/9497602
bmp 处理.bmp
www.eeworm.com/read/163075/10176837
c 处理..c
//小波部分的包含文件//
#include
#include "alloc.h"
#include
#include "macros.h"
#include "wav_filters_extern.h"
#include "wav_filters.h"
#include "wav_trf.h"
#include "wav_ge
www.eeworm.com/read/128338/14304440
bmp 处理.bmp
www.eeworm.com/read/114288/15061666
ico 处理.ico
www.eeworm.com/read/125683/14479363
c 高精度整数运算.c
#include
#include
int neg[3] = {0, 0, 0};
char ot[101] = "0";
void print(char*);
char* add(char*, char*);
char* minus(char*, char*);
char* multiply(char*, char*);
int