自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

lydcsdn

欢迎留言指导

  • 博客(17)
  • 资源 (35)
  • 收藏
  • 关注

原创 [leetcode] Valid Parentheses

class Solution { public: bool isValid(string s) { if (s.size()%2==1) {//奇数个符号 return false; } //使用栈 stack sc;

2014-05-20 10:58:56 509

原创 [leetcode] Word Search

class Solution { public: bool exist(vector > &board, string word) { if (word.size()==0) { return true;//空串返回true } int row=board.size(); int co

2014-05-20 00:22:57 572

原创 MacBook 连接投影仪

首先需要一个转接口,一般是VG

2014-05-12 20:21:36 3050

原创 [leetcode] Word Ladder

#include #include //mac os下引用unordered_set,散列容器 #include #include using namespace std; class Solution { public: int ladderLength(string start, string end, unordered_set &dict) {

2014-05-12 01:26:17 846

原创 [leetcode] Reverse Words in a String

#include "iostream" using namespace std; class Solution { public: void reverseWords(string &s) { int len=(int)s.length()-1;//显示转换unsigned long to int string res=

2014-05-11 02:09:46 555

原创 [leetcode] First Missing Positive

#include "iostream" using namespace std; class Solution { public: int firstMissingPositive(int A[], int n) { if (A==NULL||n<1) {//数组为空 return 1; } int

2014-05-08 15:35:42 515

原创 [leetcode] Insertion Sort List

#include "iostream" using namespace std; /**Definition for singly-linked list.*/ struct ListNode { int val; ListNode *next; ListNode(int x) : val(x), next(NULL) {} }; class Solution {

2014-05-07 15:11:00 563

原创 [leetcode] Remove Duplicates from Sorted List II

#include "iostream" using namespace std; /**Definition for singly-linked list.*/ struct ListNode { int val; ListNode *next; ListNode(int x) : val(x), next(NULL) {} }; class Solution {

2014-05-07 10:53:15 609

原创 [leetcode] Sort List

/**Definition for singly-linked list.*/ #include using namespace std; struct ListNode { int val; ListNode *next; ListNode(int x) : val(x), next(NULL) {} }; class Solution { public:

2014-05-06 14:29:58 518

原创 [leetcode] Remove Duplicates from Sorted List

#include "iostream" using namespace std; /**Definition for singly-linked list.*/ struct ListNode { int val; ListNode *next; ListNode(int x) : val(x), next(NULL) {} }; class Solution {

2014-05-06 01:01:28 524

原创 [leetcode] Partition List

#include "iostream" using namespace std; /**Definition for singly-linked list.*/ struct ListNode { int val; ListNode *next; ListNode(int x) : val(x), next(NULL) {} }; class Solution { p

2014-05-06 00:12:54 483

原创 ThoughtWorks FizzBuzzWhizz

#include #include using namespace std; int main() { cout<<"pls input 3 numbers a,b,c (0<a,b,c<10 and a!=b!=c):"<<endl; int x1,x2,x3; cin>>x1>>x2>>x3; string str1,str2,str3; ost

2014-05-05 16:02:18 581

原创 [leetcode] Rotate List

/** Definition for singly-linked list. */ #include using namespace std; struct ListNode { int val; ListNode *next; ListNode(int x) : val(x), next(NULL) {} }; class Solution { public:

2014-05-05 01:12:57 543

原创 [leetcode] Merge Two Sorted Lists

Merge Two Sorted Lists

2014-05-05 00:09:46 534

原创 [leetcode] Add Two Numbers

#include using namespace std; /** Definition for singly-linked list. */ struct ListNode { int val; ListNode *next; ListNode(int x) : val(x), next(NULL) {} }; class Solution { public:

2014-05-04 21:48:44 640

原创 codeblocks “That file isn't assigned to any target.”

codeblocks “That file isn't assigned to any target.” 解决方法:

2014-05-04 09:50:56 5192 4

原创 [leetcode] Count and Say

Count and Say sh // // main.cpp // CPPTest // // Created by lyd on 14-5-3. // Copyright (c) 2014年 ___LYD___. All rights reserved. // #include using namespace std; class Solution { public:

2014-05-04 00:52:25 764

ArcGIS10破解

ArcGIS破解文件,安装破解详见http://blog.csdn.net/lydyangliu/article/details/13095661

2013-10-26

htmlunit-2.12-bin.zip

htmlunit-2.12-bin.zip 网站自动化测试

2013-08-28

selenium-java-2.33.0.zip

selenium-java-2.33.0.zip 网站自动化测试

2013-08-28

DNS与BIND中文第四版

好不容易找到的《DNS与BIND》中文第四版,提供给需要的朋友。。。

2013-05-02

eclipse html 插件

eclipse 中编辑html的插件。安装方法见http://write.blog.csdn.net/postedit/8801922

2013-04-15

weka 连数据库使用的jar包

使用这几个jar文件可以解决Trying to add database driver (JDBC): RmiJdbc.RJDriver - Error, not in CLASSPATH?问题解决方法见http://blog.csdn.net/lydyangliu/article/details/8797381

2013-04-13

ImageWriter

在安装ubuntu12.04等版本时,可以很方便地用于制作U盘启动

2012-12-11

CurrPorts端口监控

端口监控软件CurrPorts ,win7下可用

2012-09-18

webexplayer.exe

一款视频播放软件 可以用来播放wrf的文件

2012-07-09

visual assist 1647.rar

visual assist 1647.rar 软件开发助手

2012-07-09

2013年考研倒计时.zip

2013年考研倒计时.zip

2012-07-09

FFSetup295.zip

FFSetup295.zip 格式工厂转换软件V295

2012-07-09

IETester.zip

网页浏览器兼容调试软件IETester.zip

2012-07-09

xwork-2.1.5-all.zip

xwork-2.1.5-all.zip struts2

2012-07-09

mysql-connector-java-5.1.21.zip

mysql-connector-java-5.1.21.zip

2012-07-09

hibernate-distribution-3.3.1.GA-dist.zip

hibernate-distribution-3.3.1.GA-dist.zip

2012-07-09

WPS2012.12012.exe

很好用的文字处理软件WPS2012.12012.exe

2011-10-17

apache-tomcat-7.0.16-windows-x86.zip

apache-tomcat-7.0.16-windows-x86.zip欢迎下载

2011-10-17

vcredist_x86.exe

vc++ 2010 可再发行组件包vcredist_x86.exe

2011-10-17

mysql-workbench-gpl-5.2.35-win32.msi

mysql-workbench-gpl-5.2.35-win32.msi好用的可视化界面方便操作

2011-10-17

mysql-5.5.16-win32.msi

mysql-5.5.16-win32.msi欢迎大家下载

2011-10-17

kingston SSS6677 量产

u盘百宝箱以及kingston sss6677量产工具

2011-06-28

K-MAC网卡地址修改器绿色汉化版

K-MAC网卡地址修改器绿色汉化版 用同学的账号在自己电脑上网的改MAC地址软件

2011-05-16

vs2008(2010)编程助手

vs2008(2010)编程助手VA_X_Setup1822.rar

2011-05-03

文件夹EXE病毒专杀工具

专杀文件夹扩展名变成exe的小工具,很好用。。

2011-05-03

1KB文件夹快捷方式病毒专杀

简单好用的1KB文件夹快捷方式病毒专杀.rar

2011-04-24

phpMyAdmin-3.3.10-all-languages

phpMyAdmin-3.3.10-all-languages.zip

2011-04-23

Windows 2003(XP)下安装配置Apache2.2.17+PHP5.2.17+mysql5.5.11服务器

Windows 2003(XP)下安装配置Apache2.2.17+PHP5.2.17+mysql5.5.11服务器

2011-04-22

php-5.2.17-Win32-VC6-x86

php-5.2.17-Win32-VC6-x86.zip

2011-04-22

mysql-5.5.11-win32

mysql-5.5.11-win32.msi

2011-04-22

httpd-2.2.17-win32-x86-no_ssl

apache httpd-2.2.17-win32-x86-no_ssl.msi

2011-04-22

windowsIIS_setup

windows xp iis完整安装包 控制面板-->添加或删除程序-->添加/删除windows组件-->internet信息服务

2011-03-18

易读百度豆丁文库资源下载转换器正式版

不需要在百度或豆丁网注册就能免费下载文库资料的工具,对程序员来说是个很好的东西。

2011-03-13

2012考研倒计时()

rt,挺不错的桌面小工具。适合win7&vista

2011-03-12

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除