SmartImageView是图片异步下载的开源项目,可以下载指定路径的图片,可以自动清除缓存,清楚的缓存按缓存文件创建时间最久未使用的原则进行清除。 使用步骤: 1,解压缩后,把src以下的部分复制到自己项目的src目录下。 2,xml中把ImageView标签改为如下: 3,代码中初始化SmartImageView控件: SmartImageView myImage = (SmartImageView) this.findViewById(R.id.my_image); //说明:setImageUrl是SmartImageView特有的方法,通过此方法便可实现图片的异步下载 myImage.setImageUrl("http://www.baidu.com/meinv.jpg");
2019-12-21 20:11:45 8KB 图片异步下载
1
wincc_flexible_smart_V3安装步骤 wincc_flexible_smart_V3安装步骤
2019-12-21 20:08:24 438KB wincc
1
vc++ 获取磁盘smart信息 vc++ 获取磁盘smart信息 亲测可用
2019-12-21 20:08:00 959KB 磁盘smart
1
B.NET,C#,VC++等直接与西门子S7-200SMART的以太网口直接通讯,无需PLC内编程配合,直接访问I、Q、M、V等寄存器区域,支持多种数据类型; 附件中是VB.NET2010和C#2010的源代码:
2019-12-21 20:06:25 620KB 以太网通信
1
提供网口监控S7-200SMART PLC的方案,可以实现数据上云,组态展示,历史回溯,报警提醒等功能
1
通过C#读写 S7-200 SMART PLC 文档中的代码全部通过实物测试确认可以 读写参数。只需要按文档中的步骤即可 读写参数
2019-12-21 20:03:53 719KB C# S7-200 SMART PLC
1
通过SMART获取硬盘序列号等信息的C++源码,可通过VS2015编译通过,可在win10下使用。来自CodeProject。
2019-12-21 20:03:41 1.27MB smart 硬盘序列号 C++ window
1
Image sensors have recently attracted renewed interest for use in digital cameras, mobile phone cameras, handy camcoders, cameras in automobiles, and other devices. For these applications, CMOS image sensors are widely used because they feature on-chip integration of the signal processing circuitry. CMOS image sensors for such specific purposes are sometimes called smart CMOS image sensors,vision chips,computational image sensors, etc. Smart CMOS Image Sensors & Applications focuses on smart functions implemented in CMOS image sensors and their applications. Some sensors have already been commercialized, whereas some have only been proposed; the field of smart CMOS image sensors is active and generating new types of sensors. In this book I have endeavored to gather references related to smart CMOS image sensors and their applications; however, the field is so vast that it is likely that some topics are not described. Furthermore, the progress in the field is so rapid that some topics will develop as the book is being written. However, I believe the essentials of smart CMOS image sensors are sufficiently covered and that this book is therefore useful for graduate school students and engineers entering the field. This book is organized as follows. First, MOS imagers and smart CMOS image sensors are introduced. The second chapter then describes the fundamental elements of CMOS image sensors and details the relevant optoelectronic device physics. Typical CMOS image sensor structures, such as the active pixel sensor (APS), are introduced in this chapter. The subsequent chapters form the main part of the book, namely a description of smart imagers. Chapter 3 introduces several functions for smart CMOS image sensors. Using these functions, Chapter 4 describes smart imaging, such as wide dynamic range image sensing, target tracking, and three-dimensional range finding. In the final chapter, Chapter 5, several examples of applications of smart CMOS image sensors are describe
2019-12-21 20:03:17 4.04MB CIS 智能传感器 CMOS传感器
1
西门子 S7 200 Smart TCP 通讯控制 short re = 0; string restr = ""; re = PLC.EntLink(txtLocalIP.Text.Trim(), Convert.ToUInt16(txtLocalPort.Text), txtRemoteIP.Text.Trim(), Convert.ToUInt16(txtRemotePort.Text), Convert.ToUInt16(0), Convert.ToUInt16(2), "DEMO", ref Handle1); txtReLink.Text = re.ToString(); if (re == 0) { EntLink = true; MessageBox.Show("PLC联接成功!"); } else { EntLink = false; MessageBox.Show("PLC联接失败: " + restr); }
2019-12-21 20:01:20 1000KB S7 200 西门子200
1
SAP中如何通过SMARTFORM 在ZEBRA 打印机打印条码
2019-12-21 20:00:08 677KB SMART FORM ZEBRA BARCODE
1