▍1. 超大整型数据的加减乘C实现
本程序主要是针对超大整型数据的基础加、减、乘运算,运算位数可达10000位,同时也支持使用者进行修改扩展至更大位数
本程序主要是针对超大整型数据的基础加、减、乘运算,运算位数可达10000位,同时也支持使用者进行修改扩展至更大位数
运筹学大作业:实现多条件最大运筹与最小运筹的最佳方案计算与价值预测(Operational Research Big Operation: the Best Scheme calculation and value Prediction for realizing Multi-condition maximum and minimum operational Research)
设计一个校园导游咨询程序,为来访的客人提供学校最短路径信息查询服务(Design a campus tour guide consultation program to provide the shortest path information inquiry service for visitors)
The 1053 problem of online system ACM of Hangzhou University of Electronic Science and Technology, solved by greedy method
提供了4种解常微分方程组的c++代码:定步长四阶龙格-库塔(Runge-Kutta)法(RK4->RKDUMP);(In this paper, four c codes for solving ordinary differential equations are provided: the fourth order Runge-Kutta (Runge-Kutta) method with fixed step size (RK4-))
北京大学acm,关于交通路灯,以及交通运行车辆路线(Peking University acm, on traffic lights and traffic routes)
windows小帮手,vc6 0开发的,有点小问题(Windows helper, developed by vc6 0, a little bit of a problem)
pku acm 1001,share it and enjoy it acm pku edu cn if you have any
实现了先来先服务算法,可以作为大家学习的参考(First come first served algorithm is realized, which can be used as a reference for us to learn.)
c语言求解四阶龙格库塔法的算法源代码,例子:某一地区的病菌传染,三种人员的人数的状态方程,即可能受传染的人数x1,已被传染(C language to solve the fourth order Runge-Kutta algorithm source code, example: a certain area of bacterial infection, the number of three kinds of personnel equation of state, that is, the number of people who may be infected x 1, has been infected)
用最小二乘法计算分形图案的维数,试试看怎么样,请多包涵!!(Use the least square method to calculate the dimensions of fractal patterns, try how, please include more!)
超长整形数据计算程序,达到128位,同时计算速度进行了优化(The calculation program of super-long shaping data reaches 128 bits, and the calculation speed is optimized at the same time.)
给定一块宽度为W的矩形板,矩形板的高度不受限制,现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件,切割的规则是零()