码迷,mamicode.com
首页 >  
搜索关键字:should be repaired    ( 4956个结果
基于单片机定时器---年月日时分秒的算法
Here ar a part of the code for reference: Please note that the codes should be executed in the timer interrupt routine.changed into seconds by using t ...
分类:编程语言   时间:2017-10-10 23:14:26    阅读次数:394
Crack the code interview
感觉data structure的话不如刷题 所以就先看后面的吧 knowledge based Chapter 14 1.Difference between interface and abstract class: All methods in interface should be abst ...
分类:其他好文   时间:2017-10-10 14:36:39    阅读次数:170
[LeetCode] Largest Palindrome Product 最大回文串乘积
Find the largest palindrome made from the product of two n-digit numbers. Since the result could be very large, you should return the largest palindro ...
分类:其他好文   时间:2017-10-10 13:16:58    阅读次数:132
real-time data refresh
1. For extreme cocurrency, like twitch, douyu, we suggest using websocket or server event; 2. For small amount for the bank associate use, ajax should ...
分类:其他好文   时间:2017-10-10 11:28:54    阅读次数:141
Cheatsheet: 2017 08.01 ~ 09.30
Golang Building a Worker Pool in Golang A Million WebSockets and Go Writing Plugins in Go imgproxy:Resize your images instantly and securely Other Dat... ...
分类:其他好文   时间:2017-10-10 10:02:46    阅读次数:193
[Codeforces 448C]Painting Fence
Description Bizon the Champion isn't just attentive, he also is very hardworking. Bizon the Champion decided to paint his old fence his favorite color ...
分类:其他好文   时间:2017-10-09 22:35:26    阅读次数:180
LeetCode 378: Kth Smallest Element in Sorted Matrix
1. Use priority queue. Need to check whether one element has been double counted: 2 Binary search: For this kind of matrix, binary search should work ...
分类:其他好文   时间:2017-10-09 14:09:28    阅读次数:126
lintcode617- Maximum Average Subarray- medium
Given an array with positive and negative numbers, find the maximum average subarray which length should be greater or equal to given length k. Notice ...
分类:其他好文   时间:2017-10-08 10:07:04    阅读次数:161
HDU3001 Travelling —— 状压DP(三进制)
题目链接:http://acm.split.hdu.edu.cn/showproblem.php?pid=3001 Travelling Time Limit: 6000/3000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)T ...
分类:其他好文   时间:2017-10-07 17:34:39    阅读次数:178
openstack -- glance
openstack -- glance 一、what is glance? glance是openstack项目中负责 image server 管理的模块,其功能包括虚拟机镜像的查看、注册、检索 -- what is image? && why should we use the image? - ...
分类:其他好文   时间:2017-10-07 17:34:12    阅读次数:136
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!