Address book helps you look up your addresses from the system tray. It is quite useful in that way 慶ause it stays out of the way and is easily accessible when needed. Double clicking on any URL will start the default web browser and take you to that URL. Double clicking on the phone number will dial that number. Every column supports sorting and can be customized to your needs. Preview will display the notes associated with each record. This program can also import Comma Separated Values (*csv) text files of Outlook Express.
標(biāo)簽: addresses Address system useful
上傳時(shí)間: 2014-07-08
上傳用戶(hù):lyy1234
DS1820 數(shù)字溫度計(jì)提供9 位溫度讀數(shù),指示器件的溫度 信息經(jīng)過(guò)單線接口送入DS1820 或從DS1820 送出因此從中央處理器到DS1820 僅需連接一條 線和地讀寫(xiě)和完成溫度變換所需的電源可以由數(shù)據(jù)線本身提供而不需要外部電源 因?yàn)槊恳粋€(gè)DS1820 有唯一的系列號(hào)silicon serial number 因此多個(gè)DS1820 可以存在 于同一條單線總線上這允許在許多不同的地方放置溫度靈敏器件此特性的應(yīng)用范圍包括HVAC 環(huán)境控制建筑物設(shè)備或機(jī)械內(nèi)的溫度檢測(cè)以及過(guò)程監(jiān)視和控制中的溫度檢測(cè)
標(biāo)簽: 1820 DS 溫度 數(shù)字溫度計(jì)
上傳時(shí)間: 2014-01-02
上傳用戶(hù):ZJX5201314
support vector classification machine % soft margin % uses "kernel.m" % % xtrain: (Ltrain,N) with Ltrain: number of points N: dimension % ytrain: (Ltrain,1) containing class labels (-1 or +1) % xrun: (Lrun,N) with Lrun: number of points N: dimension % atrain: alpha coefficients (from svcm_train on xtrain and ytrain) % btrain: offest coefficient (from svcm_train on xtrain and ytrain) % % ypred: predicted y (Lrun,1) containing class labels (-1 or +1) % margin: (signed) separation from the separating hyperplane (Lrun,1
標(biāo)簽: classification support machine Ltrain
上傳時(shí)間: 2015-09-04
上傳用戶(hù):問(wèn)題問(wèn)題
Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search main.cpp Then you can run it: ./search The input is loaded from a input file in.txt Here is the format of the input file: The first line of the input file shoud contain two chars indicate the source and destination city for breadth first and depth first algorithm. The second line of input file shoud be an integer m indicate the number of connections for the map. Following m lines describe the map, each line represents to one connection in this form: dist city1 city2, which means there is a connection between city1 and city2 with the distance dist. The following input are for A* The following line contains two chars indicate the source and destination city for A* algorithm. Then there is an integer h indicate the number of heuristic. The following h lines is in the form: city dist which means the straight-line distance from the city to B is dist.
標(biāo)簽: Implemented following compile command
上傳時(shí)間: 2014-01-01
上傳用戶(hù):lhc9102
SimMetrics is a Similarity Metric Library, e.g. from edit distance s (Levenshtein, Gotoh, Jaro etc) to other metrics, (e.g Soundex, Chapman). Work provided by UK Sheffield University funded by (AKT) an IRC sponsored by EPSRC, grant number GR/N15764/01.
標(biāo)簽: e.g. Levenshtein SimMetrics Similarity
上傳時(shí)間: 2014-01-22
上傳用戶(hù):cc1
* This a software code module for a time-of-day clock object. * The clock may be fixed 12-hour, fixed 24-hour, or dynamically * configurable between these two types. Clock data can be accessed * as a binary number representing the number of minutes since midnight * or a BCD number formatted according to the time-of-day description * in the TIME module 0404x. The functions work with time-of-day values * which conform to normally accepted clock values of 1:00 to * 12:59 BCD / 0 to 719 binary for a 12-hour clock or clock values * 00:00 to 23:59 BCD / 0 to 1439 binary for a 24-hour clock. On power-up * the clock is 12:00 BCD / 0 binary for a 12-hour or dynamically * configurable clock, or 00:00 BCD / 0 binary for a 24-hour clock.
標(biāo)簽: clock time-of-day software module
上傳時(shí)間: 2013-12-07
上傳用戶(hù):llandlu
* DEFINITION * This is the header file for a library module used to calculate the median * of a list of values. It finds the value that would be in the center if * the list were sorted. If the list contains an even number of values, the * lower of the two center values is reported. The values themselves are not * sorted or modified in any way. This algorithm can be used as a filtering * tool for rejecting noisy data.
標(biāo)簽: DEFINITION calculate the library
上傳時(shí)間: 2015-09-07
上傳用戶(hù):refent
This book contains a detailed analysis of the International Standard for the C language,-3.1 excluding the library from a number of perspectives. The organization of the material is unusual in that it is based on the actual text of the published C Standard. The unit of discussion is the individual sentences from the C Standard (2022 of them). Readers are assumed to have more than a passing familiarity with C.
標(biāo)簽: International the Standard analysis
上傳時(shí)間: 2015-09-15
上傳用戶(hù):13188549192
Listed below are the typographical conventions used in this guide. – Example C++ code and commands to be typed by the user are in non-bold characters in typewriter font. – Items where the user has to supply a name or number are given in lower-case italic characters in typewriter font. – Sections marked with a ‡ describe features that are also available in ANSI C.
標(biāo)簽: typographical conventions commands Example
上傳時(shí)間: 2013-12-20
上傳用戶(hù):xiaoxiang
基于"trace transform"的識(shí)別2D圖像的C++源程序, 主文件是tt.cpp, 在LINUX下可以用 g++ tt.cpp -o tt -O3進(jìn)行編繹, 而且最后的結(jié)果也可以在MATLAB下顯示出來(lái), This package presents C++ tools to the trace transform of a 2D image, and related objects, i.e. circuses and triple features, matlab tools to visualise these entities, and tools to check newly coded functionals. This version is released with a small number of functionals only.
標(biāo)簽: transform trace 識(shí)別 圖像
上傳時(shí)間: 2013-12-23
上傳用戶(hù):redmoons
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1