搜索资源列表
xunhuanmabianyiyuanma
- 循环码是线性分组码中的一类重要字码。它具有纠错能力强和易于实现的特点,它适合于代数方法进行研究,编译码的设备也比较简单,再实际中得到了广泛的应用.-cycle linear block code is the code of a kind of important code. It has error correction capability and feature easy to implement, it is suitable for algebraic methods, encrypt
LScanPort-src
- 高级扫描(SYN刺探)的扫描器+源代码这是图形介面下一款基于高级扫描技术(SYN刺探)的扫描器。应广大编程爱好者的要求,现在公布它的源代码。它的扫描速度在同类安全软件中是比较快的。最快可以 1s 刺探接近500个IP(远程刺探),当然那和您的网速(N重要的一点)和机器的性能有关系,在测试版中没有本地扫描的功能,在1.0中加上了。它的优势最要在于大规模的扫描,经测试它的速度比SuperScan还要快,因为SuperScan并不是基于嗅探技术的。在扫描的同时还会留下日志。SYN刺探就不会。 -Hig
sift_robhess.rar
- Rob Hess Linux下的SIFT提取源码,金字塔采样和高斯差分提取特征点,KD树搜索寻找同名点,RANSAC去粗差,Rob Hess Linux source code under the SIFT extraction, sampling and Gaussian pyramid differential extraction of feature points, KD tree search to find the same name, points, RANSAC to gross
mrmr-ftest.zip
- This is a code for feature selection. Which combines minimum redundency and max relevance and Ftest. Originally it is written for gene selection but can be used for any kind of feature selection.,This is a code for feature selection. Which combines m
gsoap_server
- gsoap实现的一个多线程server端的源代码。我在公司三个月写的一个强大的功能。-gsoap achieve a multi-threaded server-side source code. I wrote three months in the company a powerful feature.
RecDemo
- 东进语音卡电话录音系统源码,支持电话录放音功能-East voice card telephone recording system source code, support for audio playback feature phone
ExtendFind
- 一个可以在VB开发环境增强查找的插件工具,可以和VB的IDE环境融为一体,支持查找自动定位(即点击查找的内容,即自动跳转到代码的位置,类似VC的查找功能,经常使用VC的应该能感觉到这个好功能的方便性),当然,还包括一些其他的功能,如查找并替换,代码格式化,代码缩进,代码修复优化,可以像VB的查找那样自定义查找范围,人性化的查找功能定制等。-A development environment in VB plug-ins enhance the search tool to the IDE env
mcwsrc21
- Windows API Message Cracker Wizard Tool for easier use of WINDOWSX.H message cracking macros (c) 2003-2005 Hernan Di Pietro Release 2.1 version history 1.0 - first release 1.2 + multiple message selection feature + adde
Aro.Keygen.Demo
- C++编程实现在程序中加入软件序列号的实例演示,并附带有注册机以及全部源代码,这个功能应该对软件开发者很有用。-C++ programming software in the process of adding the serial number of the examples demonstrate, together with RI, as well as with all source code, this feature should be useful for software dev
SURFmex
- A fast matlab code for image feature matching
Addison_Wesley-Bjarne_Stroustrup-The_C++_Programm
- This book introduces standard C++ and the key programming and design techniques supported by C++. Standard C++ is a far more powerful and polished language than the version of C++ introduced by the first edition of this book. This book presents eve
DesktopSearchEngine
- 一款开源的桌面搜索引擎源代码,技术特色包括快速搜索文件(作者称经常会少于1秒),支持音乐/文档/图片筛选过滤,文件类型筛选过滤,文件访问和文件大小筛选等。源代码包括了一个加速技术及有关函数,以及闪速注册表读取类。源代码中包含使用CopyMemory API函数构建的二进制文件转储功能,从内存获取对象集合,使用WMI脚本对象,多线程递归搜索以及其他的技术,总之是一款不错的源代码,对希望编写桌面搜索引擎的网友可以提供借鉴。 首先把 Engine目录下的prjEngine.vbp编译为Hyper
ucosucGUI
- uC/GUI是一个源代码开放的GUI,可以实现Windows风格的图形界面。微型是其最大的特点,占用很小的系统资源,易于移植,功能强大[1];可以运行在uc/os-ii操作系统中;采用了100 的ANSI C编写,可以应用于任何LCD和CPU中;加上其源代码开放的特点,使用起来非常灵活-uC/GUI is an open source GUI, allows Windows-style GUI. Micro is its greatest feature, taking up very litt
AES
- AES的加密实现,代码比较多,但是功能很全,满足各方面的需要-AES encryption implementation, code more, but the feature is full, meet all the needs of
ShutdownAgent
- Vb开发编写的关机助手源代码,具体来说可以定时关机、强制终止进程。可设定程序在几小时几分钟内自动关机,关机时强制终止进程,激活本功能后,关机程序将倒计时,在此期间您可终止运行本程序。-Written off development assistant Vb source code, specifically, can be time off, forced to terminate the process. Program can be set to automatically shut dow
crc-code
- 纠错算法功能包,实现简单的crc算法计算-Feature Pack correction algorithm to achieve a simple algorithm to calculate the crc
LicenseSource
- 使用NET和CSharp编程,可以根据输入的模板格式和加密解密字符实现软件许可文件的自动生成-This article is about a license key generation program. As you know when you get a software package it usually requires a license key. The keys that are generated show various pieces of information, such
opencv-feature-tracker-4a282a407d29
- 用于特征跟踪的算法源码,里面有不同的跟踪算法-For feature tracking algorithm source code, which has a different tracking algorithm
unixd
- 测试驱动开发,英文全称Test-Driven Development,简称TDD,是一种不同于传统软件开发流程的新型的开发方法。它要求在编写某个功能的代码之前先编写测试代码,然后只编写使测试通过的功能代码,通过测试来推动整个开发的进行。这有助于编写简洁可用和高质量的代码,并加速开发过程。-Test-driven Development, English full name Test- Driven Development, hereinafter referred to as TDD, is a
code
- 基于n-gram进行特征提取和分类训练的代码-N-gram based feature extration and traning code