-
一些纠错编码的c程序实现,包括bch码,rs码,均已调试通过
一些纠错编码的c程序实现,包括bch码,rs码,均已调试通过-some of the c-correction coding program, including BCH code, rs codes have been adopted Debugging
- 2022-05-17 13:51:27下载
- 积分:1
-
时钟的代码,初学者看看。挺实用的。经典的书籍例子
时钟的代码,初学者看看。挺实用的。经典的书籍例子-Clock code, look at the beginners. Quite practical. Classic examples of books
- 2022-01-28 05:17:08下载
- 积分:1
-
不做的资料哦,关于Visual C++的,自己看看吧
不做的资料哦,关于Visual C++的,自己看看吧-Oh no information on the Visual C++ And you could see for himself
- 2023-08-20 01:55:02下载
- 积分:1
-
一个感兴趣的点检测方案,提出了可比的质量…
SURF算法是继SIFT算法后的又一图像不变特征检测算法,除了具有SIFT算法稳定高效的特点外,还极大的降低了SIFT算法复杂度,大大提高了特征检测和匹配的实时性。这里上传的SURF算法的实现源代码-An interest point detection scheme is presented that is comparable in quality to existing
methods, but can be performed much faster. The detection is based on a straightforward color
analysis at a coarse granularity.Testing confirms that this detection scheme is much faster than the state-of-the-art. It is
also repeatable, even under different viewing conditions. The detector is robust with respect to
changes in viewpoint, lighting, zoom, and to a certain extent, rotation.
- 2022-02-21 09:57:10下载
- 积分:1
-
综合布线方案,请看
综合布线方案,请看-PDS program, see
- 2022-03-18 22:59:23下载
- 积分:1
-
Microsoft ?? Windows ?? 2000 Driver Development Kit (DDK) documentation overview...
Microsoft® Windows® 2000的驱动程序开发包(DDK)文档总览给您详尽的信息,这些信息对编写Windows2000平台任何类型的驱动程序都是必须的。本文档也描述了Windows Driver Model(WDM)驱动程序,这些驱动程序在Windows2000和Microsoft® Windows® 98平台之间是源码级兼容的。-Microsoft ?? Windows ?? 2000 Driver Development Kit (DDK) documentation overview gives you detailed information on Windows2000 platform for the preparation of any type of driver are necessary. This document also describes the Windows Driver Model (WDM) driver, the driver in the Windows2000 and Microsoft ?? Windows ?? 98 platform is between the source-level compatible.
- 2022-03-04 12:09:40下载
- 积分:1
-
VB编程经验,希望对大家能有所帮助
VB编程经验,希望对大家能有所帮助-VB programming experience, we can hope for help
- 2022-05-26 20:00:26下载
- 积分:1
-
C programmer's reference manual
C 程序员参考手册-C programmer"s reference manual
- 2022-03-19 13:31:07下载
- 积分:1
-
C++标准类库,详细描述了C++下的一些重要的类库,及其包含的主要函数的使用...
C++标准类库,详细描述了C++下的一些重要的类库,及其包含的主要函数的使用-C++ standard library, a detailed description of the C++ class library under a number of important, and its main functions include the use of
- 2022-07-22 08:40:43下载
- 积分:1
-
函数由一句或多句代码组成,可以实现某个特定的功能。使用函数可以使代码更加易读、易懂,加快编程速度及减少重复代码。过程与函数类似,过程与函数最重要的区别在于,过程...
函数由一句或多句代码组成,可以实现某个特定的功能。使用函数可以使代码更加易读、易懂,加快编程速度及减少重复代码。过程与函数类似,过程与函数最重要的区别在于,过程没有返回值,而函数能有返回值。 在Delphi 7.0中,已为我们定义好了非常多的函数,大致分类有6种:数据类型转换函数、字符串、数组操作函数、文件、磁盘操作函数、内存、指针操作函数、数学运算函数、日期函数。-function sentence by one or more code components, can achieve a particular function. You can use your code more readable, understandable, accelerate programming speed and reducing duplication of code. Similar processes and functions, processes and functions most important difference is that the process did not go to the value and the function can return value. In Delphi 7.0, we have a very good definition of function, broadly categorized into six types : data conversion functions, string and array manipulation functions, documents, disk manipulation functions, memory, pointer manipulation functions, arithmetic function, the date function.
- 2022-02-04 14:05:11下载
- 积分:1