码迷,mamicode.com
首页 >  
搜索关键字:io    ( 172858个结果
LeetCode Trapping Rain Water
class Solution {public: int trap(int A[], int n) { if (n peaks; vector peaks_tmp; int last_idx = 0; bool increasing = ...
分类:移动开发   时间:2014-07-21 09:04:11    阅读次数:259
ECMA5.1中Object.seal()和Object.freeze()的区别
1 Object.seal(O)的调用When the seal function is called, the following steps are taken: If Type(O) is not Object throw a TypeError exception. For each nam...
分类:其他好文   时间:2014-07-21 09:03:28    阅读次数:248
员工必备素质、能力——职场精英
企业、社会要求我们应该具有的素质、能力 ——Cause + PE+ PCLV一、素质修养方面:1、社会公德:勤俭节约、2、职业道德:保密、爱岗敬业3、必备修养:宽容、感恩二、能力方面:1、输入输出方面:“Cause”——发生质变的原因,是导火线。 沟通能力:Communication 同事、客户.....
分类:其他好文   时间:2014-07-21 09:02:23    阅读次数:249
【leetcode刷题笔记】Remove Nth Node From End of List
Given a linked list, remove thenthnode from the end of list and return its head.For example, Given linked list: 1->2->3->4->5, and n = 2. After re...
分类:其他好文   时间:2014-07-21 09:02:01    阅读次数:161
rails respond_to 的原理与使用
rails 的 respond_to 的使用和原理respond_to 实现了根据客户端的请求来返回不同的类型资源原理: 在HTTP协议中,客户端会在他们的HTTP首部包含一些元信息(meta-information),这些元信息按照“字段:值”的方式来组织,HTTP协议预定义了很多标准字段,...
分类:其他好文   时间:2014-07-21 09:01:41    阅读次数:177
GPIO 复用功能
需要注意如下几点配置方式重映射功能复用重映射寄存器重定向用到的函数
分类:其他好文   时间:2014-07-21 09:01:18    阅读次数:230
Linux网络编程(简单的时间获取服务器)
1.一个简单的服务器时间获取程序 服务器和客户端采用UDP通信的方式,来编写一个简单的时间获取应用. 把过程大致理顺一下,首先是服务器端的编写,使用的是迭代的方式,没有并发 先创建一个socket而后bind服务器,绑定之后就可以创建一个循环来接收和发送 信息了,以达到和客户端之间的通信.#incl...
分类:系统相关   时间:2014-07-21 08:39:51    阅读次数:247
poj1041欧拉回路
#include #include #include #include #include #include #include #include #include #include #include using namespace std;const int maxn=2000;int len;int...
分类:其他好文   时间:2014-07-21 08:38:26    阅读次数:189
sharepoint关键位置
GAC:C:\Windows\assembly,也就是部署的位置; ISAPI位置,SharePoint API:C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\ISAPI; CONTROLTEMPLAT...
分类:其他好文   时间:2014-07-21 08:36:47    阅读次数:238
【leetcode刷题笔记】String to Integer (atoi)
Implementatoito convert a string to an integer.Hint:Carefully consider all possible input cases. If you want a challenge, please do not see below and ...
分类:其他好文   时间:2014-07-21 08:36:32    阅读次数:208
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!