This code was used to produce simulation results described in: Using Directional Antennas to Prevent Wormhole Attacks Lingxuan Hu and David Evans. Network and Distributed System Security Symposium, San Diego, 5-6 February 2004.
标签: Directional simulation described Antennas
上传时间: 2014-12-06
上传用户:xieguodong1234
#ifdef _AFXDLL Enable3dControls() // Call this when Using MFC in a shared DLL #else Enable3dControlsStatic() // Call this when linking to MFC statically #endif CPreviewDialogDlg dlg m_pMainWnd = &dlg int nResponse = dlg.DoModal() if (nResponse == IDOK) { // TODO: Place code here to handle when the dialog is // dismissed with OK } else if (nResponse == IDCANCEL) { // TODO: Place code here to handle when the dialog is // dismissed with Cancel } // Since the dialog has been closed, return FALSE so that we exit the // application, rather than start the application s message pump. return FALSE }
标签: Enable3dControls Enable3d AFXDLL shared
上传时间: 2015-12-19
上传用户:hustfanenze
finacial application Using excel add-in c C
标签: application finacial add-in excel
上传时间: 2015-12-21
上传用户:zhangyi99104144
AES Core Modules In this document I describe components designated to encoding and decoding Using AES. aes enc — parametrizable component which can encrypt input data, Using 128, 192 and 256 bit key, • aes dec — parametrizable component which can decrypt input data, Using 128, 192 and 256 bit key, • key expansion — parametrizable component which can produce key expansion, Using 128, 192 and 256 bit key,
标签: components designated document describe
上传时间: 2015-12-22
上传用户:Late_Li
Using spectra to calculate strength of reflections and losses in passive cavities.The wavelength, reflection spectrum and transmission spectrum should be in the first 3 columns of an Excel file, which is selected when the cavity.m Matlab file is run.
标签: reflections wavelength calculate cavities
上传时间: 2013-12-24
上传用户:sz_hjbf
A simple (de)compression program Using Run Length Encoding. Compression is done that easy: compressedData = rle(originalData) Decompression: originalData = rle(compressedData)
标签: compression Compression Encoding program
上传时间: 2015-12-24
上传用户:远远ssad
Using Ant Colony Optimization Algorithm to solve Traveling Salesman Problem.对此方面的研究很有帮助
标签: Optimization Algorithm Traveling Salesman
上传时间: 2014-01-12
上传用户:集美慧
AVR134 Real-Time Clock Using the Asynchronous Timer
标签: Asynchronous Real-Time Clock Using
上传时间: 2015-12-26
上传用户:ouyangtongze
Apply the standard QR-decomposition based LSL algorithm Using angle-normalized error to predict/estimate complex-valued processes.
标签: QR-decomposition angle-normalized algorithm standard
上传时间: 2015-12-27
上传用户:cc1
Dijkstra算法求最短路径(C#版) Using System Using System.Collections Using System.Text namespace Greedy { class Marx { private int[] distance private int row private ArrayList ways = new ArrayList() public Marx(int n,params int[] d) { this.row = n distance = new int[row * row] for (int i = 0 i < row * row i++) { this.distance[i] = d[i]
标签: System Using Collections namespace
上传时间: 2013-12-29
上传用户:liglechongchong