资源列表
排序选择:
[多媒体编程] DecklinkCapture
说明:The purpose of this sample is to demonstrate a very basic video capture application, programmatic setting and restoring the video and audio formats through the IAMStreamConfig interface. Capturing to a compressed format is also possible provided the<Ivo> 在 2025-07-09 上传 | 大小:8.09mb | 下载:0
[图形/文字识别] fingeridentify
说明:指纹识别完整程序 指纹匹配功能实现 滤波,方向场,细节提取-finger identify<黄卡尔> 在 2025-07-09 上传 | 大小:6.75mb | 下载:0
[数据结构常用算法] ThreeColor
说明:采用回溯法,利用动态搜索树的数据结构来构造一棵解树,实现3着色问题。 本程序使用迭代回溯算法-The use of retrospective law, the use of dynamic search tree data structure to construct a solution tree, the realization of 3 coloring problem. This procedure backtracking algorithm using iterative<jay> 在 2025-07-09 上传 | 大小:2kb | 下载:0
[数据结构常用算法] TopoSort
说明:实现拓扑排序:一个有向无环图,表述为一个邻接矩阵graph[n][n],其中graph[i][0]为顶点i的入度,其余为其后继结点。-The realization of topological sort: a directed acyclic graph, expressed as an adjacency matrix graph [n] [n], which graph [i] [0] for the vertex i of income, the remaining node to it<jay> 在 2025-07-09 上传 | 大小:2kb | 下载:0
[ActiveX/DCOM] CompareSort
说明:采用分治法,比较快速排序和归并排序的时间复杂度,即计算每个排序过程所花的时间并输出。-The use of sub-rule law, compare quick sort and merge sort time complexity, that is calculated for each sort process and output the time spent.<jay> 在 2025-07-09 上传 | 大小:1.82mb | 下载:0
[JSP源码/Java] Step02
说明:jsp+javabean+servlet实现的在线书店,很不错的源码,只需在Tomcat下做配置就可运行,客户端含有注册登录,注册信息修改,购物车,商品分类,商品查询,最新和特价商品查看,订单状态,留言板和论坛等模块,服务端含有用户管理,商品管理,订单处理等模块 -online bookstore, complete, installed after Mysql and Tomcat can. The following steps : (1) copy the source code book<baoyu> 在 2025-07-09 上传 | 大小:2kb | 下载:0
[数据结构常用算法] CSort
说明:用C++6.0编写,采用分治法求解快速排序和归并排序所花的时间并输出,能够具体地让大家明白时间复杂度这一抽象的概念-Using C++6.0 development, the use of sub-rule method to sort quick sort and merge the time spent and output, specifically so that everyone can understand the time complexity of this abstract c<jay> 在 2025-07-09 上传 | 大小:428kb | 下载:0
[数据结构常用算法] IntegerSort
说明:设计一个由自动测试排序算法性能(比较次数compare_count、交换次数exchange_count、探测次数probe_count)的测试类和排序类构成的类体系。 注:用一个类来描述一个排序算法,类中的sort方法通过调用比较、交换方法来实现数组排序。排序类放入一个特定的包MySort中。-Design a sorting algorithm by automatic test performance (compare the number of compare_count, the<jay> 在 2025-07-09 上传 | 大小:8kb | 下载:0