人臉識別matlab程序 with a principal components analysis for a set of face images as the theme
標簽: components principal analysis matlab
上傳時間: 2016-12-12
上傳用戶:梧桐
void insert_sort(int *a,int n) { if(n==1) return insert_sort(a,n-1) int temp=a[n-1] for(int i=n-2 i>=0 i--) { if(temp<a[i]) a[i+1]=a[i] else break } a[i+1]=temp }
標簽: insert_sort int return void
上傳時間: 2014-01-22
上傳用戶:banyou
Process a binary data stream using a communication system that consists of a baseband modulator, channel, and demodulator. Compute the system s bit error rate (BER). Also, display the transmitted and received signals in a scatter plot.
標簽: communication modulator baseband consists
上傳時間: 2017-01-08
上傳用戶:ardager
CAN1.c and CAN2.c are a simple example of configuring a CAN network to transmit and receive data on a CAN network, and how to move information to and from CAN RAM message objects. Each C8051F040-TB CAN node is configured to send a message when it s P3.7 button is depressed/released, with a 0x11 to indicate the button is pushed, and 0x00 when released. Each node also has a message object configured to receive messages. The C8051 tests the received data and will turn on/off the target board s LED. When one target is loaded with CAN2.c and the other is loaded with CAN1.c, one target board s push-button will control the other target board s LED, establishing a simple control link via the CAN bus and can be observed directly on the target boards.
標簽: CAN configuring and transmit
上傳時間: 2013-12-11
上傳用戶:weiwolkt
A pet management. To do a project like that in general, pointing hope.
標簽: management pointing general project
上傳時間: 2013-12-22
上傳用戶:3到15
This function synthesizes a (speech) signal based on a LPC (linear- % predictive coding) model of the signal.
標簽: synthesizes predictive function coding
上傳時間: 2013-12-19
上傳用戶:dbs012280
DtWinVer is a C++ class which provides a comprehensive method to determine which OS the program that calls it is running on. All methods it uses are fully documented on various articles on the MSDN CD
標簽: which comprehensive determine DtWinVer
上傳時間: 2013-12-23
上傳用戶:日光微瀾
A java GUI interface program used to download a batch of files in a specified URL, or a kind of similar files like pic01, pic02, pic03, ..., pic99, etc. And it can download all the links of index.html automatically.
標簽: interface specified download program
上傳時間: 2017-02-16
上傳用戶:大三三
The Synthetic PIC Verion 1.1 This a VHDL synthesizable model of a simple PIC 16C5x microcontroller. It is not, and is not intended as, a high fidelity circuit simulation. This package includes the following files. Note that the license agreement is stated in the main VHDL file, PICCPU.VHD and common questions are answered in the file SYNTHPIC.TXT Files: README.TXT This file.. SYNTHPIC.TXT Questions and Answers PICCPU.VHD Main processor VHDL file PICALU.VHD ALU for the PICCPU PICREGS.VHD Data memory PICROM.VHD Program memory (created by HEX2VHDL utility) PICTEST.VHD Simple test bench I used to do testing (optional) PICTEST.CMD My Viewlogic ViewSim command file (again, optional) TEST1.ASM First program I assembled and ran on it. TEST2.ASM Another test program.. TEST3.ASM Yet another.. TEST4.ASM Yet another.. TEST5.ASM Yet another.. TEST6.ASM Yet another.. HEX2VHDL.CPP Utility for converting
標簽: synthesizable microcontro Synthetic PIC
上傳時間: 2013-12-22
上傳用戶:妄想演繹師
Creates and displays a Delaunay Triangulation (DT) or a Voronoi Diagram (VoD)
標簽: Triangulation Delaunay displays Creates
上傳時間: 2017-02-21
上傳用戶:gmh1314