码迷,mamicode.com
首页 >  
搜索关键字:can    ( 23056个结果
Windows常见宏的使用
WIN32_LEAN_AND_MEAN1. 参考资料:https://msdn.microsoft.com/en-us/library/windows/desktop/aa383745(v=vs.85).aspx2. 使用说明: You can reduce the size of the Wind...
分类:Windows程序   时间:2015-05-05 21:16:56    阅读次数:687
Reverse Linked List
Reverse a singly linked list. click to show more hints. Hint: A linked list can be reversed either iteratively or recursively. Could you implement both? 思路:       迭代的方式,可以使用一个哨兵节点,方便反转;...
分类:其他好文   时间:2015-05-05 19:34:55    阅读次数:126
can you find it?
#include #include using namespace std;int ab[1000020],a[1024],b[1024],c[1024];int find(int x,int l,int r){ int mid; if(rx) return find(x,l,mid-1);...
分类:其他好文   时间:2015-05-05 19:22:02    阅读次数:102
邮箱连接服务器超时,不能连接远程服务器,VNC无法远程
昨天遇到一问题,用户邮箱连接服务器超时,不能连接远程服务器,VNC远程也报错,加域时错误信息里有提示未安装TCPIP协议大致的意思就是:can‘tcreatetcp/ipsocket10106cannotopensocketwinsockerror10106ping服务器什么的都是通的解决办法就是用360修复LSP就OK了网络上也有其它..
分类:其他好文   时间:2015-05-05 16:51:30    阅读次数:191
Android之SurfaceView(一)
首先我们先来看下官方API对SurfaceView的介绍 SurfaceView的API介绍 Provides a dedicated drawing surface embedded inside of a view hierarchy. You can control the format of this surface and, if you like, its size; th...
分类:移动开发   时间:2015-05-05 16:38:38    阅读次数:217
Linked List Cycle II
Given a linked list, return the node where the cycle begins. If there is no cycle, returnnull.Follow up:Can you solve it without using extra space?/**...
分类:其他好文   时间:2015-05-05 16:08:30    阅读次数:103
基于jQuery自适应宽度跟高度可自定义焦点图
基于jQuery自适应宽度跟高度可自定义焦点图。这是一款带左右箭头,缩略小图切换的jQuery相册代码。效果图如下:在线预览源码下载实现的代码。html代码: Example You can test our slideshow plugin, by resizi...
分类:Web程序   时间:2015-05-05 16:07:08    阅读次数:145
HDU 4027 Can you answer these queries? 线段树,区间修改
Can you answer these queries?Problem DescriptionA lot of battleships of evil are arranged in a line before the battle. Our commander decid...
分类:其他好文   时间:2015-05-05 16:05:10    阅读次数:100
【leetcode】Reverse Linked List
Reverse a singly linked list.click to show more hints.Hint:A linked list can be reversed either iteratively or recursively. Could you implement both? ...
分类:其他好文   时间:2015-05-05 16:04:23    阅读次数:118
Linked List Cycle
Given a linked list, determine if it has a cycle in it.Follow up:Can you solve it without using extra space?/** * Definition for singly-linked list. *...
分类:其他好文   时间:2015-05-05 15:49:17    阅读次数:115
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!