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

Edit

  • CTime:VC++编写定时器的程序

    CTime:VC++编写定时器的程序,功能:一个在Edit中显示为当前时间,另外两个显示为定时器的功能。按钮关闭时显示为提示信息,程序简单适合初学者学习CTime类.测试工具:VS2005+PPC(多普达8125)

    标签: CTime VC 编写 定时器

    上传时间: 2014-12-05

    上传用户:秦莞尔w

  • 我对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

  • ATViewer is a component for Delphi/C++Builder, which allows to view files of various types. There is

    ATViewer is a component for Delphi/C++Builder, which allows to view files of various types. There is no Edit possibility, just quick view - so it s useful to implement "View file" feature in your Delphi/C++Builder application. The following view modes are implemented: Text, Binary, Hex, Unicode: all files, of unlimited size. Plain file dump is shown. Used ATBinHex component: only visible part of file is loaded into memory. Modes are suitable for huge files and files of unknown type. RTF/UTF-8: RTF and UTF-8 encoded texts. File is shown using RichEdit control. Image: all general image formats: BMP JPG ICO GIF PNG... File is shown using ATImageBox component. Multimedia: all file types supported by MS Windows Media Player: AVI MPEG WMV MP3... File is shown using WMP ActiveX control. Internet: all file types supported by MS Internet Explorer: HTML XML DOC XLS... File is shown using MSIE ActiveX control. Plugins: all files supported by Total Commander Lister plugins.

    标签: component ATViewer Builder various

    上传时间: 2013-12-24

    上传用户:小鹏

  • 第一只感染flash的病毒源代码。采用汇编语言编写。 SWF/LFM-926 Virus: ------------------ Description: WinNT/XP Virus dr

    第一只感染flash的病毒源代码。采用汇编语言编写。 SWF/LFM-926 Virus: ------------------ Description: WinNT/XP Virus dropper for Flash .SWF files! Masm Version 6.11: ML.EXE SWF.ASM Virus Size: 926 bytes Infection Size: 3247 bytes. Last Edit: 01/08/2002

    标签: Virus Description flash WinNT

    上传时间: 2016-06-02

    上传用户:miaochun888

  • 用多线程同步方法解决读者阅览问题 1) 每个读者进入阅览室后

    用多线程同步方法解决读者阅览问题 1) 每个读者进入阅览室后,即时显示“Entered” 及其线程自定义标识,还同时显示阅览室共有几名顾客及其所坐的位置。 2) 至少有10个读者,每人阅览至少3秒钟。 3) 多个读者须共享操作函数代码。 2总的设计思想及系统平台、语言、工具: 设计思想:程序设定的是10个读者和5个座位,对读者进行编号,依次进入阅览室读书,为每一座位列一表目,包括座号和读者号等,读者离开时要登出,即消掉登记的信息。 系统平台:LINUX 语言:C语言 工具:vi编辑器、gcc编译器 操作系统:linux操作系统 调试工具:Edit、masm、link、debug. 3数据结构与模块说明(功能与流程图) 数据结构 int count=0 //记录阅览室读者数量 sem_t full //定义阅览室座位信号量 int seat[5] //用数组表示座位 pthread_t reader[10] //定义读者线程 pthread_mutex_t mutex //定义互斥量 3.2功能说明 可以标识读者,随机为读者设置在阅览室的读书时间  可以显示阅览室读者的人数  可以显示读者所坐的位置,座位状态以及列出空座位

    标签: 多线程同步

    上传时间: 2016-08-10

    上传用户:zsjzc

  • agsm a gsm sim manager for browsing, managing, and manipulating the phonebook,SMS on the SIM card. I

    agsm a gsm sim manager for browsing, managing, and manipulating the phonebook,SMS on the SIM card. It allows to view, Edit, search and sort phonebook,SMS entries in the SIM card

    标签: manipulating phonebook the browsing

    上传时间: 2013-12-21

    上传用户:D&L37

  • The 6.0 release of Visual C++ shows Microsoft s continued focus on Internet technologies and COM, wh

    The 6.0 release of Visual C++ shows Microsoft s continued focus on Internet technologies and COM, which are key components of the new Windows Distributed interNet Application Architecture (DNA). In addition to supporting these platform initiatives, Visual C++ 6.0 also adds an amazing number of productivity-boosting features such as Edit And Continue, IntelliSense, AutoComplete, and code tips. These features take Visual C++ to a new level. We have tried to make sure that this book keeps you up to speed on the latest technologies being introduced into Visual C++.

    标签: technologies Microsoft continued Internet

    上传时间: 2014-12-04

    上传用户:waizhang

  • This sample displays a basic integer calculator powered by the 8051 microcontroller. Although Keil

    This sample displays a basic integer calculator powered by the 8051 microcontroller. Although Keil C51 has a full floating point math library the evaluation version is restricted to 2k of object code, so we have constrained this sample to integer maths in order to fit within this limit. The program for this design was written in C using the Keil uVision 2 IDE for which Proteus VSM provides a Debug Monitor driver. Instructions for configuring Proteus to run in conjunction with the Keil environment can be found by Editing the 8051 microcontroller on the schematic (point at it and press CTRL-E) and then clicking on the help button on the Edit Component dialogue form.

    标签: microcontroller calculator Although displays

    上传时间: 2014-12-01

    上传用户:edisonfather

  • 鼠标接口 在屏幕上显示鼠标及其坐标。 通过设计

    鼠标接口 在屏幕上显示鼠标及其坐标。 通过设计,熟悉鼠标使用和中断的调用及程序的编制方法。 汇编时,最好使用MASM6.0以上版本。 若在WIN2000,XP下不能正常显示坐标时,可以先运行一些DOS界面的软件,如Edit等。 然后退出在运行,就可正常运行本程序了。 在有些环境下,需先运行鼠标的驱动程序。

    标签: 鼠标 接口 屏幕

    上传时间: 2013-12-21

    上传用户:lhw888

  • vmp is the file generate from Brainvoyager which can link vtc file and the 3D image. This toolbox he

    vmp is the file generate from Brainvoyager which can link vtc file and the 3D image. This toolbox help you to Edit vmp file in matlab.

    标签: file Brainvoyager the generate

    上传时间: 2016-10-04

    上传用户:stampede