搜索资源列表
Dibr Stereo Image Display
- its a project about DIBR 3D stereo image pair c++ disparity
RSAcreatekey
- rsa算法的c++实现,该程序实现rsa密钥对的生成.此密钥用来加密和解密-rsa algorithm c++ achieved the realization of the program rsa key pair generation. this key used to encrypt and decrypt
RSAfinal
- 能够生成1024位的RSA算法密钥对,C++语言实现-1024 to generate the RSA key pair algorithm, C Language Implementation
ClosestPair
- 最小点对距离,即ClosestPair,时间复杂度进行了优化-The program is used to find the closest pair points
Auto-pairing-of-the-separation-pair-points
- 利用基于凹点搜索和最短距离的构造分离线的方法分离串联淋巴细胞时,需要自动实现 相应凹区域的配对。对于两个细胞粘连的情况,由于恰好存在两个凹区域,故不存在自动配对问题 对于三个细胞串联、存在三个凹区域的情况,通过判断分离线是否与核心三角形相交实现自动配对 对于三个细胞串联、存在四个凹区域的情况,先计算各凹区域到核心钝角三角形的最短距离、同时获得四个端点,然后利用其坐标与核心坐标的关系进行自动配对。设计的分离方法能够满足两个细胞粘连和三
encoder
- Implementation of a speech codec based on coding of speech at 8 kbit/s using conjugate-structure algebraic-code-excited linear-prediction (CS-ACELP) - We took .wav files that is sampled at 8000 Hz using 16-bit line
multiview_geometry
- Multi-view Geometry between a pair of stereo images
closestPairPoints
- 使用分治法求大量点中的最近点对.使用MFC做用户界面.10^6个点时间大约为0.1妙-Get the closest pair of points from points clouds by divide and conquer method. UI by MFC. It costs about 0.1 second computing from 1,000,000 points
pair
- find pair (feature points SURF)
sensor-networks
- 对偶密钥技术的采用使无线传感器网络通信的安全性得到保障。对偶密钥中的动态密钥路径的应用又进一 步提高无线传感器网络通信的可靠性。利用层次超立方体模刑中节点编码的特性及其高容错性,提出了基于局 部弱连通性概念的簇内动态密钥路径和基于位置信息的簇间动态密钥路径的两类算法。-Security schemes of pair wise key establishment ensure communication security in wi
Closest-Pair-Point
- 寻找最近点对(... ... ... ... ... ... ...)-find closest path pair (.....................................)
Pair
- 结对编程web管理系统,用PHP编写,适合小型web管理-Pair programming, web management system written in PHP, web management for small
closest-pair
- brute force closest pair algorithm
dxp_difference_pair
- 介绍了电路设计中,差分线对的知识,以及实际处理中的匹配参数和具体走线的要求-Describes the circuit design, knowledge of differential pair, and matching the actual processing parameters and the specific requirements of the alignment
Selection-of-alloy-pair-for-MHHP
- 金属氢化物热泵合金匹配的程序,可以通过数据表格交互选择适用一定温度的配对-The pair of metal hydrdies can be chosen from existing candidates by operating temperature
LAN-pair
- 局域网对时,局域网内可以将某台计算机时间应用到本地计算机-LAN pair
amicable-pair
- 使用暴力方法,寻找并输出一定范围内的amicable pair.-Violent methods used to find and output a range of amicable pair.
Currency-pair-RSI
- MT4 多货币对RSI指标,可以自定货币对,用来货币对对冲或套利-MT4 multiple currencies on the RSI index, you can customize the currency pair, to hedge or arbitrage currency
Currency-pair-CCI
- MT4 多货币对CCI指标,可以自定货币对,用来货币对对冲或套利-MT4 multiple currencies on the CCI index, you can customize the currency pair, to hedge or arbitrage currency
closet-pair-problem
- 求平面内中距离最短的两点的距离,使用分治算法实现的C++代码-closet pair problem