-
日立SH
日立SH-2 CPU核的VERLOG源码,可在ISE6上综合,有说明文档-Hitachi SH-2 CPU core VERLOG source can be integrated in ISE6, documentation,
- 2022-04-15 01:30:20下载
- 积分:1
-
新建文件夹
递推最小二乘参数辨识,适用于ARMA模型,锂电池等效电路模型参数辨识时使用(RLS for parameter identification)
- 2018-04-20 14:55:02下载
- 积分: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
-
pic18ch
Microips PIC单片机指令中文详解(Detailed instructions Chinese Microips PIC microcontroller)
- 2011-11-25 18:27:21下载
- 积分:1
-
Chess_Master
说明: 2阶微分方程组求解,国际象棋游戏,解压后运行程序(2nd equation slover,international chess game use matlab,have 5000lines code ,but you must install of)
- 2020-06-20 05:40:01下载
- 积分:1
-
kd树类的实现。内部提供了三种搜索方法。
kd树类的实现。内部提供了三种搜索方法。-kd tree class implementation。
- 2023-08-30 21:50:08下载
- 积分:1
-
AMIBIOS8_AMI_Firmware_Update_Utility
use this tool to update your ami bios. think it can use to fix serial number error, etc. i got this from googling. hope someone can be help by this.
- 2020-12-05 04:19:23下载
- 积分:1
-
VBA
vba
- 2022-01-31 04:50:29下载
- 积分:1
-
刘保东
动态图,matlab源代码,表白神器哦,水水水水水水水水水(gooddasdafagdagdaagagdafaga)
- 2017-11-26 21:09:00下载
- 积分:1
-
新能源建模与仿真
一些整流逆变所用到的整流器以及逆变器,包括三个模型(Rectifiers and inverters used in some rectification inverters, including three models)
- 2018-07-26 10:14:22下载
- 积分:1