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

📄 graphfile.hpp

📁 这是个人脸识别程序
💻 HPP
字号:
// $masm\graphfile.hpp 1.5 milbo$ routines for graph files// Warning: this is raw research code -- expect it to be quite messy.// milbo durban May06FILE *pOpenGraph(const char sPrefix[], int iPoint);void CloseGraph(void);void WriteGraphComment(char sComment[], int i=0, int j=0);void WriteGraphPoint(int i, double Data0);void WriteGraphPoint(int i, double Data0, double Data1);

⌨️ 快捷键说明

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