SiftGPU is an implementation of SIFT [1] for GPU. SiftGPU processes pixels parallely to build Gaussian pyramids and detect DoG Keypoints. Based on GPU list generation, SiftGPU then uses a GPU/CPU mixed method to efficiently build compact keypoint lists. Finally keypoints are processed parallely to get their orientations and descriptors.
资源简介:SiftGPU is an implementation of SIFT [1] for GPU. SiftGPU processes pixels parallely to build Gaussian pyramids and detect DoG Keypoints. Based on GPU list generation, SiftGPU then uses a GPU/CPU mixed method to efficiently build compact k...
上传时间: 2013-11-27
上传用户:zhangjinzj
资源简介:This is an implementation of double-array structure for representing trie, as proposed by Junichi Aoe [1]. Trie is a kind of digital search tree, an efficient indexing method with O(1) time complexity for searching. Comparably as effic...
上传时间: 2013-12-10
上传用户:shinesyh
资源简介:this a pack include source code for quartus 2. It is an implementation of the LC2. The LC-2 computer is described in Introduction to Computing Systems from Bits & Gates to C & Beyond by Yale Patt and Sanjay Patel, McGraw Hill, 2001. The ...
上传时间: 2013-12-25
上传用户:坏坏的华仔
资源简介:DYMOUM is an implementation of the DYMO (Dynamic Manet On-demand) routing protocol both for Linux kernel and ns2 network simulator, written in C and C++.
上传时间: 2016-11-07
上传用户:tianyi223
资源简介:Here is an implementation of UserCollectionType that returns a fast set. As you are looking below, note how much possibility there is for common subclasses that provide custom set/list/map implementations:
上传时间: 2015-05-27
上传用户:franktu
资源简介:Libgist is an implementation of the Generalized Search Tree, a template index structure that makes it easy to implement any type of hierarchical access method (AM).
上传时间: 2013-11-26
上传用户:chenxichenyue
资源简介:this program, opticalflow.c, is an implementation of Uras et al. 1988 s motion
上传时间: 2014-12-02
上传用户:busterman
资源简介:CKHash is an implementation of Cuckoo Hashing that can receive the input in the form of strings directly
上传时间: 2013-12-25
上传用户:dapangxie
资源简介:This program is an implementation of a part of one or more MPEG-4 Video tools as specified in ISO/IEC 14496-2 standard.
上传时间: 2015-11-02
上传用户:myworkpost
资源简介:xl2tpd is an implementation of the Layer 2 Tunnelling Protocol (RFC 2661). L2TP allows you to tunnel PPP over UDP. Some ISPs use L2TP to tunnel user sessions from dial-in servers (modem banks, ADSL DSLAMs) to back-end PPP servers. Anothe...
上传时间: 2014-01-20
上传用户:Altman
资源简介:一篇关于TCP-Vegas的文献:Vegas is an implementation of TCP that achieves between 37 and 71% better throughput on the Internet, with onefifth to one-half the losses, as compared to the implementation of TCP in the Reno distribution of BSD Un...
上传时间: 2014-01-08
上传用户:lwwhust
资源简介:FreeFEM is an implementation of the GFEM language dedicated to the finite element method. It provides you a way to solve Partial Differential Equations (PDE) simply. Although you can solve quite complicated problems can be solved also.
上传时间: 2016-11-13
上传用户:来茴
资源简介:pHash is an implementation of various perceptual hashing algorithms. A perceptual hash is a fingerprint of an audio, video, or image file that is mathematically based on the audio or visual content contained within. Unlike cryptographic has...
上传时间: 2013-12-08
上传用户:星仔
资源简介:It is an implementation of link list algorithm
上传时间: 2017-05-20
上传用户:zhaiye
资源简介:This is an implementation of bellman ford algorithm using java.
上传时间: 2017-07-14
上传用户:15071087253
资源简介:this class is an implementation of the kd-tree algorithm
上传时间: 2013-12-17
上传用户:笨小孩
资源简介:dasniff daSniff is an open source customizable sniffer for win32 systems. It helps you to log your LAN traffic by specifying packet rules as filters.
上传时间: 2013-12-19
上传用户:invtnewer
资源简介:An implementation of the TCP/IP protocol suite for the LINUX operating system. INET is implemented using the BSD Socket interface as the means of communication with the user level.
上传时间: 2015-02-25
上传用户:xuanjie
资源简介:Did anyone ask for an integer version of sqrt? Following is an implementation I found and adapted. Hope it is useful for somebody.
上传时间: 2013-12-24
上传用户:阿四AIR
资源简介:This is an efficient implementation of the algorithm for calculating the universal image quality index
上传时间: 2017-07-07
上传用户:guanliya
资源简介:In this work an implementation of a geometric nonlinear controller for chaos synchronization in a Field Programmable Gate Array (FPGA) is presented. The Lorenz chaotic system is used to show the implementation of chaos synchronization via n...
上传时间: 2013-12-17
上传用户:3到15
资源简介:CFlowchartEditor is an extension of CDiagramEditor. CDiagramEditor is a vector editor, with a CWnd-derived window (CDiagramEditor), a data container (CDiagramEntityContainer) holding the draw-objects, undo stack and managing copy and paste,...
上传时间: 2015-11-21
上传用户:气温达上千万的
资源简介:An object-oriented C++ implementation of Davidson method for finding a few selected extreme eigenpairs of a large, sparse, real, symmetric matrix
上传时间: 2014-01-09
上传用户:TRIFCT
资源简介:This sample provides an implementation of simple Bluetooth device discovery via the Winsock 2 API. It provides a listbox control which, when searching is complete, lists the discovered Bluetooth devices. Only names of the devices a...
上传时间: 2014-10-31
上传用户:hewenzhi
资源简介:Isisns is an extension of Network Simulator (ns) for the IS-IS routing protocol. It is focused on simulation of network dynamics and convergence.
上传时间: 2016-11-06
上传用户:thesk123
资源简介:This is the documentation on implementation of Cable radar for the detection of faults over the cable using TDR technique
上传时间: 2017-04-01
上传用户:爱死爱死
资源简介:This volume is an instructor鈥檚 manual for the 4th edition of Database System Concepts by Abraham Silberschatz, Henry F. Korth and S. Sudarshan. It contains answers to the exercises at the end of each chapter of the book.
上传时间: 2017-04-29
上传用户:manking0408
资源简介:an implementation of Notch_Filter in matlab for image processing
上传时间: 2017-04-30
上传用户:kernaling
资源简介:this is a implementation of a B* tree,not yet completed, because I need help for this task.
上传时间: 2013-11-27
上传用户:xinyuzhiqiwuwu
资源简介:PseudoQ is an open source java application for creating, playing and solving SuDoku puzzles of various types. It features both a Swing GUI and command-line operation. The automatic solving of puzzles uses "smart" techniques rather than a br...
上传时间: 2014-01-06
上传用户:yiwen213