资源列表
hexedit-1.2.10.src
- HexEditor 是针对汉化用的十六进制编辑工具。方便的编辑方法,增删字节无需在菜单中处理,只需按文字编辑方式处理即可。编辑器中能够屏蔽所有非 ASCII 字符和控制字符,只剩下了英文字符显示出来。功能强大的全文查找和全文替换,包括标准字符串和 Unicode 字符串的查找和替换(可以不区分大小写)。功能强大的输入功能,支持十六进制码处理和字符输入,字符输入还包括 Unicode 字符的直接输入。无限级的 Undo 与 Redo 功能,令到编辑随时都可以撤回到任何一步。可以选择任何部分的字节经
shuanglianbiao
- 本程序实现了双链表的构建,搜索,插入,排序,清零等功能。-This procedure realize the double linked list, the establishment of search, insert, sorting, reset functions.
Calculator
- 简单的C++四则运算,由于有些特殊函数不能通过键盘输入,则自定义-Simple C++ four operations, due to some special function can not be input through the keyboard, the custom
binarytree
- C++写的二叉树链表,创建二叉树使用非递归的方法,计算个位数的。-The C++ to write the binary tree linked list, create a binary tree using a non-recursive method to calculate the single digits.
tmux-1.6.tar
- 使用它最直观的好处就是,通过一个终端登录远程主机并运行tmux后,在其中可以开启多个控制台而无需再“浪费”多余的终端来连接这台远程主机;当然其功能远不止于此-It is the most intuitive benefits is through a terminal, log in to the remote host and run tmux after, in which you can open multiple console and no longer need to " w
pip-1.1.tar
- 装python的包可以自己下来直接装,也可以通过pip来通过网络安装。-Installed python package can down directly mounted by pip to install through the network.
PB-auto-update
- pb 自动升级程序, 在POWERBUILDER 6.5 环境中运行通过-powerbuilder auto update。 在POWERBUILDER 6.5 环境中运行通过
Queue
- C语言队列的实现,包括入队,出队,插入,创建等-Queue implementation of the C language, including into the team, the team, insert, create
Queue-and-Stack
- 队列栈,将队列和栈结合在一起使用,更加方便。代码清晰-Queue stack, queue and stack together, more convenient. Clear code
DoubleList
- 双链表,可以双向访问,比单链表更有优势,有插入,查找,排序等功能-Doubly linked list can be bi-directional access more advantages than a single linked list, insert, search, sort and other functions
SingleList
- 单链表,最简单的链表,实现链表的插入,删除,查找,排序等。-Single linked list, the most simple linked list, linked list insert, delete, search, sort, and so on.
Stack
- 堆栈的实现。包括入栈出栈,栈顶数据的访问,以及栈的生长方向-Stack. Stack the stack, the top of the stack data access, as well as stack growth direction