代码搜索:大数分解
找到约 4,750 项符合「大数分解」的源代码
代码结果 4,750
www.eeworm.com/read/443457/7633010
cpp 1018(大数阶乘位数).cpp
#include
#include
int main()
{
int n;
__int64 t;
double sum,i;
scanf("%d",&n);
while(n--){
sum=0;
scanf("%I64d",&t);
for(i=1;i
www.eeworm.com/read/297491/8013694
txt 大数运算3.txt
/*用数组存储数字,可以超越数据类型的限制,实现极大数的加法,减法和乘法 */
/*2005-3-7 梁见斌*/
#include
#include
#include
#define MAX 80
int a[MAX]={0}, b[MAX]={0};
int *r, *s;
char e[40], f[40]
www.eeworm.com/read/197077/8032118
txt 大数(整数类封装).txt
#include
#include
#define DIGIT 4
#define DEPTH 10000
#define MAX 100
typedef int bignum_t[MAX+1];
int read(bignum_t a,istream& is=cin){
char buf[MAX*DIGIT+1],c
www.eeworm.com/read/326595/13132154
dsw 大数阶乘stl.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# 警告: 不能编辑或删除该工作区文件!
###############################################################################
Project: "大数阶乘STL"=".\大数阶乘STL
www.eeworm.com/read/326595/13132161
opt 大数阶乘stl.opt
www.eeworm.com/read/326595/13132165
plg 大数阶乘stl.plg
Build Log
--------------------Configuration: 大数阶乘STL - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMIN
www.eeworm.com/read/326595/13132170
dsp 大数阶乘stl.dsp
# Microsoft Developer Studio Project File - Name="大数阶乘STL" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) C
www.eeworm.com/read/326595/13132172
ncb 大数阶乘stl.ncb
www.eeworm.com/read/322991/13359235
e 大数计算器.e
www.eeworm.com/read/319856/13441343