首页 > 其他
CSU1619: Con + tin / (ued + Frac / tions)
Description Input Output Sample Input 4 3 5 1 1 2 5 2 2 0 0 Sample Output Case 1: 11 0 5 30 4 6 1 27 HINT Source 题意:根据给定的数字算出r1,r2,然后对于r1,r2的四则运算我们要用一系列的...
分类:其他   时间:2015-05-18 18:58:22    收藏:0  评论:0  赞:0  阅读:181
[LeetCode]-012-Integer to Roman
网址:https://leetcode.com/problems/integer-to-roman/ 题意: 模拟题...自己去查罗马数字怎么转化的就ok. 代码: https://github.com/LiLane/leetcode/blob/master/java/012-IntegertoRoman-201505181637.java https://github.com/Li...
分类:其他   时间:2015-05-18 18:58:12    收藏:0  评论:0  赞:0  阅读:151
喜羊羊系列之【初级驱动--模块通信】
#include #include int add(int i,int j){ return i+j; } int sub(int i,int j){ return i-j; } EXPORT_SYMBOL(add); EXPORT_SYMBOL(sub); MODULE_LICENSE("GPL"); #include #include #include "hea...
分类:其他   时间:2015-05-18 18:57:32    收藏:0  评论:0  赞:0  阅读:114
Eric Brewer:容器和微服务是计算的未来
Mesosphere的高级研究分析师Derrik Harris(原是GigaOM编辑,到访过CSDN)最近采访了Google负责基础设施的副总裁Eric Brew,谈到了容器技术、Kubernetes、云计算当然还有CAP。 Eric Brew,美国工程院院士和ACM Fellow,是著名的分布式系统专家,32岁就拿到加州大学伯克利分校教授(个人网页),提出了分布系统中非常重要的...
分类:其他   时间:2015-05-18 18:56:52    收藏:0  评论:0  赞:0  阅读:249
FreakZ学习笔记:FreakZ通信网络接收过程详解
FreakZ接收过程详解 FreakZ的接收过程与发送过程刚好相反,层次关系依次为Radio->PHY->MAC->NWK->APS,下面就具体流程做阐述说明; 当Radio层接收到广播信号时,首先会触发中断函数cc2538_rf_rx_tx_isr,该中断函数会跳转到cc2538_rf_process这个进程,process_poll是触发该进程函数,优先级高于process_event; ...
分类:其他   时间:2015-05-18 18:56:12    收藏:0  评论:0  赞:0  阅读:218
LeetCode:Word Search
题目描述: Given a 2D board and a word, find if the word exists in the grid. The word can be constructed from letters of sequentially adjacent cell, where "adjacent" cells are those horizontally or...
分类:其他   时间:2015-05-18 18:55:32    收藏:0  评论:0  赞:0  阅读:214
行棋相关术语
行棋相关术语 〖阳线〗即:直线,棋盘上可见的横纵直线。 〖交叉点〗阳线垂直相交的点,简称“点”。 〖阴线〗即:斜线,由交叉点构成的与阳线成45°夹角的隐形斜线。 〖落子〗棋子直接落于棋盘的空白交叉点上。 〖轮走方〗即“行棋方”,有权利落子的黑方或白方。 〖着〗在对局过程中,行棋方把棋子落在棋盘无子的点上,不论落子的手是否脱离棋子,均被视为一着。 〖回合〗双方各走一着,称为一个回合。...
分类:其他   时间:2015-05-18 18:55:12    收藏:0  评论:0  赞:0  阅读:252
maven+ssh+JPA配置文件
xmlns="http://java.sun.com/xml/ns/javaee"  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  xsi:schemaLocation="http://java.sun.com/xml/ns/javaee  http://java.sun.com/xml/ns/javaee/web-app_3_...
分类:其他   时间:2015-05-18 18:54:52    收藏:0  评论:0  赞:0  阅读:288
SurfaceView 基础用法
android 游戏开发中 SurfaceView 的基础用法...
分类:其他   时间:2015-05-18 18:54:32    收藏:0  评论:0  赞:0  阅读:213
【LeetCode】Add Two Numbers
题目描述You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two numbers...
分类:其他   时间:2015-05-18 18:54:22    收藏:0  评论:0  赞:0  阅读:252
iwconfig tools
shell.albert@yantai:~/tools/sokit-1.3-linux32> /usr/sbin/iwlist Usage: iwlist [interface] scanning [essid NNN] [last]               [interface] frequency               [interface] channel       ...
分类:其他   时间:2015-05-18 18:54:12    收藏:0  评论:0  赞:0  阅读:339
【LeetCode】Longest Substring Without Repeating Characters
题目描述 问题分析 代码 总结 个人声明题目描述Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letters for “abcabcbb” is “abc”, whic...
分类:其他   时间:2015-05-18 18:53:02    收藏:0  评论:0  赞:0  阅读:290
类中默认的成员函数
1.默认构造函数 2.默认析构函数 3.拷贝构造函数 4.拷贝赋值函数 5.移动构造函数 6.移动拷贝函数...
分类:其他   时间:2015-05-18 18:52:42    收藏:0  评论:0  赞:0  阅读:226
How to check in your files in ADE
1, copy all your files under the folder (Filezilla) 2, Come to the ADE command prompt and navigate to the folder which you have copied files and execute the command "ade mkelem -nc " 3, ade ci -nc -...
分类:其他   时间:2015-05-18 18:52:23    收藏:0  评论:0  赞:0  阅读:246
poj 2296 Map Labeler【二分+2-set】【经典】
题目:poj 2296 Map Labeler题意:给出以下二维坐标点,然后让你往平面上放正方形,点必须落在正方形上面边的中点或者下面边的中点,正方形不能重叠,可以共用边。问最大正方形边的边长。分析:这种最大化最小值或者最小化最大值的问题,我们都可以种二分+判断的方法来解,这个也不例外,关键是判断部分 我们现在二分枚举边长为diff,然后所有的点就变成了在正方形上面或者下面的问题了,二选一的问题很...
分类:其他   时间:2015-05-18 18:51:23    收藏:0  评论:0  赞:0  阅读:105
Cocos2d-x Lua中多场景切换生命周期
在多个场景切换时候,场景的生命周期会更加复杂。这一节我们介绍一下场景切换生命周期。多个场景切换时候分为几种情况:情况1,使用pushScene函数从实现GameScene场景进入SettingScene场景。情况2,使用replaceScene函数实现从GameScene场景进入SettingScene场景。情况3,使用popScene函数从实现SettingScene场景回到GameScene场...
分类:其他   时间:2015-05-18 18:51:22    收藏:0  评论:0  赞:0  阅读:224
Mybatis 目录
摘要: 分四部分、第一部分是Mybatis使用、第二部分是与SpringMVC整合、第三部分是原理和源码分析、第四部分是问题或者值得注意的地方的记录。...
分类:其他   时间:2015-05-18 18:50:52    收藏:0  评论:0  赞:0  阅读:190
ORA-04030
问题分析,客户无法连接数据库报错0403...
分类:其他   时间:2015-05-18 18:50:36    收藏:0  评论:0  赞:0  阅读:224
给程序猿简历的一些建议
近期一直郁闷投出去的简历没收到希望中的回复,自己认为自己技术也没那么不堪入目,问题可能出如今简历上,于是搜索了下,对于程序猿写简历的一些建议。希望对大家有所帮助。希望对自己也有帮助。最后让offer来的更猛烈些吧!!(声明:这是转载的几篇比較好的建议, 对于转载的别人的东西,须要特别声明。) * 没...
分类:其他   时间:2015-05-18 18:49:32    收藏:0  评论:0  赞:0  阅读:107
equals & ==
str1.equals(str2)比较两个字符串的值是否相等str1 == str2根据JDK的说明,只有在两个引用指向同一个对象时才返回真值1 String str1 = "abc";2 3 String str2 = "abc";4 5 System.out.println(str1==str2...
分类:其他   时间:2015-05-18 18:49:02    收藏:0  评论:0  赞:0  阅读:172
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!