搜索资源列表
EditCtrl
- hexeditctrl_demo.zip 这是一个从Cedit派生的十六进制的编辑框类库 history_edit_demo.zip 注意过Visual C++的Output窗口吗?就是那个在编译的时候会自动滚动显示信息的窗口,这个类库就是一个类似那样的东东。 masked_edit2_demo.zip 这是用于时间、日期、电话号码、IP地址、邮政编码的编辑框。 NumEdit_demo.zip 这是一个支持带e符号(如-12E4)的数字编
C-base1
- C语言编写的数据库源程序,利用了C语言本身的函数库。-C language source database, the use of the C language itself the libraries.
gridsample_demo
- 《类似EXCEL的报表类库》有最新版本了,类库和可执行演示文件在压缩包里。 本次更新内容: 1)在程序完善了图表部分,支持图表的打印预览 2)修改了在程序调用生成图表的小bug 3)支持根据单元格数据绘制曲线图/饼图-"similar statements Excel Class" with the latest version, libraries and enforceable Presentations compression bag. With this update
1632
- 牛人做的纯《C windows API》编程 中文LIB文件格式。 1.实现文字滚屏。 2.为了避免闪屏而采用的二级缓存重绘技术。 3.屏幕的震动实现.(计时器) 4.自定义菜单,自定义列表框,填充颜色. ... 描述:这是一个词典库,解压到WinMain.h,WinMain.c同一个目录下 sparkLIB 附件: 1632.rar (379 K) 下载次数:130
1633
- 描述:WinMain.cpp ,WinMain.h,一张图片,一个声音文件,和上面的词典库文件在一个目录下,自己建立工程目录 (Careerman)WinMain 附件: 1633.rar (242 K)
bianjikuangdefuzabiancheng
- 这是一个编辑框的编成,里面涉及编辑框的类库操作,相信会给大家带来一定的启发,希望大家喜欢-This is a frame editor of the organization, involving editing box inside the library operation, I believe we will bring some inspiration, hope you like
C_TEXT
- 基于 BIOS 的屏幕开发 C 语言源程序。这是个汇编语言库,实现BIOS下文本的编辑、游标控制等。-BIOS screen-based C language source development. This is a compilation of language library that implements the BIOS text editing, cursor control.
GridView 数据表格类库
- 数据表格类库,支持单元格合并,文本对齐方式,字体,字体颜色,表格线定制,单元格读写权控制,列排序,动态增删行列,支持通过剪贴板同其他软件间的数据进行交互,支持单元格图形显示。可根据开发者需要进行二次开发.-Form class library of data to support cell merging, text alignment, font, font color, form lines custom, the right to read and write control of the
TestEdit
- 最近需要一个浮点数编辑框。所谓浮点数编辑框,就是限制输入只在”-1234567890.” 这些字符,其它字符不予输入(用户输错了冒一个气泡进行提示)。本想使用BCG库的CBCGPMaskEdit类,无奈该类允许重复输入小数点,不满足我的需求。-Need a floating-point edit box. The so-called floating-point edit box, is to restrict the input prompt " -1234567890"
freetype_2.3.9.orig.tar
- freetype 字体引擎,可以编译生成库在自己的软件中调用,实现矢量字体显示。-freetype font engine, you can compile the generated library to call their own software to achieve vector font.
FilterEdit_src
- 过滤编辑框功能,支持多重过滤,支持正则表达式(需要boost库支持)。-Filter edit box to support multiple filters, regular expressions are supported (need to boost library support).
Text
- 基于微软基础类库的c++编程,一学就会,值得下载-Based on the the Microsoft Foundation the class library c++ programming, a study will be worth the download
GetEditLine
- === === === === === === === === === === === === === == MICROSOFT 基础类库: GetEditLine 项目概述 =============================================================================== 应用程序向导已为您创建了这个 GetEditLine 应用程序。此应用程序不仅演示 Microsoft 基础类的基本使用方法,还可作为您编写应用程
random-question-system
- 随机出题系统,可实现从动态题库中随机提取题目显示,并可显示答案的答题系统。系统主要包括菜单界面、题库读入、随机多次出题、答案显示、题库分类、分类随机多次出题、答案显示、题库更新等部分。-Random questions system, enabling dynamic exam randomly extracted from the subject shows that the system can display the answer answer. The system includes m
2.collect
- COLLECT示例:阐释MFC集合类 该COLLECT示例阐释了各种各样的Microsoft基础类库(MFC )提供的集合类。 -COLLECT Sample: Illustrates MFC collection classes COLLECT sample illustrates the variety of collections Microsoft Foundation Class Library (MFC) provides.
OpenCVEnglishAndChinese
- 《OpenCV2计算机视觉编程手册》是一本循序渐进的计算机视觉指导手册,给予OpenCV2代码库中包含高级特性的C++接口。本书介绍了OpenCV2中众多的视觉算法。你将学会如何读、写、创建及操作图像,领略图像分析中常用的技术,并了解如何使用C++高效实现。-"OpenCV2 Computer Vision Programming Guide" is a step by step instruction manual on computer vision, giving OpenCV2 code
SoftCAN
- 一个基于Scintilla源码编辑器的部分程序。关键源代码。采用了Scintilla 3.57版本的DLL库。因为源文件全部太大,只上传了与编辑器有关的四个关键源文件。可以显示行号,断点,折叠区。。。支持C++语法高亮显示等。-A code editor based on Scintilla 3.57