├── HNR.pro ├── HNR.pro.user ├── Makefile ├── Makefile.Debug ├── Makefile.Release ├── README.md ├── doc ├── 毕业论文 │ ├── AdaBoost.doc │ ├── 倾斜校正.doc │ ├── 图像分割.doc │ ├── 数字提取.doc │ ├── 数据结构.doc │ ├── 特征提取.doc │ ├── 神经网络.doc │ └── 答辩讲稿.ppt └── 研究资料 │ ├── AdaBoost │ ├── 111206_Fagni.pdf │ ├── 15255car.pdf │ ├── 2003-A0-49.pdf │ ├── 39.pdf │ ├── 98b.pdf │ ├── Bagging & Boosting.ppt │ ├── Boosting.ppt │ ├── Multi-class AdaBoost.pdf │ ├── PattRecLett06.pdf │ ├── R1571.pdf │ ├── ada boosting2.pdf │ ├── boost-tut-ppr.pdf │ ├── boosting.pdf │ ├── feng.jiao.pdf │ ├── 基于AdaBoost的SAR图像自动分类.pdf │ ├── 基于局部有效性的选择性决策树集成.pdf │ └── 基于词典属性特征的粗粒度词义消歧.pdf │ ├── 倾斜校正 │ └── 手写体数字识别中一种新的倾斜校正的方法.pdf │ ├── 其他 │ ├── 汉字识别.pdf │ └── 汉字识别2.pdf │ ├── 区域标记 │ ├── 一种对二值图像切割分块的目标识别方.pdf │ ├── 二值图的区域标记 .txt │ ├── 基于Max-tree 的连通区域标记新算法.pdf │ └── 改进连通域标记方法.pdf │ ├── 图像分割 │ ├── 200610885854553.ppt │ ├── OTSU.ppt │ ├── OTSU2.ppt │ ├── 一种对光照具有鲁棒性的图像分割方法.pdf │ ├── 图像分割的一些简单实现.txt │ ├── 图像分割阈值选取技术.txt │ └── 图像分割阈值选取技术综述.doc │ ├── 图像增强 │ ├── 直方图均衡化.mht │ └── 自适应图像直方图均衡算法.pdf │ ├── 图像细化 │ ├── 32.pdf │ ├── E2_1676.doc │ ├── Hilditch.pdf │ ├── Pavlidis.pdf │ ├── fenxing.chm │ ├── 一种基于屋脊边缘的字符图像细化方法.pdf │ ├── 一种改进型的汉字字符图像细化算法.pdf │ ├── 一种新的二值图像细化算法.pdf │ ├── 一种有效的二值图像细化算法.pdf │ ├── 二值图象的细化.pdf │ ├── 分段线性骨架.txt │ ├── 图像细化及其连通性保持的方法研究.pdf │ ├── 图像细化(二)_凡事三思而后行.mht │ ├── 图象细化算法大全.mht │ ├── 基于主曲线的脱机手写数字结构特征分析及选取.pdf │ ├── 基于内点保留的二值图像细化算法.pdf │ ├── 基于数学形态学的二值图像细化算法研究.pdf │ ├── 小结:图像细化(一)_天道酬勤,飞得更高.mht │ └── 細化演算法比較.pdf │ ├── 图像缩放 │ ├── WangTanHu2007.pdf │ ├── seam carving │ │ ├── 140-141-dict.pdf │ │ ├── 20080423_seam-carving-for-content-aware-image-resizing.ppt │ │ ├── A JavaScript implementation of the Content Aware Image Resizing algorithm Pims Labs.mht │ │ ├── Paper_17.pdf │ │ ├── SeamCarvingGuiWin-1[1].10.zip │ │ └── seam-carving-gui-1[1].10.tar.gz │ └── 高质量的快速的图像缩放 │ │ ├── GraphicTester.rar │ │ ├── 高质量的快速的图像缩放_1.mht │ │ ├── 高质量的快速的图像缩放_2.mht │ │ └── 高质量的快速的图像缩放_3.mht │ ├── 数字识别 │ ├── 一种有效的多字体印刷字符识别系统实现.pdf │ ├── 基于hopfield的脱机手写数字识别理论及算法.doc │ ├── 基于手写体数字识别的信息录入与处理系统.pdf │ ├── 认证码字符识别方法的研究.pdf │ └── 采用多级分类器的手写数字识别技术研究.pdf │ ├── 特别关注 │ ├── 基于AdaBoost的SAR图像自动分类.pdf │ ├── 基于主分量分析法的脱机手写数字识别.pdf │ └── 基于主曲线的脱机手写数字结构特征分析及选取.pdf │ ├── 特征提取 │ ├── APEX.PDF │ ├── GHA.pdf │ ├── KHA.pdf │ ├── PCA.pdf │ ├── PCA.ppt │ ├── PCA2.pdf │ ├── PCA类内平均脸法在人脸识别中的应用研究.pdf │ ├── TextMining02-特征提取.pdf │ ├── bli_20050411_NN_CPCA.ppt │ ├── es2002-252.pdf │ ├── gorrell_webb.pdf │ ├── network10.doc │ ├── neural-pca-ica-results-presentation.ppt │ ├── pcaIJCNN2000.pdf │ ├── principal_components.pdf │ ├── q1771.pdf │ ├── read.txt │ ├── tchen08-wcica.pdf │ ├── ucit20060611.pdf │ ├── 主成分分析法.mht │ ├── 基于Adaboost的手写体数字识别.pdf │ ├── 基于主分量分析法的脱机手写数字识别.pdf │ ├── 特征值计算.ppt │ ├── 神经网络在图像压缩技术中的应用-PCA.pdf │ ├── 第五章 求矩阵特征值和特征向量.doc │ └── 边缘检测.pdf │ ├── 神经网络 │ ├── 106178_3774.pdf │ ├── BP神经网络改进及其在手写数字识别中的应用.pdf │ ├── PCA+BP.pdf │ ├── s11.ppt │ ├── 一种新的多神经网络分类器集成方法.doc │ ├── 基于Adaboost的手写体数字识别.pdf │ ├── 基于BP神经网络的脱机手写数字识别.pdf │ ├── 多神经网络分类器集成的原理及应用.doc │ ├── 用改进后的BP神经网络评价黄土质边坡稳定性.pdf │ └── 神经网络在图像压缩技术中的应用.pdf │ └── 聚类分割 │ ├── 2007-3-024.pdf │ ├── Q1005.pdf │ ├── TextMining05-聚类.pdf │ ├── fcm1.pdf │ ├── fcm2.pdf │ ├── fcm聚类.doc │ ├── wbjl.pdf │ ├── zk060119.pdf │ ├── 一种改进的基于特征赋权的K均值聚类算法.pdf │ ├── 基于优化遗传算法的模糊聚类图像分割算法.pdf │ ├── 改进的k-平均聚类算法研究.pdf │ └── 聚类算法指南_算法.mht ├── extl ├── algorithm │ ├── algorithm.h │ ├── config │ │ ├── config.h │ │ ├── support.h │ │ └── vssver2.scc │ ├── detail │ │ ├── container_traits.h │ │ ├── sort_impl.h │ │ └── vssver2.scc │ ├── find.h │ ├── find_all.h │ ├── for.h │ ├── for_all.h │ ├── max_min.h │ ├── prefix.h │ ├── sort.h │ ├── stats.h │ ├── std │ │ ├── algorithm.h │ │ └── vssver2.scc │ ├── test │ │ ├── max_min_test.h │ │ ├── sort_test.h │ │ ├── test.h │ │ └── vssver2.scc │ └── vssver2.scc ├── compiler │ ├── compiler.h │ ├── config │ │ ├── config.h │ │ ├── support.h │ │ └── vssver2.scc │ ├── prefix.h │ ├── traits │ │ ├── compiler_traits.h │ │ ├── config │ │ │ ├── config.h │ │ │ ├── support.h │ │ │ └── vssver2.scc │ │ ├── ebo_traits.h │ │ ├── edo_traits.h │ │ ├── prefix.h │ │ ├── rvo_traits.h │ │ ├── unit_test │ │ │ ├── compiler_traits_test.h │ │ │ ├── ebo_traits_test.h │ │ │ ├── edo_traits_test.h │ │ │ ├── rvo_traits_test.h │ │ │ └── vssver2.scc │ │ └── vssver2.scc │ └── vssver2.scc ├── config │ ├── compiler │ │ ├── borland.h │ │ ├── config.h │ │ ├── dmc.h │ │ ├── gcc.h │ │ ├── intel.h │ │ ├── msvc.h │ │ ├── undefs.h │ │ ├── vectorc.h │ │ ├── version.h │ │ ├── vssver2.scc │ │ └── watcom.h │ ├── config.h │ ├── locale.hpp │ ├── namespace.h │ ├── platform │ │ ├── config.h │ │ ├── platform.h │ │ ├── unix │ │ │ ├── config.h │ │ │ └── vssver2.scc │ │ ├── vssver2.scc │ │ └── win │ │ │ ├── config.h │ │ │ └── vssver2.scc │ ├── stdlib │ │ ├── config.h │ │ └── vssver2.scc │ ├── sub_config.h │ ├── suffix.h │ ├── tchar.hpp │ ├── test.h │ ├── unicode.h │ ├── user │ │ ├── config.h │ │ ├── debug.h │ │ ├── release.h │ │ └── vssver2.scc │ ├── version.h │ └── vssver2.scc ├── container │ ├── array.h │ ├── array_base.h │ ├── array_selector.h │ ├── basic_array.h │ ├── basic_list.h │ ├── basic_matrix.h │ ├── basic_net.h │ ├── basic_pair.h │ ├── basic_queue.h │ ├── basic_stack.h │ ├── bit.h │ ├── bit_array.h │ ├── bit_field.h │ ├── bit_selector.h │ ├── config │ │ ├── config.h │ │ ├── support.h │ │ └── vssver2.scc │ ├── container.h │ ├── detail │ │ ├── bit_array_iterator.h │ │ ├── bit_field_iterator.h │ │ ├── detail.rar │ │ ├── fixed_marray_impl.h │ │ ├── fixed_reque_iterator.h │ │ ├── indirected_net_adjnode_iterator.h │ │ ├── list_iterator.h │ │ ├── matrix_cole_iterator.h │ │ ├── matrix_rowe_iterator.h │ │ ├── net_arc_iterator.h │ │ ├── net_base_impl.h │ │ ├── net_in_adjnode_iterator.h │ │ ├── net_node_iterator.h │ │ ├── net_out_adjnode_iterator.h │ │ ├── net_traits.h │ │ ├── sparse_matrix_cole_iterator.h │ │ ├── sparse_matrix_rowe_iterator.h │ │ ├── symmetrical_sparse_matrix_rowcole_iterator.h │ │ ├── tuple2.h │ │ ├── tuple_impl.h │ │ ├── tuple_impl_0x.h │ │ └── vssver2.scc │ ├── fixed_bit_field.h │ ├── fixed_hash.h │ ├── fixed_marray.h │ ├── fixed_reque.h │ ├── hash.h │ ├── hash_selector.h │ ├── list.h │ ├── list_selector.h │ ├── marray.h │ ├── marray_selector.h │ ├── matrix.h │ ├── matrix_base.h │ ├── matrix_selector.h │ ├── net.h │ ├── net_base.h │ ├── net_selector.h │ ├── pair.h │ ├── pair_selector.h │ ├── prefix.h │ ├── queue.h │ ├── queue_selector.h │ ├── sparse_matrix.h │ ├── sparse_matrix_base.h │ ├── sparse_net.h │ ├── stack.h │ ├── stack_selector.h │ ├── symmetrical_matrix.h │ ├── symmetrical_sparse_matrix.h │ ├── test │ │ ├── basic_array_test.h │ │ ├── basic_list_test.h │ │ ├── basic_matrix_test.h │ │ ├── basic_net_test.h │ │ ├── basic_queue_test.h │ │ ├── bit_array_test.h │ │ ├── bit_field_test.h │ │ ├── fixed_bit_field_test.h │ │ ├── fixed_hash_test.h │ │ ├── fixed_marray_test.h │ │ ├── fixed_reque_test.h │ │ ├── sparse_matrix_test.h │ │ ├── sparse_net_test.h │ │ ├── symmetrical_matrix_test.h │ │ ├── symmetrical_sparse_matrix_test.h │ │ ├── test.h │ │ ├── tuple_test.h │ │ └── vssver2.scc │ ├── tuple.h │ └── vssver2.scc ├── conversion │ ├── atow.h │ ├── config │ │ ├── config.h │ │ ├── support.h │ │ └── vssver2.scc │ ├── conversion.h │ ├── itos.h │ ├── prefix.h │ ├── stoi.h │ ├── unit_test │ │ ├── atow_test.h │ │ ├── itos_test.h │ │ ├── stoi_test.h │ │ ├── vssver2.scc │ │ └── wtoa_test.h │ ├── vssver2.scc │ └── wtoa.h ├── counter │ ├── clock_counter.h │ ├── config │ │ ├── config.h │ │ ├── support.h │ │ └── vssver2.scc │ ├── counter.h │ ├── object_counter.h │ ├── prefix.h │ ├── shared_counter.h │ ├── unit_test │ │ ├── clock_counter_test.h │ │ ├── object_counter_test.h │ │ ├── shared_counter_test.h │ │ └── vssver2.scc │ └── vssver2.scc ├── error │ ├── alloc_error.h │ ├── argument_error.h │ ├── config │ │ ├── config.h │ │ ├── support.h │ │ └── vssver2.scc │ ├── conversion_error.h │ ├── error.h │ ├── error_base.h │ ├── index_error.h │ ├── invariance_error.h │ ├── lock_error.h │ ├── memory_error.h │ ├── prefix.h │ ├── std │ │ ├── error.h │ │ ├── length_error.h │ │ ├── overflow_error.h │ │ ├── prefix.h │ │ ├── range_error.h │ │ ├── underflow_error.h │ │ └── vssver2.scc │ ├── synch_error.h │ └── vssver2.scc ├── extl.h ├── functional │ ├── config │ │ ├── config.h │ │ ├── support.h │ │ └── vssver2.scc │ ├── func_base.h │ ├── func_ptr.h │ ├── functional.h │ ├── mem_func_ptr.h │ ├── prefix.h │ ├── std │ │ ├── arithmetic.h │ │ ├── comparison.h │ │ ├── functional.h │ │ ├── logical.h │ │ ├── prefix.h │ │ └── vssver2.scc │ ├── unit_test │ │ ├── func_ptr_test.h │ │ ├── mem_func_ptr_test.h │ │ └── vssver2.scc │ └── vssver2.scc ├── graphic │ ├── basic_color.h │ ├── basic_point.h │ ├── basic_rect.h │ ├── basic_size.h │ ├── config │ │ ├── config.h │ │ ├── namespace.h │ │ ├── sub_config.h │ │ ├── support.h │ │ └── vssver2.scc │ ├── graphic.h │ ├── image │ │ ├── basic_image.h │ │ ├── config │ │ │ ├── config.h │ │ │ ├── support.h │ │ │ └── vssver2.scc │ │ ├── image.h │ │ ├── image_painter.h │ │ ├── nearest_neighbor_zoom_filter.h │ │ ├── prefix.h │ │ ├── vssver2.scc │ │ └── zoom_filter.h │ ├── painter_base.h │ ├── prefix.h │ └── vssver2.scc ├── intelligence │ ├── ann │ │ ├── ada_boosting_2_networks.h │ │ ├── ada_boosting_n_networks.h │ │ ├── afunc_traits.h │ │ ├── ann.h │ │ ├── apex_network.h │ │ ├── bagging_networks.h │ │ ├── basic_classifier_validator.h │ │ ├── basic_network_validator.h │ │ ├── bayes_classifier.h │ │ ├── bool_sample.h │ │ ├── bp_network.h │ │ ├── config │ │ │ ├── config.h │ │ │ ├── support.h │ │ │ └── vssver2.scc │ │ ├── detail │ │ │ ├── basic_network_base.h │ │ │ ├── bp_network_impl.h │ │ │ └── vssver2.scc │ │ ├── float_sample.h │ │ ├── gha_network.h │ │ ├── ghia_network.h │ │ ├── kfold_cross_validator.h │ │ ├── network_validator.h │ │ ├── normalized_converter.h │ │ ├── null_converter.h │ │ ├── pca_mixed_network.h │ │ ├── pca_network_validator.h │ │ ├── perceptron_network.h │ │ ├── prefix.h │ │ ├── sample.h │ │ ├── sample_converter.h │ │ ├── sample_selector.h │ │ ├── standardized_converter.h │ │ ├── test │ │ │ ├── ada_boosting_2_networks_test.h │ │ │ ├── ada_boosting_n_networks_test.h │ │ │ ├── and_tester.h │ │ │ ├── bagging_networks_test.h │ │ │ ├── bp_network_test.h │ │ │ ├── not_tester.h │ │ │ ├── pca_mixed_network_test.h │ │ │ ├── pca_network_test.h │ │ │ ├── perceptron_network_test.h │ │ │ ├── sin_tester.h │ │ │ ├── test.h │ │ │ ├── vssver2.scc │ │ │ ├── wga_network_test.h │ │ │ └── xor_tester.h │ │ ├── vssver2.scc │ │ └── wga_network.h │ ├── config │ │ ├── config.h │ │ ├── namespace.h │ │ ├── sub_config.h │ │ ├── support.h │ │ └── vssver2.scc │ ├── ga │ │ ├── config │ │ │ ├── config.h │ │ │ ├── support.h │ │ │ └── vssver2.scc │ │ ├── cross_p_traits.h │ │ ├── crossover_traits_base.h │ │ ├── fitness_traits_base.h │ │ ├── fopti │ │ │ ├── config │ │ │ │ ├── config.h │ │ │ │ ├── support.h │ │ │ │ └── vssver2.scc │ │ │ ├── detail │ │ │ │ ├── float_mutation_impl.h │ │ │ │ ├── fopti_fitness_traits_impl.h │ │ │ │ ├── fopti_func_traits_impl.h │ │ │ │ ├── fopti_scopes.h │ │ │ │ └── vssver2.scc │ │ │ ├── fopti.h │ │ │ ├── fopti_constraints.h │ │ │ ├── fopti_crossover_traits.h │ │ │ ├── fopti_fitness_traits.h │ │ │ ├── fopti_func_traits.h │ │ │ ├── fopti_ga.h │ │ │ ├── fopti_ga_config.h │ │ │ ├── fopti_ga_traits.h │ │ │ ├── fopti_individual.h │ │ │ ├── fopti_mutation_traits.h │ │ │ ├── fopti_penalty_traits.h │ │ │ ├── fopti_rmake_traits.h │ │ │ ├── fopti_uga.h │ │ │ ├── prefix.h │ │ │ ├── test │ │ │ │ ├── fopti_ga_test.h │ │ │ │ ├── fopti_uga_test.h │ │ │ │ ├── test.h │ │ │ │ └── vssver2.scc │ │ │ └── vssver2.scc │ │ ├── ga.h │ │ ├── ga_base.h │ │ ├── ga_config_base.h │ │ ├── ga_traits_base.h │ │ ├── individual_base.h │ │ ├── local_search_traits.h │ │ ├── mutate_p_traits.h │ │ ├── mutation_traits_base.h │ │ ├── penalty_traits_base.h │ │ ├── population.h │ │ ├── prefix.h │ │ ├── probability_traits.h │ │ ├── rmake_traits_base.h │ │ ├── selection_traits.h │ │ ├── stop_traits.h │ │ ├── uga_base.h │ │ └── vssver2.scc │ ├── intelligence.h │ ├── prefix.h │ ├── test │ │ ├── prefix.h │ │ ├── test.h │ │ └── vssver2.scc │ └── vssver2.scc ├── iterator │ ├── _pointer_iterator.rar │ ├── bidirectional_iterator_base.h │ ├── config │ │ ├── config.h │ │ ├── support.h │ │ └── vssver2.scc │ ├── insert_iterator_base.h │ ├── iterator.h │ ├── iterator_base.h │ ├── iterator_category.h │ ├── iterator_traits.h │ ├── pointer_iterator.h │ ├── prefix.h │ ├── random_access_iterator_base.h │ ├── reverse_iterator_base.h │ └── vssver2.scc ├── log │ ├── console_log.h │ ├── console_report_traits.h │ ├── file_log.h │ ├── file_report_traits.h │ ├── log.h │ ├── log_base.h │ ├── trace.h │ └── vssver2.scc ├── math │ ├── arithmetic.h │ ├── basic_varray.h │ ├── basic_vmatrix.h │ ├── basic_vvector.h │ ├── config │ │ ├── config.h │ │ ├── support.h │ │ └── vssver2.scc │ ├── constants.h │ ├── detail │ │ ├── expr_op.h │ │ ├── varray_expr.h │ │ ├── vssver2.scc │ │ └── vvector_expr.h │ ├── expr_varray.h │ ├── expr_vvector.h │ ├── linear_rand.h │ ├── math.h │ ├── max_min.h │ ├── prefix.h │ ├── rand.h │ ├── rand_selector.h │ ├── std │ │ ├── arithmetic.h │ │ ├── math.h │ │ ├── prefix.h │ │ └── vssver2.scc │ ├── test │ │ ├── basic_varray_test.h │ │ ├── basic_vmatrix_test.h │ │ ├── basic_vvector_test.h │ │ ├── expr_varray_test.h │ │ ├── expr_vvector_test.h │ │ ├── max_min_test.h │ │ ├── test.h │ │ └── vssver2.scc │ ├── varray_base.h │ ├── vmatrix_base.h │ ├── vmatrix_selector.h │ ├── vssver2.scc │ ├── vvector_base.h │ └── vvector_selector.h ├── media │ ├── config │ │ ├── config.h │ │ ├── namespace.h │ │ ├── sub_config.h │ │ ├── support.h │ │ └── vssver2.scc │ ├── media.h │ ├── prefix.h │ ├── ts │ │ ├── adaptation_field.h │ │ ├── adaptation_field_extension.h │ │ ├── adaptation_field_extension_header.h │ │ ├── adaptation_field_header.h │ │ ├── config │ │ │ ├── config.h │ │ │ ├── namespace.h │ │ │ ├── support.h │ │ │ └── vssver2.scc │ │ ├── opcr.h │ │ ├── packet.h │ │ ├── packet_format.h │ │ ├── packet_header.h │ │ ├── pcr.h │ │ ├── prefix.h │ │ ├── private_data.h │ │ ├── splicing.h │ │ ├── transport_packet_.h │ │ ├── ts.h │ │ └── vssver2.scc │ └── vssver2.scc ├── memory │ ├── __scoped_buffer.h │ ├── _scoped_buffer.h │ ├── allocator.h │ ├── allocator_base.h │ ├── allocator_selector.h │ ├── allocator_traits.h │ ├── attached_buffer.h │ ├── basic_allocator_selector.h │ ├── basic_pool.h │ ├── basic_pool_allocator.h │ ├── buffer.h │ ├── buffer_base.h │ ├── buffer_selector.h │ ├── config │ │ ├── config.h │ │ ├── support.h │ │ └── vssver2.scc │ ├── fixed_pool.h │ ├── help_functions.h │ ├── initialiser_base.h │ ├── initialiser_selector.h │ ├── malloc_allocator.h │ ├── memory.h │ ├── memory_traits_selector.h │ ├── new_allocator.h │ ├── null_allocator.h │ ├── object_initialiser.h │ ├── object_memory_traits.h │ ├── object_pool.h │ ├── objects_pool.h │ ├── pod_initialiser.h │ ├── pod_memory_traits.h │ ├── pod_pool.h │ ├── pods_pool.h │ ├── pool.h │ ├── prefix.h │ ├── scoped_buffer.h │ ├── singleton_pool.h │ ├── stack_buffer.h │ ├── test │ │ ├── scoped_buffer_test.h │ │ ├── test.h │ │ └── vssver2.scc │ ├── unit_test │ │ ├── basic_pool_allocator_test.h │ │ ├── basic_pool_test.h │ │ ├── fixed_pool_test.h │ │ ├── help_functions_test.h │ │ ├── malloc_allocator_test.h │ │ ├── new_allocator_test.h │ │ ├── object_pool_test.h │ │ ├── objects_pool_test.h │ │ ├── pod_pool_test.h │ │ ├── pods_pool_test.h │ │ ├── scoped_buffer_test.h │ │ ├── singleton_pool_test.h │ │ └── vssver2.scc │ └── vssver2.scc ├── mpl │ ├── bool_.h │ ├── config │ │ ├── config.h │ │ ├── namespace.h │ │ ├── support.h │ │ └── vssver2.scc │ ├── if_.h │ ├── int_.h │ ├── logical.h │ ├── math │ │ ├── factorial.h │ │ ├── is_even.h │ │ ├── is_prime.h │ │ ├── log.h │ │ ├── math.h │ │ ├── max_min.h │ │ ├── pi.h │ │ ├── pow.h │ │ ├── prefix.h │ │ ├── sqrt.h │ │ ├── unit_test │ │ │ ├── factorial_test.h │ │ │ ├── is_even_test.h │ │ │ ├── is_prime_test.h │ │ │ ├── log_test.h │ │ │ ├── max_min_test.h │ │ │ ├── pi_test.h │ │ │ ├── pow_test.h │ │ │ ├── sqrt_test.h │ │ │ └── vssver2.scc │ │ └── vssver2.scc │ ├── mpl.h │ ├── prefix.h │ ├── unit_test │ │ ├── if_test.h │ │ └── vssver2.scc │ └── vssver2.scc ├── platform │ ├── config │ │ ├── config.h │ │ ├── namespace.h │ │ └── vssver2.scc │ ├── counter │ │ ├── counters.h │ │ └── vssver2.scc │ ├── memory │ │ ├── allocators.h │ │ └── vssver2.scc │ ├── platform.h │ ├── synch │ │ ├── atomic_functions.h │ │ ├── lock_selector.h │ │ └── vssver2.scc │ ├── utility │ │ ├── assert.h │ │ └── vssver2.scc │ └── vssver2.scc ├── platform_ │ ├── config │ │ ├── config.h │ │ ├── namespace.h │ │ ├── platform.h │ │ ├── sub_config.h │ │ ├── support.h │ │ ├── test.h │ │ └── vssver2.scc │ ├── counter │ │ ├── config │ │ │ ├── config.h │ │ │ ├── support.h │ │ │ └── vssver2.scc │ │ ├── counter.h │ │ ├── highperformance_counter.h │ │ ├── prefix.h │ │ ├── processtimes_counter.h │ │ ├── test │ │ │ ├── highperformance_counter_test.h │ │ │ ├── processtimes_counter_test.h │ │ │ ├── test.h │ │ │ └── vssver2.scc │ │ └── vssver2.scc │ ├── error │ │ ├── config │ │ │ ├── config.h │ │ │ ├── support.h │ │ │ └── vssver2.scc │ │ ├── error.h │ │ ├── platform_error_base.h │ │ ├── prefix.h │ │ └── vssver2.scc │ ├── platform.h │ ├── prefix.h │ ├── synch │ │ ├── atomic_traits.h │ │ ├── config │ │ │ ├── config.h │ │ │ ├── support.h │ │ │ └── vssver2.scc │ │ ├── prefix.h │ │ ├── synch.h │ │ ├── synch_traits.h │ │ ├── test │ │ │ ├── atomic_traits_test.h │ │ │ ├── test.h │ │ │ └── vssver2.scc │ │ └── vssver2.scc │ ├── test │ │ ├── prefix.h │ │ ├── test.h │ │ └── vssver2.scc │ ├── unix │ │ ├── config │ │ │ ├── arch.h │ │ │ ├── config.h │ │ │ ├── namespace.h │ │ │ ├── os_family.h │ │ │ ├── platform.h │ │ │ ├── suffix.h │ │ │ ├── support.h │ │ │ └── vssver2.scc │ │ ├── prefix.h │ │ ├── synch │ │ │ ├── atomic_func.h │ │ │ ├── config │ │ │ │ ├── config.h │ │ │ │ ├── support.h │ │ │ │ └── vssver2.scc │ │ │ ├── lock_selector.h │ │ │ ├── prefix.h │ │ │ ├── synch.h │ │ │ ├── test │ │ │ │ ├── atomic_func_test.h │ │ │ │ ├── critical_lock_test.h │ │ │ │ ├── event_lock_test.h │ │ │ │ ├── mutex_lock_test.h │ │ │ │ ├── semaphore_lock_test.h │ │ │ │ ├── test.h │ │ │ │ └── vssver2.scc │ │ │ └── vssver2.scc │ │ ├── unix.h │ │ ├── utility │ │ │ ├── assert_failed.h │ │ │ └── vssver2.scc │ │ └── vssver2.scc │ ├── utility │ │ ├── assert.h │ │ ├── prefix.h │ │ ├── utility.h │ │ └── vssver2.scc │ ├── vssver2.scc │ └── windows │ │ ├── config │ │ ├── config.h │ │ ├── namespace.h │ │ ├── sub_config.h │ │ ├── suffix.h │ │ ├── support.h │ │ ├── test.h │ │ └── vssver2.scc │ │ ├── counter │ │ ├── config │ │ │ ├── config.h │ │ │ ├── support.h │ │ │ └── vssver2.scc │ │ ├── counter.h │ │ ├── highperformance_counter.h │ │ ├── multimedia_counter.h │ │ ├── prefix.h │ │ ├── processtimes_counter.h │ │ ├── rdtsc_counter.h │ │ ├── systemtime_counter.h │ │ ├── test │ │ │ ├── highperformance_counter_test.h │ │ │ ├── multimedia_counter_test.h │ │ │ ├── processtimes_counter_test.h │ │ │ ├── rdtsc_counter_test.h │ │ │ ├── systemtime_counter_test.h │ │ │ ├── test.h │ │ │ ├── threadtimes_counter_test.h │ │ │ ├── tick_counter_test.h │ │ │ └── vssver2.scc │ │ ├── threadtimes_counter.h │ │ ├── tick_counter.h │ │ └── vssver2.scc │ │ ├── error │ │ ├── config │ │ │ ├── config.h │ │ │ ├── support.h │ │ │ └── vssver2.scc │ │ ├── error.h │ │ ├── prefix.h │ │ ├── vssver2.scc │ │ ├── windows_error_base.h │ │ └── windows_synch_error.h │ │ ├── prefix.h │ │ ├── synch │ │ ├── atomic_func.h │ │ ├── atomic_functions.h │ │ ├── basic_critical.h │ │ ├── basic_event.h │ │ ├── basic_mutex.h │ │ ├── basic_semaphore.h │ │ ├── config │ │ │ ├── config.h │ │ │ ├── support.h │ │ │ └── vssver2.scc │ │ ├── critical_lock.h │ │ ├── critical_section.h │ │ ├── critical_section_lock.h │ │ ├── event.h │ │ ├── event_lock.h │ │ ├── lock.h │ │ ├── lock_selector.h │ │ ├── locks.h │ │ ├── mutex.h │ │ ├── mutex_lock.h │ │ ├── prefix.h │ │ ├── semaphore.h │ │ ├── semaphore_lock.h │ │ ├── synch.h │ │ ├── test │ │ │ ├── atomic_func_test.h │ │ │ ├── atomic_functions_test.h │ │ │ ├── critical_lock_test.h │ │ │ ├── critical_section_lock_test.h │ │ │ ├── event_lock_test.h │ │ │ ├── mutex_lock_test.h │ │ │ ├── semaphore_lock_test.h │ │ │ ├── test.h │ │ │ └── vssver2.scc │ │ └── vssver2.scc │ │ ├── test │ │ ├── prefix.h │ │ ├── test.h │ │ └── vssver2.scc │ │ ├── utility │ │ ├── assert_failed.h │ │ └── vssver2.scc │ │ ├── vssver2.scc │ │ └── windows.h ├── prefix.h ├── smartptr │ ├── config │ │ ├── config.h │ │ ├── support.h │ │ └── vssver2.scc │ ├── prefix.h │ ├── scoped_array.h │ ├── scoped_ptr.h │ ├── shared_array.h │ ├── shared_ptr.h │ ├── smart_ptr.h │ ├── unit_test │ │ ├── scoped_array_test.h │ │ ├── scoped_ptr_test.h │ │ ├── shared_array_test.h │ │ ├── shared_ptr_test.h │ │ └── vssver2.scc │ └── vssver2.scc ├── string │ ├── attached_string.h │ ├── config │ │ ├── config.h │ │ ├── support.h │ │ └── vssver2.scc │ ├── error_string.h │ ├── format_helper.h │ ├── prefix.h │ ├── scoped_string.h │ ├── shims.h │ ├── stack_string.h │ ├── std │ │ ├── char_traits.h │ │ ├── functions.h │ │ ├── unit_test │ │ │ ├── char_traits_test.h │ │ │ └── vssver2.scc │ │ └── vssver2.scc │ ├── string.h │ ├── string_base.h │ ├── string_selector.h │ ├── string_traits.h │ ├── test │ │ ├── attached_string_test.h │ │ ├── scoped_string_test.h │ │ ├── stack_string_test.h │ │ ├── test.h │ │ └── vssver2.scc │ └── vssver2.scc ├── synch │ ├── atomic_traits.h │ ├── config │ │ ├── config.h │ │ ├── support.h │ │ └── vssver2.scc │ ├── lock_base.h │ ├── null_lock.h │ ├── prefix.h │ ├── scoped_lock.h │ ├── synch.h │ ├── synch_traits.h │ ├── synch_traits_selector.h │ ├── test │ │ ├── atomic_traits_test.h │ │ ├── null_lock_test.h │ │ ├── scoped_lock_test.h │ │ ├── test.h │ │ └── vssver2.scc │ └── vssver2.scc ├── test │ ├── prefix.h │ ├── test.h │ └── vssver2.scc ├── type │ ├── config │ │ ├── config.h │ │ ├── support.h │ │ └── vssver2.scc │ ├── n_types.h │ ├── non_type_wrap.h │ ├── null_type.h │ ├── traits │ │ ├── add_const.h │ │ ├── add_const_ref.h │ │ ├── add_cv.h │ │ ├── add_ptr.h │ │ ├── add_ref.h │ │ ├── add_volatile.h │ │ ├── call_traits.h │ │ ├── config │ │ │ ├── config.h │ │ │ ├── support.h │ │ │ └── vssver2.scc │ │ ├── detail │ │ │ ├── _func_def.h │ │ │ ├── _func_undef.h │ │ │ ├── func_ptr_traits_impl.h │ │ │ ├── func_ptr_traits_impl_2.h │ │ │ ├── is_func_ptr_tester.h │ │ │ ├── is_mem_func_ptr_tester.h │ │ │ ├── mem_func_ptr_traits_impl.h │ │ │ ├── mem_func_ptr_traits_impl_2.h │ │ │ ├── type_buffer.h │ │ │ └── vssver2.scc │ │ ├── func_ptr_traits.h │ │ ├── has_trivial_assign.h │ │ ├── has_trivial_constructor.h │ │ ├── has_trivial_copy.h │ │ ├── has_trivial_destructor.h │ │ ├── has_virtual_destructor.h │ │ ├── if_.h │ │ ├── is_abstract.h │ │ ├── is_arithmetic.h │ │ ├── is_array.h │ │ ├── is_class.h │ │ ├── is_class_or_union.h │ │ ├── is_compound.h │ │ ├── is_const.h │ │ ├── is_convertible.h │ │ ├── is_cv.h │ │ ├── is_empty.h │ │ ├── is_enum.h │ │ ├── is_float.h │ │ ├── is_func.h │ │ ├── is_func_ptr.h │ │ ├── is_fundamental.h │ │ ├── is_int.h │ │ ├── is_mem_func_ptr.h │ │ ├── is_mem_obj_ptr.h │ │ ├── is_mem_ptr.h │ │ ├── is_obj.h │ │ ├── is_pod.h │ │ ├── is_polymorphic.h │ │ ├── is_ptr.h │ │ ├── is_ref.h │ │ ├── is_same.h │ │ ├── is_scalar.h │ │ ├── is_signed.h │ │ ├── is_union.h │ │ ├── is_unsigned.h │ │ ├── is_void.h │ │ ├── is_volatile.h │ │ ├── limit_traits.h │ │ ├── logical_op.h │ │ ├── mem_func_ptr_traits.h │ │ ├── prefix.h │ │ ├── promotion_traits.h │ │ ├── remove_bound.h │ │ ├── remove_bounds.h │ │ ├── remove_const.h │ │ ├── remove_cv.h │ │ ├── remove_ptr.h │ │ ├── remove_ref.h │ │ ├── remove_volatile.h │ │ ├── traits.h │ │ ├── unit_test │ │ │ ├── add_const_ref_test.h │ │ │ ├── add_const_test.h │ │ │ ├── add_cv_test.h │ │ │ ├── add_ptr_test.h │ │ │ ├── add_ref_test.h │ │ │ ├── add_volatile_test.h │ │ │ ├── call_traits_test.h │ │ │ ├── func_ptr_traits_test.h │ │ │ ├── has_trivial_assign_test.h │ │ │ ├── has_trivial_constructor_test.h │ │ │ ├── has_trivial_copy_test.h │ │ │ ├── has_trivial_destructor_test.h │ │ │ ├── has_virtual_destructor_test.h │ │ │ ├── if_test.h │ │ │ ├── is_abstract_test.h │ │ │ ├── is_arithmetic_test.h │ │ │ ├── is_array_test.h │ │ │ ├── is_class_or_union_test.h │ │ │ ├── is_class_test.h │ │ │ ├── is_compound_test.h │ │ │ ├── is_const_test.h │ │ │ ├── is_convertible_test.h │ │ │ ├── is_cv_test.h │ │ │ ├── is_empty_test.h │ │ │ ├── is_enum_test.h │ │ │ ├── is_float_test.h │ │ │ ├── is_func_ptr_test.h │ │ │ ├── is_func_test.h │ │ │ ├── is_fundamental_test.h │ │ │ ├── is_int_test.h │ │ │ ├── is_mem_func_ptr_test.h │ │ │ ├── is_mem_obj_ptr_test.h │ │ │ ├── is_mem_ptr_test.h │ │ │ ├── is_obj_test.h │ │ │ ├── is_pod_test.h │ │ │ ├── is_polymorphic_test.h │ │ │ ├── is_ptr_test.h │ │ │ ├── is_ref_test.h │ │ │ ├── is_same_test.h │ │ │ ├── is_scalar_test.h │ │ │ ├── is_signed_test.h │ │ │ ├── is_union_test.h │ │ │ ├── is_unsigned_test.h │ │ │ ├── is_void_test.h │ │ │ ├── is_volatile_test.h │ │ │ ├── limit_traits_test.h │ │ │ ├── mem_func_ptr_traits_test.h │ │ │ ├── promotion_traits_test.h │ │ │ ├── remove_bound_test.h │ │ │ ├── remove_bounds_test.h │ │ │ ├── remove_const_test.h │ │ │ ├── remove_cv_test.h │ │ │ ├── remove_ptr_test.h │ │ │ ├── remove_ref_test.h │ │ │ ├── remove_volatile_test.h │ │ │ └── vssver2.scc │ │ └── vssver2.scc │ ├── type.h │ ├── type_wrap.h │ ├── typedef.h │ ├── unit_test │ │ ├── type_size_test.h │ │ └── vssver2.scc │ ├── vssver2.scc │ └── yes_no.h ├── utility │ ├── _old_singleton.h │ ├── address_of.h │ ├── bit_op.h │ ├── config │ │ ├── config.h │ │ ├── support.h │ │ └── vssver2.scc │ ├── element_num.h │ ├── offset_of.h │ ├── operator_bool.h │ ├── operators.h │ ├── prefix.h │ ├── properties.h │ ├── singleton.h │ ├── static_assert.h │ ├── static_message_assert.h │ ├── suppress_unused.h │ ├── uncopyable.h │ ├── unit_test │ │ ├── address_of_test.h │ │ ├── element_num_test.h │ │ ├── offset_of_test.h │ │ ├── operator_bool_test.h │ │ ├── operators_test.h │ │ ├── properties_test.h │ │ └── vssver2.scc │ ├── utility.h │ └── vssver2.scc ├── vssver2.scc └── win │ ├── config │ ├── config.h │ ├── namespace.h │ ├── suffix.h │ ├── user.h │ └── vssver2.scc │ ├── counter │ ├── highperformance_counter.h │ ├── multimedia_counter.h │ ├── processtimes_counter.h │ ├── rdtsc_counter.h │ ├── systemtime_counter.h │ ├── threadtimes_counter.h │ ├── tick_counter.h │ ├── unit_test │ │ ├── highperformance_counter_test.h │ │ ├── multimedia_counter_test.h │ │ ├── processtimes_counter_test.h │ │ ├── rdtsc_counter_test.h │ │ ├── systemtime_counter_test.h │ │ ├── threadtimes_counter_test.h │ │ ├── tick_counter_test.h │ │ └── vssver2.scc │ └── vssver2.scc │ ├── error │ ├── vssver2.scc │ ├── win_error.h │ └── win_synch_error.h │ ├── filesystem │ ├── filesystem_traits.h │ ├── path.h │ ├── path_entry_iterator.h │ ├── path_traits.h │ ├── unit_test │ │ ├── filesystem_traits_test.h │ │ ├── path_test.h │ │ ├── path_traits_test.h │ │ └── vssver2.scc │ └── vssver2.scc │ ├── memory │ ├── allocator.h │ ├── global_allocator.h │ ├── heap.h │ ├── process_heap.h │ ├── process_heap_allocator.h │ ├── unit_test │ │ ├── global_allocator_test.h │ │ ├── process_heap_allocator_test.h │ │ ├── virtual_allocator_test.h │ │ └── vssver2.scc │ ├── virtual_allocator.h │ └── vssver2.scc │ ├── string │ ├── vssver2.scc │ └── win_string_traits.h │ ├── synch │ ├── atomic_functions.h │ ├── critical_section.h │ ├── critical_section_lock.h │ ├── event.h │ ├── event_lock.h │ ├── locks.h │ ├── mutex.h │ ├── mutex_lock.h │ ├── semaphore.h │ ├── semaphore_lock.h │ ├── unit_test │ │ ├── atomic_functions_test.h │ │ ├── critical_section_lock_test.h │ │ ├── event_lock_test.h │ │ ├── mutex_lock_test.h │ │ ├── semaphore_lock_test.h │ │ └── vssver2.scc │ └── vssver2.scc │ ├── system │ ├── system_traits.h │ ├── unit_test │ │ ├── system_traits_test.h │ │ └── vssver2.scc │ └── vssver2.scc │ ├── utility │ ├── assert_failed.h │ └── vssver2.scc │ ├── vssver2.scc │ └── win.h ├── imageconvector.cpp ├── imageconvector.h ├── impl_gray.h ├── log.txt ├── main.cpp ├── mainwindow.cpp ├── mainwindow.h ├── mainwindow.ui ├── network.cpp ├── network.h ├── object_script.HNR.Debug ├── object_script.HNR.Release ├── prefix.h ├── qimage_painter.h ├── qimagescene.cpp ├── qimagescene.h ├── qtc-gdbmacros ├── LGPL_EXCEPTION.TXT ├── LICENSE.LGPL ├── Makefile ├── Makefile.Debug ├── Makefile.Release ├── gdbmacros.cpp ├── gdbmacros.pro └── vssver2.scc ├── release ├── HNR.exe ├── QtCore4.dll ├── QtGui4.dll ├── QtSql4.dll ├── extl_trace_log.log ├── extl_unittest.log ├── imageconvector.o ├── main.o ├── mainwindow.o ├── mingwm10.dll ├── moc_mainwindow.cpp ├── moc_mainwindow.o ├── moc_qimagescene.cpp ├── moc_qimagescene.o ├── plugins │ ├── codecs │ │ ├── libqcncodecs4.a │ │ ├── libqcncodecsd4.a │ │ ├── libqjpcodecs4.a │ │ ├── libqjpcodecsd4.a │ │ ├── libqkrcodecs4.a │ │ ├── libqkrcodecsd4.a │ │ ├── libqtwcodecs4.a │ │ ├── libqtwcodecsd4.a │ │ ├── qcncodecs4.dll │ │ ├── qcncodecsd4.dll │ │ ├── qjpcodecs4.dll │ │ ├── qjpcodecsd4.dll │ │ ├── qkrcodecs4.dll │ │ ├── qkrcodecsd4.dll │ │ ├── qtwcodecs4.dll │ │ └── qtwcodecsd4.dll │ ├── imageformats │ │ ├── qgif4.dll │ │ ├── qgifd4.dll │ │ ├── qico4.dll │ │ ├── qicod4.dll │ │ ├── qjpeg4.dll │ │ ├── qjpegd4.dll │ │ ├── qmng4.dll │ │ ├── qmngd4.dll │ │ ├── qsvg4.dll │ │ ├── qsvgd4.dll │ │ ├── qtiff4.dll │ │ └── qtiffd4.dll │ └── sqldrivers │ │ ├── qsqlite4.dll │ │ ├── qsqlited4.dll │ │ ├── qsqlodbc4.dll │ │ └── qsqlodbcd4.dll ├── qimagescene.o ├── qrc_res.cpp ├── qrc_res.o └── sampleview.o ├── res ├── Thumbs.db ├── add.png ├── defaulticon.png ├── editredo.png ├── editundo.png ├── fileclose.png ├── fileopen.png ├── fileprint.png ├── filesave.png ├── lcdnumber.png ├── linguist-fileopen.png ├── linguist-next.png ├── linguist-phrasebookopen.png ├── linguist-prev.png ├── minus.png ├── network.png ├── networkdrive-128.png ├── networkdrive-16.png ├── networkdrive-32.png ├── nullPlugin.png ├── plus.png ├── radiobutton_off.png ├── remove.png ├── res.qrc ├── rotateright.png ├── services.png ├── star.png ├── textanchor.png ├── vssver2.scc ├── zoomin.png └── zoomout.png ├── sample_helper.h ├── samples ├── Thumbs.db ├── network │ ├── network_8_16.txt │ └── pca_8_16.txt ├── network_8_16.txt ├── pca_8_16.txt ├── samples.mdb ├── test │ ├── IMG0144A.jpg │ ├── IMG0145A.jpg │ ├── IMG0146A.jpg │ ├── IMG0147A.jpg │ ├── IMG0148A.jpg │ ├── IMG0149A.jpg │ ├── Thumbs.db │ ├── other1.bmp │ ├── sample_21.bmp │ ├── sample_22.bmp │ ├── sample_23.bmp │ ├── sample_24.bmp │ ├── sample_25.bmp │ ├── sample_26.bmp │ ├── sample_27.bmp │ ├── sample_28.bmp │ ├── sample_29.bmp │ ├── sample_30.bmp │ ├── sample_31.bmp │ ├── sample_32.bmp │ ├── sample_33.bmp │ ├── sample_34.bmp │ ├── vssver2.scc │ ├── 测试图片1.bmp │ ├── 测试图片2.bmp │ ├── 测试图片3.bmp │ ├── 测试图片4.bmp │ ├── 测试图片5.bmp │ ├── 测试图片6.bmp │ ├── 测试图片7.bmp │ └── 训练样本.bmp ├── train │ ├── Thumbs.db │ ├── sample_0.bmp │ ├── sample_1.bmp │ ├── sample_10.bmp │ ├── sample_11.bmp │ ├── sample_12.bmp │ ├── sample_13.bmp │ ├── sample_14.bmp │ ├── sample_15.bmp │ ├── sample_16.bmp │ ├── sample_17.bmp │ ├── sample_18.bmp │ ├── sample_19.bmp │ ├── sample_2.bmp │ ├── sample_20.bmp │ ├── sample_3.bmp │ ├── sample_4.bmp │ ├── sample_5.bmp │ ├── sample_6.bmp │ ├── sample_7.bmp │ ├── sample_8.bmp │ └── sample_9.bmp └── vssver2.scc ├── sampleview.cpp ├── sampleview.h ├── sh_cs.h ├── sh_dk.h ├── sh_dn.h ├── sh_ed.h ├── sh_fx.h ├── sh_gy.h ├── sh_hp.h ├── sh_oh.h ├── sh_pp.h ├── sh_rl.h ├── sh_sc.h ├── sh_th.h ├── sh_tn.h ├── sh_zm.h ├── ui_mainwindow.h └── vssver2.scc /HNR.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/HNR.pro -------------------------------------------------------------------------------- /HNR.pro.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/HNR.pro.user -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/Makefile -------------------------------------------------------------------------------- /Makefile.Debug: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/Makefile.Debug -------------------------------------------------------------------------------- /Makefile.Release: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/Makefile.Release -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/README.md -------------------------------------------------------------------------------- /doc/毕业论文/AdaBoost.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/毕业论文/AdaBoost.doc -------------------------------------------------------------------------------- /doc/毕业论文/倾斜校正.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/毕业论文/倾斜校正.doc -------------------------------------------------------------------------------- /doc/毕业论文/图像分割.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/毕业论文/图像分割.doc -------------------------------------------------------------------------------- /doc/毕业论文/数字提取.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/毕业论文/数字提取.doc -------------------------------------------------------------------------------- /doc/毕业论文/数据结构.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/毕业论文/数据结构.doc -------------------------------------------------------------------------------- /doc/毕业论文/特征提取.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/毕业论文/特征提取.doc -------------------------------------------------------------------------------- /doc/毕业论文/神经网络.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/毕业论文/神经网络.doc -------------------------------------------------------------------------------- /doc/毕业论文/答辩讲稿.ppt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/毕业论文/答辩讲稿.ppt -------------------------------------------------------------------------------- /doc/研究资料/AdaBoost/111206_Fagni.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/AdaBoost/111206_Fagni.pdf -------------------------------------------------------------------------------- /doc/研究资料/AdaBoost/15255car.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/AdaBoost/15255car.pdf -------------------------------------------------------------------------------- /doc/研究资料/AdaBoost/2003-A0-49.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/AdaBoost/2003-A0-49.pdf -------------------------------------------------------------------------------- /doc/研究资料/AdaBoost/39.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/AdaBoost/39.pdf -------------------------------------------------------------------------------- /doc/研究资料/AdaBoost/98b.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/AdaBoost/98b.pdf -------------------------------------------------------------------------------- /doc/研究资料/AdaBoost/Boosting.ppt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/AdaBoost/Boosting.ppt -------------------------------------------------------------------------------- /doc/研究资料/AdaBoost/PattRecLett06.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/AdaBoost/PattRecLett06.pdf -------------------------------------------------------------------------------- /doc/研究资料/AdaBoost/R1571.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/AdaBoost/R1571.pdf -------------------------------------------------------------------------------- /doc/研究资料/AdaBoost/ada boosting2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/AdaBoost/ada boosting2.pdf -------------------------------------------------------------------------------- /doc/研究资料/AdaBoost/boost-tut-ppr.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/AdaBoost/boost-tut-ppr.pdf -------------------------------------------------------------------------------- /doc/研究资料/AdaBoost/boosting.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/AdaBoost/boosting.pdf -------------------------------------------------------------------------------- /doc/研究资料/AdaBoost/feng.jiao.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/AdaBoost/feng.jiao.pdf -------------------------------------------------------------------------------- /doc/研究资料/AdaBoost/基于局部有效性的选择性决策树集成.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/AdaBoost/基于局部有效性的选择性决策树集成.pdf -------------------------------------------------------------------------------- /doc/研究资料/AdaBoost/基于词典属性特征的粗粒度词义消歧.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/AdaBoost/基于词典属性特征的粗粒度词义消歧.pdf -------------------------------------------------------------------------------- /doc/研究资料/倾斜校正/手写体数字识别中一种新的倾斜校正的方法.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/倾斜校正/手写体数字识别中一种新的倾斜校正的方法.pdf -------------------------------------------------------------------------------- /doc/研究资料/其他/汉字识别.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/其他/汉字识别.pdf -------------------------------------------------------------------------------- /doc/研究资料/其他/汉字识别2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/其他/汉字识别2.pdf -------------------------------------------------------------------------------- /doc/研究资料/区域标记/一种对二值图像切割分块的目标识别方.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/区域标记/一种对二值图像切割分块的目标识别方.pdf -------------------------------------------------------------------------------- /doc/研究资料/区域标记/二值图的区域标记 .txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/区域标记/二值图的区域标记 .txt -------------------------------------------------------------------------------- /doc/研究资料/区域标记/基于Max-tree 的连通区域标记新算法.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/区域标记/基于Max-tree 的连通区域标记新算法.pdf -------------------------------------------------------------------------------- /doc/研究资料/区域标记/改进连通域标记方法.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/区域标记/改进连通域标记方法.pdf -------------------------------------------------------------------------------- /doc/研究资料/图像分割/200610885854553.ppt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/图像分割/200610885854553.ppt -------------------------------------------------------------------------------- /doc/研究资料/图像分割/OTSU.ppt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/图像分割/OTSU.ppt -------------------------------------------------------------------------------- /doc/研究资料/图像分割/OTSU2.ppt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/图像分割/OTSU2.ppt -------------------------------------------------------------------------------- /doc/研究资料/图像分割/一种对光照具有鲁棒性的图像分割方法.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/图像分割/一种对光照具有鲁棒性的图像分割方法.pdf -------------------------------------------------------------------------------- /doc/研究资料/图像分割/图像分割的一些简单实现.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/图像分割/图像分割的一些简单实现.txt -------------------------------------------------------------------------------- /doc/研究资料/图像分割/图像分割阈值选取技术.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/图像分割/图像分割阈值选取技术.txt -------------------------------------------------------------------------------- /doc/研究资料/图像分割/图像分割阈值选取技术综述.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/图像分割/图像分割阈值选取技术综述.doc -------------------------------------------------------------------------------- /doc/研究资料/图像增强/直方图均衡化.mht: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/图像增强/直方图均衡化.mht -------------------------------------------------------------------------------- /doc/研究资料/图像增强/自适应图像直方图均衡算法.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/图像增强/自适应图像直方图均衡算法.pdf -------------------------------------------------------------------------------- /doc/研究资料/图像细化/32.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/图像细化/32.pdf -------------------------------------------------------------------------------- /doc/研究资料/图像细化/E2_1676.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/图像细化/E2_1676.doc -------------------------------------------------------------------------------- /doc/研究资料/图像细化/Hilditch.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/图像细化/Hilditch.pdf -------------------------------------------------------------------------------- /doc/研究资料/图像细化/Pavlidis.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/图像细化/Pavlidis.pdf -------------------------------------------------------------------------------- /doc/研究资料/图像细化/fenxing.chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/图像细化/fenxing.chm -------------------------------------------------------------------------------- /doc/研究资料/图像细化/一种基于屋脊边缘的字符图像细化方法.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/图像细化/一种基于屋脊边缘的字符图像细化方法.pdf -------------------------------------------------------------------------------- /doc/研究资料/图像细化/一种改进型的汉字字符图像细化算法.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/图像细化/一种改进型的汉字字符图像细化算法.pdf -------------------------------------------------------------------------------- /doc/研究资料/图像细化/一种新的二值图像细化算法.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/图像细化/一种新的二值图像细化算法.pdf -------------------------------------------------------------------------------- /doc/研究资料/图像细化/一种有效的二值图像细化算法.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/图像细化/一种有效的二值图像细化算法.pdf -------------------------------------------------------------------------------- /doc/研究资料/图像细化/二值图象的细化.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/图像细化/二值图象的细化.pdf -------------------------------------------------------------------------------- /doc/研究资料/图像细化/分段线性骨架.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/图像细化/分段线性骨架.txt -------------------------------------------------------------------------------- /doc/研究资料/图像细化/图像细化及其连通性保持的方法研究.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/图像细化/图像细化及其连通性保持的方法研究.pdf -------------------------------------------------------------------------------- /doc/研究资料/图像细化/图像细化(二)_凡事三思而后行.mht: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/图像细化/图像细化(二)_凡事三思而后行.mht -------------------------------------------------------------------------------- /doc/研究资料/图像细化/图象细化算法大全.mht: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/图像细化/图象细化算法大全.mht -------------------------------------------------------------------------------- /doc/研究资料/图像细化/基于主曲线的脱机手写数字结构特征分析及选取.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/图像细化/基于主曲线的脱机手写数字结构特征分析及选取.pdf -------------------------------------------------------------------------------- /doc/研究资料/图像细化/基于内点保留的二值图像细化算法.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/图像细化/基于内点保留的二值图像细化算法.pdf -------------------------------------------------------------------------------- /doc/研究资料/图像细化/基于数学形态学的二值图像细化算法研究.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/图像细化/基于数学形态学的二值图像细化算法研究.pdf -------------------------------------------------------------------------------- /doc/研究资料/图像细化/小结:图像细化(一)_天道酬勤,飞得更高.mht: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/图像细化/小结:图像细化(一)_天道酬勤,飞得更高.mht -------------------------------------------------------------------------------- /doc/研究资料/图像细化/細化演算法比較.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/图像细化/細化演算法比較.pdf -------------------------------------------------------------------------------- /doc/研究资料/图像缩放/WangTanHu2007.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/图像缩放/WangTanHu2007.pdf -------------------------------------------------------------------------------- /doc/研究资料/图像缩放/seam carving/Paper_17.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/图像缩放/seam carving/Paper_17.pdf -------------------------------------------------------------------------------- /doc/研究资料/数字识别/一种有效的多字体印刷字符识别系统实现.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/数字识别/一种有效的多字体印刷字符识别系统实现.pdf -------------------------------------------------------------------------------- /doc/研究资料/数字识别/基于手写体数字识别的信息录入与处理系统.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/数字识别/基于手写体数字识别的信息录入与处理系统.pdf -------------------------------------------------------------------------------- /doc/研究资料/数字识别/认证码字符识别方法的研究.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/数字识别/认证码字符识别方法的研究.pdf -------------------------------------------------------------------------------- /doc/研究资料/数字识别/采用多级分类器的手写数字识别技术研究.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/数字识别/采用多级分类器的手写数字识别技术研究.pdf -------------------------------------------------------------------------------- /doc/研究资料/特别关注/基于AdaBoost的SAR图像自动分类.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/特别关注/基于AdaBoost的SAR图像自动分类.pdf -------------------------------------------------------------------------------- /doc/研究资料/特别关注/基于主分量分析法的脱机手写数字识别.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/特别关注/基于主分量分析法的脱机手写数字识别.pdf -------------------------------------------------------------------------------- /doc/研究资料/特别关注/基于主曲线的脱机手写数字结构特征分析及选取.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/特别关注/基于主曲线的脱机手写数字结构特征分析及选取.pdf -------------------------------------------------------------------------------- /doc/研究资料/特征提取/APEX.PDF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/特征提取/APEX.PDF -------------------------------------------------------------------------------- /doc/研究资料/特征提取/GHA.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/特征提取/GHA.pdf -------------------------------------------------------------------------------- /doc/研究资料/特征提取/KHA.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/特征提取/KHA.pdf -------------------------------------------------------------------------------- /doc/研究资料/特征提取/PCA.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/特征提取/PCA.pdf -------------------------------------------------------------------------------- /doc/研究资料/特征提取/PCA.ppt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/特征提取/PCA.ppt -------------------------------------------------------------------------------- /doc/研究资料/特征提取/PCA2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/特征提取/PCA2.pdf -------------------------------------------------------------------------------- /doc/研究资料/特征提取/PCA类内平均脸法在人脸识别中的应用研究.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/特征提取/PCA类内平均脸法在人脸识别中的应用研究.pdf -------------------------------------------------------------------------------- /doc/研究资料/特征提取/TextMining02-特征提取.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/特征提取/TextMining02-特征提取.pdf -------------------------------------------------------------------------------- /doc/研究资料/特征提取/bli_20050411_NN_CPCA.ppt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/特征提取/bli_20050411_NN_CPCA.ppt -------------------------------------------------------------------------------- /doc/研究资料/特征提取/es2002-252.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/特征提取/es2002-252.pdf -------------------------------------------------------------------------------- /doc/研究资料/特征提取/gorrell_webb.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/特征提取/gorrell_webb.pdf -------------------------------------------------------------------------------- /doc/研究资料/特征提取/network10.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/特征提取/network10.doc -------------------------------------------------------------------------------- /doc/研究资料/特征提取/pcaIJCNN2000.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/特征提取/pcaIJCNN2000.pdf -------------------------------------------------------------------------------- /doc/研究资料/特征提取/principal_components.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/特征提取/principal_components.pdf -------------------------------------------------------------------------------- /doc/研究资料/特征提取/q1771.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/特征提取/q1771.pdf -------------------------------------------------------------------------------- /doc/研究资料/特征提取/read.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/特征提取/read.txt -------------------------------------------------------------------------------- /doc/研究资料/特征提取/tchen08-wcica.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/特征提取/tchen08-wcica.pdf -------------------------------------------------------------------------------- /doc/研究资料/特征提取/ucit20060611.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/特征提取/ucit20060611.pdf -------------------------------------------------------------------------------- /doc/研究资料/特征提取/主成分分析法.mht: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/特征提取/主成分分析法.mht -------------------------------------------------------------------------------- /doc/研究资料/特征提取/基于Adaboost的手写体数字识别.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/特征提取/基于Adaboost的手写体数字识别.pdf -------------------------------------------------------------------------------- /doc/研究资料/特征提取/基于主分量分析法的脱机手写数字识别.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/特征提取/基于主分量分析法的脱机手写数字识别.pdf -------------------------------------------------------------------------------- /doc/研究资料/特征提取/特征值计算.ppt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/特征提取/特征值计算.ppt -------------------------------------------------------------------------------- /doc/研究资料/特征提取/神经网络在图像压缩技术中的应用-PCA.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/特征提取/神经网络在图像压缩技术中的应用-PCA.pdf -------------------------------------------------------------------------------- /doc/研究资料/特征提取/第五章 求矩阵特征值和特征向量.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/特征提取/第五章 求矩阵特征值和特征向量.doc -------------------------------------------------------------------------------- /doc/研究资料/特征提取/边缘检测.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/特征提取/边缘检测.pdf -------------------------------------------------------------------------------- /doc/研究资料/神经网络/106178_3774.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/神经网络/106178_3774.pdf -------------------------------------------------------------------------------- /doc/研究资料/神经网络/BP神经网络改进及其在手写数字识别中的应用.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/神经网络/BP神经网络改进及其在手写数字识别中的应用.pdf -------------------------------------------------------------------------------- /doc/研究资料/神经网络/PCA+BP.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/神经网络/PCA+BP.pdf -------------------------------------------------------------------------------- /doc/研究资料/神经网络/s11.ppt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/神经网络/s11.ppt -------------------------------------------------------------------------------- /doc/研究资料/神经网络/一种新的多神经网络分类器集成方法.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/神经网络/一种新的多神经网络分类器集成方法.doc -------------------------------------------------------------------------------- /doc/研究资料/神经网络/基于Adaboost的手写体数字识别.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/神经网络/基于Adaboost的手写体数字识别.pdf -------------------------------------------------------------------------------- /doc/研究资料/神经网络/基于BP神经网络的脱机手写数字识别.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/神经网络/基于BP神经网络的脱机手写数字识别.pdf -------------------------------------------------------------------------------- /doc/研究资料/神经网络/多神经网络分类器集成的原理及应用.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/神经网络/多神经网络分类器集成的原理及应用.doc -------------------------------------------------------------------------------- /doc/研究资料/神经网络/用改进后的BP神经网络评价黄土质边坡稳定性.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/神经网络/用改进后的BP神经网络评价黄土质边坡稳定性.pdf -------------------------------------------------------------------------------- /doc/研究资料/神经网络/神经网络在图像压缩技术中的应用.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/神经网络/神经网络在图像压缩技术中的应用.pdf -------------------------------------------------------------------------------- /doc/研究资料/聚类分割/2007-3-024.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/聚类分割/2007-3-024.pdf -------------------------------------------------------------------------------- /doc/研究资料/聚类分割/Q1005.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/聚类分割/Q1005.pdf -------------------------------------------------------------------------------- /doc/研究资料/聚类分割/TextMining05-聚类.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/聚类分割/TextMining05-聚类.pdf -------------------------------------------------------------------------------- /doc/研究资料/聚类分割/fcm1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/聚类分割/fcm1.pdf -------------------------------------------------------------------------------- /doc/研究资料/聚类分割/fcm2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/聚类分割/fcm2.pdf -------------------------------------------------------------------------------- /doc/研究资料/聚类分割/fcm聚类.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/聚类分割/fcm聚类.doc -------------------------------------------------------------------------------- /doc/研究资料/聚类分割/wbjl.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/聚类分割/wbjl.pdf -------------------------------------------------------------------------------- /doc/研究资料/聚类分割/zk060119.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/聚类分割/zk060119.pdf -------------------------------------------------------------------------------- /doc/研究资料/聚类分割/一种改进的基于特征赋权的K均值聚类算法.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/聚类分割/一种改进的基于特征赋权的K均值聚类算法.pdf -------------------------------------------------------------------------------- /doc/研究资料/聚类分割/基于优化遗传算法的模糊聚类图像分割算法.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/聚类分割/基于优化遗传算法的模糊聚类图像分割算法.pdf -------------------------------------------------------------------------------- /doc/研究资料/聚类分割/改进的k-平均聚类算法研究.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/聚类分割/改进的k-平均聚类算法研究.pdf -------------------------------------------------------------------------------- /doc/研究资料/聚类分割/聚类算法指南_算法.mht: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/doc/研究资料/聚类分割/聚类算法指南_算法.mht -------------------------------------------------------------------------------- /extl/algorithm/algorithm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/algorithm/algorithm.h -------------------------------------------------------------------------------- /extl/algorithm/config/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/algorithm/config/config.h -------------------------------------------------------------------------------- /extl/algorithm/config/support.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/algorithm/config/support.h -------------------------------------------------------------------------------- /extl/algorithm/config/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/algorithm/config/vssver2.scc -------------------------------------------------------------------------------- /extl/algorithm/detail/sort_impl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/algorithm/detail/sort_impl.h -------------------------------------------------------------------------------- /extl/algorithm/detail/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/algorithm/detail/vssver2.scc -------------------------------------------------------------------------------- /extl/algorithm/find.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/algorithm/find.h -------------------------------------------------------------------------------- /extl/algorithm/find_all.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/algorithm/find_all.h -------------------------------------------------------------------------------- /extl/algorithm/for.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/algorithm/for.h -------------------------------------------------------------------------------- /extl/algorithm/for_all.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/algorithm/for_all.h -------------------------------------------------------------------------------- /extl/algorithm/max_min.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/algorithm/max_min.h -------------------------------------------------------------------------------- /extl/algorithm/prefix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/algorithm/prefix.h -------------------------------------------------------------------------------- /extl/algorithm/sort.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/algorithm/sort.h -------------------------------------------------------------------------------- /extl/algorithm/stats.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/algorithm/stats.h -------------------------------------------------------------------------------- /extl/algorithm/std/algorithm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/algorithm/std/algorithm.h -------------------------------------------------------------------------------- /extl/algorithm/std/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/algorithm/std/vssver2.scc -------------------------------------------------------------------------------- /extl/algorithm/test/max_min_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/algorithm/test/max_min_test.h -------------------------------------------------------------------------------- /extl/algorithm/test/sort_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/algorithm/test/sort_test.h -------------------------------------------------------------------------------- /extl/algorithm/test/test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/algorithm/test/test.h -------------------------------------------------------------------------------- /extl/algorithm/test/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/algorithm/test/vssver2.scc -------------------------------------------------------------------------------- /extl/algorithm/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/algorithm/vssver2.scc -------------------------------------------------------------------------------- /extl/compiler/compiler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/compiler/compiler.h -------------------------------------------------------------------------------- /extl/compiler/config/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/compiler/config/config.h -------------------------------------------------------------------------------- /extl/compiler/config/support.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/compiler/config/support.h -------------------------------------------------------------------------------- /extl/compiler/config/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/compiler/config/vssver2.scc -------------------------------------------------------------------------------- /extl/compiler/prefix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/compiler/prefix.h -------------------------------------------------------------------------------- /extl/compiler/traits/compiler_traits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/compiler/traits/compiler_traits.h -------------------------------------------------------------------------------- /extl/compiler/traits/config/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/compiler/traits/config/config.h -------------------------------------------------------------------------------- /extl/compiler/traits/config/support.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/compiler/traits/config/support.h -------------------------------------------------------------------------------- /extl/compiler/traits/config/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/compiler/traits/config/vssver2.scc -------------------------------------------------------------------------------- /extl/compiler/traits/ebo_traits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/compiler/traits/ebo_traits.h -------------------------------------------------------------------------------- /extl/compiler/traits/edo_traits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/compiler/traits/edo_traits.h -------------------------------------------------------------------------------- /extl/compiler/traits/prefix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/compiler/traits/prefix.h -------------------------------------------------------------------------------- /extl/compiler/traits/rvo_traits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/compiler/traits/rvo_traits.h -------------------------------------------------------------------------------- /extl/compiler/traits/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/compiler/traits/vssver2.scc -------------------------------------------------------------------------------- /extl/compiler/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/compiler/vssver2.scc -------------------------------------------------------------------------------- /extl/config/compiler/borland.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/config/compiler/borland.h -------------------------------------------------------------------------------- /extl/config/compiler/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/config/compiler/config.h -------------------------------------------------------------------------------- /extl/config/compiler/dmc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/config/compiler/dmc.h -------------------------------------------------------------------------------- /extl/config/compiler/gcc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/config/compiler/gcc.h -------------------------------------------------------------------------------- /extl/config/compiler/intel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/config/compiler/intel.h -------------------------------------------------------------------------------- /extl/config/compiler/msvc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/config/compiler/msvc.h -------------------------------------------------------------------------------- /extl/config/compiler/undefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/config/compiler/undefs.h -------------------------------------------------------------------------------- /extl/config/compiler/vectorc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/config/compiler/vectorc.h -------------------------------------------------------------------------------- /extl/config/compiler/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/config/compiler/version.h -------------------------------------------------------------------------------- /extl/config/compiler/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/config/compiler/vssver2.scc -------------------------------------------------------------------------------- /extl/config/compiler/watcom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/config/compiler/watcom.h -------------------------------------------------------------------------------- /extl/config/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/config/config.h -------------------------------------------------------------------------------- /extl/config/locale.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/config/locale.hpp -------------------------------------------------------------------------------- /extl/config/namespace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/config/namespace.h -------------------------------------------------------------------------------- /extl/config/platform/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/config/platform/config.h -------------------------------------------------------------------------------- /extl/config/platform/platform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/config/platform/platform.h -------------------------------------------------------------------------------- /extl/config/platform/unix/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/config/platform/unix/config.h -------------------------------------------------------------------------------- /extl/config/platform/unix/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/config/platform/unix/vssver2.scc -------------------------------------------------------------------------------- /extl/config/platform/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/config/platform/vssver2.scc -------------------------------------------------------------------------------- /extl/config/platform/win/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/config/platform/win/config.h -------------------------------------------------------------------------------- /extl/config/platform/win/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/config/platform/win/vssver2.scc -------------------------------------------------------------------------------- /extl/config/stdlib/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/config/stdlib/config.h -------------------------------------------------------------------------------- /extl/config/stdlib/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/config/stdlib/vssver2.scc -------------------------------------------------------------------------------- /extl/config/sub_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/config/sub_config.h -------------------------------------------------------------------------------- /extl/config/suffix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/config/suffix.h -------------------------------------------------------------------------------- /extl/config/tchar.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/config/tchar.hpp -------------------------------------------------------------------------------- /extl/config/test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/config/test.h -------------------------------------------------------------------------------- /extl/config/unicode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/config/unicode.h -------------------------------------------------------------------------------- /extl/config/user/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/config/user/config.h -------------------------------------------------------------------------------- /extl/config/user/debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/config/user/debug.h -------------------------------------------------------------------------------- /extl/config/user/release.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/config/user/release.h -------------------------------------------------------------------------------- /extl/config/user/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/config/user/vssver2.scc -------------------------------------------------------------------------------- /extl/config/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/config/version.h -------------------------------------------------------------------------------- /extl/config/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/config/vssver2.scc -------------------------------------------------------------------------------- /extl/container/array.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/array.h -------------------------------------------------------------------------------- /extl/container/array_base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/array_base.h -------------------------------------------------------------------------------- /extl/container/array_selector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/array_selector.h -------------------------------------------------------------------------------- /extl/container/basic_array.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/basic_array.h -------------------------------------------------------------------------------- /extl/container/basic_list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/basic_list.h -------------------------------------------------------------------------------- /extl/container/basic_matrix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/basic_matrix.h -------------------------------------------------------------------------------- /extl/container/basic_net.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/basic_net.h -------------------------------------------------------------------------------- /extl/container/basic_pair.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/basic_pair.h -------------------------------------------------------------------------------- /extl/container/basic_queue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/basic_queue.h -------------------------------------------------------------------------------- /extl/container/basic_stack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/basic_stack.h -------------------------------------------------------------------------------- /extl/container/bit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/bit.h -------------------------------------------------------------------------------- /extl/container/bit_array.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/bit_array.h -------------------------------------------------------------------------------- /extl/container/bit_field.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/bit_field.h -------------------------------------------------------------------------------- /extl/container/bit_selector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/bit_selector.h -------------------------------------------------------------------------------- /extl/container/config/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/config/config.h -------------------------------------------------------------------------------- /extl/container/config/support.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/config/support.h -------------------------------------------------------------------------------- /extl/container/config/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/config/vssver2.scc -------------------------------------------------------------------------------- /extl/container/container.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/container.h -------------------------------------------------------------------------------- /extl/container/detail/detail.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/detail/detail.rar -------------------------------------------------------------------------------- /extl/container/detail/list_iterator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/detail/list_iterator.h -------------------------------------------------------------------------------- /extl/container/detail/net_base_impl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/detail/net_base_impl.h -------------------------------------------------------------------------------- /extl/container/detail/net_traits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/detail/net_traits.h -------------------------------------------------------------------------------- /extl/container/detail/tuple2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/detail/tuple2.h -------------------------------------------------------------------------------- /extl/container/detail/tuple_impl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/detail/tuple_impl.h -------------------------------------------------------------------------------- /extl/container/detail/tuple_impl_0x.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/detail/tuple_impl_0x.h -------------------------------------------------------------------------------- /extl/container/detail/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/detail/vssver2.scc -------------------------------------------------------------------------------- /extl/container/fixed_bit_field.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/fixed_bit_field.h -------------------------------------------------------------------------------- /extl/container/fixed_hash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/fixed_hash.h -------------------------------------------------------------------------------- /extl/container/fixed_marray.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/fixed_marray.h -------------------------------------------------------------------------------- /extl/container/fixed_reque.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/fixed_reque.h -------------------------------------------------------------------------------- /extl/container/hash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/hash.h -------------------------------------------------------------------------------- /extl/container/hash_selector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/hash_selector.h -------------------------------------------------------------------------------- /extl/container/list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/list.h -------------------------------------------------------------------------------- /extl/container/list_selector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/list_selector.h -------------------------------------------------------------------------------- /extl/container/marray.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/marray.h -------------------------------------------------------------------------------- /extl/container/marray_selector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/marray_selector.h -------------------------------------------------------------------------------- /extl/container/matrix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/matrix.h -------------------------------------------------------------------------------- /extl/container/matrix_base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/matrix_base.h -------------------------------------------------------------------------------- /extl/container/matrix_selector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/matrix_selector.h -------------------------------------------------------------------------------- /extl/container/net.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/net.h -------------------------------------------------------------------------------- /extl/container/net_base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/net_base.h -------------------------------------------------------------------------------- /extl/container/net_selector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/net_selector.h -------------------------------------------------------------------------------- /extl/container/pair.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/pair.h -------------------------------------------------------------------------------- /extl/container/pair_selector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/pair_selector.h -------------------------------------------------------------------------------- /extl/container/prefix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/prefix.h -------------------------------------------------------------------------------- /extl/container/queue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/queue.h -------------------------------------------------------------------------------- /extl/container/queue_selector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/queue_selector.h -------------------------------------------------------------------------------- /extl/container/sparse_matrix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/sparse_matrix.h -------------------------------------------------------------------------------- /extl/container/sparse_matrix_base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/sparse_matrix_base.h -------------------------------------------------------------------------------- /extl/container/sparse_net.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/sparse_net.h -------------------------------------------------------------------------------- /extl/container/stack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/stack.h -------------------------------------------------------------------------------- /extl/container/stack_selector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/stack_selector.h -------------------------------------------------------------------------------- /extl/container/symmetrical_matrix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/symmetrical_matrix.h -------------------------------------------------------------------------------- /extl/container/test/basic_net_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/test/basic_net_test.h -------------------------------------------------------------------------------- /extl/container/test/bit_array_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/test/bit_array_test.h -------------------------------------------------------------------------------- /extl/container/test/bit_field_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/test/bit_field_test.h -------------------------------------------------------------------------------- /extl/container/test/test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/test/test.h -------------------------------------------------------------------------------- /extl/container/test/tuple_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/test/tuple_test.h -------------------------------------------------------------------------------- /extl/container/test/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/test/vssver2.scc -------------------------------------------------------------------------------- /extl/container/tuple.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/tuple.h -------------------------------------------------------------------------------- /extl/container/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/container/vssver2.scc -------------------------------------------------------------------------------- /extl/conversion/atow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/conversion/atow.h -------------------------------------------------------------------------------- /extl/conversion/config/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/conversion/config/config.h -------------------------------------------------------------------------------- /extl/conversion/config/support.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/conversion/config/support.h -------------------------------------------------------------------------------- /extl/conversion/config/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/conversion/config/vssver2.scc -------------------------------------------------------------------------------- /extl/conversion/conversion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/conversion/conversion.h -------------------------------------------------------------------------------- /extl/conversion/itos.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/conversion/itos.h -------------------------------------------------------------------------------- /extl/conversion/prefix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/conversion/prefix.h -------------------------------------------------------------------------------- /extl/conversion/stoi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/conversion/stoi.h -------------------------------------------------------------------------------- /extl/conversion/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/conversion/vssver2.scc -------------------------------------------------------------------------------- /extl/conversion/wtoa.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/conversion/wtoa.h -------------------------------------------------------------------------------- /extl/counter/clock_counter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/counter/clock_counter.h -------------------------------------------------------------------------------- /extl/counter/config/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/counter/config/config.h -------------------------------------------------------------------------------- /extl/counter/config/support.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/counter/config/support.h -------------------------------------------------------------------------------- /extl/counter/config/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/counter/config/vssver2.scc -------------------------------------------------------------------------------- /extl/counter/counter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/counter/counter.h -------------------------------------------------------------------------------- /extl/counter/object_counter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/counter/object_counter.h -------------------------------------------------------------------------------- /extl/counter/prefix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/counter/prefix.h -------------------------------------------------------------------------------- /extl/counter/shared_counter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/counter/shared_counter.h -------------------------------------------------------------------------------- /extl/counter/unit_test/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/counter/unit_test/vssver2.scc -------------------------------------------------------------------------------- /extl/counter/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/counter/vssver2.scc -------------------------------------------------------------------------------- /extl/error/alloc_error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/error/alloc_error.h -------------------------------------------------------------------------------- /extl/error/argument_error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/error/argument_error.h -------------------------------------------------------------------------------- /extl/error/config/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/error/config/config.h -------------------------------------------------------------------------------- /extl/error/config/support.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/error/config/support.h -------------------------------------------------------------------------------- /extl/error/config/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/error/config/vssver2.scc -------------------------------------------------------------------------------- /extl/error/conversion_error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/error/conversion_error.h -------------------------------------------------------------------------------- /extl/error/error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/error/error.h -------------------------------------------------------------------------------- /extl/error/error_base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/error/error_base.h -------------------------------------------------------------------------------- /extl/error/index_error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/error/index_error.h -------------------------------------------------------------------------------- /extl/error/invariance_error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/error/invariance_error.h -------------------------------------------------------------------------------- /extl/error/lock_error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/error/lock_error.h -------------------------------------------------------------------------------- /extl/error/memory_error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/error/memory_error.h -------------------------------------------------------------------------------- /extl/error/prefix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/error/prefix.h -------------------------------------------------------------------------------- /extl/error/std/error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/error/std/error.h -------------------------------------------------------------------------------- /extl/error/std/length_error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/error/std/length_error.h -------------------------------------------------------------------------------- /extl/error/std/overflow_error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/error/std/overflow_error.h -------------------------------------------------------------------------------- /extl/error/std/prefix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/error/std/prefix.h -------------------------------------------------------------------------------- /extl/error/std/range_error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/error/std/range_error.h -------------------------------------------------------------------------------- /extl/error/std/underflow_error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/error/std/underflow_error.h -------------------------------------------------------------------------------- /extl/error/std/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/error/std/vssver2.scc -------------------------------------------------------------------------------- /extl/error/synch_error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/error/synch_error.h -------------------------------------------------------------------------------- /extl/error/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/error/vssver2.scc -------------------------------------------------------------------------------- /extl/extl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/extl.h -------------------------------------------------------------------------------- /extl/functional/config/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/functional/config/config.h -------------------------------------------------------------------------------- /extl/functional/config/support.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/functional/config/support.h -------------------------------------------------------------------------------- /extl/functional/config/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/functional/config/vssver2.scc -------------------------------------------------------------------------------- /extl/functional/func_base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/functional/func_base.h -------------------------------------------------------------------------------- /extl/functional/func_ptr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/functional/func_ptr.h -------------------------------------------------------------------------------- /extl/functional/functional.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/functional/functional.h -------------------------------------------------------------------------------- /extl/functional/mem_func_ptr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/functional/mem_func_ptr.h -------------------------------------------------------------------------------- /extl/functional/prefix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/functional/prefix.h -------------------------------------------------------------------------------- /extl/functional/std/arithmetic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/functional/std/arithmetic.h -------------------------------------------------------------------------------- /extl/functional/std/comparison.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/functional/std/comparison.h -------------------------------------------------------------------------------- /extl/functional/std/functional.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/functional/std/functional.h -------------------------------------------------------------------------------- /extl/functional/std/logical.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/functional/std/logical.h -------------------------------------------------------------------------------- /extl/functional/std/prefix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/functional/std/prefix.h -------------------------------------------------------------------------------- /extl/functional/std/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/functional/std/vssver2.scc -------------------------------------------------------------------------------- /extl/functional/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/functional/vssver2.scc -------------------------------------------------------------------------------- /extl/graphic/basic_color.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/graphic/basic_color.h -------------------------------------------------------------------------------- /extl/graphic/basic_point.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/graphic/basic_point.h -------------------------------------------------------------------------------- /extl/graphic/basic_rect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/graphic/basic_rect.h -------------------------------------------------------------------------------- /extl/graphic/basic_size.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/graphic/basic_size.h -------------------------------------------------------------------------------- /extl/graphic/config/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/graphic/config/config.h -------------------------------------------------------------------------------- /extl/graphic/config/namespace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/graphic/config/namespace.h -------------------------------------------------------------------------------- /extl/graphic/config/sub_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/graphic/config/sub_config.h -------------------------------------------------------------------------------- /extl/graphic/config/support.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/graphic/config/support.h -------------------------------------------------------------------------------- /extl/graphic/config/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/graphic/config/vssver2.scc -------------------------------------------------------------------------------- /extl/graphic/graphic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/graphic/graphic.h -------------------------------------------------------------------------------- /extl/graphic/image/basic_image.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/graphic/image/basic_image.h -------------------------------------------------------------------------------- /extl/graphic/image/config/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/graphic/image/config/config.h -------------------------------------------------------------------------------- /extl/graphic/image/config/support.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/graphic/image/config/support.h -------------------------------------------------------------------------------- /extl/graphic/image/image.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/graphic/image/image.h -------------------------------------------------------------------------------- /extl/graphic/image/image_painter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/graphic/image/image_painter.h -------------------------------------------------------------------------------- /extl/graphic/image/prefix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/graphic/image/prefix.h -------------------------------------------------------------------------------- /extl/graphic/image/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/graphic/image/vssver2.scc -------------------------------------------------------------------------------- /extl/graphic/image/zoom_filter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/graphic/image/zoom_filter.h -------------------------------------------------------------------------------- /extl/graphic/painter_base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/graphic/painter_base.h -------------------------------------------------------------------------------- /extl/graphic/prefix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/graphic/prefix.h -------------------------------------------------------------------------------- /extl/graphic/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/graphic/vssver2.scc -------------------------------------------------------------------------------- /extl/intelligence/ann/afunc_traits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/intelligence/ann/afunc_traits.h -------------------------------------------------------------------------------- /extl/intelligence/ann/ann.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/intelligence/ann/ann.h -------------------------------------------------------------------------------- /extl/intelligence/ann/apex_network.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/intelligence/ann/apex_network.h -------------------------------------------------------------------------------- /extl/intelligence/ann/bool_sample.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/intelligence/ann/bool_sample.h -------------------------------------------------------------------------------- /extl/intelligence/ann/bp_network.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/intelligence/ann/bp_network.h -------------------------------------------------------------------------------- /extl/intelligence/ann/float_sample.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/intelligence/ann/float_sample.h -------------------------------------------------------------------------------- /extl/intelligence/ann/gha_network.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/intelligence/ann/gha_network.h -------------------------------------------------------------------------------- /extl/intelligence/ann/ghia_network.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/intelligence/ann/ghia_network.h -------------------------------------------------------------------------------- /extl/intelligence/ann/prefix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/intelligence/ann/prefix.h -------------------------------------------------------------------------------- /extl/intelligence/ann/sample.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/intelligence/ann/sample.h -------------------------------------------------------------------------------- /extl/intelligence/ann/test/test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/intelligence/ann/test/test.h -------------------------------------------------------------------------------- /extl/intelligence/ann/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/intelligence/ann/vssver2.scc -------------------------------------------------------------------------------- /extl/intelligence/ann/wga_network.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/intelligence/ann/wga_network.h -------------------------------------------------------------------------------- /extl/intelligence/config/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/intelligence/config/config.h -------------------------------------------------------------------------------- /extl/intelligence/config/namespace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/intelligence/config/namespace.h -------------------------------------------------------------------------------- /extl/intelligence/config/support.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/intelligence/config/support.h -------------------------------------------------------------------------------- /extl/intelligence/config/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/intelligence/config/vssver2.scc -------------------------------------------------------------------------------- /extl/intelligence/ga/config/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/intelligence/ga/config/config.h -------------------------------------------------------------------------------- /extl/intelligence/ga/fopti/fopti.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/intelligence/ga/fopti/fopti.h -------------------------------------------------------------------------------- /extl/intelligence/ga/fopti/prefix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/intelligence/ga/fopti/prefix.h -------------------------------------------------------------------------------- /extl/intelligence/ga/ga.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/intelligence/ga/ga.h -------------------------------------------------------------------------------- /extl/intelligence/ga/ga_base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/intelligence/ga/ga_base.h -------------------------------------------------------------------------------- /extl/intelligence/ga/population.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/intelligence/ga/population.h -------------------------------------------------------------------------------- /extl/intelligence/ga/prefix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/intelligence/ga/prefix.h -------------------------------------------------------------------------------- /extl/intelligence/ga/stop_traits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/intelligence/ga/stop_traits.h -------------------------------------------------------------------------------- /extl/intelligence/ga/uga_base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/intelligence/ga/uga_base.h -------------------------------------------------------------------------------- /extl/intelligence/ga/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/intelligence/ga/vssver2.scc -------------------------------------------------------------------------------- /extl/intelligence/intelligence.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/intelligence/intelligence.h -------------------------------------------------------------------------------- /extl/intelligence/prefix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/intelligence/prefix.h -------------------------------------------------------------------------------- /extl/intelligence/test/prefix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/intelligence/test/prefix.h -------------------------------------------------------------------------------- /extl/intelligence/test/test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/intelligence/test/test.h -------------------------------------------------------------------------------- /extl/intelligence/test/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/intelligence/test/vssver2.scc -------------------------------------------------------------------------------- /extl/intelligence/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/intelligence/vssver2.scc -------------------------------------------------------------------------------- /extl/iterator/_pointer_iterator.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/iterator/_pointer_iterator.rar -------------------------------------------------------------------------------- /extl/iterator/config/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/iterator/config/config.h -------------------------------------------------------------------------------- /extl/iterator/config/support.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/iterator/config/support.h -------------------------------------------------------------------------------- /extl/iterator/config/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/iterator/config/vssver2.scc -------------------------------------------------------------------------------- /extl/iterator/insert_iterator_base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/iterator/insert_iterator_base.h -------------------------------------------------------------------------------- /extl/iterator/iterator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/iterator/iterator.h -------------------------------------------------------------------------------- /extl/iterator/iterator_base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/iterator/iterator_base.h -------------------------------------------------------------------------------- /extl/iterator/iterator_category.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/iterator/iterator_category.h -------------------------------------------------------------------------------- /extl/iterator/iterator_traits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/iterator/iterator_traits.h -------------------------------------------------------------------------------- /extl/iterator/pointer_iterator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/iterator/pointer_iterator.h -------------------------------------------------------------------------------- /extl/iterator/prefix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/iterator/prefix.h -------------------------------------------------------------------------------- /extl/iterator/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/iterator/vssver2.scc -------------------------------------------------------------------------------- /extl/log/console_log.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/log/console_log.h -------------------------------------------------------------------------------- /extl/log/console_report_traits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/log/console_report_traits.h -------------------------------------------------------------------------------- /extl/log/file_log.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/log/file_log.h -------------------------------------------------------------------------------- /extl/log/file_report_traits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/log/file_report_traits.h -------------------------------------------------------------------------------- /extl/log/log.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/log/log.h -------------------------------------------------------------------------------- /extl/log/log_base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/log/log_base.h -------------------------------------------------------------------------------- /extl/log/trace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/log/trace.h -------------------------------------------------------------------------------- /extl/log/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/log/vssver2.scc -------------------------------------------------------------------------------- /extl/math/arithmetic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/math/arithmetic.h -------------------------------------------------------------------------------- /extl/math/basic_varray.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/math/basic_varray.h -------------------------------------------------------------------------------- /extl/math/basic_vmatrix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/math/basic_vmatrix.h -------------------------------------------------------------------------------- /extl/math/basic_vvector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/math/basic_vvector.h -------------------------------------------------------------------------------- /extl/math/config/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/math/config/config.h -------------------------------------------------------------------------------- /extl/math/config/support.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/math/config/support.h -------------------------------------------------------------------------------- /extl/math/config/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/math/config/vssver2.scc -------------------------------------------------------------------------------- /extl/math/constants.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/math/constants.h -------------------------------------------------------------------------------- /extl/math/detail/expr_op.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/math/detail/expr_op.h -------------------------------------------------------------------------------- /extl/math/detail/varray_expr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/math/detail/varray_expr.h -------------------------------------------------------------------------------- /extl/math/detail/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/math/detail/vssver2.scc -------------------------------------------------------------------------------- /extl/math/detail/vvector_expr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/math/detail/vvector_expr.h -------------------------------------------------------------------------------- /extl/math/expr_varray.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/math/expr_varray.h -------------------------------------------------------------------------------- /extl/math/expr_vvector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/math/expr_vvector.h -------------------------------------------------------------------------------- /extl/math/linear_rand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/math/linear_rand.h -------------------------------------------------------------------------------- /extl/math/math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/math/math.h -------------------------------------------------------------------------------- /extl/math/max_min.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/math/max_min.h -------------------------------------------------------------------------------- /extl/math/prefix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/math/prefix.h -------------------------------------------------------------------------------- /extl/math/rand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/math/rand.h -------------------------------------------------------------------------------- /extl/math/rand_selector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/math/rand_selector.h -------------------------------------------------------------------------------- /extl/math/std/arithmetic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/math/std/arithmetic.h -------------------------------------------------------------------------------- /extl/math/std/math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/math/std/math.h -------------------------------------------------------------------------------- /extl/math/std/prefix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/math/std/prefix.h -------------------------------------------------------------------------------- /extl/math/std/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/math/std/vssver2.scc -------------------------------------------------------------------------------- /extl/math/test/basic_varray_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/math/test/basic_varray_test.h -------------------------------------------------------------------------------- /extl/math/test/basic_vmatrix_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/math/test/basic_vmatrix_test.h -------------------------------------------------------------------------------- /extl/math/test/basic_vvector_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/math/test/basic_vvector_test.h -------------------------------------------------------------------------------- /extl/math/test/expr_varray_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/math/test/expr_varray_test.h -------------------------------------------------------------------------------- /extl/math/test/expr_vvector_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/math/test/expr_vvector_test.h -------------------------------------------------------------------------------- /extl/math/test/max_min_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/math/test/max_min_test.h -------------------------------------------------------------------------------- /extl/math/test/test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/math/test/test.h -------------------------------------------------------------------------------- /extl/math/test/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/math/test/vssver2.scc -------------------------------------------------------------------------------- /extl/math/varray_base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/math/varray_base.h -------------------------------------------------------------------------------- /extl/math/vmatrix_base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/math/vmatrix_base.h -------------------------------------------------------------------------------- /extl/math/vmatrix_selector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/math/vmatrix_selector.h -------------------------------------------------------------------------------- /extl/math/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/math/vssver2.scc -------------------------------------------------------------------------------- /extl/math/vvector_base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/math/vvector_base.h -------------------------------------------------------------------------------- /extl/math/vvector_selector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/math/vvector_selector.h -------------------------------------------------------------------------------- /extl/media/config/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/media/config/config.h -------------------------------------------------------------------------------- /extl/media/config/namespace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/media/config/namespace.h -------------------------------------------------------------------------------- /extl/media/config/sub_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/media/config/sub_config.h -------------------------------------------------------------------------------- /extl/media/config/support.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/media/config/support.h -------------------------------------------------------------------------------- /extl/media/config/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/media/config/vssver2.scc -------------------------------------------------------------------------------- /extl/media/media.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/media/media.h -------------------------------------------------------------------------------- /extl/media/prefix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/media/prefix.h -------------------------------------------------------------------------------- /extl/media/ts/adaptation_field.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/media/ts/adaptation_field.h -------------------------------------------------------------------------------- /extl/media/ts/config/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/media/ts/config/config.h -------------------------------------------------------------------------------- /extl/media/ts/config/namespace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/media/ts/config/namespace.h -------------------------------------------------------------------------------- /extl/media/ts/config/support.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/media/ts/config/support.h -------------------------------------------------------------------------------- /extl/media/ts/config/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/media/ts/config/vssver2.scc -------------------------------------------------------------------------------- /extl/media/ts/opcr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/media/ts/opcr.h -------------------------------------------------------------------------------- /extl/media/ts/packet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/media/ts/packet.h -------------------------------------------------------------------------------- /extl/media/ts/packet_format.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/media/ts/packet_format.h -------------------------------------------------------------------------------- /extl/media/ts/packet_header.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/media/ts/packet_header.h -------------------------------------------------------------------------------- /extl/media/ts/pcr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/media/ts/pcr.h -------------------------------------------------------------------------------- /extl/media/ts/prefix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/media/ts/prefix.h -------------------------------------------------------------------------------- /extl/media/ts/private_data.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/media/ts/private_data.h -------------------------------------------------------------------------------- /extl/media/ts/splicing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/media/ts/splicing.h -------------------------------------------------------------------------------- /extl/media/ts/transport_packet_.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/media/ts/transport_packet_.h -------------------------------------------------------------------------------- /extl/media/ts/ts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/media/ts/ts.h -------------------------------------------------------------------------------- /extl/media/ts/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/media/ts/vssver2.scc -------------------------------------------------------------------------------- /extl/media/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/media/vssver2.scc -------------------------------------------------------------------------------- /extl/memory/__scoped_buffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/memory/__scoped_buffer.h -------------------------------------------------------------------------------- /extl/memory/_scoped_buffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/memory/_scoped_buffer.h -------------------------------------------------------------------------------- /extl/memory/allocator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/memory/allocator.h -------------------------------------------------------------------------------- /extl/memory/allocator_base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/memory/allocator_base.h -------------------------------------------------------------------------------- /extl/memory/allocator_selector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/memory/allocator_selector.h -------------------------------------------------------------------------------- /extl/memory/allocator_traits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/memory/allocator_traits.h -------------------------------------------------------------------------------- /extl/memory/attached_buffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/memory/attached_buffer.h -------------------------------------------------------------------------------- /extl/memory/basic_pool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/memory/basic_pool.h -------------------------------------------------------------------------------- /extl/memory/basic_pool_allocator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/memory/basic_pool_allocator.h -------------------------------------------------------------------------------- /extl/memory/buffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/memory/buffer.h -------------------------------------------------------------------------------- /extl/memory/buffer_base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/memory/buffer_base.h -------------------------------------------------------------------------------- /extl/memory/buffer_selector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/memory/buffer_selector.h -------------------------------------------------------------------------------- /extl/memory/config/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/memory/config/config.h -------------------------------------------------------------------------------- /extl/memory/config/support.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/memory/config/support.h -------------------------------------------------------------------------------- /extl/memory/config/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/memory/config/vssver2.scc -------------------------------------------------------------------------------- /extl/memory/fixed_pool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/memory/fixed_pool.h -------------------------------------------------------------------------------- /extl/memory/help_functions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/memory/help_functions.h -------------------------------------------------------------------------------- /extl/memory/initialiser_base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/memory/initialiser_base.h -------------------------------------------------------------------------------- /extl/memory/initialiser_selector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/memory/initialiser_selector.h -------------------------------------------------------------------------------- /extl/memory/malloc_allocator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/memory/malloc_allocator.h -------------------------------------------------------------------------------- /extl/memory/memory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/memory/memory.h -------------------------------------------------------------------------------- /extl/memory/memory_traits_selector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/memory/memory_traits_selector.h -------------------------------------------------------------------------------- /extl/memory/new_allocator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/memory/new_allocator.h -------------------------------------------------------------------------------- /extl/memory/null_allocator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/memory/null_allocator.h -------------------------------------------------------------------------------- /extl/memory/object_initialiser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/memory/object_initialiser.h -------------------------------------------------------------------------------- /extl/memory/object_memory_traits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/memory/object_memory_traits.h -------------------------------------------------------------------------------- /extl/memory/object_pool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/memory/object_pool.h -------------------------------------------------------------------------------- /extl/memory/objects_pool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/memory/objects_pool.h -------------------------------------------------------------------------------- /extl/memory/pod_initialiser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/memory/pod_initialiser.h -------------------------------------------------------------------------------- /extl/memory/pod_memory_traits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/memory/pod_memory_traits.h -------------------------------------------------------------------------------- /extl/memory/pod_pool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/memory/pod_pool.h -------------------------------------------------------------------------------- /extl/memory/pods_pool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/memory/pods_pool.h -------------------------------------------------------------------------------- /extl/memory/pool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/memory/pool.h -------------------------------------------------------------------------------- /extl/memory/prefix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/memory/prefix.h -------------------------------------------------------------------------------- /extl/memory/scoped_buffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/memory/scoped_buffer.h -------------------------------------------------------------------------------- /extl/memory/singleton_pool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/memory/singleton_pool.h -------------------------------------------------------------------------------- /extl/memory/stack_buffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/memory/stack_buffer.h -------------------------------------------------------------------------------- /extl/memory/test/test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/memory/test/test.h -------------------------------------------------------------------------------- /extl/memory/test/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/memory/test/vssver2.scc -------------------------------------------------------------------------------- /extl/memory/unit_test/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/memory/unit_test/vssver2.scc -------------------------------------------------------------------------------- /extl/memory/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/memory/vssver2.scc -------------------------------------------------------------------------------- /extl/mpl/bool_.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/mpl/bool_.h -------------------------------------------------------------------------------- /extl/mpl/config/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/mpl/config/config.h -------------------------------------------------------------------------------- /extl/mpl/config/namespace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/mpl/config/namespace.h -------------------------------------------------------------------------------- /extl/mpl/config/support.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/mpl/config/support.h -------------------------------------------------------------------------------- /extl/mpl/config/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/mpl/config/vssver2.scc -------------------------------------------------------------------------------- /extl/mpl/if_.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/mpl/if_.h -------------------------------------------------------------------------------- /extl/mpl/int_.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/mpl/int_.h -------------------------------------------------------------------------------- /extl/mpl/logical.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/mpl/logical.h -------------------------------------------------------------------------------- /extl/mpl/math/factorial.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/mpl/math/factorial.h -------------------------------------------------------------------------------- /extl/mpl/math/is_even.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/mpl/math/is_even.h -------------------------------------------------------------------------------- /extl/mpl/math/is_prime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/mpl/math/is_prime.h -------------------------------------------------------------------------------- /extl/mpl/math/log.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/mpl/math/log.h -------------------------------------------------------------------------------- /extl/mpl/math/math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/mpl/math/math.h -------------------------------------------------------------------------------- /extl/mpl/math/max_min.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/mpl/math/max_min.h -------------------------------------------------------------------------------- /extl/mpl/math/pi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/mpl/math/pi.h -------------------------------------------------------------------------------- /extl/mpl/math/pow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/mpl/math/pow.h -------------------------------------------------------------------------------- /extl/mpl/math/prefix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/mpl/math/prefix.h -------------------------------------------------------------------------------- /extl/mpl/math/sqrt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/mpl/math/sqrt.h -------------------------------------------------------------------------------- /extl/mpl/math/unit_test/log_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/mpl/math/unit_test/log_test.h -------------------------------------------------------------------------------- /extl/mpl/math/unit_test/pi_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/mpl/math/unit_test/pi_test.h -------------------------------------------------------------------------------- /extl/mpl/math/unit_test/pow_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/mpl/math/unit_test/pow_test.h -------------------------------------------------------------------------------- /extl/mpl/math/unit_test/sqrt_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/mpl/math/unit_test/sqrt_test.h -------------------------------------------------------------------------------- /extl/mpl/math/unit_test/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/mpl/math/unit_test/vssver2.scc -------------------------------------------------------------------------------- /extl/mpl/math/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/mpl/math/vssver2.scc -------------------------------------------------------------------------------- /extl/mpl/mpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/mpl/mpl.h -------------------------------------------------------------------------------- /extl/mpl/prefix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/mpl/prefix.h -------------------------------------------------------------------------------- /extl/mpl/unit_test/if_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/mpl/unit_test/if_test.h -------------------------------------------------------------------------------- /extl/mpl/unit_test/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/mpl/unit_test/vssver2.scc -------------------------------------------------------------------------------- /extl/mpl/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/mpl/vssver2.scc -------------------------------------------------------------------------------- /extl/platform/config/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform/config/config.h -------------------------------------------------------------------------------- /extl/platform/config/namespace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform/config/namespace.h -------------------------------------------------------------------------------- /extl/platform/config/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform/config/vssver2.scc -------------------------------------------------------------------------------- /extl/platform/counter/counters.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform/counter/counters.h -------------------------------------------------------------------------------- /extl/platform/counter/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform/counter/vssver2.scc -------------------------------------------------------------------------------- /extl/platform/memory/allocators.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform/memory/allocators.h -------------------------------------------------------------------------------- /extl/platform/memory/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform/memory/vssver2.scc -------------------------------------------------------------------------------- /extl/platform/platform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform/platform.h -------------------------------------------------------------------------------- /extl/platform/synch/lock_selector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform/synch/lock_selector.h -------------------------------------------------------------------------------- /extl/platform/synch/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform/synch/vssver2.scc -------------------------------------------------------------------------------- /extl/platform/utility/assert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform/utility/assert.h -------------------------------------------------------------------------------- /extl/platform/utility/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform/utility/vssver2.scc -------------------------------------------------------------------------------- /extl/platform/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform/vssver2.scc -------------------------------------------------------------------------------- /extl/platform_/config/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform_/config/config.h -------------------------------------------------------------------------------- /extl/platform_/config/namespace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform_/config/namespace.h -------------------------------------------------------------------------------- /extl/platform_/config/platform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform_/config/platform.h -------------------------------------------------------------------------------- /extl/platform_/config/sub_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform_/config/sub_config.h -------------------------------------------------------------------------------- /extl/platform_/config/support.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform_/config/support.h -------------------------------------------------------------------------------- /extl/platform_/config/test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform_/config/test.h -------------------------------------------------------------------------------- /extl/platform_/config/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform_/config/vssver2.scc -------------------------------------------------------------------------------- /extl/platform_/counter/counter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform_/counter/counter.h -------------------------------------------------------------------------------- /extl/platform_/counter/prefix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform_/counter/prefix.h -------------------------------------------------------------------------------- /extl/platform_/counter/test/test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform_/counter/test/test.h -------------------------------------------------------------------------------- /extl/platform_/counter/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform_/counter/vssver2.scc -------------------------------------------------------------------------------- /extl/platform_/error/config/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform_/error/config/config.h -------------------------------------------------------------------------------- /extl/platform_/error/error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform_/error/error.h -------------------------------------------------------------------------------- /extl/platform_/error/prefix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform_/error/prefix.h -------------------------------------------------------------------------------- /extl/platform_/error/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform_/error/vssver2.scc -------------------------------------------------------------------------------- /extl/platform_/platform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform_/platform.h -------------------------------------------------------------------------------- /extl/platform_/prefix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform_/prefix.h -------------------------------------------------------------------------------- /extl/platform_/synch/atomic_traits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform_/synch/atomic_traits.h -------------------------------------------------------------------------------- /extl/platform_/synch/config/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform_/synch/config/config.h -------------------------------------------------------------------------------- /extl/platform_/synch/prefix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform_/synch/prefix.h -------------------------------------------------------------------------------- /extl/platform_/synch/synch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform_/synch/synch.h -------------------------------------------------------------------------------- /extl/platform_/synch/synch_traits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform_/synch/synch_traits.h -------------------------------------------------------------------------------- /extl/platform_/synch/test/test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform_/synch/test/test.h -------------------------------------------------------------------------------- /extl/platform_/synch/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform_/synch/vssver2.scc -------------------------------------------------------------------------------- /extl/platform_/test/prefix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform_/test/prefix.h -------------------------------------------------------------------------------- /extl/platform_/test/test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform_/test/test.h -------------------------------------------------------------------------------- /extl/platform_/test/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform_/test/vssver2.scc -------------------------------------------------------------------------------- /extl/platform_/unix/config/arch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform_/unix/config/arch.h -------------------------------------------------------------------------------- /extl/platform_/unix/config/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform_/unix/config/config.h -------------------------------------------------------------------------------- /extl/platform_/unix/config/suffix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform_/unix/config/suffix.h -------------------------------------------------------------------------------- /extl/platform_/unix/config/support.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform_/unix/config/support.h -------------------------------------------------------------------------------- /extl/platform_/unix/prefix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform_/unix/prefix.h -------------------------------------------------------------------------------- /extl/platform_/unix/synch/prefix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform_/unix/synch/prefix.h -------------------------------------------------------------------------------- /extl/platform_/unix/synch/synch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform_/unix/synch/synch.h -------------------------------------------------------------------------------- /extl/platform_/unix/unix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform_/unix/unix.h -------------------------------------------------------------------------------- /extl/platform_/unix/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform_/unix/vssver2.scc -------------------------------------------------------------------------------- /extl/platform_/utility/assert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform_/utility/assert.h -------------------------------------------------------------------------------- /extl/platform_/utility/prefix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform_/utility/prefix.h -------------------------------------------------------------------------------- /extl/platform_/utility/utility.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform_/utility/utility.h -------------------------------------------------------------------------------- /extl/platform_/utility/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform_/utility/vssver2.scc -------------------------------------------------------------------------------- /extl/platform_/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform_/vssver2.scc -------------------------------------------------------------------------------- /extl/platform_/windows/config/test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform_/windows/config/test.h -------------------------------------------------------------------------------- /extl/platform_/windows/error/error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform_/windows/error/error.h -------------------------------------------------------------------------------- /extl/platform_/windows/prefix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform_/windows/prefix.h -------------------------------------------------------------------------------- /extl/platform_/windows/synch/event.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform_/windows/synch/event.h -------------------------------------------------------------------------------- /extl/platform_/windows/synch/lock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform_/windows/synch/lock.h -------------------------------------------------------------------------------- /extl/platform_/windows/synch/locks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform_/windows/synch/locks.h -------------------------------------------------------------------------------- /extl/platform_/windows/synch/mutex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform_/windows/synch/mutex.h -------------------------------------------------------------------------------- /extl/platform_/windows/synch/synch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform_/windows/synch/synch.h -------------------------------------------------------------------------------- /extl/platform_/windows/test/prefix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform_/windows/test/prefix.h -------------------------------------------------------------------------------- /extl/platform_/windows/test/test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform_/windows/test/test.h -------------------------------------------------------------------------------- /extl/platform_/windows/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform_/windows/vssver2.scc -------------------------------------------------------------------------------- /extl/platform_/windows/windows.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/platform_/windows/windows.h -------------------------------------------------------------------------------- /extl/prefix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/prefix.h -------------------------------------------------------------------------------- /extl/smartptr/config/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/smartptr/config/config.h -------------------------------------------------------------------------------- /extl/smartptr/config/support.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/smartptr/config/support.h -------------------------------------------------------------------------------- /extl/smartptr/config/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/smartptr/config/vssver2.scc -------------------------------------------------------------------------------- /extl/smartptr/prefix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/smartptr/prefix.h -------------------------------------------------------------------------------- /extl/smartptr/scoped_array.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/smartptr/scoped_array.h -------------------------------------------------------------------------------- /extl/smartptr/scoped_ptr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/smartptr/scoped_ptr.h -------------------------------------------------------------------------------- /extl/smartptr/shared_array.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/smartptr/shared_array.h -------------------------------------------------------------------------------- /extl/smartptr/shared_ptr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/smartptr/shared_ptr.h -------------------------------------------------------------------------------- /extl/smartptr/smart_ptr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/smartptr/smart_ptr.h -------------------------------------------------------------------------------- /extl/smartptr/unit_test/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/smartptr/unit_test/vssver2.scc -------------------------------------------------------------------------------- /extl/smartptr/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/smartptr/vssver2.scc -------------------------------------------------------------------------------- /extl/string/attached_string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/string/attached_string.h -------------------------------------------------------------------------------- /extl/string/config/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/string/config/config.h -------------------------------------------------------------------------------- /extl/string/config/support.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/string/config/support.h -------------------------------------------------------------------------------- /extl/string/config/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/string/config/vssver2.scc -------------------------------------------------------------------------------- /extl/string/error_string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/string/error_string.h -------------------------------------------------------------------------------- /extl/string/format_helper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/string/format_helper.h -------------------------------------------------------------------------------- /extl/string/prefix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/string/prefix.h -------------------------------------------------------------------------------- /extl/string/scoped_string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/string/scoped_string.h -------------------------------------------------------------------------------- /extl/string/shims.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/string/shims.h -------------------------------------------------------------------------------- /extl/string/stack_string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/string/stack_string.h -------------------------------------------------------------------------------- /extl/string/std/char_traits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/string/std/char_traits.h -------------------------------------------------------------------------------- /extl/string/std/functions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/string/std/functions.h -------------------------------------------------------------------------------- /extl/string/std/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/string/std/vssver2.scc -------------------------------------------------------------------------------- /extl/string/string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/string/string.h -------------------------------------------------------------------------------- /extl/string/string_base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/string/string_base.h -------------------------------------------------------------------------------- /extl/string/string_selector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/string/string_selector.h -------------------------------------------------------------------------------- /extl/string/string_traits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/string/string_traits.h -------------------------------------------------------------------------------- /extl/string/test/stack_string_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/string/test/stack_string_test.h -------------------------------------------------------------------------------- /extl/string/test/test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/string/test/test.h -------------------------------------------------------------------------------- /extl/string/test/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/string/test/vssver2.scc -------------------------------------------------------------------------------- /extl/string/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/string/vssver2.scc -------------------------------------------------------------------------------- /extl/synch/atomic_traits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/synch/atomic_traits.h -------------------------------------------------------------------------------- /extl/synch/config/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/synch/config/config.h -------------------------------------------------------------------------------- /extl/synch/config/support.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/synch/config/support.h -------------------------------------------------------------------------------- /extl/synch/config/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/synch/config/vssver2.scc -------------------------------------------------------------------------------- /extl/synch/lock_base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/synch/lock_base.h -------------------------------------------------------------------------------- /extl/synch/null_lock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/synch/null_lock.h -------------------------------------------------------------------------------- /extl/synch/prefix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/synch/prefix.h -------------------------------------------------------------------------------- /extl/synch/scoped_lock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/synch/scoped_lock.h -------------------------------------------------------------------------------- /extl/synch/synch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/synch/synch.h -------------------------------------------------------------------------------- /extl/synch/synch_traits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/synch/synch_traits.h -------------------------------------------------------------------------------- /extl/synch/synch_traits_selector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/synch/synch_traits_selector.h -------------------------------------------------------------------------------- /extl/synch/test/atomic_traits_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/synch/test/atomic_traits_test.h -------------------------------------------------------------------------------- /extl/synch/test/null_lock_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/synch/test/null_lock_test.h -------------------------------------------------------------------------------- /extl/synch/test/scoped_lock_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/synch/test/scoped_lock_test.h -------------------------------------------------------------------------------- /extl/synch/test/test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/synch/test/test.h -------------------------------------------------------------------------------- /extl/synch/test/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/synch/test/vssver2.scc -------------------------------------------------------------------------------- /extl/synch/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/synch/vssver2.scc -------------------------------------------------------------------------------- /extl/test/prefix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/test/prefix.h -------------------------------------------------------------------------------- /extl/test/test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/test/test.h -------------------------------------------------------------------------------- /extl/test/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/test/vssver2.scc -------------------------------------------------------------------------------- /extl/type/config/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/config/config.h -------------------------------------------------------------------------------- /extl/type/config/support.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/config/support.h -------------------------------------------------------------------------------- /extl/type/config/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/config/vssver2.scc -------------------------------------------------------------------------------- /extl/type/n_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/n_types.h -------------------------------------------------------------------------------- /extl/type/non_type_wrap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/non_type_wrap.h -------------------------------------------------------------------------------- /extl/type/null_type.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/null_type.h -------------------------------------------------------------------------------- /extl/type/traits/add_const.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/add_const.h -------------------------------------------------------------------------------- /extl/type/traits/add_const_ref.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/add_const_ref.h -------------------------------------------------------------------------------- /extl/type/traits/add_cv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/add_cv.h -------------------------------------------------------------------------------- /extl/type/traits/add_ptr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/add_ptr.h -------------------------------------------------------------------------------- /extl/type/traits/add_ref.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/add_ref.h -------------------------------------------------------------------------------- /extl/type/traits/add_volatile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/add_volatile.h -------------------------------------------------------------------------------- /extl/type/traits/call_traits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/call_traits.h -------------------------------------------------------------------------------- /extl/type/traits/config/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/config/config.h -------------------------------------------------------------------------------- /extl/type/traits/config/support.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/config/support.h -------------------------------------------------------------------------------- /extl/type/traits/config/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/config/vssver2.scc -------------------------------------------------------------------------------- /extl/type/traits/detail/_func_def.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/detail/_func_def.h -------------------------------------------------------------------------------- /extl/type/traits/detail/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/detail/vssver2.scc -------------------------------------------------------------------------------- /extl/type/traits/func_ptr_traits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/func_ptr_traits.h -------------------------------------------------------------------------------- /extl/type/traits/has_trivial_copy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/has_trivial_copy.h -------------------------------------------------------------------------------- /extl/type/traits/if_.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/if_.h -------------------------------------------------------------------------------- /extl/type/traits/is_abstract.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/is_abstract.h -------------------------------------------------------------------------------- /extl/type/traits/is_arithmetic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/is_arithmetic.h -------------------------------------------------------------------------------- /extl/type/traits/is_array.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/is_array.h -------------------------------------------------------------------------------- /extl/type/traits/is_class.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/is_class.h -------------------------------------------------------------------------------- /extl/type/traits/is_class_or_union.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/is_class_or_union.h -------------------------------------------------------------------------------- /extl/type/traits/is_compound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/is_compound.h -------------------------------------------------------------------------------- /extl/type/traits/is_const.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/is_const.h -------------------------------------------------------------------------------- /extl/type/traits/is_convertible.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/is_convertible.h -------------------------------------------------------------------------------- /extl/type/traits/is_cv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/is_cv.h -------------------------------------------------------------------------------- /extl/type/traits/is_empty.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/is_empty.h -------------------------------------------------------------------------------- /extl/type/traits/is_enum.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/is_enum.h -------------------------------------------------------------------------------- /extl/type/traits/is_float.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/is_float.h -------------------------------------------------------------------------------- /extl/type/traits/is_func.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/is_func.h -------------------------------------------------------------------------------- /extl/type/traits/is_func_ptr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/is_func_ptr.h -------------------------------------------------------------------------------- /extl/type/traits/is_fundamental.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/is_fundamental.h -------------------------------------------------------------------------------- /extl/type/traits/is_int.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/is_int.h -------------------------------------------------------------------------------- /extl/type/traits/is_mem_func_ptr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/is_mem_func_ptr.h -------------------------------------------------------------------------------- /extl/type/traits/is_mem_obj_ptr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/is_mem_obj_ptr.h -------------------------------------------------------------------------------- /extl/type/traits/is_mem_ptr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/is_mem_ptr.h -------------------------------------------------------------------------------- /extl/type/traits/is_obj.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/is_obj.h -------------------------------------------------------------------------------- /extl/type/traits/is_pod.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/is_pod.h -------------------------------------------------------------------------------- /extl/type/traits/is_polymorphic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/is_polymorphic.h -------------------------------------------------------------------------------- /extl/type/traits/is_ptr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/is_ptr.h -------------------------------------------------------------------------------- /extl/type/traits/is_ref.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/is_ref.h -------------------------------------------------------------------------------- /extl/type/traits/is_same.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/is_same.h -------------------------------------------------------------------------------- /extl/type/traits/is_scalar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/is_scalar.h -------------------------------------------------------------------------------- /extl/type/traits/is_signed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/is_signed.h -------------------------------------------------------------------------------- /extl/type/traits/is_union.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/is_union.h -------------------------------------------------------------------------------- /extl/type/traits/is_unsigned.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/is_unsigned.h -------------------------------------------------------------------------------- /extl/type/traits/is_void.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/is_void.h -------------------------------------------------------------------------------- /extl/type/traits/is_volatile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/is_volatile.h -------------------------------------------------------------------------------- /extl/type/traits/limit_traits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/limit_traits.h -------------------------------------------------------------------------------- /extl/type/traits/logical_op.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/logical_op.h -------------------------------------------------------------------------------- /extl/type/traits/prefix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/prefix.h -------------------------------------------------------------------------------- /extl/type/traits/promotion_traits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/promotion_traits.h -------------------------------------------------------------------------------- /extl/type/traits/remove_bound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/remove_bound.h -------------------------------------------------------------------------------- /extl/type/traits/remove_bounds.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/remove_bounds.h -------------------------------------------------------------------------------- /extl/type/traits/remove_const.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/remove_const.h -------------------------------------------------------------------------------- /extl/type/traits/remove_cv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/remove_cv.h -------------------------------------------------------------------------------- /extl/type/traits/remove_ptr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/remove_ptr.h -------------------------------------------------------------------------------- /extl/type/traits/remove_ref.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/remove_ref.h -------------------------------------------------------------------------------- /extl/type/traits/remove_volatile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/remove_volatile.h -------------------------------------------------------------------------------- /extl/type/traits/traits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/traits.h -------------------------------------------------------------------------------- /extl/type/traits/unit_test/if_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/unit_test/if_test.h -------------------------------------------------------------------------------- /extl/type/traits/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/traits/vssver2.scc -------------------------------------------------------------------------------- /extl/type/type.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/type.h -------------------------------------------------------------------------------- /extl/type/type_wrap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/type_wrap.h -------------------------------------------------------------------------------- /extl/type/typedef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/typedef.h -------------------------------------------------------------------------------- /extl/type/unit_test/type_size_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/unit_test/type_size_test.h -------------------------------------------------------------------------------- /extl/type/unit_test/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/unit_test/vssver2.scc -------------------------------------------------------------------------------- /extl/type/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/vssver2.scc -------------------------------------------------------------------------------- /extl/type/yes_no.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/type/yes_no.h -------------------------------------------------------------------------------- /extl/utility/_old_singleton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/utility/_old_singleton.h -------------------------------------------------------------------------------- /extl/utility/address_of.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/utility/address_of.h -------------------------------------------------------------------------------- /extl/utility/bit_op.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/utility/bit_op.h -------------------------------------------------------------------------------- /extl/utility/config/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/utility/config/config.h -------------------------------------------------------------------------------- /extl/utility/config/support.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/utility/config/support.h -------------------------------------------------------------------------------- /extl/utility/config/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/utility/config/vssver2.scc -------------------------------------------------------------------------------- /extl/utility/element_num.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/utility/element_num.h -------------------------------------------------------------------------------- /extl/utility/offset_of.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/utility/offset_of.h -------------------------------------------------------------------------------- /extl/utility/operator_bool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/utility/operator_bool.h -------------------------------------------------------------------------------- /extl/utility/operators.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/utility/operators.h -------------------------------------------------------------------------------- /extl/utility/prefix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/utility/prefix.h -------------------------------------------------------------------------------- /extl/utility/properties.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/utility/properties.h -------------------------------------------------------------------------------- /extl/utility/singleton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/utility/singleton.h -------------------------------------------------------------------------------- /extl/utility/static_assert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/utility/static_assert.h -------------------------------------------------------------------------------- /extl/utility/static_message_assert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/utility/static_message_assert.h -------------------------------------------------------------------------------- /extl/utility/suppress_unused.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/utility/suppress_unused.h -------------------------------------------------------------------------------- /extl/utility/uncopyable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/utility/uncopyable.h -------------------------------------------------------------------------------- /extl/utility/unit_test/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/utility/unit_test/vssver2.scc -------------------------------------------------------------------------------- /extl/utility/utility.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/utility/utility.h -------------------------------------------------------------------------------- /extl/utility/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/utility/vssver2.scc -------------------------------------------------------------------------------- /extl/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/vssver2.scc -------------------------------------------------------------------------------- /extl/win/config/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/win/config/config.h -------------------------------------------------------------------------------- /extl/win/config/namespace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/win/config/namespace.h -------------------------------------------------------------------------------- /extl/win/config/suffix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/win/config/suffix.h -------------------------------------------------------------------------------- /extl/win/config/user.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/win/config/user.h -------------------------------------------------------------------------------- /extl/win/config/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/win/config/vssver2.scc -------------------------------------------------------------------------------- /extl/win/counter/rdtsc_counter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/win/counter/rdtsc_counter.h -------------------------------------------------------------------------------- /extl/win/counter/tick_counter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/win/counter/tick_counter.h -------------------------------------------------------------------------------- /extl/win/counter/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/win/counter/vssver2.scc -------------------------------------------------------------------------------- /extl/win/error/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/win/error/vssver2.scc -------------------------------------------------------------------------------- /extl/win/error/win_error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/win/error/win_error.h -------------------------------------------------------------------------------- /extl/win/error/win_synch_error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/win/error/win_synch_error.h -------------------------------------------------------------------------------- /extl/win/filesystem/path.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/win/filesystem/path.h -------------------------------------------------------------------------------- /extl/win/filesystem/path_traits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/win/filesystem/path_traits.h -------------------------------------------------------------------------------- /extl/win/filesystem/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/win/filesystem/vssver2.scc -------------------------------------------------------------------------------- /extl/win/memory/allocator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/win/memory/allocator.h -------------------------------------------------------------------------------- /extl/win/memory/global_allocator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/win/memory/global_allocator.h -------------------------------------------------------------------------------- /extl/win/memory/heap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/win/memory/heap.h -------------------------------------------------------------------------------- /extl/win/memory/process_heap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/win/memory/process_heap.h -------------------------------------------------------------------------------- /extl/win/memory/virtual_allocator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/win/memory/virtual_allocator.h -------------------------------------------------------------------------------- /extl/win/memory/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/win/memory/vssver2.scc -------------------------------------------------------------------------------- /extl/win/string/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/win/string/vssver2.scc -------------------------------------------------------------------------------- /extl/win/string/win_string_traits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/win/string/win_string_traits.h -------------------------------------------------------------------------------- /extl/win/synch/atomic_functions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/win/synch/atomic_functions.h -------------------------------------------------------------------------------- /extl/win/synch/critical_section.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/win/synch/critical_section.h -------------------------------------------------------------------------------- /extl/win/synch/event.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/win/synch/event.h -------------------------------------------------------------------------------- /extl/win/synch/event_lock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/win/synch/event_lock.h -------------------------------------------------------------------------------- /extl/win/synch/locks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/win/synch/locks.h -------------------------------------------------------------------------------- /extl/win/synch/mutex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/win/synch/mutex.h -------------------------------------------------------------------------------- /extl/win/synch/mutex_lock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/win/synch/mutex_lock.h -------------------------------------------------------------------------------- /extl/win/synch/semaphore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/win/synch/semaphore.h -------------------------------------------------------------------------------- /extl/win/synch/semaphore_lock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/win/synch/semaphore_lock.h -------------------------------------------------------------------------------- /extl/win/synch/unit_test/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/win/synch/unit_test/vssver2.scc -------------------------------------------------------------------------------- /extl/win/synch/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/win/synch/vssver2.scc -------------------------------------------------------------------------------- /extl/win/system/system_traits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/win/system/system_traits.h -------------------------------------------------------------------------------- /extl/win/system/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/win/system/vssver2.scc -------------------------------------------------------------------------------- /extl/win/utility/assert_failed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/win/utility/assert_failed.h -------------------------------------------------------------------------------- /extl/win/utility/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/win/utility/vssver2.scc -------------------------------------------------------------------------------- /extl/win/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/win/vssver2.scc -------------------------------------------------------------------------------- /extl/win/win.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/extl/win/win.h -------------------------------------------------------------------------------- /imageconvector.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/imageconvector.cpp -------------------------------------------------------------------------------- /imageconvector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/imageconvector.h -------------------------------------------------------------------------------- /impl_gray.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/impl_gray.h -------------------------------------------------------------------------------- /log.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/log.txt -------------------------------------------------------------------------------- /main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/main.cpp -------------------------------------------------------------------------------- /mainwindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/mainwindow.cpp -------------------------------------------------------------------------------- /mainwindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/mainwindow.h -------------------------------------------------------------------------------- /mainwindow.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/mainwindow.ui -------------------------------------------------------------------------------- /network.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/network.cpp -------------------------------------------------------------------------------- /network.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/network.h -------------------------------------------------------------------------------- /object_script.HNR.Debug: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/object_script.HNR.Debug -------------------------------------------------------------------------------- /object_script.HNR.Release: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/object_script.HNR.Release -------------------------------------------------------------------------------- /prefix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/prefix.h -------------------------------------------------------------------------------- /qimage_painter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/qimage_painter.h -------------------------------------------------------------------------------- /qimagescene.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/qimagescene.cpp -------------------------------------------------------------------------------- /qimagescene.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/qimagescene.h -------------------------------------------------------------------------------- /qtc-gdbmacros/LGPL_EXCEPTION.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/qtc-gdbmacros/LGPL_EXCEPTION.TXT -------------------------------------------------------------------------------- /qtc-gdbmacros/LICENSE.LGPL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/qtc-gdbmacros/LICENSE.LGPL -------------------------------------------------------------------------------- /qtc-gdbmacros/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/qtc-gdbmacros/Makefile -------------------------------------------------------------------------------- /qtc-gdbmacros/Makefile.Debug: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/qtc-gdbmacros/Makefile.Debug -------------------------------------------------------------------------------- /qtc-gdbmacros/Makefile.Release: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/qtc-gdbmacros/Makefile.Release -------------------------------------------------------------------------------- /qtc-gdbmacros/gdbmacros.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/qtc-gdbmacros/gdbmacros.cpp -------------------------------------------------------------------------------- /qtc-gdbmacros/gdbmacros.pro: -------------------------------------------------------------------------------- 1 | TEMPLATE = lib 2 | CONFIG += shared 3 | SOURCES=gdbmacros.cpp 4 | -------------------------------------------------------------------------------- /qtc-gdbmacros/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/qtc-gdbmacros/vssver2.scc -------------------------------------------------------------------------------- /release/HNR.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/release/HNR.exe -------------------------------------------------------------------------------- /release/QtCore4.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/release/QtCore4.dll -------------------------------------------------------------------------------- /release/QtGui4.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/release/QtGui4.dll -------------------------------------------------------------------------------- /release/QtSql4.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/release/QtSql4.dll -------------------------------------------------------------------------------- /release/extl_trace_log.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /release/extl_unittest.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /release/imageconvector.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/release/imageconvector.o -------------------------------------------------------------------------------- /release/main.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/release/main.o -------------------------------------------------------------------------------- /release/mainwindow.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/release/mainwindow.o -------------------------------------------------------------------------------- /release/mingwm10.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/release/mingwm10.dll -------------------------------------------------------------------------------- /release/moc_mainwindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/release/moc_mainwindow.cpp -------------------------------------------------------------------------------- /release/moc_mainwindow.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/release/moc_mainwindow.o -------------------------------------------------------------------------------- /release/moc_qimagescene.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/release/moc_qimagescene.cpp -------------------------------------------------------------------------------- /release/moc_qimagescene.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/release/moc_qimagescene.o -------------------------------------------------------------------------------- /release/qimagescene.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/release/qimagescene.o -------------------------------------------------------------------------------- /release/qrc_res.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/release/qrc_res.cpp -------------------------------------------------------------------------------- /release/qrc_res.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/release/qrc_res.o -------------------------------------------------------------------------------- /release/sampleview.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/release/sampleview.o -------------------------------------------------------------------------------- /res/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/res/Thumbs.db -------------------------------------------------------------------------------- /res/add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/res/add.png -------------------------------------------------------------------------------- /res/defaulticon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/res/defaulticon.png -------------------------------------------------------------------------------- /res/editredo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/res/editredo.png -------------------------------------------------------------------------------- /res/editundo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/res/editundo.png -------------------------------------------------------------------------------- /res/fileclose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/res/fileclose.png -------------------------------------------------------------------------------- /res/fileopen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/res/fileopen.png -------------------------------------------------------------------------------- /res/fileprint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/res/fileprint.png -------------------------------------------------------------------------------- /res/filesave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/res/filesave.png -------------------------------------------------------------------------------- /res/lcdnumber.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/res/lcdnumber.png -------------------------------------------------------------------------------- /res/linguist-fileopen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/res/linguist-fileopen.png -------------------------------------------------------------------------------- /res/linguist-next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/res/linguist-next.png -------------------------------------------------------------------------------- /res/linguist-phrasebookopen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/res/linguist-phrasebookopen.png -------------------------------------------------------------------------------- /res/linguist-prev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/res/linguist-prev.png -------------------------------------------------------------------------------- /res/minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/res/minus.png -------------------------------------------------------------------------------- /res/network.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/res/network.png -------------------------------------------------------------------------------- /res/networkdrive-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/res/networkdrive-128.png -------------------------------------------------------------------------------- /res/networkdrive-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/res/networkdrive-16.png -------------------------------------------------------------------------------- /res/networkdrive-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/res/networkdrive-32.png -------------------------------------------------------------------------------- /res/nullPlugin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/res/nullPlugin.png -------------------------------------------------------------------------------- /res/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/res/plus.png -------------------------------------------------------------------------------- /res/radiobutton_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/res/radiobutton_off.png -------------------------------------------------------------------------------- /res/remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/res/remove.png -------------------------------------------------------------------------------- /res/res.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/res/res.qrc -------------------------------------------------------------------------------- /res/rotateright.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/res/rotateright.png -------------------------------------------------------------------------------- /res/services.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/res/services.png -------------------------------------------------------------------------------- /res/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/res/star.png -------------------------------------------------------------------------------- /res/textanchor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/res/textanchor.png -------------------------------------------------------------------------------- /res/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/res/vssver2.scc -------------------------------------------------------------------------------- /res/zoomin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/res/zoomin.png -------------------------------------------------------------------------------- /res/zoomout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/res/zoomout.png -------------------------------------------------------------------------------- /sample_helper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/sample_helper.h -------------------------------------------------------------------------------- /samples/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/Thumbs.db -------------------------------------------------------------------------------- /samples/network/network_8_16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/network/network_8_16.txt -------------------------------------------------------------------------------- /samples/network/pca_8_16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/network/pca_8_16.txt -------------------------------------------------------------------------------- /samples/network_8_16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/network_8_16.txt -------------------------------------------------------------------------------- /samples/pca_8_16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/pca_8_16.txt -------------------------------------------------------------------------------- /samples/samples.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/samples.mdb -------------------------------------------------------------------------------- /samples/test/IMG0144A.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/test/IMG0144A.jpg -------------------------------------------------------------------------------- /samples/test/IMG0145A.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/test/IMG0145A.jpg -------------------------------------------------------------------------------- /samples/test/IMG0146A.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/test/IMG0146A.jpg -------------------------------------------------------------------------------- /samples/test/IMG0147A.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/test/IMG0147A.jpg -------------------------------------------------------------------------------- /samples/test/IMG0148A.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/test/IMG0148A.jpg -------------------------------------------------------------------------------- /samples/test/IMG0149A.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/test/IMG0149A.jpg -------------------------------------------------------------------------------- /samples/test/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/test/Thumbs.db -------------------------------------------------------------------------------- /samples/test/other1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/test/other1.bmp -------------------------------------------------------------------------------- /samples/test/sample_21.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/test/sample_21.bmp -------------------------------------------------------------------------------- /samples/test/sample_22.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/test/sample_22.bmp -------------------------------------------------------------------------------- /samples/test/sample_23.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/test/sample_23.bmp -------------------------------------------------------------------------------- /samples/test/sample_24.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/test/sample_24.bmp -------------------------------------------------------------------------------- /samples/test/sample_25.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/test/sample_25.bmp -------------------------------------------------------------------------------- /samples/test/sample_26.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/test/sample_26.bmp -------------------------------------------------------------------------------- /samples/test/sample_27.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/test/sample_27.bmp -------------------------------------------------------------------------------- /samples/test/sample_28.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/test/sample_28.bmp -------------------------------------------------------------------------------- /samples/test/sample_29.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/test/sample_29.bmp -------------------------------------------------------------------------------- /samples/test/sample_30.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/test/sample_30.bmp -------------------------------------------------------------------------------- /samples/test/sample_31.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/test/sample_31.bmp -------------------------------------------------------------------------------- /samples/test/sample_32.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/test/sample_32.bmp -------------------------------------------------------------------------------- /samples/test/sample_33.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/test/sample_33.bmp -------------------------------------------------------------------------------- /samples/test/sample_34.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/test/sample_34.bmp -------------------------------------------------------------------------------- /samples/test/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/test/vssver2.scc -------------------------------------------------------------------------------- /samples/test/测试图片1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/test/测试图片1.bmp -------------------------------------------------------------------------------- /samples/test/测试图片2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/test/测试图片2.bmp -------------------------------------------------------------------------------- /samples/test/测试图片3.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/test/测试图片3.bmp -------------------------------------------------------------------------------- /samples/test/测试图片4.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/test/测试图片4.bmp -------------------------------------------------------------------------------- /samples/test/测试图片5.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/test/测试图片5.bmp -------------------------------------------------------------------------------- /samples/test/测试图片6.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/test/测试图片6.bmp -------------------------------------------------------------------------------- /samples/test/测试图片7.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/test/测试图片7.bmp -------------------------------------------------------------------------------- /samples/test/训练样本.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/test/训练样本.bmp -------------------------------------------------------------------------------- /samples/train/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/train/Thumbs.db -------------------------------------------------------------------------------- /samples/train/sample_0.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/train/sample_0.bmp -------------------------------------------------------------------------------- /samples/train/sample_1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/train/sample_1.bmp -------------------------------------------------------------------------------- /samples/train/sample_10.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/train/sample_10.bmp -------------------------------------------------------------------------------- /samples/train/sample_11.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/train/sample_11.bmp -------------------------------------------------------------------------------- /samples/train/sample_12.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/train/sample_12.bmp -------------------------------------------------------------------------------- /samples/train/sample_13.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/train/sample_13.bmp -------------------------------------------------------------------------------- /samples/train/sample_14.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/train/sample_14.bmp -------------------------------------------------------------------------------- /samples/train/sample_15.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/train/sample_15.bmp -------------------------------------------------------------------------------- /samples/train/sample_16.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/train/sample_16.bmp -------------------------------------------------------------------------------- /samples/train/sample_17.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/train/sample_17.bmp -------------------------------------------------------------------------------- /samples/train/sample_18.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/train/sample_18.bmp -------------------------------------------------------------------------------- /samples/train/sample_19.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/train/sample_19.bmp -------------------------------------------------------------------------------- /samples/train/sample_2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/train/sample_2.bmp -------------------------------------------------------------------------------- /samples/train/sample_20.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/train/sample_20.bmp -------------------------------------------------------------------------------- /samples/train/sample_3.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/train/sample_3.bmp -------------------------------------------------------------------------------- /samples/train/sample_4.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/train/sample_4.bmp -------------------------------------------------------------------------------- /samples/train/sample_5.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/train/sample_5.bmp -------------------------------------------------------------------------------- /samples/train/sample_6.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/train/sample_6.bmp -------------------------------------------------------------------------------- /samples/train/sample_7.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/train/sample_7.bmp -------------------------------------------------------------------------------- /samples/train/sample_8.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/train/sample_8.bmp -------------------------------------------------------------------------------- /samples/train/sample_9.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/train/sample_9.bmp -------------------------------------------------------------------------------- /samples/vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/samples/vssver2.scc -------------------------------------------------------------------------------- /sampleview.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/sampleview.cpp -------------------------------------------------------------------------------- /sampleview.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/sampleview.h -------------------------------------------------------------------------------- /sh_cs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/sh_cs.h -------------------------------------------------------------------------------- /sh_dk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/sh_dk.h -------------------------------------------------------------------------------- /sh_dn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/sh_dn.h -------------------------------------------------------------------------------- /sh_ed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/sh_ed.h -------------------------------------------------------------------------------- /sh_fx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/sh_fx.h -------------------------------------------------------------------------------- /sh_gy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/sh_gy.h -------------------------------------------------------------------------------- /sh_hp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/sh_hp.h -------------------------------------------------------------------------------- /sh_oh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/sh_oh.h -------------------------------------------------------------------------------- /sh_pp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/sh_pp.h -------------------------------------------------------------------------------- /sh_rl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/sh_rl.h -------------------------------------------------------------------------------- /sh_sc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/sh_sc.h -------------------------------------------------------------------------------- /sh_th.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/sh_th.h -------------------------------------------------------------------------------- /sh_tn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/sh_tn.h -------------------------------------------------------------------------------- /sh_zm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/sh_zm.h -------------------------------------------------------------------------------- /ui_mainwindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/ui_mainwindow.h -------------------------------------------------------------------------------- /vssver2.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboox/hnr/HEAD/vssver2.scc --------------------------------------------------------------------------------