Welcome![Sign In][Sign Up]
Location:
Search - extension

Search list

[Graph programDetection-of-ellipses-by-a-modified-Hough-transfor

Description: 这是一篇关于椭圆检测的文章:对于做人脸识别,模式识别的同行应该会有所帮助.找了好久,才下到,上传来共享下.-abstract:The Hough transformation can detect straight lines in an edge-enhanced picture, however its extension torecover ellipses requires too long a computing time. This correspondence proposes a modified method which utilizes two properties of an ellipse in such a way that it iteratively searches for clusters in two different parameter spaces to find almost complete ellipses, then evaluates their parameters by the least mean squares method.
Platform: | Size: 1918976 | Author: 华瑞娟 | Hits:

[Compress-Decompress algrithmshuffman

Description: 在网上能够找到的最简单,最快速的哈夫曼编码。本方法不使用任何扩展动态库,比如STL或者组件。只使用简单的C函数,比如:memset,memmove,qsort,malloc,realloc和memcpy。-Online to find the simplest, fastest Huffman. This method does not use any extension of the dynamic libraries, such as STL or components. Only using a simple C function, such as: memset, memmove, qsort, malloc, realloc and memcpy.
Platform: | Size: 14336 | Author: zhaoyibin | Hits:

[Driver Developezusbdrv

Description: EZ Added a Started flag to the device extension. This flag gets set after // the device has successfully Started. It is used to prevent a potential // race condition where an application could get a handle (with // CreateFile()) before the device is completely enumerated.-EZ Added a Started flag to the device extension. This flag gets set after // the device has successfully Started. It is used to prevent a potential // race condition where an application could get a handle (with // CreateFile()) before the device is completely enumerated.
Platform: | Size: 142336 | Author: david | Hits:

[Linux-Unixqt-3.0.5-doc-zh_CN-20040303.tar

Description: Qt是一个多平台的C++图形用户界面应用程序框架。它提供给应用程序开发者建立艺术级的图形用户界面所需的所用功能。Qt是完全面向对象的很容易扩展,并且允许真正地组件编程。 -Qt is a multi-platform C++ graphical user interface application framework. It provides application developers to establish the-art graphical user interface functionality required by. Qt is fully object-oriented extension of the very easy, and allows true component programming.
Platform: | Size: 665600 | Author: Steven | Hits:

[JSP/Javajavascripttools

Description: JavaScriptTools TopicsAbout (1)Adblock Plus (2)Add-ons (8)Blogger (5)Books (1)CSS (3)Douban (4)Eclipse (3)ECMAScript (1)Extension (1)Firebug (8)Firefox (61)Greasemonkey (8)HTML (1)JavaScript (35)jQuery
Platform: | Size: 2112512 | Author: wang | Hits:

[Windows Developvbsj

Description: 详细说明: 1.在MainPrg.vbp中有以下两个常数定义 Const INIFILENAME = "MainPrg.ini" //配置文件,记载了需要升级的文件信息 Const szURL = "http://172.18.6.70/update/" //需改成调试环境中存放更新文件的网址,任何客户端需有权访问 2.在服务器端建立update目录,将提供的文件包中的update目录下的文件拷入. 3.在服务器端配置IIS,建立名为update虚拟目录。主目录指向2中的update目录。 如果iis是6.0版本,还需要为ini 文件添加MIME 类型,因为IIS6.0 只为对具有已知文件扩展名的文件的请求提供服务。 而默认状态下ini文件扩展名未映射到已知的扩展,则服务器拒绝请求。iis 配置成功与否,简单的判别方法以 在客户端浏览器中键入"1"中szURL项定义的地址能否下载到服务器上update目录下的相关文件为标准. 4.在服务器端的配置文件MainPrg.ini中记载的Mainprg.exe的版本信息需与Mainprg.exe文件的实际版本信息相符. 注:在提供的文件包中服务器端的Mainprg.exe版本为1.17,客户端的Mainprg.exe文件版本为1.16-Elaborate on: 1.At have in the MainPrg.vbp following two constant definition Const INIFILENAME = "MainPrg.ini" // Install the document, jot down the document information that demand upgrade The Const szURL=" http://172.18.6.70/ update/"// need to be change adjust to try to deposit the Web address of renew the document in the environment, any customer carries to need to have the power interview 2.Carry to build up the catalogue of update in the server, the document that will provide wraps the medium catalogue of update under of document 拷 go into. 3.Carry to install the IIS in the server, build up being named the virtual catalogue of update.The main catalogue points to 2 medium catalogues of update. If the iis is 6.0 editions, still needing to increase the type of MIME for the document of ini, because IIS6.0 only for provide the service towards have already document of know the document file extension of request. But recognize tacitly the appearance the ini document file
Platform: | Size: 27648 | Author: guanhua | Hits:

[Internet-NetworkProgram

Description: 文件传输协议FTP是基于TCP / IP的应用层协议,其主要功能是提供文件的共享、支持远距离计算机间接或直接连接、保护用户不因各类主机文件存储器系统的差异而受影响、进行可靠且有效的数据传输等,应用非常广泛。但是传统的FTP有不少的安全漏洞,例如明文传输、缺乏对数据的机密性和完整性保护,对通信双方也没有可靠的认证措施等。针对FTP的安全漏洞,近年来也出现了一些不需要对F IP协议自身做完全更改的协议扩展模块,如FTP SSL /TLS Extension。SSL ( Secure Sockets Layer)是用于对TCP / IP数据流进行加密的协议,同时还包括了身份认证和数据完整性校验等内容。显然,基于SSL /TLS的FTP克服了明文传输的致命弱点,但是无可否认的是,在开放式的互联网环境下FTP服务器受到恶意攻击的可能性还是很大,而且协议数据的安全性还是未得到保障。安全的本质是在信息的安全期内保证其在网络上流动的或 者静态存放时不被非授权用户非法访问,但授权用户却可以访问。基于这一概念,本文在SSL 的基础上设计了一个安全FTP系统,从认证、传输、存储三个方面大大提高了FTP的安全性。-FTP File Transfer Protocol is based on TCP/IP application layer protocol, its main function is to provide file sharing, remote computer support to connect directly or indirectly, to protect users from all types of hosts file memory system affected by the difference between, for reliable and effective data transmission and so on, a wide range of applications. Traditional FTP but there are a lot of security vulnerabilities, such as express delivery, lack of data confidentiality and integrity protection, the two sides of the communication did not credible certification measures. FTP for security vulnerabilities in recent years, there have been some F IP protocol does not need to completely change their agreement to do the expansion modules, such as FTP SSL/TLS Extension. SSL (Secure Sockets Layer) is used for TCP/IP data stream is encrypted agreement also includes authentication and data integrity checking and so on. Obviously, based on SSL/TLS for FTP transmission to overcome the
Platform: | Size: 304128 | Author: Tom | Hits:

[Internet-NetworkTacodEmp523

Description: Emp企业网站系统是拓科在线自主开发的一套开源免费的企业网站管理系统。程序的最大特色是前台模板和程序分离开来,用户可以在后台自由切换自己喜欢的模板-Emp enterprise system is the Extension Division website online self-developed a set of free open-source enterprise Web site management system. The most prominent feature is the procedure templates and procedures for the future separation, the user can switch in the background like a free template
Platform: | Size: 1299456 | Author: 李东海 | Hits:

[Streaming Mpeg4feng-2.0.tar

Description: Feng是多媒体服务器软件,兼容IETF标准,应用于实时多媒体数据的Internet传输,支持RTSP,RTP/RTCP协议 Feng支持以下编码标准: * Audio o MPEG Audio (MPEG-1/2 Layer I/II/III) (rfc2250) o Vorbis (draft) o AAC (MPEG-4 Part 3) (rfc3640) * Video o MPEG Video (MPEG-1/2) (rfc2250) o MPEG 4 Visual (MPEG-4 Part 2) (rfc3016) o H.264 (MPEG-4 Part 10) (rfc3984) o H.263 / H.263+ (rfc4629) o Theora (draft)-Feng is a multimedia streaming server compliant with the IETF s standards for real-time streaming of multimedia content over Internet. Feng implements RTSP ?Real-Time Streaming Protocol (rfc2326) and RTP/RTCP ?Real-Time Transport Protocol/RTP Control Protocol (rfc3550) supporting the RTP Profile for Audio and Video Conferences with Minimal Control (rfc3551). Feng supports the following encoding standards: * Audio o MPEG Audio (MPEG-1/2 Layer I/II/III) (rfc2250) o Vorbis (draft) o AAC (MPEG-4 Part 3) (rfc3640) * Video o MPEG Video (MPEG-1/2) (rfc2250) o MPEG 4 Visual (MPEG-4 Part 2) (rfc3016) o H.264 (MPEG-4 Part 10) (rfc3984) o H.263/H.263+ (rfc4629) o Theora (draft) he main characteristics of Feng are the container support, the ability to handle seeking, also used internally for the compositor metademuxer, and the modular structure focused on easing the extension of codec and prot
Platform: | Size: 238592 | Author: 李康茂 | Hits:

[Windows Developlzw

Description: 实现lzw词典编码方法 Lzw编码算法的设计思路: 1.开始时的词典包含所有的根(先将所有单个字符编码),当前缀P时空的; 2.当前字符(C)=字符流中的下一个字符; 3.判断缀-符串P+C是否在词典中 A如果“是”:P=P+C//(用C扩展P) B.如果“否”: a 把代表当前前缀P的马子输出到码字流; b 把缀-符串P+C添加到词典; c 令P=C//(现在的P仅包含一个字符C); 4. 判断字符流中是否还有码字要译 (1)如果是,就返回到2; (2)如果否 a 把代表当前前缀P的码字输出到码字流; b 结束。. -Coding method to achieve lzw dictionary coding algorithm Lzw design ideas: 1. The beginning of the dictionary contains all the root (first of all a single character encoding), the current time is made up of P 2. The current character (C) = the next character stream character 3. judge up- at string P+ C is in the dictionary, if A " is" : P = P+ C// (use C extension of P) B. If " no" : a prefix P to the representative of the current output of the commode to the code word stream b put up- at string P+ C added to the dictionary c so that P = C// (the P now contains only one character C) 4. to determine whether there are character stream code words to translate (1) If yes, on the return to the 2 (2) If it has a prefix P to the representative of the current output of the code word to code word stream b end. .
Platform: | Size: 1024 | Author: 符晓娟 | Hits:

[Otherbatcord

Description: 批处理bat程序集合包 脚本语言 批处理程序的文件名的扩展名是 .cmd 或 .bat。当您在命令提示中键入文件名,或者当从另一个程序运行批处理程序时,其命令将按顺序处理。-Bat batch process batch scripting language package collection procedures of the file name extension is. Cmd or. Bat. At the command prompt when you type the file name, or run another program from the batch process, the order will be the order of processing.
Platform: | Size: 472064 | Author: 张罗 | Hits:

[AI-NN-PRHop

Description: C++ Program for Hopfield Network For convenience every C++ program has two components: One is the header file with all of the class declarations and lists of include library files the other is the source file that includes the header file and the detailed descriptions of the member functions of the classes declared in the header file. You also put the function main in the source file. Most of the computations are done by class member functions, when class objects are created in the function main, and calls are made to the appropriate functions. The header file has an .h (or .hpp) extension, as you know, and the source file has a .cpp extension, to indicate that it is a C++ code file. It is possible to have the contents of the header file written at the beginning of the .cpp file and work with one file only, but separating the declarations and implementations into two files allows you to change the implementation of a class(.cpp) without changing the interface to the class (.h).-C++ Program for Hopfield Network For convenience every C++ program has two components: One is the header file with all of the class declarations and lists of include library files the other is the source file that includes the header file and the detailed descriptions of the member functions of the classes declared in the header file. You also put the function main in the source file. Most of the computations are done by class member functions, when class objects are created in the function main, and calls are made to the appropriate functions. The header file has an .h (or .hpp) extension, as you know, and the source file has a .cpp extension, to indicate that it is a C++ code file. It is possible to have the contents of the header file written at the beginning of the .cpp file and work with one file only, but separating the declarations and implementations into two files allows you to change the implementation of a class(.cpp) without changing the interface to the class (.h).
Platform: | Size: 121856 | Author: yuebob | Hits:

[Finance-Stock software systemaiotrade-bin-1.0.3a

Description: aiotrade是一个自由、开放源码股市技术分析平台建立在纯爪哇.可插拔其建筑特色也是理想延伸风俗等指标及图表.它需要jre1.5.0+.。 -aiotrade is a free, open source stock technical analysis platform built on pure Java. pluggable its architectural features is an ideal extension of the custom indicators and charts and so on. It needs jre1.5.0+..
Platform: | Size: 6671360 | Author: 王先生 | Hits:

[Othercolorcube

Description: 3D color cube extension of photoshop
Platform: | Size: 425984 | Author: toan_forum | Hits:

[Compress-Decompress algrithmsSimpleQuickHuffmanCode

Description: 本文描述在网上能够找到的最简单,最快速的哈夫曼编码。本方法不使用任何扩展动态库,比如STL或者组件。只使用简单的C函数,比如:memset,memmove,qsort,malloc,realloc和memcpy。 大家都会发现,理解甚至修改这个编码都很容易-This article describes the Internet to find the simplest, fastest Huffman. This method does not use any extension of the dynamic libraries, such as STL or components. Only using a simple C function, such as: memset, memmove, qsort, malloc, realloc and memcpy. We will find, understand and even modify the code easily
Platform: | Size: 145408 | Author: 李虚东 | Hits:

[JSP/JavaDataClendar

Description: 万年历 可以查看是不是闰年同时还可以显示星期,不同的颜色使看起来更方便,更改为扩展名JAR即可-Can view the calendar is not a leap year can also be displayed at the same time a week, a different color to make it more convenient to change the extension to JAR
Platform: | Size: 10240 | Author: 牧羊 | Hits:

[assembly languageI2CCMD

Description: 通过VESA BIOS Extension(VBE)/Serial Control Interface(SCI)操作DDC读取显示器的EDID数据,或扩展硬件控制。-Read monitor EDID data from VESA BIOS Extension(VBE)/Serial Control Interface(SCI), or expand it for hardware control.
Platform: | Size: 3072 | Author: Oiyee | Hits:

[WEB CodeLJNetCMS20081208

Description: 主要功能模块介绍: 1. 企业信息:发布介绍企业的各类信息,如企业简介、组织机构、营销网络、企业荣誉、联系方式,并可随意增加新的栏目等。 2. 新闻动态:发布企业新闻和业内资讯,从后台到前台真正实现无限级分类显示,并随意控制显示级数,大大增加信息发布的灵活性。 3. 产品展示:发布企业产品,增加了产品权限,并可多选产品直接下订单询盘,无限级分类,大大增加信息发布的灵活性。 4. 下载资源:发布供网站浏览者和客户下载的资料等,如使用手册、销售合同、软件等,无限级分类。 5. 其他信息:相当于无限扩展栏,并可进行无限分类,可以用于发布网站主栏目未归类的信息,如解决方案、成功案例、购买流程等。 6. 会员中心:会员可任意设置级别 7. 留言反馈:以留言板的模式让有意见和建议的浏览者反馈回来。 8. 站内检索:可检索站内全部栏目内容。 9. 友情链接:可设文字和图片链接方式。 10. 网站导航:可随意开通、屏蔽网站模块,并可设置站外链接,让网站可大可小。 -Introduced the main functional modules: 1. Enterprise Information: Published introduced various types of enterprise information, such as corporate profiles, organizational structure, marketing network, business reputation, contacts, and at random, such as adding new columns. 2. NEWS: Published business news and industry information, from background to front classification truly unlimited display and manipulate the display series, greatly increasing the flexibility of information. 3. Product: release products, an increase of product rights, and election products and more directly under the orders inquiry unlimited-class classification, greatly increasing the flexibility of information. 4. Download resources: Published for the web browser and the client, such as downloading information, such as the use of manuals, sales contracts, software, unlimited-class classification. 5. For additional information: the equivalent of an unlimited extension of a column, and an unlimited class
Platform: | Size: 5478400 | Author: 郭诣 | Hits:

[Otherjoomla_extension

Description: Some extension for Joomla such as: language for Virtual Mart, Joomla 1.5 YouTube Plugin, Joomla Featured Articles Module , Events Calendar,-Some extension for Joomla such as: language for Virtual Mart, Joomla 1.5 YouTube Plugin, Joomla Featured Articles Module , Events Calendar,...
Platform: | Size: 7501824 | Author: hoangdung | Hits:

[Communicationtest_energy

Description: A tcl file to test the battery model of mannasim extension to NS2. It generate energy consumption due to RX/TX as well as sensing.
Platform: | Size: 3072 | Author: holypiston | Hits:
« 1 2 ... 45 46 47 48 49 50»

CodeBus www.codebus.net