摘要:
// 判断程序是否为空刀轨 Empty PathUF_PARAM_ask_logical_value(oper,UF_PARAM_EMPTY_PATH,&is_empty); 阅读全文
摘要:
曼哈顿距离_百度百科 (baidu.com) 阅读全文
摘要:
1 // ../../a.txt to D:/a.txt 2 string MyStr::PathToAbsolute(const string &dir) 3 { 4 char dir1[MAX_PATH] = ""; 5 _fullpath(dir1, dir.c_str(), MAX_PATH 阅读全文
摘要:
string MyStr::readstring1(const char*path) { ifstream file; file.open(path, ios::in);//读文件ios::in ios::binary file.seekg(0, ios::end); std::streamoff 阅读全文
摘要:
string MyStr::askEnvValue(const char* env) { string e = ""; char* buf = nullptr; size_t sz = 0; if (_dupenv_s(&buf, &sz, env) == 0 && buf != nullptr) 阅读全文
摘要:
//确保路径格式为\\形式 char *q = strrchr(p, '\\';) + 1; 阅读全文
摘要:
0.下载opensll https://www.openssl.org/ 1.前置工具 ActivePer,nasm(注意配置环境变量) 2.解压源文件 3.打开vs命令工具 【管理员权限】 4.进入源文件 d: CD d:\sasf 【路径必须正确,注意解压时可能回嵌套一个重名的文件夹】 5.输入 阅读全文
摘要:
// 精度=0.9999 int MyObject::FACE_ask_area(tag_t face, double value[2]) { int errorCode = 0; double Area = 0.00; double Perimeter = 0.00; try { std::vec 阅读全文