搜索资源列表
bat
- 批处理文件有时很有用 扩展名是bat(在nt/2000/xp/2003下也可以是cmd)的文件就是批处理文件。 首先批处理文件是一个文本文件,这个文件的每一行都是一条DOS命令(大部分时候就好象我们在DOS提示符下执行的命令行一样),你可以使用DOS下的Edit或者Windows的记事本(notepad)等任何文本文件编辑工具创建和修改批处理文件。 其次,批处理文件是一种简单的程序,可以通过条件语句(if)和流程控制语句(goto)来控制命令运行的流程,在批处理中也可以使用
EncryptNote
- 一个加密记事本软件,对初学C#语言的朋友特别有用,拥有微软记事本所有功能,并附加加密解密统计等功能。
NoteXpad c语言
- NoteXpad 一个用c语言制作的记事本-NoteXpad c language with a production of the notebook
Images
- 一个简易记事本的程序用c语言写成资源共享
结构化程序设计
- 用c语言编写的记事本程序,可以实现记事本的相关功能-prepared by the Chronicle this program, the notebook can achieve the related functional
C-language-Notepad
- C语言编写的记事本,能够实现记事本的基本功能,主要练习链表的使用-C language Notepad, Notepad can achieve the basic functions, the main use of practice list
Cyuyankechengsheji
- 北京工业大学07级计算机专业C语言课程设计 模拟记事本编辑器-Beijing University of C-07 computer science curriculum design simulation Notepad Editor
notepad5.03
- notepad++ 5.03 源代码200811月属于最新版源码,开源 notepad ,最好用的Windows记事本源码最新版。Notepad++ 是一款非常有特色的编辑器—— ①、内置支持多达 27 种语法高亮度显示(包括各种常见的源代码、脚本,能够很好地支持 .nfo 文件查看),还支持自定义语言; ②、可自动检测文件类型,根据关键字显示节点,节点可自由折叠/打开,还可显示缩进引导线,代码显示得很有层次感; ③、可打开双窗口,在分窗口中又可打开多个子窗口,允许快捷切换全屏显示模式(F11)
C10
- 用C语言编写的一个记事本,需要的朋友可以下载下来参考。-Using C language, a notebook, a friend in need can be downloaded from the reference.
SimpleNote
- 初级的C语言记事本,代码简单,功能齐全,包含了读写文件,插入删除记录等操作,建议C语言初学者参考-Primary language of C Notepad, the code is simple, functional and contains the read and write files, delete records, etc. Insert operation, the proposed C language reference for beginners
notepad
- 一个c++语言开发的小型记事本,可以实现简单的功能.-A c++ language to develop a small Notepad, you can realize simple functions.
textEditor
- 这是用C#语言编写的一个文本编辑器,该文本编辑器拥有类似与记事本那样的功能。-This is written in C# using a text editor, which has a similar text editor and Notepad as function.
NotePad
- C#语言实现的记事本程序源代码,这个记事本和微软的功能几乎一样-C# language to achieve the Notepad program source code, this notebook features and is almost identical to Microsoft
NotepadPro
- 用C#语言编写的可加密记事本,是初学者很好的学习例子!-Encrypting Notepad, Good example for biginners.
test_01
- 该记事本采用c#语言编程,具有保存,修改和删除功能等-my project can teach you how to create a notebook with the c_sharp language and the notebook can be saved,deleted and revised
jishiben
- 初学者写的个记事本,基本功能健全,但没有Windows自带的强大!-jishiben
memory_text
- 自己用C#语言写的一个记事本,在windows记事本的基础上添加了工具栏和word的一些基本功能-Written using C# language itself as a notebook, notepad in windows based on the toolbar and add the word some of the basic functions
csharpnotebook
- 用C#语言编写的记事本程序,仿照Windows的记事本的功能.具有编辑,打开,保存,另存为,简单的异常处理等功能。用的工具是VS2005 大家看看。。 -c# notebook
C-music-player
- 一个用C语言编写的音乐播放与制作软件,采用编码的形式播放音乐,用记事本编辑乐谱,然后通过输入文件名播放音乐,乐谱文件可以自创,也可以直接下载。 -A C language of music playback and authoring software, play music encoded form, use Notepad to edit the music, and then enter the file name to play music, music files can crea
记事本
- 利用VS2013和C#语言可实现windows记事本的类似功能(A similar function for Windows Notepad)