搜索资源列表
ftoa.c
- This a fast floating point to string conversion function. Avoids the use of unsafe sprintf function. Works with float and double types. Correctly manages +inf, -inf, nnan (not a number).-This is a fast floating point to string conversion function. Av
trab_lab_prolog
- Compilation of programs inf prolog
new
- 二维坐标系上有一些炸弹,每个炸弹有x,y坐标和爆炸后波及的范围r,这个r指的是跟自己曼哈顿距离r以内的点 就类似于扫雷那样,一个炸弹爆炸可能引起一片一片的炸弹炸出去 然后有一些询问,问点燃某个炸弹后会有多少个炸弹爆炸 已经炸过的就不算了 -#include <iostream> #include <vector> #include <algorithm> #include <cstdio>
WQuick
- 使用Quick方法来对一维对流扩散方法进行模拟,在一定初值和边界值的条件下,还有这里取pe是无穷大,所以相当于是纯对流问题。-the method of quick,simulating 1d convection diffusion equation .pe is inf,it is equal to pure convection .