wylloong / TinyProgramsLinks
Sharing the snippets of my own research and learning.
☆13Updated 5 years ago
Alternatives and similar repositories for TinyPrograms
Users that are interested in TinyPrograms are comparing it to the libraries listed below
Sorting:
- EasyPR_MFC is the Visual interface of EasyPR. You could specify the picture or the foler to be recognized by a button in EasyPR_MFC.☆39Updated last year
- 一个易用的矩阵运算库,使用与 matlab 操作相似,请多指教☆32Updated 9 years ago
- All the algorithms in the book "Digital Image Processing and Machine Vision" C++ code; test under VS2013, use MFC as the interactive inte…☆92Updated 8 years ago
- 23种设计模式学习笔记,代码设计使用c++和java两种语言实现。文档结构和说明代码参考传智播客王保明老师的培训讲义,扩展案例使用java语言实现,参考了 http://www.runoob.com/design-pattern/design-pattern-tutoria…☆37Updated 6 years ago
- ☆16Updated 12 years ago
- 中兴捧月杯算法比赛---最优路径规划,使用蚁群算法寻址最优路径☆28Updated 7 years ago
- Implementation of Dijkstra's algorithm in C++ which finds the shortest path from a start node to every other node in a weighted graph.☆40Updated last year
- KDTree library☆112Updated 15 years ago
- 本例程提供了C++的STL常用数据结构及其算法的使用范例,比如vector、string、list、forward_list、deque、queue、stack、map、set、multimap、multiset、tuple、bitset的使用范例,以及algorithm常…☆28Updated 7 years ago
- 迷宫程序,随机生成迷宫,自动寻路☆10Updated 7 years ago
- 一个跨平台的三维模型编辑器,支持多个模型放缩、旋 转、矩阵变换,顶点修改,导入obj文件,读取mtl材质文件☆32Updated 5 years ago
- 《CMake实践》这本书的练习☆30Updated 7 years ago
- 实现openGL拾取的功能,能精确的定位三维点。☆62Updated last year
- 你还在学CMake的过程中毫无头绪吗?你还在为复杂程序库依赖发愁吗?你是否觉得原生CMake的编写冗余而低效?那就快来学习和使用PICMake吧!只需要一行,无论是可执行,动态库还是静态库,轻松搞定!同时高效支持多目标,复杂库的编译安装,从此告别大量冗余CMake代码,专注…☆84Updated 5 years ago
- 有代码的论文 Papers with code. Sorted by stars. Updated weekly.☆79Updated 5 years ago
- c++ 和python混合编程实例☆15Updated 7 years ago
- Professional C++11/14&Boost Development☆60Updated 5 years ago
- dataframe for c++☆28Updated 4 years ago
- 《使用C++11编写Linux多线程程序》所附代码☆31Updated 10 years ago
- ☆24Updated 12 years ago
- ☆33Updated 7 years ago
- 《Head First设计模式》学习代码,使用C++实现☆71Updated 10 years ago
- NeHe OpenGL tutorials in Qt5☆117Updated 10 years ago
- 图像识别后台算法服务器☆12Updated 9 years ago
- C++实现的高效A*算法☆178Updated 6 years ago
- A demo of map widget based on opmapcontrol☆15Updated 10 years ago
- 通过学习OpenGL教程——ogldev,自己实现数学库,一步步学习OpenGL☆31Updated 4 years ago
- 第三届中国软件杯决赛视频分析系统赛题,vc++,opencv,svm等算法。对视频中的车牌进行定位和识别☆85Updated 9 years ago
- A MFC-based digital image processing program: 这是一个基于MFC的数字图像处理程序,主要实现了对图像进行灰度变换(曲线、色阶)、几何变换(缩放、旋转)、滤波(空间滤波、频域滤波、FFT)等功能。☆21Updated 8 months ago
- A series of examples showing how to solve the alignment problems in vectorization.☆17Updated 3 years ago