-
欧姆龙USB通讯
应用背景
通讯协议
AB 00 11 80 00 02 00 00 00 00 00 00 6F
04 01 FF FF 02 03 B2
AB 00 11 80 00 02 00 00 00 00 00 00 00 04 01 FF FF 04 03 45
AB 00 10 80 00 02 00 00 00 00 00 00 A3
04 02 FF FF 03 E4
AB 00 10 80 00 02 00 00 00 00 00 00 00 04 02 FF FF 03 41关键技术
很详细的欧姆龙USB通讯 VS2012 VB.NET语言
很详细的欧姆龙USB通讯 VS2012 VB.NET语言
很详细的欧姆龙USB通讯 VS2012 VB.NET语言
很详细的欧姆龙USB通讯 VS2012 VB.NET语言
很详细的欧姆龙USB通讯 VS2012 VB.NET语言
- 2022-05-27 16:38:41下载
- 积分:1
-
ppWizard has created this TransparentWindow application for you. This applicatio
ppWizard has created this TransparentWindow application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summary of what you will find in each of the files that make up your TransparentWindow application.
- 2022-03-30 12:06:39下载
- 积分:1
-
index.asp(专业网站页面)
为您提供宁夏农业致富资讯、合作社创业项目推荐、农产品价格、农业商机、农村农产品转型、农产品行情资讯、农资企业动态。
- 2022-03-16 22:52:14下载
- 积分:1
-
可以换肤的内容加密浏览器
winfrom+AxSHDocVw.AxWebBrowser的可以换肤的地址加密浏览器,开发环境VS2012+net+win7
- 2022-05-08 10:49:09下载
- 积分:1
-
这个是我上一个的计算结果的图形,应用到tecplot
这个是我上一个的计算结果的图形,应用到tecplot-This is my calculation on the results of a graphics application to tecplot
- 2022-04-12 06:43:26下载
- 积分:1
-
a document interface VC selection procedures, this is downloaded.
一个文件选取界面的VC程序,这个是网上下载的。-a document interface VC selection procedures, this is downloaded.
- 2022-05-26 12:03:49下载
- 积分:1
-
一个java游戏,包括所有源文件和完成!
a java game include all source and the compliled file!-a java game include all source and the Compl IIED file!
- 2022-04-07 06:57:54下载
- 积分:1
-
万年历Calendar
资源描述 这本来是我为一个商业PDA产品开发的日历程序,最近移植于PC机上, 所以算法
和数据部分是用纯C++写的,不涉及MFC,所有的代码都是以短节省存储空间为主要目
的.
很高兴你对这些代码有兴趣,你可以随意复制和使用些代码,唯一有一点小小的
愿望:在你使用和复制给别人时,别忘注明这些代码作者:-)。程序代码也就罢了,后
面的数据可是我辛辛苦苦从万年历上找出来输进去的。
如果你有什么好的意见不妨Mail给我。
- 2022-05-17 22:50:30下载
- 积分:1
-
使用Qt处理图片资源
Use Qt in image development.
QPixmap largepixmap;
QPixmap smallpixmap;
QPixmap maskpixmap;
QPixmap zoompixmap;
QPoint offset(0,0);
QPoint dragpos(150,150);
QPoint set(90,50);
//加载图片:
largepixmap.load("ImagesMainGui.png");
smallpixmap = largepixmap.scaled(largepixmap.size()/1.2);
maskpixmap.load("ImagesMainGui.png");
//绘制底层图片(非放大镜区域图案):
QPainter painter(this);
painter.drawPixmap(offset,smallpixmap);
painter.end();
//计算放大区域圆形的半径及所占矩形面积
int dim = qMin(width(), height());
int magnifierSize = dim * 5 / 6;
int radius = magnifierSize / 2;
int ring = radius - 15;
QSize box = QSize(magnifierSize, magnifierSize);
- 2022-02-09 22:59:08下载
- 积分:1
-
背景色控制源代码
背景色控制源代码-background color control source code
- 2022-05-25 14:28:36下载
- 积分:1