This transport driver for BlueDrekar middleware is a reference implementation of the Bluetooth Host Controller Interface (HCI) UART transport layer. The source code is compiled and run in linux enviroment.
標簽: implementation BlueDrekar middleware Bluetooth
上傳時間: 2016-06-13
上傳用戶:www240697738
Freediag contains various drivers (ISO9141, ISO14230, SAEJ1850-VPW, SAEJ1850-PWM) for different adapters that connect the PC serial port to a vehicle. It reads vehicle diagnostic info from vehicle electronic control unit (ecu). The source code is compiled and run in linux environment.
上傳時間: 2013-12-24
上傳用戶:lwwhust
The document describes an AP library adapted for C++. The AP library for C++ contains a basic set of mathematical functions and collection classes needed to run the programs from the ALGLIB website.
上傳時間: 2014-09-11
上傳用戶:jackgao
這個是用VC++實現的winsnmp的網絡管理兼監控的程序,經調試可正常運行通過,希望對大家有所幫助 -this the VC winsnmp network management and monitoring procedures, The tests can be run through the normal, we hope to help
上傳時間: 2013-12-14
上傳用戶:AbuGe
這個是用VC++實現的winsnmp的網絡管理兼監控的程序,經調試可正常運行通過,希望對大家有所幫助 -this the VC winsnmp network management and monitoring procedures, The tests can be run through the normal, we hope to help
上傳時間: 2013-12-19
上傳用戶:gundan
AutomaticPropertiesDefaultValues Article_src.zip PropertyInfo[] props = o.GetType().GetProperties(BindingFlags.Public | BindingFlags.NonPublic | BindingFlags.Instance | BindingFlags.Static) for (int i = 0 i < props.Length i++) { PropertyInfo prop = props[i] if (prop.GetCustomAttributes(true).Length > 0) { object[] defaultValueAttribute = prop.GetCustomAttributes(typeof(DefaultValueAttribute), true) if (defaultValueAttribute != null) { DefaultValueAttribute dva = defaultValueAttribute[0] as DefaultValueAttribute if(dva != null) prop.SetValue(o, dva.Value, null) }
標簽: AutomaticPropertiesDefaultValues PropertyInfo Article_src GetPropert
上傳時間: 2014-11-22
上傳用戶:xaijhqx
寫入下列登錄檔:Software\Microsoft\Windows\CurrentVersion\Run,產生檔案:C:\twins.vbs,windows目錄下產生NetInfo.doc.pif,尋找通訊錄連絡人,並且散播病毒信件。
標簽: SoftwareMicrosoftWindowsCurrentVe rsionRun
上傳時間: 2016-07-08
上傳用戶:songnanhua
* acousticfeatures.m: Matlab script to generate training and testing files from event timeseries. * afm_mlpatterngen.m: Matlab script to extract feature information from acoustic event timeseries. * extractevents.m: Matlab script to extract event timeseries using the complete run timeseries and the ground truth/label information. * extractfeatures.m: Matlab script to extract feature information from all acoustic and seismic event timeseries for a given run and set of nodes. * sfm_mlpatterngen.m: Matlab script to extract feature information from esmic event timeseries. * ml_train1.m: Matlab script implementation of the Maximum Likelihood Training Module. ?ml_test1.m: Matlab script implementation of the Maximum Likelihood Testing Module. ?knn.m: Matlab script implementation of the k-Nearest Neighbor Classifier Module.
標簽: acousticfeatures timeseries generate training
上傳時間: 2013-12-26
上傳用戶:牛布牛
局部線性嵌入法,用于數據降維 .lle.m -- A simple matlab routine to perform LLE. .scurve.m -- Code to run the "s-curve" example. .swissroll.m -- Code to run the "swiss roll" example.
上傳時間: 2016-07-28
上傳用戶:15071087253
序列對齊 Compare a protein sequence to a protein sequence database or a DNA sequence to a DNA sequence database using the Smith-Waterman algorithm.[.wat815.] \fCssearch3\fP is about 10-times slower than FASTA3, but is more sensitive for full-length protein sequence comparison.
標簽: sequence protein DNA database
上傳時間: 2016-08-01
上傳用戶:wangchong