C#版本MODBUS RTU方式的类库测试程序,可复制上行及下行MODBUS 指令文本,便于协议解析,类库可读写保持寄存器,线圈等。
2019-12-21 19:31:24 87KB MODBUS RTU MODBUS 类库
1
as3xls 只支持excel2003版本以下的,不支持扩展名为.xlsx的excel,而类库Rxlsx支持.xlsx的excel。原Rxlsx不支持日期格式,读取日期单元格的数据会变成数字,本人将excel的日期格式整理出来,并在读取的时候重新将数字转换回格式,进一步完善了类库的功能。该类库的用法非常简单,只需加载完成excel文件后执行: var excel:Excel = new Excel(fr.data); //fr.data为flex加载excel的byte数组 var sheet:Array = excel.getSheetArray();//得到表格数据,为Array格式 var datasource:ArrayCollection = new ArrayCollection(sheet); //可转换为ArrayCollection,用于表格控件grid绑定数据显示出来
2019-12-21 19:30:39 8KB flex Rxlsx as3xls excel2007
1
易安卓使用的腾讯内核浏览器。安装方法,易安卓—工具—安装类库
2019-12-21 19:27:59 2.42MB 易安卓 腾讯X5内核 腾讯浏览器
1
ATLAS拧紧工具的通迅类库,可以直接放到代码中使用。但没有提供使用说明书
2019-12-21 19:26:13 160KB ATLAS openProtocol
1
PHP的adodb5类库
2019-12-21 19:25:50 547KB PHP adodb类库
1
关于测量软件pcdmis的二次开发类库文件,有很多我都不懂。
2019-12-21 19:25:34 398KB pcdmis dmis 类库
1
VS2010打开的整个类库工程,直接生成dll就可使用。C#常用类库合集,小编整理的,里面都是源码,有excel导入导出的,Json类库,条码类库,全都是精品,绝对是你想要的,大家快来下载。类库会在编译之后生成一个dll文件,然后其他的项目可以引用这个dll。这个大家都是知道的。
2019-12-21 19:23:54 7.01MB C#基类库 类库 帮助类
1
使用C++代码封装的win32操作类, 与MFC相似,对于学习SDK与C++是巨好的参考 Tutorials Menu of tutorials Tutorial 1: The Simplest Window Tutorial 2: Using Classes and Inheritance Tutorial 3: Using Messages to Create a Scribble Window Tutorial 4: Repainting the Window Tutorial 5: Wrapping a Frame around our Scribble Window Tutorial 6: Customising Window Creation Tutorial 7: Customising the Toolbar Tutorial 8: Loading and Saving Files Tutorial 9: Printing Tutorial 10: Finishing Touches Tutorial 1: The Simplest Window The following code uses Win32++ to create a window. This is all the code you need (in combination with Win32++) to create and display a simple window. Note that in order to add the Win32++ code to our program, we use an #include statement as shown below. #include "../Win32++/Wincore.h" INT WINAPI WinMain(HINSTANCE, HINSTANCE, LPTSTR, int) { //Start Win32++ CWinApp MyApp; //Create a CWnd object CWnd MyWindow; //Create (and display) the window MyWindow.Create(); //Run the application return MyApp.Run(); } This program has four key steps: Start Win32++. We do this here by creating a CWinApp object called MyApp. Create a CWnd object called MyWindow. Create a default window by calling the Create function. Start the message loop, by calling the Run function. If you compile and run this program, you'll find that the application doesn't end when the window is closed. This is behaviour is normal. An illustration of how to use messages to control the windows behaviour (including closing the application) will be left until tutorial 3.
2019-12-21 19:22:27 3.2MB Win32++类库 C++代码封装的windows SDK
1
开发中的常用类库,如HttpHelper、LogHelper、CacheHelper、CookieHelper、MapperHelper等等。与Dos.WeChat、Dos.CMS等集成
2019-12-21 19:22:12 2.2MB c#
1
内容丰富 值得一看 适合mfc初学者 和编程人员
2019-12-21 19:21:20 1.54MB MFC \VC++
1