-
matlab对aloha,s
matlab对aloha,s-aloha,csma的仿真-matlab pairs of aloha, s-aloha, csma Simulation
- 2022-01-25 16:56:47下载
- 积分:1
-
bowling scoring for the calculation algorithm
提供计算保龄球得分的算法-bowling scoring for the calculation algorithm
- 2022-02-04 06:08:22下载
- 积分:1
-
a network
一套基于asp的网络办公系统!功能类似于oa-a network-based office system! Similar to the functional oa
- 2022-03-20 03:12:38下载
- 积分:1
-
有关中子的结构原理,以及中子在医学成像领域的相关研究
有关中子的结构原理,以及中子在医学成像领域的相关研究-Related to the structure of neutron principle, as well as the neutron in the field of medical imaging research
- 2022-02-01 15:07:10下载
- 积分:1
-
淘宝网首页曾用的焦点图幻灯切换特效
淘宝网首页曾用的焦点图幻灯切换特效,代码中还给出了一些参数自定义选项,以便更好的查看效果。这款焦点图切换效果动画效果流畅,演示了横向水平切换和纵向垂直切换图片的方式,切换速度和停顿时间都可以自己调整,然后看效果,代码中有注释说明,非常方便调用。
- 2023-02-22 16:35:03下载
- 积分:1
-
Delphi递归法绘图分形大树Tree及节点
Delphi绘图程序实例:绘制大树Tree节点,采用递归分形算法画一个树,点击一次画一次,画出支杆,代码有参考性。
- 2022-10-10 16:25: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
-
Delphi 2005 ADO 连接演示
Delphi 2005 ADO 连接演示-connecting demo
- 2022-05-23 09:03:53下载
- 积分:1
-
一个经典的贪吃蛇游戏,难免有点缺陷,请大家指出。
一个经典的贪吃蛇游戏,难免有点缺陷,请大家指出来.-A classic Snake game, inevitably a bit defective, please point out to everyone.
- 2022-04-24 14:14:26下载
- 积分:1
-
该文件是教你如何来旋转一个正方体的,并可以用不同的颜色
该文件是教你如何来旋转一个正方体的,并可以用不同的颜色-the document is to teach you how a rotating cube, and can use a different color
- 2022-01-23 10:09:29下载
- 积分:1