摘要:
资料已经整理成了电子书欢迎进群284568173讨论学习使用 关于 Fresco Fresco 是一个强大的图片载入组件。 Fresco 中设计有一个叫做 image pipeline 的模块。它负责从网络。从本地文件系统。本地资源载入图片。为了最大限度节省空间和CPU时间,它含有3级缓存设计(2级 阅读全文
摘要:
#include<iostream> #include<string.h> #include<stdio.h> #define N 1000010 using namespace std; char s[N]; int next[N]; void getnext(char s[]) { int j= 阅读全文