资源列表
biomass-pyrolysis
- 用于计算生物质热裂解机理的文件。能够精确到具体产物-mechanism of biomass pyrolysis
js11
- 这是一个基于VC的多功能计算器,可以实现科学算法等功能。-This is a multi-purpose calculator based on VC, can realize the function such as scientific algorithm.
Storage-space-allocation
- 利用随机数模拟的有效地址系列,范围是0~32K; 分别读出地址系列中的地址: 1)每读出一个地址,先计算该地址的页号(页号=INT[虚地址/页面大小]); 2)然后在页表PT中查访该页的状态; 3)若为“1”,表示在内存,无须作其它处理; 4)若为“0”,表示不在内存,则需要查MBT表,看是否还有可提供分配的空白块; 5)若内存有空白块,则修改PT表中的该页的状态项,并记录分配到的内存块号,同时修改MBT表; 6)若内存无空白块,则根据某个算法从内存中挑
Ag-NVE0
- 用于在面心立方体晶胞中挖出一个给定半径的团簇-to generate a crystal
pollard-rho__miller-rabin
- pollard_rho 产生某数的随机因子 && miller_rabin 素数测试 acm数论算法 poj1811 ac代码-pollard_rho & miller_rabin the num_theory algorithm of ACM the accept source code of poj1811
BigNumber
- ACM算法之高精度大数加减乘除模板,堪称是经典-ACM algorithm for large numbers of high-precision addition, subtraction template, called a classic
T
- Tree matlab code generator
RSQ
- random square matlab generator
RKH
- random koch generator matlab
PT
- pythtree matlab code
durchschnitt
- durchschnitt matlab code
hdu1297
- 杭电acm1297 #include<stdio.h> #include<string.h> #define m 1002 int f[m][70]={{1,1},{1,1},{1,2},{1,4}} void add(int p[],int q[],int sum[]) { int i,len if(p[0]<q[0])len=q[0] else len=p[0] for(i=1 i<=len i++)
