-
按键计数器
按键计数器
- 2022-01-25 23:13:13下载
- 积分:1
-
LED constant pressure calculation tool to calculate constant pressure LED circui...
LED恒压计算工具
计算LED恒压电路的小工具,通过使用您可以学习到LED的基本知识。-LED constant pressure calculation tool to calculate constant pressure LED circuit of small tools, You can through the use of LED learn the basic knowledge.
- 2022-09-05 07:30:03下载
- 积分:1
-
超级报表模板设计器PB源代码,非常智能、美观、实用。
超级报表模板设计器PB源代码,非常智能、美观、实用。-超级报表模板设计器PB源代码
- 2022-04-10 05:50:23下载
- 积分:1
-
类似焦点图的Flash图片展示导航
类似焦点图的Flash图片展示导航,鼠标放在右侧的文字标题上,左侧的图片会相应的滚动变化,看上去流畅的动画效果,放大网页上会增加网页的美感和动感效果,自带Flash8源文件。
- 2022-09-18 12:45:03下载
- 积分:1
-
再传个由于soft dicision 方面的程序吧,这个对目前学编码的人来说,是相当重要的,也是现在最热的领域.
呵呵,还请站长早点开通我的帐户吧,先谢谢了...
再传个由于soft dicision 方面的程序吧,这个对目前学编码的人来说,是相当重要的,也是现在最热的领域.
呵呵,还请站长早点开通我的帐户吧,先谢谢了.
本人的方向是弄编码的,所以这次上传的主要是这方面的内容.-Send a soft dicision as a result of the procedures to you, the encoding of the current study people, is very important, and it is now the hottest area. Oh, also requested the station master as soon as possible to open my account now, first Thank you. I get the direction is encoded, so this From the main content of this field.
- 2023-04-12 10:00:04下载
- 积分:1
-
Console game in the category of file operations for reading. Txt files, displaye...
控制台小游戏中的文件操作类,用于读取.txt文件,显示在控制台上.还有一个主函数文件.-Console game in the category of file operations for reading. Txt files, displayed on the console. There is also a main function of a document.
- 2023-03-03 18:10:03下载
- 积分:1
-
是一个人脸检测数据库,做人脸检测的很有用处啊
是一个人脸检测数据库,做人脸检测的很有用处啊-Face detection is a database of human face detection useful ah
- 2022-02-24 18:59:41下载
- 积分: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
-
程序将在量化成为法律十三折线PCM信号…
程序为将a律十三折线的PCM信号经量化后的信息编为0101二进制的编码。-Procedures will be a law broken line thirteen of the PCM signal after quantization information as binary code 0101.
- 2023-02-05 18:20:03下载
- 积分:1
-
在S3C2410 Linux2.4.x中的LCD 触摸开发例子,有兴趣的朋下载试下,实用,测试OK。...
在S3C2410 Linux2.4.x中的LCD 触摸开发例子,有兴趣的朋下载试下,实用,测试OK。-S3C2410 Linux2.4.x in the LCD touch-developed examples of friends who are interested to download the next test, practical test OK.
- 2023-06-06 20:25:03下载
- 积分:1