- 博客(5)
- 收藏
- 关注
原创 ppt.cpp
#include<iostream>#include<string>#include<stdlid.h>class page{ bool busy; string print; string name; int npage[10]; public: friend void print(int); friend void init();}p...
2019-09-15 12:28:17
150
原创 round_mach2
template<class T>class round_mac{ private: bool (*end)(T* a,T b); void (*sum)(T* old,T news); T (*input)(T *old,T *news); T* old_data; T* news; ...
2018-09-14 22:24:13
154
原创 map
int *map(float **city={0},int a=0,int b=0){ int now=a; int *way; int w=0; while(now!=b) { int min=0; for(int i=0;city[now][i];i++) if(city[now][i]<c...
2018-09-09 15:00:06
140
原创 bloom
#define NULL 0template&lt;class T&gt;class bloom{ private: bool *key=0; int *(random)(T); T *str={0}; void bloomm() { int **a={0}; ...
2018-08-28 21:38:10
282
原创 round_machine
template<class T>class round_mac{ private: bool (*end)(T* a,T b); void (*sum)(T* old,T news); T* old_data; T new_input; public: void in(bool mod...
2018-08-28 21:03:02
189
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人