-
lesson1-2
棋盘覆盖,算法分析,很有用的东西,大家一起来分享一下(Board covers, algorithm analysis, useful things, we share together)
- 2011-01-06 15:15:11下载
- 积分:1
-
Hash_sha256
sha256计算代码,非常好用的代码,大家可以用这个代码直接计算哈希值,sha256实现
依次执行
SHA256Init、
SHA256Update
SHA256Final
三个函数即可得到sha256结果(sha256 sourse code,Is very usefull)
- 2013-09-19 16:09:12下载
- 积分:1
-
05753794
《Office2000下内部COM插件的编程实现》配套代码,(< Office2000 internal COM plug-in programming implementation > supporting code,)
- 2018-12-30 08:48:28下载
- 积分:1
-
ARMCSharp
C#编写的AR(M)趋势预测模型函数,包括AR模型参数值计算,预测函数,还有LDLT计算三角矩阵方程函数(prepared by the AR (M) trend forecasting model function, including the AR model parameter values, the predictive function. There LDLT triangular matrix equation calculation function)
- 2007-05-27 15:34:21下载
- 积分:1
-
51光驱激光打印机
51光驱激光打印机,源程序,上位机,说明书。。。
- 2022-01-26 04:37:33下载
- 积分:1
-
Water-lamp
我自己写的一个花样流水灯的C51程序,有各种闪法,总共32个灯(I wrote a pattern of C51 light water programs, there are various flash method, a total of 32 lights)
- 2011-09-11 13:34:17下载
- 积分:1
-
MCORPSD
可利用该源码程序用Blackman-Tukey法(自相关法)对信号 作功率谱估计。(Can make use of the source program using Blackman-Tukey method (autocorrelation method) on the signal for the power spectrum estimation.)
- 2008-02-22 11:34:54下载
- 积分:1
-
C# 使用几何图形剪辑图像控件中的部分区域
C# 使用几何图形剪辑图像控件中的部分区域,类似于图片遮罩的效果,本例中,把一张图片裁切成椭圆形,图片显示在椭圆的底部,可随窗口的改变自动改变大校
private void Window_Loaded(object sender, RoutedEventArgs e)
{//使用几何图形剪辑图像控件中的部分区域
var MyClip = new EllipseGeometry();
MyClip.RadiusX = 120;
MyClip.RadiusY = 80;
MyClip.Center = new Point(145, 110);
this.image1.Clip = MyClip;
}
- 2022-11-04 14:00:03下载
- 积分:1
-
Antenna
利用时域有限差分法对基于表面等离子体的天线进行模拟(Use of finite difference time domain simulation method based on surface plasmon antenna)
- 2012-06-22 13:43:26下载
- 积分:1
-
PID调节的C程序
PID调节温度的程序
* 采用PID-PD算法。在偏差绝对值大于△e时,用PD算法,以改善动态品质。
* 当偏差绝对值小于△e时,用PID算法,提高稳定精度。
- 2023-04-10 17:40:04下载
- 积分:1