ATMEL AT89C51SND1 IDE TO USB READER
上傳時間: 2014-01-30
上傳用戶:tzl1975
Liferea is an abbreviation for Linux Feed Reader. It is a news aggregator for online news feeds. It supports a number of different feed formats including RSS/RDF, CDF and Atom. There are many other news readers available, but these others are not available for Linux or require many extra libraries to be installed. Liferea tries to fill this gap by creating a fast, easy to use, easy to install news aggregator for GTK/GNOME. It was last updated for Liferea version 1.4.
標簽: news abbreviation aggregator for
上傳時間: 2016-12-05
上傳用戶:luopoguixiong
Problem B:Longest Ordered Subsequence A numeric sequence of ai is ordered if a1 < a2 < ... < aN. Let the subsequence of the given numeric sequence (a1, a2, ..., aN) be any sequence (ai1, ai2, ..., aiK), where 1 <= i1 < i2 < ... < iK <= N. For example, sequence (1, 7, 3, 5, 9, 4, 8) has ordered subsequences, e. g., (1, 7), (3, 4, 8) and many others. All longest ordered subsequences are of length 4, e. g., (1, 3, 5, 8).
標簽: Subsequence sequence Problem Longest
上傳時間: 2016-12-08
上傳用戶:busterman
sovling TSP(Travelling Salesman Problem) with GAs
標簽: Travelling Salesman sovling Problem
上傳時間: 2014-01-10
上傳用戶:youmo81
TSP問題(Travelling Salesman Problem)是數學領域中著名問題之一,旅行商的VC算法實現
標簽: Travelling Salesman Problem TSP
上傳時間: 2014-08-02
上傳用戶:hjshhyy
We address the problem of predicting a word from previous words in a sample of text. In particular, we discuss n-gram models based on classes of words. We also discuss several statistical algorithms for assigning words to classes based on the frequency of their co-occurrence with other words. We find that we are able to extract classes that have the flavor of either syntactically based groupings or semantically based groupings, depending on the nature of the underlying statistics.
標簽: predicting particular previous address
上傳時間: 2016-12-26
上傳用戶:xfbs821
RFID中rc500的讀寫程序。Firmware for MFRC500 Demo Serial Reader
標簽: 500 Firmware Serial Reader
上傳時間: 2013-12-18
上傳用戶:waizhang
int main(int argc,char *argv[]) { char ch while(true) { printf("*************************************\n") printf(" 1.Reader Priority\n") printf(" 2.Writer Priority\n") printf(" 3.Exit to Windows\n") printf("*************************************\n") printf("Enter your choice(1,2,3): ") do{ ch=(char)_getch() }while(ch!= 1 &&ch!= 2 &&ch!= 3 ) system("cls") if(ch== 3 ) return 0 else if(ch== 1 ) ReaderPriority("thread.dat") else WriterPriority("thread.dat") printf("\nPress Any Key to Coutinue:") _getch() system("cls") } return 0
上傳時間: 2017-01-06
上傳用戶:gonuiln
Java I/O操作,字節流InputStream和OutputStream,字符流Reader和Writer,Java I/O庫的設計原則,字符集的編碼,RandomAccessFile類,管道流,對象的序列化。
上傳時間: 2014-01-16
上傳用戶:Shaikh
using NVIDIA FFT CUDA Library to solve FFT problem
標簽: FFT Library problem NVIDIA
上傳時間: 2014-01-24
上傳用戶:duoshen1989