搜索资源列表
SURFSIFT
- 这是SIFT和SURF算法的基本介绍的文档,初学者可以快速入门,对匹配算法快速掌握。-SIFT and SURF algorithms which is a basic introduction to the document, beginners can get started quickly, right matching algorithm to grasp.
doc
- 我的源码贵站都有,宁缺勿滥,用文档也可以吧,谢谢 1.C manual basic -->富士通的单片机C教育内部资料,觉得写的很好,方便查阅 2.华为公司编程语法规范--》有参考价值 3.华为PCB设计规范--》有参考价值 4.红外遥控器的编码资料--》英文版的写的很好 5.谭浩强C语言电子--》应该有人下吧 -I have the source贵站,宁缺勿滥, you can also use the document, thank you 1.C manual
236548
- 基本能够实现图的遍历,其中内有实验报告和具体程序实现!-Basic graph traversal can be achieved, of which there are experimental reports and the specific procedures to achieve!
dorado5QuickStart1
- 本书属于dorado快速入门系列中的第一本,适合于初次接触dorado的技术人员的自习,也可用于正式的教学,通过本书的学习可以使技术人员初步掌握dorado的基本开发和使用技巧,从而可以快速的搭建小型项目,对于在校的学生来说也可以通过本书的基本dorado技术的积累完成自己的毕业设计和帮组小型私营企业快速的实现信息化建设。巧。-This book belong to dorado QuickStart first book in the series, suitable for the init
devider_design
- Abstract循序电路第一个应用是拿来做计数器((笔记) 如何设计计数器? (SOC) (Verilog) (MegaCore)),有了计数器的基础后,就可以拿计数器来设计除频器,最后希望能做出能除N的万用除频器。-Abstract The first application of sequential circuits are used to make counter ((notes) How to design a counter? (SOC) (Verilog) (MegaCore)),
CUDA
- 这里介绍了CUDA的基本知识,看了这之后,可以对CUDA有个很好的整体认识-CUDA here introduced the basic knowledge, reading this after the CUDA can have a good overall understanding of
kaitibaogao
- 毕业设计开题报告的基本格式,仅供参考,根据个人需要可进行修改-Graduate design problem that the basic format of the report, for information purposes only, according to individual needs can be modified
proteusZHANG
- MCS-51单片机的输入/输出有两种基本方式,直接端口方式与总线方式。通过本实验可以掌握MCS-51单片机直接端口方式的输入/输出,特别是学会运用MCS-51单片机的位操作功能-MCS-51 microcontroller I/O There are two basic ways, directly with the Bus port. We can get through this experiment, MCS-51 single-chip mode of direct port I/O,
GDI
- 欢迎初学者指南GDI +的。在这个文章,您将了解到的。NET框架范围内所有的GDI +图形的基本制度和您的语言,C选择继续系列#或Visual Basic.NET。 由于本网站的部分越来越多的趋势,我强烈建议你得到一个RSS阅读器,并订阅初学者指南RSS提要。这样,您就会知道只要一新的文章被张贴,您将能够读取内容,立竿见影。 本节中的文章将经常与他们相关的代码。你可以选择通过选择其中的语言显示该代码的味道。默认情况下,该网页将显示在C#代码,但你可以改变到Visual Basic,甚至语
BiJi
- 自己整理的语音识别相关理论笔记 是囊括了目前的语音识别的基础理论,对于语音方面编程的朋友可以作为资料参考-Finishing his speech-recognition related theory notes that the current speech recognition include the basic theory for the voice of a friend in programming can be used as reference material and
SimulateMouseClick1.0
- 模拟鼠标点击器1.0 (可实现QQ农场自动偷菜,不停地发送语音/视频进行恶作剧)-Simulate mouse click 1.0 (can be realized automatically steal QQ farm vegetables, kept sending voice/video prank)
Apriori
- 本算法的基本功能是用C++语言实现了APRIORI算法,用户可以先选择要进行的操作。然后再输入支持度和置信度,就可得到挖掘的结果。 输出的结果主要包括两个部分。 1.输出所有的频繁项集。 2.输出所有的产生的规则。 算法还能够输出初始的事务集合,并且可以输出产生的中间结果。-the algorithm is the basic functions using C++ language of APRIORI algorithm, Users may choose to conduct the op
Designandrealizationofadaptivenoisecancellerbasedo
- 阐述了自适应噪声抵消(ANC)技术的基本原理,基于自适应滤波器的原理,设计了自适应噪声抵消器 在对自适应滤波器相关理论研究的基础上,重点研究了自适应噪声抵消器的核心———LMS自适应滤波算法。在MATLAB中的Simulink下,建立了自适应噪声抵消器的模型,并通过设置不同的参数进行仿真,结果表明系统能够有效地从噪声中恢复出原始信号。最后对系统进行了性能分析,给出了自适应噪声抵消系统在实际应用中选取参考信号的要求 -This paper elaborated the basic theory
shulun
- 这是我自己写的关于数论的一些知识,他能帮助我们了解掌握基本的数论知识!-This is what I had written some knowledge of number theory, he can help us understand the basic knowledge of number theory!
Cprogramming-specifications
- 这篇规范的初衷是为基础库代码的重构制定一套统一的规范。一方面可消除基础库中的一些常见的不安全隐患,一方面使基础库的对外展现趋向一致,提高代码的可读性,保证代码的质量.-The original intention of this specification is based on the reconstruction of the library code to develop a uniform set of norms. Based on the one hand, the library
embeded
- 预处理器(Preprocessor) 1. 用预处理指令#define 声明一个常数,用以表明1年中有多少秒(忽略闰年问题) #define SECONDS_PER_YEAR (60 * 60 * 24 * 365)UL 我在这想看到几件事情: 1). #define 语法的基本知识(例如:不能以分号结束,括号的使用,等等) 2). 懂得预处理器将为你计算常数表达式的值,因此,直接写出你是如何计算一年中有多少秒而不是计算出实际的值,是更清晰而没有代价的。 3).
ThreadXUserGuide
- Threadx 说明文档,是由threadx作者自己编写的3本说明threadx的书之一 基本算是一个入门级别的 说明。-Threadx documentation, by threadx the author' s own descr iption of threadx written three books can be considered a basic entry-level one descr iption.
Math-Methods
- 关于一些有趣的数学知识,可以开发智力,增加数学方面的基础知识,欢迎下载!-On some interesting mathematical knowledge, intelligence can be developed to increase the basic knowledge of mathematics are welcome to download!
MC9S12
- MC9S12DG128的数据手册,通过此数据手册可以学会freescale单片机的基本知识。-MC9S12DG128 data manual, the manual data can learn Freescale the basic knowledge of scm.
Stata10
- stata10简明讲义和基本操作案例,可以帮助初学者迅速学会。-stata10 concise handouts and basic operation cases can help beginners quickly learn.