-
新建文件夹
实现图像的模糊和复原,放入图片首先模糊在去模糊(Realizing image blur and restoration)
- 2018-10-28 20:34:18下载
- 积分:1
-
萤火小程序完整包v1.1.11
说明: 微信小程序商城商业版源码包,自己使用,未经授权,请勿转发(Using the WeChat app store's source code)
- 2020-12-30 16:08:59下载
- 积分:1
-
PSO
说明: 单目标粒子群算法,可用于方程结算等函数求解(Single objective particle swarm optimization)
- 2021-01-08 15:29:47下载
- 积分:1
-
新天龙八部3的游戏lua脚本源代码
TLBB lua 源码(TLBB lua)
- 2021-04-16 20:08:53下载
- 积分:1
-
test1.part08
这是一个基于pocketsphinx的例子程序,已经在andtoid studio编译成功,并能识别简单的词汇。这是第8部分(This is an example program based on pocketsphinx, which has been successfully compiled in andtoid studio and can recognize simple words. This is the 8th part.)
- 2020-06-21 19:00:01下载
- 积分:1
-
2
lecture micro controller explain 7 segment
- 2018-11-15 04:13:43下载
- 积分:1
-
EVLoad
可以很好的预测日EV负荷,并对电网总负荷产生不同的影响(It can predict daily EV load very well.)
- 2020-06-20 21:00:01下载
- 积分:1
-
IpTool抓包工具
说明: 网络服务器维护,信息安全维护,日常维护工作非常有用的基础工具(the server safety set up tools)
- 2019-05-08 23:53:37下载
- 积分: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
-
DCMotorth
这是一个直流无刷电机讲义,讲述直流无刷电机的基本原理(This is a brushless DC motor lectures, about the basic principles of Brushless DC Motor)
- 2010-08-17 16:25:06下载
- 积分:1