Welcome![Sign In][Sign Up]
Location:
Search - pop c

Search list

[CSharpC秒表

Description: 这是一个用C#编写的秒表程序,它根据你的设定时间(分钟)计时,到时自动弹出并发出三声Beep音(音量可调)或用Beep音唱出一首歌(节奏内设)-This is a C# prepared by the stopwatch procedures, which you have set time (minutes) time. when pop-up and issued three Beep Sound Voice (adjustable volume) or Beep sound sing a song (internal rhythm)
Platform: | Size: 9895 | Author: quxch | Hits:

[Other resourceC++BuilderWeb

Description: 书的内容: 第一章 面向对象编程 1.1 什么是对象 1.2 修改元件名称 1.3 对象作用域问题 1.4 类成员的可见性 1.5 对象的相互赋至 1.6 自己创建一个对象 1.7 VCL的结构 1.8 TObjiect 1.9 TPersistent 1.10 TComponet 1.11 TComponent 1.11 TControl 1.12 TWinControl 1.13 TGraphicControl 1.14 TCustom Control 第二章 组件对象模型 2.1 几个基本概念 2.2 客户和服务器 2.3 认识GUID。CLSID。IID 2.4 引用技术 2.5 什么是IUnknown接口 2.6 Dll形式的COM服务器 2.7 接口 2.8 调度接口 2.9 双重接口 2.10 对接口的应用 第3章 ActiveX 第4章 Type Libraty 第5章 创建ActiveX控件 第6章 OLE自动化 第7章 使用WinSock 第8章 使用FTP控件 第9章 使用UDP控件 第10章 使用HTTP控件 第11章 使用HTML控件 第12章 使用SMTP控件 第13章 使用POP控件 第14章 使用NNTP控件 第15章 创建Web服务器应用程序 第16章 Web服务器的细节 //从第3章我就不详细写了~-the contents : the first chapter of object-oriented programming 1.1 1.2 What is the object name change components targeted 1.3 Scope 1.4 category visibility of the target of 1.5 to 1.6 mutual given themselves a target to create VCL 1.7 the structure TObjiect 1.9 1.8 TComponet TPersistent 1.10 1.11 1.11 TComponent TWinControl TControl 1.12 1.14 1.13 TGraphicControl TCustom Control II Component Object Model 2.1 2.2 few basic concepts and customers awareness Server 2.3 GUID. CLSID. Bloch cited technical 2.4 2.5 What is the IUnknown interface 2.6 Dll form of COM server interface 2.8 2.7 2.9 Scheduling Interface Interface 2.10 pair of double Application Interface Chapter 3 Chapter 4 ActiveX Type Libraty create Chapter 5 ActiveX Chapter 6 OLE Automation to use Chapter 7 Chapter 8 WinSock use FTP
Platform: | Size: 1910456 | Author: 龙杨 | Hits:

[GUI DevelopC++Builder6.0

Description: C++ builder 6.0界面实例开发 实例1 界面图案演示 实例2 创建标题栏在左边的窗口界面 实例3 创建超级连接界面 实例4 创建不规则窗口界面 实例 5 创建可扩展对话框界面 实例6 创建NEO Skin 窗口界面 实例7 创建Windows2000 透明窗口界面 实例8 创建自画弹出式菜单界面 实例9 创建自画主菜单界面 实例10 创建自画窗口背景界面-C 6.0 interface builder examples examples of the development of a pictorial interface to create two examples demonstrate heading in the left column while the interface window to create three examples Super Link interface to create four examples of irregular window interface examples 5 creating scalable dialog Example 6 interface to create NEO Skin window interface to create examples 7 transparent window interface of Windows examples of eight self-portraits created pop-up menu interface to create nine examples of self-portraits main menu interface to create examples of 10 self-portraits background window interface
Platform: | Size: 310674 | Author: ch | Hits:

[Other resourcec++primeranswer

Description: C++ Primer 第三版 学习辅导 类的创建、继承、虚函数的使用 bugzhao@sohu.com 原书第23~40页 可以将断点设置在return 0处,然后按F5, 并记录下所有整型数组类ia指针的值,比如: 0x00491f90 0x00491f50 0x00490120 0x00491da0 0x00491d50 然后当调试指针停在return 0处时单步执行, 跟踪每一次析构函数,可以发现后创建的对象最先被消除。 当ia2使用了越界下标时,可以发现执行其析构函数时将报错。 如果ia2也使用越界下标,则会弹出assert信息从而中止。-third edition of the training and guidance of the founders category, inheritance, The use of virtual function bugzhao@sohu.com original paragraph 23 ~ 40 breakpoint can be set up in r eturn 0, then press F5, and record all types of cosmetic ia array of indicators, for instance : 0x00491f90 0x00491f50 0x00490120 0x00491da0 0x00491d50 then stopped when debugging targets in return 0 when the single-step implementation, Tracking every destructor method can be found to create the object first be eliminated. When the cross-border use of ia2 subscript, can be found to implement its destructor function will be errors. If ia2 also use cross-border subscript, and the information will pop up assert thus halt.
Platform: | Size: 325254 | Author: 杨文海 | Hits:

[Other resourceanti-compile.c

Description: ead file \"YD.DOC\". Who is the intended user Beginners in assembly and programmers. Features of the program: Yilmaz Disassembler:is an interactive disassembler which lets the user be a part of the disassembling process,is flexible, the user can disassemble in different formats,has user friendly interface, mouse support, pop-up menu commands, short cut key commands, context-sensitive on-line help,and it is cheap. Program s capacity and limitations: Max executable file size is 64 KB. Can not disassemble program of EXE-format.Only 8086/8088 CPU instructions can be disassembled. Disassemble 8087 Math Co-processor s instructions.
Platform: | Size: 100857 | Author: 刘清 | Hits:

[Button control用C语言实现按钮新技术

Description: 按钮一般有按下和弹起两种状态,在3D studio中按钮也有这两种状态,Windows中虽然看到按钮虽是弹起的,但细心的用户不难发现,当选中按钮时,它有短暂的按下状态。实际上,它的原理很简单,其实是利用改变按钮边框的颜色引起人视觉上的错觉而达到立体效果,让人们感到屏幕上真有凸起和凹下的按钮一样,下载看一看。-general press the button and pop-up two states, which in 3D studio buttons have these two states, although the Windows button to see though is thrown up, but carefully users can easily find, elected to the central button, it is short of pressing state. Actually, it's very simple principle is actually changing the color of the button frame visually aroused people to achieve the illusion of three-dimensional effects, the people feel a great cosmopolitan screen uplift and subfoveal button, look at the download.
Platform: | Size: 3419 | Author: JK | Hits:

[GUI Develop介绍一个操作DHTML表格的C++对象

Description: 正配置数据才能运行 1.如果你没有配置数据库,那会提示你没有配置,强出一个框,你按确定后,进入登陆窗口,在最下面有一个新键配置方案,单击此处,然后弹出一个配置框,相信编写数据的朋友们应该知道怎么做了吧,我的是ACCESS数据库,没有密码, 选择Microsoft Jet 4.0 OLE DB Provider 下一步选择数据库文件Server.mdb后,按确定回到登陆窗口,单击保存,程序会自己重启一次,好了按照默认密码进去吧-configuration data is to run a. If you have no configuration database, it will prompt you not configured, a frame-up, You identified, entered the landing window, the bottom is a new button configuration program, click here, and then pop a frame configuration, I believe that the preparation of the peer data fans should know how to do it by now, I ACCESS database is not password, select the Microsoft Jet 4.0 OLE DB Provider next choice Server.mdb database files, according to determine the landing window, click Save, the program will restart its own time, a good default Password into it
Platform: | Size: 38864 | Author: 风帆 | Hits:

[SourceCode基于C#的Imap邮件客户端程序

Description: 基于C#的Imap/pop邮件客户端程序,功能非常强大,能保存附件
Platform: | Size: 178511 | Author: abcd890k12@tom.com | Hits:

[SCSI-ASPIctixian20040130

Description: 介绍一下这个程序的功能: 1,提醒功能。有约会提醒,记念日提醒,每日定时提醒,每周定提醒。 2,定时器。设定小时数,倒数时间,到0时弹出窗口提醒。  3,秒表。 4,日期计算。计算两个日期之间的天数,计算多少天后是几号。 5,倒计时。记录一个重要的日期,倒数天数。 6,当前日期。显示当前日期,计算这周是从某天开始的第几周。 (非原创)-Explain the function of this procedure: 1, to remind function. Have an appointment reminder, Memorial Day reminded regularly reminded daily, weekly scheduled reminded. 2, timer. Set number of hours, the countdown time, the pop-up window to remind 0:00. 3, stopwatch. 4, the date of the calculation. Between two dates calculated the number of days to calculate the number of days is a few number. 5, the countdown. Records of an important date, the countdown of days. 6, the current date. Displays the current date, calculated from the day this week is the beginning of the first few weeks. (Non-original)
Platform: | Size: 75776 | Author: | Hits:

[Windows Develop弹出窗口用线程显示进度条

Description: 弹出窗口用线程显示进度条,很cool-with pop-up window shows the progress of threads, very cool
Platform: | Size: 20480 | Author: 寄居蟹 | Hits:

[Button control用C语言实现按钮新技术

Description: 按钮一般有按下和弹起两种状态,在3D studio中按钮也有这两种状态,Windows中虽然看到按钮虽是弹起的,但细心的用户不难发现,当选中按钮时,它有短暂的按下状态。实际上,它的原理很简单,其实是利用改变按钮边框的颜色引起人视觉上的错觉而达到立体效果,让人们感到屏幕上真有凸起和凹下的按钮一样,下载看一看。-general press the button and pop-up two states, which in 3D studio buttons have these two states, although the Windows button to see though is thrown up, but carefully users can easily find, elected to the central button, it is short of pressing state. Actually, it's very simple principle is actually changing the color of the button frame visually aroused people to achieve the illusion of three-dimensional effects, the people feel a great cosmopolitan screen uplift and subfoveal button, look at the download.
Platform: | Size: 3072 | Author: | Hits:

[GUI Develop介绍一个操作DHTML表格的C++对象

Description: 正配置数据才能运行 1.如果你没有配置数据库,那会提示你没有配置,强出一个框,你按确定后,进入登陆窗口,在最下面有一个新键配置方案,单击此处,然后弹出一个配置框,相信编写数据的朋友们应该知道怎么做了吧,我的是ACCESS数据库,没有密码, 选择Microsoft Jet 4.0 OLE DB Provider 下一步选择数据库文件Server.mdb后,按确定回到登陆窗口,单击保存,程序会自己重启一次,好了按照默认密码进去吧-configuration data is to run a. If you have no configuration database, it will prompt you not configured, a frame-up, You identified, entered the landing window, the bottom is a new button configuration program, click here, and then pop a frame configuration, I believe that the preparation of the peer data fans should know how to do it by now, I ACCESS database is not password, select the Microsoft Jet 4.0 OLE DB Provider next choice Server.mdb database files, according to determine the landing window, click Save, the program will restart its own time, a good default Password into it
Platform: | Size: 38912 | Author: 风帆 | Hits:

[2D Graphic基本画线实现算法

Description: 新建一个C++Builder项目 设置Form1的font为“宋体,小五” 在Form1中添加一个TRadioGroup组件rgDrawWhat供选择画什么图形;添加一个Tbutton组件colorBtn和一个TcolorDialog组件ColorDialog1;添加一个TImage组件Image1。 3、 将当前项目保存在自己实验文件夹的exp1子文件夹中(以防错误操作而前功尽弃)。 编写colorBtn的OnClick事件,激活ColorDialog1,并获取所选择的颜色: if (ColorDialog1->Execute()) Image1->Canvas->Pen->Color = ColorDialog1->Color 5、 编写Image1的OnImage1MouseUp事件,要求实现: 1) 若是第奇数次鼠标按钮弹起,则根据rgDrawWhat的选择,记录直线第一个端点或圆心坐标; 2) 若是第偶数次鼠标按钮弹起,则根据rgDrawWhat的选择,记录直线第二个端点并利用TCanvas的MoveTo()和LineTo()方法画出直线段,或计算出圆的外接矩形后调用TCanvas的Ellipse()方法画圆。-C Builder a new project set the font to Form1 "wherein V" in Form1 add a TRadioGroup components rgDrawWhat options for what painting graphics; Add a Tbutton colorBtn components and a TcolorDialog ColorDialog1 components; Add a TImage component Image1. 3, the current project will be kept in their laboratories folders exp1 Documents folder (to prevent erroneous operation and wasted). Preparation colorBtn the OnClick, ColorDialog1 activated, and access to the choice of colors : if (ColorDialog1- gt; Execute ()) Image1- gt; Canvas- gt; Pen-gt; Color = ColorDialog1- gt; Color 5, the preparation of OnImage1MouseUp Image1, call for : a) If the first odd number of pop-up mouse button, then choose rgDrawWhat the record straight section or an endpoint Center coordinates; 2) If the firs
Platform: | Size: 583680 | Author: 朱磊 | Hits:

[Delphi/CppBuilderC++BuilderWeb

Description: 书的内容: 第一章 面向对象编程 1.1 什么是对象 1.2 修改元件名称 1.3 对象作用域问题 1.4 类成员的可见性 1.5 对象的相互赋至 1.6 自己创建一个对象 1.7 VCL的结构 1.8 TObjiect 1.9 TPersistent 1.10 TComponet 1.11 TComponent 1.11 TControl 1.12 TWinControl 1.13 TGraphicControl 1.14 TCustom Control 第二章 组件对象模型 2.1 几个基本概念 2.2 客户和服务器 2.3 认识GUID。CLSID。IID 2.4 引用技术 2.5 什么是IUnknown接口 2.6 Dll形式的COM服务器 2.7 接口 2.8 调度接口 2.9 双重接口 2.10 对接口的应用 第3章 ActiveX 第4章 Type Libraty 第5章 创建ActiveX控件 第6章 OLE自动化 第7章 使用WinSock 第8章 使用FTP控件 第9章 使用UDP控件 第10章 使用HTTP控件 第11章 使用HTML控件 第12章 使用SMTP控件 第13章 使用POP控件 第14章 使用NNTP控件 第15章 创建Web服务器应用程序 第16章 Web服务器的细节 //从第3章我就不详细写了~-the contents : the first chapter of object-oriented programming 1.1 1.2 What is the object name change components targeted 1.3 Scope 1.4 category visibility of the target of 1.5 to 1.6 mutual given themselves a target to create VCL 1.7 the structure TObjiect 1.9 1.8 TComponet TPersistent 1.10 1.11 1.11 TComponent TWinControl TControl 1.12 1.14 1.13 TGraphicControl TCustom Control II Component Object Model 2.1 2.2 few basic concepts and customers awareness Server 2.3 GUID. CLSID. Bloch cited technical 2.4 2.5 What is the IUnknown interface 2.6 Dll form of COM server interface 2.8 2.7 2.9 Scheduling Interface Interface 2.10 pair of double Application Interface Chapter 3 Chapter 4 ActiveX Type Libraty create Chapter 5 ActiveX Chapter 6 OLE Automation to use Chapter 7 Chapter 8 WinSock use FTP
Platform: | Size: 1909760 | Author: 龙杨 | Hits:

[GUI DevelopC++Builder6.0

Description: C++ builder 6.0界面实例开发 实例1 界面图案演示 实例2 创建标题栏在左边的窗口界面 实例3 创建超级连接界面 实例4 创建不规则窗口界面 实例 5 创建可扩展对话框界面 实例6 创建NEO Skin 窗口界面 实例7 创建Windows2000 透明窗口界面 实例8 创建自画弹出式菜单界面 实例9 创建自画主菜单界面 实例10 创建自画窗口背景界面-C 6.0 interface builder examples examples of the development of a pictorial interface to create two examples demonstrate heading in the left column while the interface window to create three examples Super Link interface to create four examples of irregular window interface examples 5 creating scalable dialog Example 6 interface to create NEO Skin window interface to create examples 7 transparent window interface of Windows examples of eight self-portraits created pop-up menu interface to create nine examples of self-portraits main menu interface to create examples of 10 self-portraits background window interface
Platform: | Size: 310272 | Author: ch | Hits:

[Internet-Networkmail_c

Description: C#编写日邮件接收程序。可以实现基本的网络连接、POP管理等功能。-Japan prepared to receive mail procedures. Can achieve basic network connectivity, POP management, and other functions.
Platform: | Size: 19456 | Author: zhengwei | Hits:

[ActiveX/DCOM/ATLC++hxbc

Description: C++核心编程技术本书全面深入地介绍了当今最热门的编程技术,包括COM、ActiveX、Web服务器应用程序,以及Internet上的WinSock、UDP、HTTP、HTML、FTP、SMTP、POP3、NNTP等协议。本书由16章组成,主要内容包括面向对象编程,组件对象模型(COM) ,ActiveX框架,“Type Library”编辑器,创建ActiveX,OLE自动化,使用WinSock,使用FTP控件,使用UDP控件,使用HTTP控件,使用HTML控件,使用SMTP控件,使用POP控件,使用NNTP控件,创建Web服务器应用程序,Web服务器的细节。该书主要是为那些想在Internet/Intranet领域编程的读者写的,-C++ Core programming technology book comprehensive and in-depth description of today s most popular programming technologies, including COM, ActiveX, Web server applications, as well as the Internet on WinSock, UDP, HTTP, HTML, FTP, SMTP, POP3 , NNTP and other agreements. This book from Chapter 16 of the main features of object-oriented programming, Component Object Model (COM), ActiveX framework, Type Library editor, create ActiveX, OLE Automation, the use of WinSock, controls the use of FTP, use the UDP controls, controls the use of HTTP, using HTML controls, the use of SMTP controls, controls the use of POP, the use of NNTP controls, create a Web server application, Web server details. The book is mainly for those who would like Internet/Intranet field of programming readers wrote,
Platform: | Size: 2031616 | Author: hclcool | Hits:

[Internet-Networkpop

Description: 在给出的SMTP pop程序中加上一个过滤器,使能够对接收邮件的主题内容进行关键字过滤。关键字从文件中读出,不少于十个,比较结果符合的打印出过滤用关键字、邮件主题、邮件发件人。多重符合的每次结果都要打印。在windows Visual C++ 下调试-SMTP pop in the given procedure to add a filter to enable the theme for the receiving e-mail content filtering keywords. Keywords from the document read out, of not less than 10, in line with the results of the comparison with the print keyword filtering, mail the theme of the message sender. Multi-line with the results of each must be printed. In windows Visual C++ under the debugger
Platform: | Size: 1642496 | Author: 智慧 | Hits:

[Other3个通过POP发送和接收邮件的VC++实例程序

Description: 邮件收发程序,C++版,涵三个示例代码,一个简单邮件发送,一个带附件,一个pop3接收实例(sender email,this is a demo of email , three demo in it ,one simple sender email ,one sender attachement and last is pop3)
Platform: | Size: 56320 | Author: dardasdas | Hits:

[VC/MFCC++Builder6.0界面开发实例

Description: C++ Builder 6.0 界面实例开发 实例1 界面图案演示 实例2 创建标题栏在左边的窗口界面 实例3 创建超级连接界面 实例4 创建不规则窗口界面 实例5 创建可扩展对话框界面 实例6 创建NEO Skin 窗口界面 实例7 创建Windows2000 透明窗口界面 实例8 创建自画弹出式菜单界面 实例9 创建自画主菜单界面 实例10 创建自画窗口背景界面(C++ Builder 6 interface instance development Example 1 interface pattern demonstration Example 2 creates the title bar at the left window interface Example 3 creating a super connection interface Example 4 creating an irregular window interface Case 5 creates the extensible dialog box interface Example 6 creating the NEO Skin window interface Example 7 creating the Windows2000 transparent window interface 8 examples of creating self portrait pop-up menu interface 9 examples of self portraits created the main menu interface 10 examples of creating self portrait window background interface)
Platform: | Size: 313344 | Author: starwuang | Hits:
« 12 3 4 5 6 7 8 9 10 ... 15 »

CodeBus www.codebus.net