跳转到内容

窗外一叶

一个普通理工宅的笔记

  • 工业控制
  • 我爱脚本
  • 软件编程
  • 技术分享
  • 个人备忘

未分类类别订阅

字符串匹配的KMP算法

本文系转载,转载来源:http://www.ruanyifeng.com/blog/2013/05/… 继续阅读 字符串匹配的KMP算法

  • 发表于: 2016年3月15日 2016年3月15日
  • 作者: cwyy
  • 分类: 未分类
  • 发表评论: 字符串匹配的KMP算法

leetcode- Valid Palindrome

Given a string, determine if it is a palindrome, c… 继续阅读 leetcode- Valid Palindrome

  • 发表于: 2016年3月15日 2016年3月15日
  • 作者: cwyy
  • 分类: 未分类
  • 发表评论: leetcode- Valid Palindrome

leetcode-Palindrome Linked List

  /** * Definition for singly-linked list. * … 继续阅读 leetcode-Palindrome Linked List

  • 发表于: 2016年3月15日 2016年3月15日
  • 作者: cwyy
  • 分类: 未分类
  • 发表评论: leetcode-Palindrome Linked List

leetcode-Reverse Linked List

/** * Definition for singly-linked list. * struct … 继续阅读 leetcode-Reverse Linked List

  • 发表于: 2016年3月15日 2016年3月15日
  • 作者: cwyy
  • 分类: 未分类
  • 发表评论: leetcode-Reverse Linked List

leetcode- Valid Number 基于状态机思想实现

Validate if a given string is numeric. Some exampl… 继续阅读 leetcode- Valid Number 基于状态机思想实现

  • 发表于: 2016年3月14日 2016年3月14日
  • 作者: cwyy
  • 分类: 未分类
  • 发表评论: leetcode- Valid Number 基于状态机思想实现

leetcode-String to Integer (atoi)

int myAtoi(char* str) { int y=0,s=0; while(*str!=’… 继续阅读 leetcode-String to Integer (atoi)

  • 发表于: 2016年3月14日 2016年3月14日
  • 作者: cwyy
  • 分类: 未分类
  • 发表评论: leetcode-String to Integer (atoi)

Reverse Integer

int reverse(int x) { int y=0; if(x>0){ while(x!… 继续阅读 Reverse Integer

  • 发表于: 2016年3月14日 2016年3月14日
  • 作者: cwyy
  • 分类: 未分类
  • 发表评论: Reverse Integer

leetcode_ZigZag Conversion

The string “PAYPALISHIRING” is written… 继续阅读 leetcode_ZigZag Conversion

  • 发表于: 2016年3月14日 2016年3月14日
  • 作者: cwyy
  • 分类: 未分类
  • 发表评论: leetcode_ZigZag Conversion

leetcode-three sum c++

typedef std::unordered_map<int,vector<int&gt… 继续阅读 leetcode-three sum c++

  • 发表于: 2016年3月11日 2016年3月11日
  • 作者: cwyy
  • 分类: 未分类
  • 发表评论: leetcode-three sum c++

leetcode-4sum

typedef struct Element{ int val; //sum of two numb… 继续阅读 leetcode-4sum

  • 发表于: 2016年3月11日 2016年3月11日
  • 作者: cwyy
  • 分类: 未分类
  • leetcode-4sum有 1 条评论

分页

上一页 页码: 1 页码: 2 页码: 3 页码: 4 页码: 5 页码: 6 页码: 7 页码: 8 下一页

搜索

搜索:

近期文章

  • openssl 生成自签名证书
  • 权衡利弊的婚姻就是卖淫吗?
  • 或许是时候关闭防火墙了
  • 先富不带动后富,怎么办?
  • Ubuntu 编译安装OCServ

近期评论

  • 某某 发表在《或许是时候关闭防火墙了》
  • jiyouzhan 发表在《或许是时候关闭防火墙了》
  • 天涯人 发表在《Python 版的wscat》
  • 黄三胖 发表在《Grafana 插件开发笔记-代理服务器设置》
  • 黄三胖 发表在《关于中国人到底是怎么吃饱饭的争论》

归档

  • 2024 年 6 月
  • 2024 年 5 月
  • 2024 年 4 月
  • 2024 年 3 月
  • 2024 年 2 月
  • 2024 年 1 月
  • 2023 年 12 月
  • 2023 年 11 月
  • 2023 年 10 月
  • 2022 年 5 月
  • 2022 年 4 月
  • 2022 年 3 月
  • 2021 年 11 月
  • 2021 年 10 月
  • 2021 年 9 月
  • 2021 年 8 月
  • 2021 年 7 月
  • 2021 年 6 月
  • 2021 年 4 月
  • 2020 年 12 月
  • 2020 年 11 月
  • 2020 年 10 月
  • 2020 年 9 月
  • 2020 年 8 月
  • 2020 年 7 月
  • 2020 年 6 月
  • 2020 年 5 月
  • 2020 年 4 月
  • 2020 年 3 月
  • 2020 年 1 月
  • 2019 年 8 月
  • 2018 年 7 月
  • 2018 年 3 月
  • 2017 年 6 月
  • 2017 年 5 月
  • 2016 年 12 月
  • 2016 年 11 月
  • 2016 年 10 月
  • 2016 年 3 月
  • 2016 年 2 月
  • 2016 年 1 月
  • 2015 年 12 月
  • 2015 年 11 月
  • 2015 年 10 月
  • 2015 年 9 月
  • 2015 年 8 月

标签

.net (1) 800XA (1) ad域 (1) Android (1) anyconnect (1) aria2 (1) asyncio (1) bash (1) bitcoin (1) bitshares (6) blender (3) BOOST (1) CIP (1) CIP 协议 (1) CURL (1) Cython (1) debian (2) DHCP (2) dtype (1) EDS (1) EtherNet/IP (1) excel (1) exe (1) FFT (1) Grafana (2) Hyper-V (2) IIS (2) ldap (1) ldap_search (1) linux (2) masm32 (2) MODBUS (2) OPC AE (2) OpenWRT (3) P2P (2) PLC (3) python (8) sklearn (3) 交换机 (2) 变频器 (2) 机器学习 (4) 比特股 (5) 汇编 (2) 网贷 (2) 通达信 (2)

友情连接

Solidot 有为财经 Rufus U盘启动工具 ReadHub Quanyin 说 林羽凡

© 2025  窗外一叶. 由 WordPress 强力驱动. WordStar, 主题由Linesh Jose提供