-
ns3 路由协议仿真
代码是在manet compare基础上修改,添加高斯马尔科夫模型
- 2023-02-18 02:30:03下载
- 积分:1
-
.net nfine framework
开源的版本,具体请自己研究此版本,开源已关闭。雪藏了很久,希望有需要的朋友可以借鉴下
- 2022-05-31 10:03:02下载
- 积分:1
-
Note
用鼠标可拖动,靠停隐藏,多功能,颜色,可以选择skin 等等功能。(hideble windows)
- 2010-10-11 10:47:37下载
- 积分:1
-
Simulation-of-dendritic-growth
模拟枝晶生长,在统计学常用的一种算法,对随机理论有帮助。(Simulation of dendritic growth, the statistics used an algorithm, the stochastic theory.)
- 2012-04-06 19:12:14下载
- 积分:1
-
C# 动态改变控件在Grid单元格中的位置
c# 动态改变控件在Grid单元格中的位置:
private void button1_Click(object sender, RoutedEventArgs e)
{//动态改变控件在Grid单元格中的位置
if (bOldPos)
{
Grid.SetRow(this.image1, 1);
Grid.SetColumn(this.image1, 2);
this.bOldPos = false;
}
else
{
Grid.SetRow(this.image1, 0);
Grid.SetColumn(this.image1, 0);
this.bOldPos = true;
}
}
- 2022-02-07 14:02:16下载
- 积分:1
-
Program_Embed_Sys_C_and_CPP
O.Reilly (1999). Programming Embedded Systems in C and C++. "This book introduces embedded systems to C and C++ programmers. Topics include testing memory devices, writing and erasing Flash memory, verifying nonvolatile memory contents, controlling on-chip peripherals, device driver design and implementation, optimizing embedded code for size and speed, and making the most of C++ without a performance penalty"
- 2010-07-31 15:39:01下载
- 积分:1
-
KeyTest
wince LED 上位机 程序VC 源码(wince LED PC program VC source)
- 2013-12-09 17:04:27下载
- 积分:1
-
AmeisenBot-3.3.5a-master
说明: 魔兽世界3.35的一款老牌外挂
支持瞬移飞天等等功能(A bot for wow 3.35
hack and enjoy it)
- 2020-08-17 19:19:51下载
- 积分:1
-
三源的实现
实现三维坐标变换的源程序,包括平移,旋转,比例变换,对称变换-The realization of the source of three-dimensional coordinate transformation, including translation, rotation, the ratio of transformation, symmetry transform
- 2022-02-09 13:30:43下载
- 积分:1
-
dazhenshu
用大整数乘法来计算两个n位二进制数相乘(With large integer multiplication to calculate the multiplication of two n-bit binary number)
- 2010-12-31 00:20:19下载
- 积分:1