-
一些关于恒流源的资料,那里有电路原理图,用的着的话就拿去吧。...
一些关于恒流源的资料,那里有电路原理图,用的着的话就拿去吧。-Some information on the constant current source, where the circuit schematic diagram, if used in the case go forward.
- 2022-10-14 00:50:03下载
- 积分: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
-
这项工程将让您把自己的MP3播放器平台,该软件是开放源代码和硬件是故意离开通用,以允许您自定义您的需求
这项工程将让您把自己的MP3播放器平台,该软件是开放源代码和硬件是故意离开通用,以允许您自定义您的需求-This project will allow you to own MP3 player platform, the software is open source and hardware is left intentionally general so as to allow you to customize your needs
- 2022-02-06 03:56:36下载
- 积分:1
-
dysplasia window source versions : File Size : 248.592Kb software Language : Eng...
异型窗口源码
版 本:
文件大小:248.592Kb
软件语言:简体中文
授权方式:免费版
相关链接:程序演示
-dysplasia window source versions : File Size : 248.592Kb software Language : English license : free version Related Links : The process demonstration
- 2022-02-04 09:21:34下载
- 积分:1
-
VB使用DataCombo显示数据内容
VB使用DataCombo显示数据内容,有要是练习DataCombo用法的,测试前,请修改代码中的mdb数据库路径,否则在运行时会弹出错误提示。
- 2023-07-17 21:15:03下载
- 积分:1
-
使用JSTL编写注册用户管理系统,可以实现注册用户的增删改功能...
使用JSTL编写注册用户管理系统,可以实现注册用户的增删改功能-used textbook prepared registered user management system, users can achieve additions, deletions and change function
- 2022-03-06 18:11:47下载
- 积分:1
-
problem with M
排列问题
M个1,N个0的排列(高效率版)
排列数为:c(m+n,n)
对n个0,m个1,我的想法是这样的:
每个排列可以分三段:
全0列,全1列, 子问题列
设各段长:r,s,t .子问题列就是 (n,m) = (n-r,m-s),其中0
- 2022-11-27 09:05:03下载
- 积分:1
-
Rare DM9000 of the Chinese data. A detailed description of the internal and pin...
难得的DM9000的中文资料。详细的引脚描述以及内部及寄存器和功能描述。-Rare DM9000 of the Chinese data. A detailed description of the internal and pin registers and functional description.
- 2023-09-05 23:45:03下载
- 积分:1
-
归一化处理程序,可以应用与神经网络预测
归一化处理程序,可以应用与神经网络预测
-Normalized process, can be applied with the neural network prediction
- 2023-04-21 06:10:03下载
- 积分:1
-
Exercise after
操作系统教程第四版课后习题答案,孙忠秀主编,高等教育出版社-Exercise after-school tutorial fourth edition of the operating system answers, Sun Zhongxiu editor, Higher Education Press
- 2022-02-26 23:37:52下载
- 积分:1