-
自己写C++中的迭代器
含自己写的一个简单的迭代器,能够测试string,list和vector,对于初学者很实用。
- 2022-03-17 18:59:10下载
- 积分:1
-
输入字符串转返回一串16进制编码
详细:
1. 输入一串字符串,然后按下Enter键生成一串16进制码。
2. 结尾(最后一个)的16进制码可能没有用。
3. 可以点击【复制结果】复制16进制码到剪切板。
4. 作为调试时可能会用到,比如测试一下打印需要有一串16进制编码。
参考图:
- 2022-12-21 22:50:04下载
- 积分:1
-
Design simple and useful user interface by combination use of layout manager.
通过组合使用布局管理器设计出简洁实用的用户界面-Design simple and useful user interface by combination use of layout manager.
- 2022-12-16 21:05:03下载
- 积分:1
-
vt100终端仿真程序
vt100终端仿真程序-vt100 Terminal Emulation
- 2022-03-21 02:05:43下载
- 积分:1
-
this upload sample
this upload sample-this upload sample................
- 2022-11-25 23:55:03下载
- 积分:1
-
数据结构 先序输入的二叉树的线索二叉树中序输出
数据结构 先序输入的二叉树的线索二叉树中序输出运用了一个结点带五个信息分别为数据、指针类型的左孩子、右孩子及eumu类型的左标记与右标记。当左边有孩子时左标记为link链 当没有左孩子时标记为thread 指针域指向该结点的前驱同样的右孩子类似,当没有右孩子时指针域指向其后继。
- 2022-01-25 21:49:21下载
- 积分:1
-
解析字符串,对字符串协议的字段分别解析出,存在map中
解析字符串,对字符串协议的字段分别解析出,存在map中-Parsing a string, the string field, respectively, to resolve the agreement that exists in the map
- 2022-02-04 07:37:51下载
- 积分:1
-
使用查表发实现公历转换为农历
文件说明
luanrday.h 头文件,声明了公历到农历转换的函数
luanrday.cpp 实现文件,实现...
使用查表发实现公历转换为农历
文件说明
luanrday.h 头文件,声明了公历到农历转换的函数
luanrday.cpp 实现文件,实现了公历到农历的转换函数
chdate.cpp 例子程序,使用luanrday实现功能:使用汉字显示当前农历日期.-Made the realization of the use of look-up table is converted to the Lunar calendar luanrday.h document describes the first document, a statement of the lunar calendar conversion function to file luanrday.cpp achieved lunar calendar conversion function to chdate.cpp example, the use of the realization of luanrday features: Displays the current use of Chinese Lunar New Year dates.
- 2022-03-06 03:19:01下载
- 积分:1
-
FTE是一个面向程序员的文本编辑器。可以支持20多种编程语言的语法高亮,加上较强的可配置性,使这个轻量级但是通用的编辑器几乎可以适应于任何程序员.zip它不是一...
FTE是一个面向程序员的文本编辑器。可以支持20多种编程语言的语法高亮,加上较强的可配置性,使这个轻量级但是通用的编辑器几乎可以适应于任何程序员.zip它不是一个完整的编程语言,因为它没有标准函数库(如IO和字符串处理)。FScript提供的基本函数(如流程控制,变量处理,和基本的数学运算)可以通过宿主程序扩展,只需要一个Java 2运行环境.tgz-FTE is a programmer- oriented text editor. 20 can support multiple programming language syntax highlighter, coupled with strong configurable, so this lightweight but GM editors can be adapted to almost any programmer. Zip it is not a complete programming language, because it does not have the standard functions (such as string handling and IO). FScript provide the basic functions (such as flow control, variable handling, and basic arithmetic) can be extended through a host application only need a Java 2 runtime environment. Tgz
- 2023-07-06 13:45:03下载
- 积分:1
-
C++, polynomial addition and multiplication, can help you run a simple program
C++的多项式的加法与乘法,能够帮助你运行简单的程序-C++, polynomial addition and multiplication, can help you run a simple program
- 2022-03-03 21:37:05下载
- 积分:1