-
hacker-program
这本书是有关黑客编程的,有兴趣的朋友可以下载来看看。(This book is about hacking programming, friends who are interested can download to see.)
- 2013-05-03 11:05:07下载
- 积分:1
-
趋势EA
说明: 趋势EA,不加仓,不网格,每单都带止损止盈,加载周期30分(Trend EA, no warehousing, no grid, stop-loss and stop-profit for each single, loading cycle 30)
- 2020-06-25 10:00:01下载
- 积分:1
-
WPF简单动画
说明: WPF简单动画效果 仅供学习使用 界面使用了很多属性触发器(WPF Simple Animation Effects for Learning Only)
- 2020-06-18 13:40:02下载
- 积分:1
-
17_ADS8509
用STM32写的ADS8509的驱动,究竟调试完全通过。(Written with STM32 ADS8509 driver)
- 2020-11-01 10:39:54下载
- 积分:1
-
20060630houjh0278
基于快速小波变换的闪变检测算法,用于计算闪变值(Flicker detection algorithm based on fast wavelet transform
)
- 2020-10-28 15:29:58下载
- 积分:1
-
MCAB
简单易用的制作压缩包软件,原著老毛桃。使用简单,压缩时间快(easy to use for make cab)
- 2013-10-14 16:30:06下载
- 积分:1
-
12864S
一个经典的液晶驱动程序,适合单片机的初学者用此源码熟悉液晶的基本驱动。(A classical liquid crystal driver, suitable for beginners MCU using this source familiar with the basic liquid crystal drive.)
- 2008-04-15 18:38:13下载
- 积分:1
-
bianma
说明: 串口通信C8051F120 实现,1起始位,1停止位,无校验(Serial Communication C8051F120 Realization, 1 Start Bit, 1 Stop Bit, No Check)
- 2019-06-24 11:23:00下载
- 积分:1
-
C# 启动和关闭无窗体定时器
C# 启动和关闭无窗体定时器,单击窗体上对应的按钮,即可完成无窗体定时器的启动和关闭功能,核心代码为:
private void button1_Click(object sender, EventArgs e)
{//启动无窗体定时器
var MyClass = new MyThreadClass();
MyTimer = new System.Threading.Timer(MyClass.MyCallBackMethod, MyClass, 5000, 2000);
}
private void button2_Click(object sender, EventArgs e)
{//关闭无窗体定时器
MyTimer.Dispose();
}
- 2022-04-09 03:53:39下载
- 积分:1
-
5
说明: 完成矩阵相乘,这段代码完成了两个矩阵相乘的运算,使用者可以很方便完成矩阵的乘运算(Complete matrix multiplication)
- 2012-12-27 15:18:27下载
- 积分:1