虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

Multi-label

  • A Windows FTP client written without CInternetSession or CFtpConnection classes. Demonstrates manual

    A Windows FTP client written without CInternetSession or CFtpConnection classes. Demonstrates manual manipulation of Winsock sockets, FTP principles, and GUI concepts such as List controls with in-place label-editing and column sorting, progress indicators, and reading and writing to the Registry

    标签: CInternetSession CFtpConnection Demonstrates Windows

    上传时间: 2014-01-04

    上传用户:FreeSky

  • 这是我自己写的用于嵌入式设备的CGI程序

    这是我自己写的用于嵌入式设备的CGI程序,ANSI C编写,嵌入式Linux中使用。这些CGI代码是我在CGIC库的基础上加上了常用的一些外围功能模块函数,比如读写配置文件等。其中比较重要的是我自己实现的session控制、页面模板方式(模板标签替换)和web多语言版本的一种我自己的实现方法。请参阅cgi_functions.c、session.c和multi-language.c。

    标签: CGI 嵌入式设备 程序

    上传时间: 2014-01-15

    上传用户:520

  • 极易使用的SQL数据库操作控件 Ver 1.0 一个很容易使用的SQL服务器操作控件

    极易使用的SQL数据库操作控件 Ver 1.0 一个很容易使用的SQL服务器操作控件,体积小巧,方便使用,摆脱你挣扎在大堆代码中的苦恼,操作SQL数据库仅需要几句代码,易如反掌,主要功能有: 1. 很方便的登录到 SQL 服务器,支持SQL7.0 2000更高版本 2. 备份,修复和还原数据库操作 3. 任意添加和删除数据库操作 4. 任意控制SQL服务器操作 (如启动,停止,暂停和继续等) 5. 检查服务器运行状态 (如是否启动,停止或者暂停等状态) 5. 检查服务器连接状态,如服务器没有激活等 6. 自动列表服务器中数据库,列表数据表,列表字段,并支持绑定到LietBox,ComBox等对象中 7. 支持SQL语法打开数据库 (类似 select) 8. 保存任意文件到二进制类型的字段,如图片,文件等 9. 显示数据库中的图片文件到指定图片控件对象中 10. 把数据库的二进制字段保存为一个文件,如图片,文本文件等 11. 检查记录游标位置,如是否末尾 12. 查找任意记录更方便 13. 添加,编辑t,更新和删除记录更方便 14. 支持绑定数据库字段到 VB对象 (如 Text Box 或者 Label) 15. 方便的绑定数据库的表到 MSFLEXGRID32 网格控件 16. 方便容易的错误处理功能,均返回错误号和错误内容 (非运行时和设计时错误.

    标签: SQL 1.0 Ver 控件

    上传时间: 2014-02-11

    上传用户:onewq

  • A new cable fault location method based on wavelet reconstruction is proposed. In this method the

    A new cable fault location method based on wavelet reconstruction is proposed. In this method the difference between the currents of faulty phase and sound phase under the high voltage pulse excitation is used as the measured signal and is decomposed in multi-scale by wavelet transform, then reconstructed in single scale. Comparing with traditional fault location method by travelling wave, the presented method will not be interfered by the reflected wave from the branch joint of cables or from other positions where the impedances are not matched and not be influenced by fault types, otherwise, the reflected waves can be recognized even the faulty position is near to the measuring terminal, at the same time, the influence of the wave speed uncertainty can be reduced. The correctness of the proposed method is proved by simulation results.

    标签: method reconstruction location proposed

    上传时间: 2016-02-04

    上传用户:maizezhen

  • javascript中文教程 <INPUT TYPE="button" NAME="objectName" VALUE="buttonText" [onClick="hand

    javascript中文教程 <INPUT TYPE="button" NAME="objectName" VALUE="buttonText" [onClick="handlerText"]> NAME specifies the name of the button object as a property of the enclosing form object and can be accessed using the name property. VALUE specifies the label to display on the button face and can be accessed using the value property.

    标签: javascript buttonText objectName onClick

    上传时间: 2014-01-25

    上传用户:aix008

  • 基于OFDM的无线宽带系统仿真It contains mainly two parts, i.e. link-level simulator and system-level simulator.

    基于OFDM的无线宽带系统仿真It contains mainly two parts, i.e. link-level simulator and system-level simulator. Link-level simulator focus on a single-cell single-user scenario, where signal is transmitted from tx, and estimated at rx. Comparing the difference in tx/rx signal, the error rate can be found out. The output of the link-level simulator is the BLER/BER vs. SNR mapping table, that can be used for the system-level simulation. System-level simulator focus on a multi-cell multi-user scenario. For the sake of simplicity, it takes the mapping table aquired in the link-level simulation, measure the actural SNR, and finds the corresponding error rate.

    标签: simulator i.e. system-level link-level

    上传时间: 2016-03-15

    上传用户:xsnjzljj

  • These tools are for use by developers so that they can create more robust applications. Especially o

    These tools are for use by developers so that they can create more robust applications. Especially of use to those developing multi-threaded applications in C++ with templates. Includes TCMalloc, heap-checker, heap-profiler and cpu-profiler. http://www.soft234.com

    标签: applications Especially developers create

    上传时间: 2013-12-17

    上传用户:erkuizhang

  • 飞机订票系统

    飞机订票系统,实现订票,退票,查询 the banking system relates to multi-threaded, socket programming, and Singleton design pattern. Notes for the complete source Gilmour, documentation, together with the development process

    标签: 飞机

    上传时间: 2016-04-02

    上传用户:ma1301115706

  • ExcpHook is an open source (see license.txt) Exception Monitor for Windows made by Gynvael Coldwind

    ExcpHook is an open source (see license.txt) Exception Monitor for Windows made by Gynvael Coldwind (of Team Vexillium). t uses a ring0 driver to hook KiExceptionDispatch procedure to detect the exceptions, and then shows information about the exception on stdout (using the ring3 part of the program ofc). The difference between this method, and the standard debug API method it that this method monitores all of XP processes, and the program does not have to attach to any other process to monitor it, hence it s harder to detect. The code currently is considered as ALPHA, and it has been reported to BSoD sometimes (on multi core/cpu machines). Take Care!

    标签: Exception ExcpHook Coldwind Monitor

    上传时间: 2014-02-10

    上传用户:jing911003

  • 我对mo安装目录下VB的MoView例子的frmIdentify窗体修改

    我对mo安装目录下VB的MoView例子的frmIdentify窗体修改,其中添加 了1个label空件组(10个),1个text控件组(10个),2个command(Edit 、Save)按钮,要实现的功能是对读入的图形文件的相关记录的指定字段的 属性值,并能保存,用了Recordset对象的Edit函数、Update函数,

    标签: frmIdentify MoView 目录 修改

    上传时间: 2016-04-28

    上传用户:as275944189