Data mining (DM) is the extraction of hidden predictive information from large databases (DBs). With the automatic discovery of knowledge implicit within DBs, DM uses sophisticated statistical analysis and modeling techniques to uncover patterns and relationships hidden in organizational DBs. Over the last 40 years, the tools and techniques to process structured information have continued to evolve from DBs to data warehousing (DW) to DM. DW applications have become business-critical. DM can extract even more value Out of these huge repositories of information.
标签: information extraction predictive databases
上传时间: 2016-03-19
上传用户:啊飒飒大师的
此程序用于视频采集过程中CPLD对时序的转换与组合代码,每两行采集一行,两列采集一列,减小数据量,同时能保证采集完整的一幅图像(输出Out用于DSP或者单片机中断)
上传时间: 2013-12-25
上传用户:lingzhichao
This program may crash your system or run poorly depending on your hardware. The program and code contained in this archive was scanned for virii and has passed all test before it was put online. If you use this code in project of your own, send a shOut Out to the author!
标签: program your depending hardware
上传时间: 2014-11-23
上传用户:anng
1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a matrix B consisting of the columns of A in reverse order. Thus for example, if A = 1 2 3 then B = 3 2 1 4 5 6 6 5 4 7 8 9 9 8 7 Write a main program to call reverse(A) for the matrix A = magic(5). Print to the screen both A and reverse(A). 2) Write a program which accepts an input k from the keyboard, and which prints Out the smallest fibonacci number that is at least as large as k. The program should also print Out its position in the fibonacci sequence. Here is a sample of input and Output: Enter k>0: 100 144 is the smallest fibonacci number greater than or equal to 100. It is the 12th fibonacci number.
标签: dimensions arbitrary function reverse
上传时间: 2016-04-16
上传用户:waitingfy
关于Flash的烧写程序的编写,要使用FlashBurn软件配合FBTC.Out才能把*.hex文件少写到Flash中
上传时间: 2016-04-20
上传用户:二驱蚊器
MPEG2 Loopback Demo"实现1路D1格式视频DSP端采集、MPEG2编码、MPEG2解码和视频输出回放显示。 该演示程序共包括如下2个文件夹,每一个文件夹的内容介绍如下: 01. DSP Out--该文件夹下包含本公司提供的DSP端应用程序,以.Out文件形式给出。 02. Documents--该文件夹下包含演示程序使用说明文档。
上传时间: 2013-12-20
上传用户:13160677563
富士通单片机MB902420系列 CAN Project: CAN0 will work as a simple Repeater. Received data will appear at Port P47..P40 (UserLEDs of FlashCan100P) and will send Out again as byte-packages to ID#2 Receive-Buffer #1 : basic can Transmit-Buffer #6 : full-can ID #2
标签: will Repeater Received Project
上传时间: 2016-04-27
上传用户:www240697738
富士通单片机MB902420系列 extINT Project: All external Interrupt-Pins INT0 .. INT7 will be enabled. A falling edge on INTx will toggle PDR4_P4x in order to toggle the LEDx of the Flash-CAN-100P Board e.g. falling edge on INT3 will result in LED D3 will toggleP47..P40 (UserLEDs of FlashCan100P) and will send Out again as byte-packages to ID#2 Receive-Buffer #1 : basic can Transmit-Buffer #6 : full-can ID #2
标签: Interrupt-Pins external Project enabled
上传时间: 2016-04-27
上传用户:waizhang
A simple smtp relay server. Which follows smtp protocol correctly. It receive an email. and relay it Out to an email server specified by users. Platform: unix, linux, windows. compilation command: g++ smtpr.c -lsocket -lnsl -o smtpr usage: smtpr <port number> (<relay server>)
标签: relay smtp correctly protocol
上传时间: 2014-01-01
上传用户:jhksyghr
CRC16算法的Java实现,使用方法如下: CRC16 crc16 = new CRC16() byte[] b = new byte[] { // (byte) 0xF0,(byte)0xF0,(byte)0xF0,(byte)0x72 (byte) 0x2C, (byte) 0x00, (byte) 0xFF, (byte) 0xFE, (byte) 0xFE, (byte) 0x04, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00 } for (int k = 0 k < b.length k++) { crc16.update(b[k]) } System.Out.println(Integer.toHexString(crc16.getValue())) System.Out.println(Integer.toHexString(b.length))
上传时间: 2014-12-20
上传用户:ve3344