-
距离最短路由
用于多跳路由,寻找最小距离路径的一种算法。(An algorithm for multi-hop routing looking for the path with the smallest distance.)
- 2020-07-08 17:48:55下载
- 积分:1
-
Visual C# 隐藏显示鼠标的源码实例
Visual C#显示隐藏鼠标的一个例子,隐藏鼠标后,使用Tab键移动光标,从代码中可发现,隐藏鼠标只需将ShowCursor(false);即可,显示时就这样:ShowCursor(true);面向C#初学者。下面是核心的代码:
//重写API函数
[System.Runtime.InteropServices.DllImport("user32.dll", EntryPoint = "ShowCursor")]
public extern static bool ShowCursor(bool bShow);
private void btnHide_Click(object sender, EventArgs e)
{
ShowCursor(false);//鼠标隐藏
}
private void btnShow_Click(object sender, EventArgs e)
{
ShowCursor(true);//鼠标显示
}
- 2022-08-08 14:49:38下载
- 积分:1
-
Flat-sale-ribbon-set
说明: MConverter is a new online video converter application that allow to you to convert anything you need ON YOUR PC! Now you can convert video and audio files and grab online videos. The main advantages of MConverter are: speed, bug-free, multi-functional and very user-friendly. It has great functionality that you will not find anywhere on the web! Features: * convert any audio files * convert any video files * download any video from online video services * convert any online video to any form
- 2019-01-30 03:21:55下载
- 积分:1
-
Zynq7000AP_SoC_IEEE1588_PTP_design
说明: 在ZYNQ FPGA上实现PTP协议的镜像文件,可以直接用(The mirror file of PTP protocol implemented on ZYNQ FPGA can be used directly.)
- 2021-03-25 11:59:14下载
- 积分:1
-
一个皮萨店的源码。可以连锁的,而且有各种口味的选择。
一个皮萨店的源码。可以连锁的,而且有各种口味的选择。-A pizza shop source. Can be linked and that there are different flavors.
- 2022-08-06 18:45:06下载
- 积分:1
-
Pic18f46k20-GLCD
ST7920 for Pic18f46k20
- 2020-06-24 22:40:01下载
- 积分:1
-
npc
说明: 冒险岛npc脚本 部分自用 请勿转载传请勿转载传(ms npc scirpt,dont share with others)
- 2020-07-04 09:40:01下载
- 积分:1
-
DWT
代码利用DWT算法实现了电子水印技术。 其中包括了水印的插入,提取,以及4种不同的攻击。最后,测量了psnr(This algorithm describe digital watermark algorithm by using DWT. It implements embedding, extraction, and 4 different attacks. in the end, it measures psnr)
- 2009-03-22 23:04:52下载
- 积分:1
-
Sound Test Main
音频扫频信号发生器压缩包,软件转自网上,使用此软件带来的设备损坏不负责。(sweep sine wave generator, download from web, The equipment damage caused by using this software is not responsible.)
- 2018-11-28 15:28:57下载
- 积分:1
-
汇集了1万种成语
汇集了1万种成语-pool of 10,000 species of idioms
- 2022-03-29 01:09:46下载
- 积分:1