-
papirus-icon-theme-20190708
说明: Papirus icon themes for Ubuntu
- 2020-06-17 04:40:01下载
- 积分:1
-
ERA(1)
说明: 这个ERA参数辨识相对来完整,用来求振型,固有频率和阻尼比(This era parameter identification is relatively complete)
- 2019-12-26 17:31:47下载
- 积分:1
-
简单的分布式算法
简单的分布式算法-simple distributed algorithm
- 2023-06-27 19:35:03下载
- 积分:1
-
PEExplorer_8307
说明: 探壳工具,(explor prduction)
- 2020-06-23 06:00:02下载
- 积分:1
-
queue
队列是一种特殊的线性表,是一种先进先出(FIFO)的数据结构。它只允许在表的前端(front)进行删除操作,而在表的后端(rear)进行插入操作。(Queue is a special kind of linear table, is a first in first out (FIFO) data structure. It is only allowed in the front of the table (front) to delete, and at the rear end of table insert (rear).)
- 2018-06-20 11:25:58下载
- 积分:1
-
3GPP
说明: DESCRIBE LAS REDES DE NUEVA GENERACION
- 2019-03-28 09:16:46下载
- 积分:1
-
Hilbert
在VC平台上面实现Hilbert变换,已通过测试(The VC platform Hilbert transformation above realize,Already through the test)
- 2021-02-02 11:19:59下载
- 积分:1
-
Delphi专用的矢量绘图控件及调用例子
Delphi专用的矢量绘图控件及调用例子,可以画出一些简单的几何图形,并进行填充,导出成氏量图,可画的简单几何图形有画形、矩形、椭圆、正方形等,还可选择一些拖动和组合的图形。因此本控件可用来开发流程图之类的绘图软件。
- 2023-07-24 01:45:03下载
- 积分:1
-
java_cmpp2.0-master
通信双方以客户-服务器方式建立TCP连接,用于双方信息的相互提交。当信道上没有数据传输时,通信双方应每隔时间C发送链路检测包以维持此连接,当链路检测包发出超过时间T后未收到响应,应立即再发送链路检测包,再连续发送N-1次后仍未得到响应则断开此连接。(Both sides of communication establish TCP connection in client-server mode for mutual submission of information. When there is no data transmission on the channel, both sides of the communication should send link detection packages every other time C to maintain this connection. If the link detection packages do not receive a response after sending out more than time T, the link detection packages should be sent immediately, and then the link detection packages should be disconnected if they have not received a response after sending N-1 consecutive times.)
- 2020-06-19 03:00:01下载
- 积分:1
-
VC++ 6.0 时间控件用法范例
一个使用时间控件的VC++范例源码,这个控件可让用户对所输入时间的精确手动微调,是一个方便用户和减少程序出错率的实用控件,如截图所示的效果。一些相关的设置:
//选择短日期显示格式
m_ctrlDateTime1.ModifyStyle(0, DTS_SHORTDATEFORMAT, 0);
//选择时间显示格式
m_ctrlDateTime2.ModifyStyle(0, DTS_TIMEFORMAT, 0);
//获得当前时间
CTime time = CTime::GetCurrentTime();
//设置时间
m_ctrlDateTime1.SetTime(&time);
m_ctrlDateTime2.SetTime(&time);
- 2022-02-20 22:22:06下载
- 积分:1