-
多语言代码编辑器Syn Dev
用Delphi7写的代码编辑器,支持多语言语法高亮,可通过XML自定义语法。
Features
*多语言语法高亮,可自定义
*括号匹配高亮
*代码块匹配画线(彩色线)
*多语言自动补全,可自定义
*代码折叠
*代码导出功能
*支持添加自定义命令
*支持编写插件,接口函数int main(hMain HWND, hDll HWND)
- 2022-05-25 22:13:24下载
- 积分:1
-
奎因
Quine-mcCluskey program with GUI. it prints the boolean simplification of a logical expression through a tabulation method
- 2023-01-15 12:55:03下载
- 积分:1
-
不错的C源码,是关于遥操作服务的,很不错的
不错的C源码,是关于遥操作服务的,很不错的-good C source code, the distance of operational services, and very good
- 2023-03-18 08:25:03下载
- 积分:1
-
C++参考手册!方便大家查阅,对于开发C++程序有很大的帮助.像MICROSOFT的MSDN...
C++参考手册!方便大家查阅,对于开发C++程序有很大的帮助.像MICROSOFT的MSDN-C reference manual! Facilitate inspection C procedures for the development of a great help. MICROSOFT like the MSDN
- 2023-05-20 16:45:03下载
- 积分:1
-
C#强制弹出U盘 检测U盘接入
应用背景实现U盘的强制弹出及U盘的插入检测,需要的可以看下。实现了U盘的自动弹出。可以当成禁用使用,选择盘符后,插入U盘就会自动弹出来。关键技术
应用了一些接口,可供参考。然后就是C#的基础编程,添加控件即可。注意代码开头的引用,否则一些代码会无法识别。
- 2023-04-13 08:25:03下载
- 积分:1
-
A C
一个C#写的留言本,支持UBB,数据库采用Access
运行时将Web.config中
数据库所在目录改为本机实际目录
暂时未提供会员系统
起始页面:http://localhost/SaintGBook/Default.aspx
联系方式:
saintqiqi@163.com
-A C
- 2023-04-22 23:05:03下载
- 积分:1
-
A circular buffer implementations. VC6 MFC Test
一个环形缓冲区的实现方法.VC6 MFC 测试 -A circular buffer implementations. VC6 MFC Test
- 2023-04-30 07:05:03下载
- 积分:1
-
一个C++迷宫游戏的源码及迷宫地图文件 从文件读取迷宫,键盘控制移动方向,显示步数和碰壁次数,同步显示移动的当前位置,到达出口后显示祝贺信息,迷宫地图可在文件中...
一个C++迷宫游戏的源码及迷宫地图文件 从文件读取迷宫,键盘控制移动方向,显示步数和碰壁次数,同步显示移动的当前位置,到达出口后显示祝贺信息,迷宫地图可在文件中更改。-A C++ source code and the maze game maze maze map files to read from a file, the keyboard control the direction of movement, showing the number of steps, and rebuffed the number of simultaneous display moving the current location, after the show to congratulate the arrival of export information, maze maps are available in the document changes.
- 2022-12-06 06:55:02下载
- 积分: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
-
从ring3切换到ring0的代码
从ring3切换到ring0的代码--The code which can exchange ring3 to ring0
- 2022-05-16 06:04:50下载
- 积分:1