-
只是一个游戏,希望大家喜欢itki
just a game hope you like itki
- 2022-04-24 05:55:23下载
- 积分:1
-
A small browser software small, functional, and used to use IE this also is true...
一个小小浏览器软件,软件小,功能大,用惯了IE的用下这个还不错-A small browser software small, functional, and used to use IE this also is true under
- 2022-09-21 22:50:03下载
- 积分:1
-
我一般用于制作和整理(文件搜索方式)编程技术文档和各类源代码,
可以如编程工具一样分色显示程序(C++, Delphi , java, Vb, SQL ……...
我一般用于制作和整理(文件搜索方式)编程技术文档和各类源代码,
可以如编程工具一样分色显示程序(C++, Delphi , java, Vb, SQL ……)(用算法实现),
主要用于查找相应的类和函数的应用。
同样可以用它来制作电子书籍。(制作出《诸子百家》)
考虑到兼容问题: 在发布时删除了皮肤组件.所以运行出来的效果不美观.
平台: delphi7
本软件为开源软件. 所有人都可以使用其源码.请注明出处就OK了
有任何问题,都可以向我发送Email.
设计者: 薛朝文
Email:xcwen@sina.com
-I generally used in the production and processing (document search) technical documentation and a variety of programming source code, can be the same programming tools such as color display program (C++, Delphi, java, Vb, SQL ... ...) (with algorithm), which is used to find the appropriate category and function applications. Can also use it to create e-books. (To produce Zhuzi 100 ), taking into account the compatibility issue: when it is published to delete the skin component. Therefore, the effect of running out eyesores created. Platform: delphi7 this software for open source software. Everyone can use their source . Please indicate the source on the OK have any questions, you can send me Em
- 2023-07-06 11:45:03下载
- 积分:1
-
免安装板,免注册,可编辑C等各种高级语言和汇编语言,和16进制文件。...
免安装板,免注册,可编辑C等各种高级语言和汇编语言,和16进制文件。-err
- 2022-02-22 07:41:53下载
- 积分:1
-
使用Win32编程设计一个功能及界面风格类似于记事本的文本编辑器。主要实现的功能:
主菜单应包含基本的文件操作,包括新建、打开、保存、另存、退出,以及基本的...
使用Win32编程设计一个功能及界面风格类似于记事本的文本编辑器。主要实现的功能:
主菜单应包含基本的文件操作,包括新建、打开、保存、另存、退出,以及基本的文本编辑操作,包括撤销、剪切、复制、粘贴、删除、全选。
各菜单功能项应该有与之相对应的热键字符和快捷键。
支持简单的右键菜单功能,提供便捷的编辑处理。
较高要求:支持字体、文字颜色等特性。
-To design a program using the Win32 functions and interface style similar to the Notepad text editor. The main implementation features: the main menu should contain the basic file operations, including a new, open, save, save, exit, and basic text editing operations, including revocation, cut, copy, paste, delete, Select All. The menu features items there should be corresponding to the hotkey characters and shortcut keys. To support a simple right-click menu functionality, providing convenient editing. High requirements: support for fonts, text color and other characteristics.
- 2022-01-25 19:13:39下载
- 积分:1
-
在一个外国网址上找的QBASIC编译器
在一个外国网址上找的QBASIC编译器- QBASIC compiler looks which in a foreign website
- 2022-07-14 12:59:24下载
- 积分:1
-
Source Insight Source Insight is an innovative project development
Source Insight Source Insight是一个革新的面向项目开发的程序编辑器和代码浏览器,它拥有内置的对C/C++, C#和Java等程序的分析。Source Insight能分析你的源代码并在你工作的同时动态维护它自己的符号数据库,并自动为你显示有用的上下文信息。Source Insight不仅仅是一个强大的程序编辑器,它还能显示reference trees,class inheritance diagrams和call trees。Source Insight提供了最快速的对源代码的导航和任何程序编辑器的源信息。-Source Insight Source Insight is an innovative project development-oriented program editor and code browser, it has built on the C/C++, C#, and Java programs such as analysis. Source Insight can analyze your source code and in your work at the same time maintaining its own symbols dynamic database, and automatically shows you a useful context information. Source Insight is not just a powerful program editor, which also shows reference trees, class inheritance diagrams, and call trees. Source Insight provides the most rapid navigation to the source code and any program editor of the source information.
- 2022-07-11 11:35:12下载
- 积分:1
-
九个输入,一个输出,实现四位全加器,四位全加器的功能
九个输入,一个输出,实现四位全加器,四位全加器的功能-9 input, 1 output, to achieve four full-adder, four full-adder function
- 2022-03-12 18:01:21下载
- 积分:1
-
编译原理的源代码,涉及了编译原理的各个过程:词法分析,LL1语法分析,语义分析,中间代码生成,中间代码优化(常表达式优化,公共表达式优化,循环不变式优化),中间...
编译原理的源代码,涉及了编译原理的各个过程:词法分析,LL1语法分析,语义分析,中间代码生成,中间代码优化(常表达式优化,公共表达式优化,循环不变式优化),中间代码生成目标代码,目标代码的解释执行,详细地阐述了一个编译器的设计和实现。它是大纲教学,课程设计良好的示范,也是编程爱好者提高的好参考,其中这是中间代码生成部分。希望尽早的开通我的帐号,和大家多多交流,成为热爱编程的好朋-compiler source code, the compiler principles involved in various processes : lexical analysis, LL1 syntax analysis, semantic analysis and code generation and code optimization (regular expression optimization, public expression optimization, optimization loop invariant), intermediate code generated object code target explained the implementation of the code, described in detail a compiler design and implementation. It is the outline of teaching, curriculum design good model, as well as programming enthusiasts to raise a good reference, it is the middle part of the code generator. Early hopes for the opening of my account, and we interact more, as a good programming loving friends
- 2022-03-31 12:41:04下载
- 积分:1
-
本部分代码包括:库文件源代码,头文件源代码,以及库函数的完整拷贝。...
本部分代码包括:库文件源代码,头文件源代码,以及库函数的完整拷贝。-This part of the code include: library file source code, header files, source code, as well as a complete copy of library functions.
- 2022-03-12 12:28:15下载
- 积分:1