-
Modbus数据(16进制格式)CRC计算
应用背景很多通信需要用到mobudbus rtu协议,数据都是以十六进制格式进行发送,并且数据的末尾要进行CRC计算。该程序就是当用户输入16进制格式的一系列数字指令后,对数据进行CRC计算。CRC采用查表的方式进行计算。关键技术关于怎样采用查表的形式进行CRC计算的算法,在Unicode编码下CString如何通过WideCharToMultipleByte转换为char*.如何将十进制数据转换为16进制字符串的格式。如何对编辑框中的按格式输入的字符串进行分割。怎样在PreTranslateMessage中对Esc按键进行屏蔽。
- 2022-11-10 12:25:04下载
- 积分:1
-
站长95年时想写的模拟Delphi界面的生成C语言界面的一个程序,名字就叫CBuilder,那时C++Builder还没有呢...
站长95年时想写的模拟Delphi界面的生成C语言界面的一个程序,名字就叫CBuilder,那时C++Builder还没有呢- Stationmaster when 95 years wants to write simulation Delphi a
contact surface production C language contact surface procedure, the
name is called CBuilder, at that time C Builder not to have
- 2023-04-29 04:30:03下载
- 积分:1
-
这是一个用asp.net开发的开发门户网站的例子,它提供了许多现成的模块可以使用,同时你也可以根据它的接口开发自己的模块来使用....
这是一个用asp.net开发的开发门户网站的例子,它提供了许多现成的模块可以使用,同时你也可以根据它的接口开发自己的模块来使用.-This a development with the development of Asp. Net portals example, it provides many off-the-shelf modules can be used, but you also can develop its own interface module to use it.
- 2023-02-25 06:10:04下载
- 积分:1
-
Simple windows skin ... must s
Simple windows skin ... must s-Simple windows skin ... must see
- 2022-08-16 12:29:18下载
- 积分:1
-
苏沈小雨的CSS2样式单教程.chm。
经典的CSS中文手册,带有直接演示的样例。...
苏沈小雨的CSS2样式单教程.chm。
经典的CSS中文手册,带有直接演示的样例。-Su Shen drizzle of CSS2 style single tutorial. Chm. CSS classic Chinese manual, with a direct demonstration of the sample.
- 2022-03-24 06:20:20下载
- 积分:1
-
RichText Tool
RichText Tool-tip control
是我在网上找的,版权归原作者所有。
- 2022-02-01 00:48:56下载
- 积分:1
-
使用cutesvm可以利用svm方法进行模式识别里的的分类和回归等相关操作.方便易行....
使用cutesvm可以利用svm方法进行模式识别里的的分类和回归等相关操作.方便易行.-use cutesvm can use svm Lane pattern recognition methods for the classification and the return of other related operations. User-friendly.
- 2022-05-23 20:33:49下载
- 积分:1
-
a VC was the spirit of animation, a beautiful angel of animation. Can beautify y...
一个用VC写的精灵动画程序,一个美丽的小天使的动画。能美化你的桌面!-a VC was the spirit of animation, a beautiful angel of animation. Can beautify your desktop!
- 2022-04-14 13:17:40下载
- 积分:1
-
托盘程序
LRESULT CSystemTray::OnTrayNotification(UINT wParam, LONG lParam)
{
// is it for us ?
if (wParam != m_NotifyIconData.uID)
return 0L;
CWnd *pMainWnd = AfxGetMainWnd();
switch(LOWORD(lParam))
{
case WM_RBUTTONUP:
{
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-26 03:26:49下载
- 积分:1
-
VC里的一个页面置换的源码,我把它改了一下,现在可以直接用在游戏的开发中,你可以很容易就实现游戏中的动作动画,还附有详细的DOC,希望对大家有帮助...
VC里的一个页面置换的源码,我把它改了一下,现在可以直接用在游戏的开发中,你可以很容易就实现游戏中的动作动画,还附有详细的DOC,希望对大家有帮助-VC Lane pages of a replacement source code, I changed it a bit, can now directly used for the development of the game, you can easily achieve games of action animation, also included detailed DOC, we hope to help
- 2022-06-03 20:17:13下载
- 积分:1