-
nine
Card game Nine, developing attention.
- 2014-08-22 18:49:00下载
- 积分:1
-
LBM_cylinder
这是一个用C++编写的模拟圆柱绕流的算法。希望对大家有帮助,互相学习(This is a written in c++ simulate the algorithm flow around cylinder I hope it can help you, learn from each other)
- 2020-07-26 15:48:43下载
- 积分:1
-
p115-abdelsadek
Distributed Index for Matching Multimedia Objects
using MapReduce
- 2018-04-15 14:34:44下载
- 积分:1
-
PCF8591
数模模数转换例程。太阳风开发板例程。51入门的同学可以参考。该例程在太阳风开发板上多次运行成功。(Digital-to-analog analog-to-digital conversion routines. The solar wind development board routines. 51 Getting Started students can refer to. The routine several times in the solar wind development board running successfully.)
- 2013-05-13 09:30:08下载
- 积分:1
-
最小生成树
最小生成树问题,介绍了Kruskal,Prim算法及其优化(Minimum spanning tree problem, Kruskal, Prim algorithm and its optimization are introduced.)
- 2020-06-16 06:20:01下载
- 积分:1
-
C# 浮动窗体 会跑的左右漂浮移动窗口
C#制作的浮动窗体,动态左右漂浮移动的窗口,打开后,漂浮在其它窗口上边,由左向右漂浮移动,从截图上看不出动态漂浮移动的效果,你可以下载源码,编译运行实例即可看到,窗体漂浮移动部分的代码,如下示:
private void timer1_Tick(object sender, System.EventArgs e)
{
Point p = new Point(this.DesktopLocation.X + 1, this.DesktopLocation.Y);
this.DesktopLocation = p;
if (p.X == 550)
{
timer1.Stop();
}
}
- 2023-02-27 10:00:03下载
- 积分:1
-
1584007113891
说明: Walk, then stray1, and memories are gone gradually; look, then be tired, and the starlight becomes dark; listen, then wake up, and start to complain; see, you are gone, suddenly I mess up.
- 2020-06-19 19:32:47下载
- 积分:1
-
RC522-SPI
RC522 SPI接口的51单片机程序例程(RC522 SPI)
- 2014-02-13 01:17:27下载
- 积分:1
-
HessianCSharp
.NET版的hessian通讯协议,已改进实现BURLAP协议,实现SOAP+JSON,支持对像传递;比WEBSERVICE快,比HTTP安全;可直接与JAVA版BURLAP服务进行交互(NET version of the the hessian communication protocols, has been improved to achieve BURLAP agreement achieve SOAP+JSON, support of like passing faster than WEBSERVICE, than HTTP safety interact directly with the JAVA version BURLAP service)
- 2020-07-09 15:58:55下载
- 积分:1
-
CNC-DC-Power-Supply
数字控制输出直流电源(含c源码以及原理图)(CNC DC Power Supply)
- 2013-09-16 22:43:36下载
- 积分:1