-
chap8
相控阵雷达仿真,涉及到方向增益,功率增益以及一般阵列,线性阵列,各种平面阵列的相应仿真(The simulation of phased array radar involves directional gain, power gain and the corresponding simulation of general array, linear array and various planar arrays.)
- 2018-12-09 15:34:44下载
- 积分:1
-
工厂内部主板图纸,Intel915芯片组
工厂内部主板图纸,Intel915芯片组-factories within the Main Board of drawings, Intel915 chipset
- 2022-05-20 23:30:13下载
- 积分:1
-
机械手手动控制及自动分拣金属材料装置。
PLC控制步进电机驱动。...
机械手手动控制及自动分拣金属材料装置。
PLC控制步进电机驱动。-Manipulator manual control and automatic sorting of metal materials, devices. PLC controlled stepper motor drive.
- 2023-03-08 06:30:04下载
- 积分:1
-
C# 清空回收站的源码实例
C# 清空回收站,这个功能不用多介绍了吧,你懂的,具体的实现请看以下代码:
const int SHERB_NOCONFIRMATION = 0x000001;//整型常量在API中表示删除时没有确认对话框
const int SHERB_NOPROGRESSUI = 0x000002;//在API中表示不显示删除进度条
const int SHERB_NOSOUND = 0x000004;//在API中表示删除完毕时不播放声音
[DllImportAttribute("shell32.dll")]//声明API函数
private static extern int SHEmptyRecycleBin(IntPtr handle, string root, int falgs);
private void button1_Click(object sender, EventArgs e)
{
//清空回收站
SHEmptyRecycleBin(this.Handle, "", SHERB_NOCONFIRMATION + SHERB_NOPROGRESSUI + SHERB_NOSOUND);
}
- 2022-12-15 14:50:03下载
- 积分:1
-
存取程序状态的几种方法
存取程序状态的几种方法-javaI/O应用杂谈。-access procedures state of several ways- javaI/O application Talking about.
- 2022-07-28 00:14:21下载
- 积分:1
-
Noise Gate
Pedal de efeito NoiseGate
- 2018-06-30 04:57:28下载
- 积分:1
-
Desktop_2
说明: n September 6, 2006 The Developer Tools Group (the working name of the not yet spun off company) of Borland Software Corporation released single-language editions of Borland Developer Studio 2006, bringing back the Turbo name. The Turbo product set included Turbo Delphi for Win32, Turbo Delphi for .NET, Turbo C++, and Turbo C#. There were two variants of each edition: Explorer, a free downloadable flavor, and a Professional flavor, priced at US$899 for new users and US$399 for upgrades, which opened access to thousands of third-party components. Unlike earlier Personal editions of Delphi, Explorer editions could be used for commercial development.
- 2019-12-17 09:50:02下载
- 积分:1
-
11.DS18B20
说明: stm32f103z ds18b20 example
- 2019-02-28 14:19:38下载
- 积分:1
-
一个非常有用的桌面管理程序
一个非常有用的桌面管理程序-a very useful desktop management procedures
- 2022-02-28 19:08:03下载
- 积分:1
-
能放大部分屏幕可以用来擦看一些很小的字或图片上的细节
能放大部分屏幕可以用来擦看一些很小的字或图片上的细节-Can enlarge part of the screen can be used to rub a small word or a look at some details of the pictures
- 2022-11-03 06:25:03下载
- 积分:1