-
The tracert tool displays the various IP Addresses in the route of a network pac...
The tracert tool displays the various IP Addresses in the route of a network packet as it travels to a destination IP address from a source. An article which describes how tracert works and which also presents a C# component to implement tracert functionality in your projects can be found here. In the tool presented in this article, I combine the tracert component, technology to geo-locate based on IP address from HostIP.info and the Virtual Earth API to map the locations of various IP addresses that fall in the route of a network packet when it travels to a user provided destination IP address. Since the tracert component is covered thoroughly in the other article let start by looking at geo-location and the MSN Virtual Earth API.-The tracert tool displays the various IP Ad dresses in the route of a network packet as it tra vels to a destination IP address from a source. A n article which describes how tracert works and which also presents a C# component to implement tracert functiona
- 2022-03-05 03:14:58下载
- 积分:1
-
rtklibDlg
基于rtklib计算加入北斗的单点定位及差分定位(single PP and DGNSS using BEIDOU based on RTKLIB)
- 2015-11-30 10:00:16下载
- 积分:1
-
STM32超声波
说明: STM32f103ZET6控制超声波测距模块,通过串口显示(STM32f103ZET6 controls the ultrasonic ranging module, which is displayed through serial port.)
- 2019-05-17 10:00:25下载
- 积分:1
-
coded-lock
利用stc89c52,at24c02以及按键和lcd1602做的电子密码锁,可以自己修改密码并有错误提示。用了很长时间做出来的。(Use stc89c52, at24c02 and the buttons and lcd1602 do electronic code lock, can modify their own password and an error message. Took a long time to do it.)
- 2013-04-27 22:15:51下载
- 积分:1
-
1、LED灯
说明: 基于51单片机的led源程序,常见问题解决方法
:
LED不亮的:
1. 请您检查排线是否插好!
2. 换根排线试试。(Led Source Program Based on 51 Single Chip Microcomputer,Solutions to Common Problems:LED is not bright:
1.Please check whether the cable is plugged in properly.
2.Try changing the cable.)
- 2020-06-20 17:40:02下载
- 积分:1
-
keypointDetection
点云关键点搜索,根据曲率极值法搜索关键点(PCL:keypoint detection, used for registration and segmentation)
- 2017-12-28 14:02:11下载
- 积分:1
-
msp430f5529时钟配置
msp430f5529时钟配置
关于DCO.FLL.ACLK,SMCLK,MCLK
#include
//设置内核电压 以匹配不同频率
void SetVcoreUp (unsigned int level)
{
PMMCTL0_H = PMMPW_H;// Open PMM registers for write
SVSMHCTL = SVSHE + SVSHRVL0 * level + SVMHE + SVSMHRRL0 * level; // Set SVS/SVM high side new level
SVSMLCTL = SVSLE + SVMLE + SVSMLRRL0 * level; // Set SVM low side to new level
while ((PMMIFG & SVSMLDLYIFG) == 0); // Wait till SVM is settled
PMMIFG &= ~(SVMLVLRIFG + SVMLIFG); // Clear alre
- 2022-03-25 04:41:16下载
- 积分:1
-
3DGame
introduce 3d with dx9.0 绝好的3d书籍加源码(introduce 3d with dx9.0 excellent books on Canadian source 3d)
- 2010-02-27 12:57:55下载
- 积分:1
-
通信信号盲均衡算法(CMA算法、RLS-CMA算法、MRLS-CMA算法)
使用常模算法实现通信信号的盲均衡,具体算法有CMA算法、RLS-CMA算法,以及改进软法MRLS-CMA算法
- 2019-04-13下载
- 积分:1
-
UVALive4849
uvalive4849的ac源码。算法:2-sat。题意:给n(n<=3000)个黑方块的坐标,保证黑方块没有公共边。对于每个黑方块选一个角作为结点,使得所选结点满足输入的一个无向图。其中距离为曼哈顿距离。输出是否有解。possible或impossible。(AC source of uvalive 4849. Algorithms: 2-sat. Meaning of the questions: to n (n <= 3000) coordinates a black box, to ensure that there is no common edge black squares. For each black box to choose a corner as nodes, such that the selected nodes meet a directed graph with no input. Where the distance is the Manhattan distance. Output is solvable. possible or impossible.)
- 2015-01-25 21:27:51下载
- 积分:1