• 博客园logo
  • 会员
  • 周边
  • 新闻
  • 博问
  • 闪存
  • 众包
  • 赞助商
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
askDing
Life is short,use python
博客园 | 首页 | 新随笔 | 新文章 | 联系 | 订阅 订阅 | 管理

10 2016 档案

 
Static List
摘要:Static ListStatic List is the smart implementation of list data structure for those languages that have no pointer or similar function, such as Pascal 阅读全文
posted @ 2016-10-19 19:02 askDing 阅读(476) 评论(0) 推荐(0)
Singly Linked List
摘要:Singly Linked List Singly linked list storage structure:typedef struct Node{ ElemType data; struct Node *next;}Node; typedef struct Node *LinkList; Li 阅读全文
posted @ 2016-10-19 19:01 askDing 阅读(305) 评论(0) 推荐(0)
Sequential List
摘要:Sequential ListSequential list storage structure:#define LIST_INIT_SIZE 20 #define LIST_INCREASE 10typedef int Elemtype;typedef struct{ ElemType data; 阅读全文
posted @ 2016-10-19 19:00 askDing 阅读(383) 评论(0) 推荐(0)
Examples of complexity pattern
摘要:O(1):constant - the operation doesn't depend on the size of its input, e.g. adding a node to the tail of a linked list where we always maintain a poin 阅读全文
posted @ 2016-10-17 21:32 askDing 阅读(221) 评论(0) 推荐(0)
Kali Linux additional tools setup
摘要:The steps are pretty straight forward. The only tool that might cause some confusion is SMBexec. This requires you to interact 3 times with a differen 阅读全文
posted @ 2016-10-08 10:07 askDing 阅读(652) 评论(0) 推荐(0)
渗透测试阿克西
摘要:渗透测试阿克西 一组很棒的渗透测试资源,包括工具、书籍、会议、杂志和其他的东西 目录: 在线资源 渗透测试资源 Shell 脚本资源 Linux 资源 Shellcode 开发 Social社工资源 开锁资源 工具 渗透测试系统版本 渗透测试基础工具 漏洞扫描器 网络工具 Hex编辑器 破解 Win 阅读全文
posted @ 2016-10-08 10:06 askDing 阅读(646) 评论(0) 推荐(0)
 

公告


博客园  ©  2004-2026
浙公网安备 33010602011771号 浙ICP备2021040463号-3