-
msn clone interface
开始使用messenger聊天的克隆应用程序。这段代码用delphi编写,主题相同。享受并尝试制作一个程序作为messenger聊天到您的公司或自己;)
- 2023-09-05 02:40:03下载
- 积分:1
-
自动完成的复合框的实现在AutoCompleteCombo.cpp和AutoCompleteCombo.h两个文件中,用户可以把这两个文件引入自己的工程中,删除...
自动完成的复合框的实现在AutoCompleteCombo.cpp和AutoCompleteCombo.h两个文件中,用户可以把这两个文件引入自己的工程中,删除"工程名.clw"文件后退出,再次进入工程系统会提示找不到"工程名.clw"文件,选择"“是(Yes)"重新创建一个,接下来在弹出的对话框里选择"Add all"就可以在新工程中使用CAutoCompleteCombo这个类了(注意引入头文件),我在示例对话框中创建了一个CAutoCompleteCombo类型的变量"m_combo",在对话框的"nInitDialog()"函数中添加了以下语句: // TODO: Add extra initialization here m_combo.AddString("America") m_combo.AddString("British") m_combo.AddString("China") m_combo.AddString("Dalian") m_combo.AddString("England") m_combo.AddString("France") 这样,用户在输入这些字符的头几个字符(不区分大小写)就可以看到自动完成的效果了.-automatic composite frame to complete the realization of the AutoCompleteCombo.cpp and AutoCompleteCombo.h two documents, the user can introduce these two documents of the project, delete the "project name. Clw documents "to withdraw, once again entered the system is not able to find" who works. Clw "document choose "" (Yes), "a re-creation of, the next in the pop-up dialog box you select" Add all "on the new projects CA
- 2023-01-19 02:05:04下载
- 积分:1
-
小弟从网上掘一代码,奉献出来,希望对大家有帮助
小弟从网上掘一代码,奉献出来,希望对大家有帮助-Boy dug one code from the Internet, and dedication out to be helpful for all of us
- 2022-06-30 00:40:39下载
- 积分:1
-
本程序是一个例子,一个定时器计数从20使用SDL定时器功能。
This program is a example of a timer counting down from 20 using the SDL timer function
- 2022-03-23 15:18:37下载
- 积分:1
-
基于B/S架构的网上书店管理系统
基于B/S架构的网上书店管理系统,本次系统采用B/S架构,后台数据库采用的是Sql server 2005。该系统的主要功能模块分为系统(用户,管理员)的信息管理,用户的留言信息管理,及图书的信息管理,购买功能,查看购物车,图书信息浏览等相应功能,前台采用HTML/CSS布局设计,javascript验证及事件驱动,jsp动态显示技术。数据库访问层采用dao模式,业务控制采用servlet技术,底层采用Javabean。
- 2023-09-05 11:00:04下载
- 积分:1
-
点对点网络聊天程序之客户端!!!适合网络编程初学者
点对点网络聊天程序之客户端!!!适合网络编程初学者-Point to point net program client!!!
- 2023-08-19 02:40:05下载
- 积分:1
-
VC++ 手写文字识别程序源码
VC++ 手写文字识别程序源码
简单实现了用VC++编写的手写识别汉字的输入的方法,了解其基本原理。
对于手写识别的入门大有裨益。
- 2022-03-04 00:57:00下载
- 积分:1
-
编辑快捷键
编辑快捷键-the example of editing fast key
- 2022-03-19 04:24:42下载
- 积分:1
-
实现了一个简单的绘工具,该绘图工具具有打开,关闭,保存,另存文件的功能;它能够对直线,矩形等几种图元进行绘制和操作。本章主要介绍了视图文档的程序框架的应用,创建...
实现了一个简单的绘工具,该绘图工具具有打开,关闭,保存,另存文件的功能;它能够对直线,矩形等几种图元进行绘制和操作。本章主要介绍了视图文档的程序框架的应用,创建工具条,使用设备环境变量的各种绘制功能,使用设备环境变量的不同绘制模式,实现文件的流式存储与加载功能等。-achieve a simple painting tool, the graphics tools with open and closed, preservation, Save document functions; It is capable of linear, rectangular, etc. Several map yuan for mapping and operation. This chapter introduces the Document View the procedural framework of the applications, create tools, equipment use environment variables in the various functional mapping, the use of equipment of different environmental variables mapping models and document flow storage and loading capabilities.
- 2023-02-07 00:50:03下载
- 积分:1
-
matlab求解方程的MATLAB程序,二分法的源代码
matlab的源代码 二分法解方程 matlab程序-matlab source code for solving equations matlab program dichotomy
- 2022-03-26 10:41:35下载
- 积分:1