Welcome![Sign In][Sign Up]
Location:
Search - additional-methods.

Search list

[Other resource图象处理2

Description: 图像隐藏和数字水印。采用在空域隐藏,在每个象素的bit位的低位藏入图片。采用在DCT系数上附加信息的方法进行。-image hiding and digital watermarking. Hidden in the airspace used in each pixel of the low bit-into the possession of photographs. Using the DCT coefficient Additional information on the methods.
Platform: | Size: 4471 | Author: 陈大明 | Hits:

[Multimedia program用形态学方法提取骨架线

Description: 用形态学方法提取骨架线。程序还是基于MFC的单文档界面,重用以前的位图包裹类来封装对位图的操作,增加一个数学形态学类来进行通用的数学形态学操作。-morphological Skeleton extraction methods. MFC procedures based on the single-document interface reuse previous bitmap category wrapped package to the right bitmap operation, an additional category of mathematical morphology to the general operation of mathematical morphology.
Platform: | Size: 234552 | Author: 111 | Hits:

[Other resource单片机键盘接口全接触

Description: 一般的具有人机对话的单片机系统少不了会有键盘。键盘接口的原理与应用 许多的教材都有介绍,但通常各有各的方法,各有各的优劣。下面就我现有的 对单片机键盘接口的了解和应用将众家的单片机直接驱动键盘的接口原理及应 用作一个总结,并附加相应键盘的汇编子程序和C 语言子函数。希望大家可以 从中受益。-general man-machine dialogue with the SCM system will be indispensable to the keyboard. Keyboard Interface and Application of the principle of teaching materials have many, but usually each have their own methods, each have their own merits. Now, I have a right of the keyboard interface MCU understanding and application of the family of the direct-driven keyboard microcontroller interface and Principle Application for a summation, and the corresponding additional keyboard and the compilation of C-language subroutine unreachable. Hope that we can benefit from.
Platform: | Size: 190414 | Author: 王勋昌 | Hits:

[ADO-ODBCvcaccess

Description: VC用ADO操作数据库示例 里面用到了CCinderString类,这是我自己编写的一个字符串操作类,主要进行了一些字符串的处理,针对示例的SQL语句使用的,与ADO方法无关。比如: GetNow方法,获得当前时间的字符串格式\"YYYY-MM-DD hh:mm:ss\"等,就不附加进来了。 另:使用ADO必须在stdafx.h中添加引用: #import \"c:\\Program Files\\Common Files\\System\\ADO\\msado15.dll\" no_namespace rename(\"EOF\", \"EndOfFile\") rename(\"BOF\",\"FirstOfFile\") 转载来源: 开源盛世-源代码下载网 www.vscodes.com -VC database with ADO operating inside example uses CCinderString category, This is my own preparation of a string operations, mainly carried out some string, against examples of the use of SQL, has nothing to do with ADO methods. For example : GetNow method, the current time format string "YYYY-MM - DD hh : mm : ss ", not additional to come through. Alternative : use ADO in stdafx.h adding quote : # import "c : \\ Program Files \\ Common Files \\ System \\ ADO \\ MSA do15.dll "no_namespace rename (" EOF " "EndOfFile") rename ( "BOF" "FirstOfFile") reproduced Source : revenue Spirit-source code download network www.vscodes.com
Platform: | Size: 4817 | Author: 无名 | Hits:

[Other resourceflame06041223

Description: 利用Philips公司LPC系列单片机的一些特殊功能,在不外加元件的情况下,定制了一片高性能的LED显示驱动器芯片。分析了通用4位7段LED显示驱动器芯片的定制方法与6位“米”字段LED显示驱动器芯片的定制方法,并介绍了LED显示驱动软件编程方法。-use Philips LPC Series MCU some special functions, additional components in the circumstances, a customized high-performance LED display driver chip. Analysis of the common four of the seven LED display driver chip custom methods and six "m" field LED Display Drivers Custom chips, and introduced the LED display driver software programming method.
Platform: | Size: 45186 | Author: 胡亚军 | Hits:

[File OperateTLC2543and80C196interface

Description: 单片机不具有SPI或相同能力的接口,为了便于与TLC2543接口,采用软件合成SPI操作,本文给出了用单片机HSO口模拟SPI接口时序的方法,对程序稍加改动就可适用于其它带SPI接口的器件.附加有c语言程序-SCM is not the same capacity or SPI interface, in order to facilitate and TLC2543 interface, using software synthesizer SPI operation, this paper, the SCM HSO SPI interface timing simulation methods little change in the procedure can be applied to other SPI interface with the device. Additional language program is c
Platform: | Size: 32802 | Author: 杨柳 | Hits:

[File OperateANovelPassiveTrackingAlgorithmUsingSensorArrayBase

Description: Aiming at the application of passive trackinn based on sensor array, a new passive trackinn usinn sensor array based on particle filter was proposed. Firstly, the“fake points\" could be almost entirely and exactly deleted with the aids of the sensor array at the expense of an additional sensor. Secondly, considered the fact that the measurements notten from each array were independent in passive trackinn system, a novel sequential particle filter usinn sensor array with improved distribution was proposed. At last, in a simulation study we compared this approach a坛orithm with traditional trackinn methods. The simulation re-sups show that the proposed method can nreatly improve the state estimation precision of sensor array passive trackinn system.
Platform: | Size: 87342 | Author: 阳关 | Hits:

[Other resourceCluster

Description: Recent advances in experimental methods have resulted in the generation of enormous volumes of data across the life sciences. Hence clustering and classification techniques that were once predominantly the domain of ecologists are now being used more widely. This book provides an overview of these important data analysis methods, from long-established statistical methods to more recent machine learning techniques. It aims to provide a framework that will enable the reader to recognise the assumptions and constraints that are implicit in all such techniques. Important generic issues are discussed first and then the major families of algorithms are described. Throughout the focus is on explanation and understanding and readers are directed to other resources that provide additional mathematical rigour when it is required. Examples taken from across the whole of biology, including bioinformatics, are provided throughout the book to illustrate the key concepts and each technique’s potential.
Platform: | Size: 3196888 | Author: fortunesr | Hits:

[Other resourcegelei generator

Description: 该程序用递归的方法产生格雷码序列,它需要一定的额外的空间.-the procedures used recursive methods Gray code sequence, it needs the additional space.
Platform: | Size: 2885 | Author: 唐海浪 | Hits:

[ELanguagetokenizer

Description: 当你写词法分析器时,Sun s Java中的 StreamTokenizer 类是很有用的。所以我生成了类似的一个类CStringTokenizer ,它的使用方法类似于Java的StreamTokenizer ,也提供了一些额外的功能,函数名也稍微有些不同-law analyzer, Sun's Java s StreamTokenizer category is very useful. I generated a similar type CStringTokenizer, its use methods similar to the Java StreamTokenizer also provide some additional features, functions were also slightly different
Platform: | Size: 47676 | Author: 侯为 | Hits:

[Delphi VCLdelphi+sql1

Description: 该章文件夹Chap1下存放的以下4个文件:CreateTable.txt、CreateDB.sql、PERSONNEL_SYS_Data.MDF和PERSONNEL_SYS_Log.LDF。 其中CreateTable.txt存储了创建数据表脚本的文本文件; CreateDB.sql用来创建数据库,方法是在sql查询分析器中执行CreateDB.sql文件; PERSONNEL_SYS_Data.MDF和PERSONNEL_SYS_Log.LDF为附加数据库文件,附加方法:打开SQL Server企业管理器,在左侧窗格中展开服务器组和要创建数据库的服务器实例。右击“数据库”节点,然后选择“所有任务”下的“附加数据库...”命令,打开如图1所示的对话框,在“…”按钮中单击,选择part02文件夹下的PERSONNEL_SYS.MDF文件确认即可。 -The chapter Chap1 folder stored in the following four documents: CreateTable.txt, CreateDB.sql, PERSONNEL_SYS_Data.MDF and PERSONNEL_SYS_Log.LDF. CreateTable.txt which stored data tables to create a text file script CreateDB.sql used to create the database, methods in the sql query analyzer to perform CreateDB.sql document PERSONNEL_SYS_Data.MDF and PERSONNEL_SYS_Log.LDF for additional database files, additional methods : Open SQL Server Enterprise Manager, in the left pane expand the server group and want to create a database server instance. Right-click on Database node, then select All tasks under the Additional database ... command, open the dialog box as shown in Figure 1, in the ... button, click, select part02 folder PERSONNEL_SYS . MDF file can be confirmed.
Platform: | Size: 216064 | Author: camel | Hits:

[JSP/Javajquery-validate

Description: 验证规则 jquery-validate-Jquery-validate validation rules
Platform: | Size: 232448 | Author: | Hits:

[WEB CodeMonth-Calendar-Control.aspx_files

Description: this is additional source code of callender control as well as additional methods.
Platform: | Size: 258048 | Author: amijeet | Hits:

[CSharpCSharp_WebShopping

Description: 用C#实现的电子购物商城系统,包含使用附加方式创建数据库和使用还原方式创建数据库-Implemented using C# electronic shopping mall system, including ways to use additional methods to create the database and create a database using the Restore
Platform: | Size: 6511616 | Author: QT_liang | Hits:

[GDI-BitmapPfzDrawingSample

Description: 本文介绍了类,代表了全托管代码的位图。 一个位图,基本上是一维数组,使用了一些计算被视为一个二维数组看到。在这种数组中的值可以是颜色索引(当使用调色板)或RGB值直接使用某种类型的编码。托管位图具有PixelArray,这是一个字节数组,GrayscaleBitmap的诠释(System.Int32的),为ArgbBitmap为ColorBitmap颜色和简单的类。他们也知道有一个宽度,计算出的X / Y坐标。高度值,然后计算作为其宽度PixelArray长度划分。他们当然有一些其他方法。它们可以被转换成和相互System.Drawing.Bitmaps,也可以复制一个唯一的“块“到另一个 -A bitmap is basically a one-dimensional array that uses some calculation to be seen as a two-dimensional array. The values in such array could be color indexes (when using color palettes) or the RGB values directly, using some type of encoding. The managed bitmaps are simple classes that have a PixelArray, which is an array of bytes, for GrayscaleBitmap, of int (System.Int32) for ArgbBitmap and of Color for ColorBitmap. They also have a Width to know to calculate a X/Y coordinate. The height value is then calculated as a division of the PixelArray length by its Width. They, of course, have some additional methods. They can be converted to and from each other and System.Drawing.Bitmaps, and also can copy only "blocks" from one to another
Platform: | Size: 91136 | Author: 胡九 | Hits:

[Linux-UnixNfcAdapterExtras

Description: Provides additional methods on an Nfc Adapter for Card Emulation and management of Nfc Execution Environment s.
Platform: | Size: 2048 | Author: caolunvai | Hits:

[JSP/JavaHeterogeneousExpandableList

Description: Additional methods that when implemented make an ExpandableListAdapter take advantage of the Adapter view type mechanism.
Platform: | Size: 1024 | Author: yinyumiu | Hits:

[Linux-UnixHeterogeneousExpandableList

Description: Additional methods that when implemented make an ExpandableListAdapter take advantage of the Adapter view type mechanism.
Platform: | Size: 1024 | Author: xengbervao | Hits:

[Linux-UnixNfcAdapterExtras

Description: Provides additional methods on an NfcAdapter for Card Emulation and management of NfcExecutionEnvironment s.
Platform: | Size: 2048 | Author: ningveijang | Hits:

[Linux-UnixNfcAdapterExtras

Description: Provides additional methods on an NfcAdapter for Card Emulation and management of NfcExecutionEnvironment s.
Platform: | Size: 3072 | Author: acilhn | Hits:
« 12 3 4 »

CodeBus www.codebus.net