自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(0)
  • 资源 (15)
  • 收藏
  • 关注

空空如也

凸包问题Graham解决方案java实现

java实现利用Graham算法解决凸包问题,带界面验证

2021-11-09

凸包问题GraHam算法c++实现

c++实现的GraHam算法,解决凸包问题

2021-11-09

屏幕轨迹测距计算器CalcDistance

一个很好用的屏幕轨迹测距工具,与地图测距工具一样,可以根据自己需要调整距离缩放比例,然后通过单击屏幕绘制鼠标点击的轨迹,工具可以自动计算出轨迹的距离。

2021-10-31

openvc编译.docx

本文档记录的是openvc的编译过程,包括openvc_contrib的编译。利用CMake和vs2015进行编译。

2019-07-31

Openvc人脸识别.docx

文档描述了利用openvc进行人脸识别的编程流程步骤,有完整的代码,及其详细说明。

2019-07-31

IdentifyWords图片文字识别

这是一个图片文字识别的demo,含有完整的代码和依赖库,使用openvc处理图片之后,通过tesseract ocr对图片进行文字识别。希望对图片文字识别感兴趣的同学有所帮助。

2019-05-31

cximage702_full.rar

这是一个非常好用的图片处理库,用vc编写,包含使用方法demo。

2019-05-09

组播例子源码-MultiCastTest

这是一个用vc写的实现组播的例子,希望对想了解组播技术的人有帮助。

2019-05-09

boost开发指南

对刚接触boost的开发人员来说是极好的入门文档,里面有详细的使用说明和例子。

2019-05-08

QML介绍文档

qml介绍文档是qml内部培训整理出来的qml介绍文档,对于初学qml来说是非常好的入门文档。

2019-05-08

安装包制作—Inno_Setup_入门

inno setup入门介绍了安装包制作的详细过程,以脚本形式制作安装包。

2019-05-08

Zero Ice中文教程

Zero Ice中文教程里面详细介绍了Ice的分布式设计,中文版本。

2019-05-07

log4cpp日志库

Log4cpp是一个开源的C++类库,它提供了在C++程序中使用日志和跟踪调试的功能。使用log4cpp,能够非常便利地将日志或者跟踪调试信息写入字符流、内存字符串队列、文件、回滚文件、调试器、Windows日志、本地syslog和远程syslogserver中。

2019-05-07

操作excel库downkr.com_LibXL

这是一个操作excel的库,可以对excel直接进行读写。 LibXL is a library for direct reading and writing Excel files. Package contents: bin 32-bit dynamic library bin64 64-bit dynamic library doc C++ documentation examples C, C++, C#, Delphi and Fortran examples (MinGW, Visual Studio, Qt, Code::Blocks) include_c headers for C include_cpp headers for C++ lib 32-bit import library for Microsoft Visual C++ lib64 64-bit import library for Microsoft Visual C++ net .NET wrapper (assembly) stdcall 32-bit dynamic library with stdcall calling convention changelog.txt change log libxl.url link to home page license.txt end-user license agreement readme.txt this file Using library: 1. Microsoft Visual C++ - add include directory in your project, for example: c:\libxl\include_cpp Project -> Properties -> C/C++ -> General -> Additional Include Directories - add library directory in your project, for example: c:\libxl\lib Project -> Properties -> Linker -> General -> Additional Library Directories - add libxl.lib in project dependencies: Project -> Properties -> Linker -> Input -> Additional Dependencies - copy bin\libxl.dll to directory of your project 2. MinGW Type in examples/c++/mingw directory: g++ generate.cpp -o generate -I../../../include_cpp -L../../../bin -lxl Use mingw32-make for building examples. 3. C# and other .NET languages Use assembly libxl.net.dll in net directory: Project -> Add reference... -> Browse Also copy bin\libxl.dll to Debug or Release directory of your project. 4. Borland C++ and Embarcadero C++ Builder - create import library for your compiler: implib -a libxl.lib libxl.dll - add include directory to your project, for example: c:\libxl\include_cpp Project -> Options -> Directories/Conditionals -> Include path - add library directory to your project (only for old C++ Builder versions) Project -> Options -> Directories/Conditionals -> Library path - add libxl.lib to your project Project -> Add to Project... - copy libxl.dll from bin directory to <your_project_directory>/Win32/Debug Documentation: http://www.libxl.com/doc Contact: [email protected]

2019-05-07

win32 编写windows服务程序

这是一个windows服务程序的完整例子,c++编写,与大家共勉。

2018-09-21

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除