⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ppm.cpp

📁 一个小的非常好用的电子书阅读器源码
💻 CPP
字号:
#include <stdlib.h>#include <stdio.h>#include "arith.h"#include "ppm.h"/**************************************************************************** * Gestion des noeuds ****************************************************************************//*  * D閟allocation du noeud p */void ppm_worker::Node_Free(UINT p) {  node_heap[node_free_last].free_next=p;  node_heap[p].free_next=NIL;  node_free_last=p;  node_free_nb++;}/* * Allocation d'un noeud * s'il ne reste plus de place, on d閟alloue le contexte le moins utilis

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -