-
Discussion_forum
Discussion forum inter college
- 2017-10-13 13:29:27下载
- 积分:1
-
LEACH
leach协议,是无线传感网动态分簇路由算法,提出了无线路由能耗均衡的思想,是现代能耗均衡网络的开山祖,动态分簇算法都是在此基础上改进而来的。 对于写论文的同学来说,这个代码是必备的衡量标准之一。(LEACH protocol is the dynamic routing algorithm for wireless sensor networks, proposes a wireless routing to the energy consumption balance, energy balance is the founder of modern network, the dynamic clustering algorithm is improved on the basis of the. For students who write papers, this code is one of the necessary metrics)
- 2021-04-25 16:58:46下载
- 积分:1
-
GlobleHotKey
说明: Java键盘hook附带插件.实现键盘的无焦点相应拦截(Java keyboard hook with plug-in. Implement the corresponding interception without focus of keyboard)
- 2019-11-20 22:00:51下载
- 积分:1
-
solution76
说明: 用matlab写剑桥模型,算相关参数,如应力应变(Write Cambridge model with MATLAB and calculate relevant parameters)
- 2020-12-04 10:49:24下载
- 积分:1
-
VC++ 6.0简单屏幕画笔源代码
VC++ 6.0简单屏幕画笔源代码 ,可以让用户直接在屏幕的任意地方写字,仿画图的功能,不过这个不是在指定的画图窗口中才能画出图形,而是打开后,在屏幕的任意地方都可以。而且还可以设置画笔的颜色,有四种颜色可选,还可设置画笔粗细等功能。以下请看画笔的设置部分代码:
void CMyWnd::OnRed()//选中绿色
{
ColorX=255;
ColorY=0;
ColorZ=0;
}
void CMyWnd::OnYellow()//选中黄色
{
ColorX=255;
ColorY=255;
ColorZ=0;
}
void CMyWnd::OnGreen() //选中绿色
{
ColorX=0;
ColorY=255;
ColorZ=0;
}
void CMyWnd::OnBlue() //选中蓝色
{
ColorX=0;
ColorY=0;
ColorZ=255;
}
void CMyWnd::OnAdd() //增加画笔大小
{
ADxy+=1;
}
void CMyWnd::OnDec() //增加画笔大小
{
if (ADxy!=1)
ADxy-=1;
}
void CMyWnd::OnAbout() //增加画笔大小
{
//AfxMessageBox("你好");
//显示关于对话框
CLjxDlg dlg;
int xxx=dlg.DoModal();
}
- 2022-11-18 14:20:03下载
- 积分:1
-
PLC五层电梯设计
用PLC梯形图和三菱编程语言进行五层电梯的设计(Design of five-storey elevator)
- 2020-11-16 21:09:40下载
- 积分:1
-
Web 1.3 system for messy with everyone learning to use! ! !
凌乱1.3网站系统供大家一起学习使用-Web 1.3 system for messy with everyone learning to use! ! !
- 2022-02-14 11:38:25下载
- 积分:1
-
用TC编写的一种下拉式菜单,操作方便简单。
用TC编写的一种下拉式菜单,操作方便简单。-TC prepared with a drop-down menu, convenient operation simple.
- 2023-07-17 13:25:02下载
- 积分:1
-
哈夫曼压缩算法课程设计报告+源码(C++)
哈夫曼压缩算法课程设计报告+源码(C++)-haffuman
- 2022-02-15 15:36:43下载
- 积分:1
-
ORC_Python27
说明: 加上Coolprop库后,可以在Python软件中进行ORC的计算(With the addition of the Coolprop library, the ORC calculation can be done in Python software)
- 2020-06-20 11:20:02下载
- 积分:1