-
MODBUS CRC 源程序
请注意查收哦
MODBUS CRC 源程序
请注意查收哦-Please note source MODBUS CRC check Oh
- 2022-03-05 19:45:46下载
- 积分:1
-
计算CRC4和CRC16的VC程序,其中包含了原创的字符串异或函数,希望对大家有用
计算CRC4和CRC16的VC程序,其中包含了原创的字符串异或函数,希望对大家有用-CRC16 calculation CRC4 and the VC process, which includes the original string XOR function, in the hope that useful to everybody
- 2022-03-18 20:47:16下载
- 积分:1
-
We study the direct cost of virtual function
calls in C++ programs, assuming t...
We study the direct cost of virtual function
calls in C++ programs, assuming the standard
implementation using virtual function tables. We
measure this overhead experimentally for a number of
large benchmark programs, using a combination of
executable inspection and processor simulation.
- 2023-04-16 21:15:03下载
- 积分:1
-
用VC实现的腐蚀的图像后,膨胀型…
用VC实现的 完成对图像的腐蚀、膨胀及细化处理 -VC realize with the completion of the image of the corrosion, swelling and thinning treatment
- 2022-11-09 16:00:04下载
- 积分:1
-
XP OFFICE菜单风格的原代码,很酷,使用也很方 便
XP OFFICE菜单风格的原代码,很酷,使用也很方 便-OFFICE XP menu style of the original code, cool, very convenient to use
- 2022-08-20 06:00:05下载
- 积分:1
-
c sharp的点对点聊天 不用说太多了把凑下凑西
c sharp的点对点聊天 不用说太多了把凑下凑西-c sharp point to point chat
- 2023-06-29 18:30:04下载
- 积分:1
-
计算机图形算法演示
计算机图形算法演示-computer graphics algorithms demonstration. .
- 2022-01-30 18:03:25下载
- 积分:1
-
设计模式的VC例子,可以用于学习设计模式。我自己觉得 很有用。这个是Adapter模式...
设计模式的VC例子,可以用于学习设计模式。我自己觉得 很有用。这个是Adapter模式-design patterns VC example, can be used to study design patterns. I feel very useful. This is Adapter Model
- 2022-03-09 17:24:02下载
- 积分:1
-
奥莱理
OReilly - COM and .NET Component Services Source Code-OReilly- COM and. NET Component Services Source Code
- 2022-05-13 03:11:23下载
- 积分:1
-
设Internet上有N个站点,通常从一个站点发送消息给其他N-1个站点,需依次发送N-1次。
这样从一个站点发布消息传遍N个站点时,可能要较长时间。...
设Internet上有N个站点,通常从一个站点发送消息给其他N-1个站点,需依次发送N-1次。
这样从一个站点发布消息传遍N个站点时,可能要较长时间。
设从每一个站点都可以向其他N-1个站点同时发送消息.
当一个站点发布消息给若干个站点后, 设为k个, 已获得消息的这1+k个站点就可以同时发布消息给另外若干个站点, 设为t个, 此后就有 1+k+t 个站点可以同时发布消息,这种发布消息方法应该会缩短消息传遍N个站点的时间。
请您编一个程序, 编程求出从第一个站点开始发布消息传遍N个站点的最短时间。
- 2022-01-27 09:55:19下载
- 积分:1