-
CbBurn
CbBurn software to burn
- 2019-04-07 09:25:39下载
- 积分:1
-
Access (2)
可通过该寻址进行间接访问,方便进行编程和阅读(peek and poke can use this code)
- 2020-06-17 17:20:02下载
- 积分:1
-
可爱的复古风格
更多相关jQuery UI复古风格WEB图标手风琴 所属专题:图片代码(More about jQuery UI retro style WEB icon accordion subject: picture code)
- 2019-03-08 08:26:08下载
- 积分:1
-
Used,, MFC, GUI, pass the class a class of small game, the graphics processing,
用到,,MFC ,GUI,实现一类过关类的小游戏,,对图形进行处理,-Used,, MFC, GUI, pass the class a class of small game, the graphics processing,
- 2022-11-17 23:30:04下载
- 积分:1
-
jQuery响应式
说明: 响应式Lix插件可以设置两种图像的显示方式,co和c(The responsive Lix plug-in can set up two image display modes, CO and C.)
- 2019-03-13 15:56:00下载
- 积分:1
-
pic_tutorial
PIC Microcontroller Tutorial
- 2013-04-03 07:45:20下载
- 积分:1
-
rengongshichangfa - 副本
通过人工势场法进行车辆的路径规划,可以为更深层次的路径规划进行指导(Vehicle path planning by artificial potential field method,Guidance for deeper path planning)
- 2021-03-11 14:49:26下载
- 积分: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
-
Inverse synthetic aperture radar imaging with MATLAB algorithms-Wiley
应用背景Inverse synthetic aperture radar imaging with MATLAB algorithms-Wiley.关键技术ISAR 成像相关算法说明,且都带有配套的MATLAB程序。目前国内在SAR 和 ISAR 的公开的程序代码并不多。本文就提供了较完善的系统的程序代码。
- 2023-05-22 07:50:05下载
- 积分:1
-
2D_FEKO_IFFT
用FEKO仿真,获得FFE文件,放到文件夹下,修改相应参数,即可成像
基本的2D IFFT成像算法(The FFE file is obtained by FEKO simulation. It is placed in the folder and the corresponding parameters are modified. Then the image can be imaged.
Basic 2D IFFT Imaging Algorithms)
- 2021-01-15 09:48:46下载
- 积分:1