搜索资源列表
string
- C++初学字符串的运用 字符串的编辑 各种编码的区别主要有UNICODE、ANSI-C++ beginner string use string edit a variety of coding the main difference between UNICODE, ANSI,
bianjikuang
- mfc下编辑框的设置与实现。供初学者学习-Under the MFC edit box set and implementation. For beginners
Editor
- 该软件是文本编辑器,基本上实现了编辑一个txt文档所需的所有操作。-The software is a text editor, basically realized the need to edit a txt document all operations.
DomowaBiblioteka
- It s program in ANSI C, which provide you home library. You can, add,delete, edit books in your home library. Additionally you can save, which books are lent for your friends.
Projekt-Gotowy
- This program is text editor in ANSI C. It uses linked list (one way). It can open, edit and save txt files.
1
- (1)编辑文本; (2)保存、打开指定位置的文本文件; (3)具有输入输出界面。 -(1) Edit the text (2) Save the text file to open the specified location (3) with input and output interface.
hangbiaojichengxu
- 这是行编辑程序,本人亲自测试通过,放心运行。-this is a program achieve edit.
AUTOMATIC-creation
- 能够自动重建一个新功能,并对其心窗口进行编辑!-Can automatically create a window, let us to edit this window
edi
- 使用MFC简单绘图-MFC edit can drow line zhexian.
B06040324_A3
- 文本编辑器 要求:(1)编辑文本; (2)保存、打开指定位置的文本文件; (3)具有输入输出界面。 -Text editor requirements: (1) Edit the text (2) save, open the text file specified location (3) having an input and output interface.
Edit
- 简单行编辑器:简单行编辑器要求实现行插入和行删除,以一行为操作目标,这里使用了双链表,一行为一个Node,整个双链表链表为一篇文档的形式来存储。算法使用了KMP算法来实现查找,且支持"*"、"?"等通配符。-Simple line editor: Simple line editor insert rows and rows required to achieve removed to a behavioral operational objectives, where the use of t
management
- 基于链表实现的某某信息管理系统。包括增删改查已经保存至文件/从文件读取的功能。包括中文注释-XX management system based on linked list. Contains add/edit/delete operations and save to/read from a data file. All comments are Chinese.
airplane
- 建立航班时刻查询系统,提供创建、编辑和查询等基本功能和服务。-Flight time to build a query system that provides to create, edit, and query the basic functions and services.
personal-dairy-management
- Mini Project in C Personal Diary Management System. One of the best C mini projects, mini project in C Personal Diary Management System is a console application without graphic. In this project, user can keep their personal record like they do i
vfs
- c++开发虚拟文件系统,支持用户管理,权限设置,虚拟系统与本机磁盘系统间的导入与导出功能,该系统拥有磁盘格式化,目录,文件创建,浏览,编辑,删除,等功能-C++ development of a virtual file system, support for user management, permissions settings, import and export functions of virtual system and the unit disk system, this sys
Story-editor-binary-tree-traversal
- “文章编辑二叉树遍历各种排序.cpp”、“二叉树的建立以及遍历.cpp”、“各种排序.cpp”、“文章编辑.cpp”- The article edit binary tree traversal various sorting .c++ , build a binary tree traversal and .cpp , various sorting .cpp , Story Editor .cpp
DAFTARCH
- a program written in c++ for insert , edit , search phone number
Slot
- 功能比较全面的*程序,可以自己修改源代码控制概率。-Slot machine features a more comprehensive program, you can edit your source code control probability.
HexAlter
- Edit hex value by specifying the address a console.-Edit hex value by specifying the address a console.
王敬贤-SA16168143-第3次作业
- 关于两个字符串s1,s2的差别,可以通过计算他们的最小编辑距离来决定。用C++设计动态规划算法解决此类问题(The difference between the two strings s1, s2, can be determined by calculating their minimum edit distance.Using c + + design dynamic programming algorithm to solve these problems)