搜索结果

找到约 2,450 项符合 USinG 的查询结果

按分类筛选

显示更多分类

其他 This code was used to produce simulation results described in: Using Directional Antennas to Pre

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.
https://www.eeworm.com/dl/534/235440.html
下载: 75
查看: 1057

Windows CE #ifdef _AFXDLL Enable3dControls() // Call this when using MFC in a shared DLL #else Enable3d

#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 ...
https://www.eeworm.com/dl/674/235806.html
下载: 152
查看: 1270

VC书籍 finacial application using excel add-in c C

finacial application using excel add-in c C
https://www.eeworm.com/dl/686/236760.html
下载: 25
查看: 1030

加密解密 AES Core Modules In this document I describe components designated to encoding and decoding using A

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, &#8226 aes dec — parametrizable component which can decrypt input data, using 128, 192 and 256 bit ...
https://www.eeworm.com/dl/519/237039.html
下载: 84
查看: 1073

邮电通讯系统 Using spectra to calculate strength of reflections and losses in passive cavities.The wavelength, re

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.
https://www.eeworm.com/dl/690/237587.html
下载: 126
查看: 1058

matlab例程 A simple (de)compression program using Run Length Encoding. Compression is done that easy: compr

A simple (de)compression program using Run Length Encoding. Compression is done that easy: compressedData = rle(originalData) Decompression: originalData = rle(compressedData)
https://www.eeworm.com/dl/665/237657.html
下载: 167
查看: 1074

matlab例程 Using Ant Colony Optimization Algorithm to solve Traveling Salesman Problem.对此方面的研究很有帮助

Using Ant Colony Optimization Algorithm to solve Traveling Salesman Problem.对此方面的研究很有帮助
https://www.eeworm.com/dl/665/237672.html
下载: 97
查看: 1049

单片机开发 AVR134 Real-Time Clock using the Asynchronous Timer

AVR134 Real-Time Clock using the Asynchronous Timer
https://www.eeworm.com/dl/648/238818.html
下载: 42
查看: 1065

matlab例程 Apply the standard QR-decomposition based LSL algorithm using angle-normalized error to predict/esti

Apply the standard QR-decomposition based LSL algorithm using angle-normalized error to predict/estimate complex-valued processes.
https://www.eeworm.com/dl/665/239086.html
下载: 139
查看: 1054

软件设计/软件工程 Dijkstra算法求最短路径(C#版) using System using System.Collections using System.Text namespace Greedy

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 ( ...
https://www.eeworm.com/dl/684/239495.html
下载: 117
查看: 1112