码迷,mamicode.com
首页 >  
搜索关键字:structure    ( 2775个结果
UNIX网络编程(第三版 ) 测试代码 7.2
头文件 #ifndef?UNP_H_ #define?UNP_H_ /** ?*?@file?unp.h? ?*?@brief??global?structure?for?unp ?*?@author?mhw ?*?@copyright?galaxywind ?*?@date?2013/11/06 ?*?@note ?*????...
分类:其他好文   时间:2014-08-15 13:03:19    阅读次数:193
uva 839 - Not so Mobile
Not so MobileBefore being an ubiquous communications gadget, a mobile was just a structure made of strings and wires suspending colourfull things. Th....
分类:其他好文   时间:2014-08-15 12:39:28    阅读次数:249
UNIX网络编程(第三版 ) 测试代码 7.2
#ifndef?UNP_H_ #define?UNP_H_ /** ?*?@file?unp.h ?*?@brief??global?structure?for?unp ?*?@author?xiyanxiyan10 ?*?@TODO???处理覆盖不全缺乏安全性,测试使用 ?* ?*/ #include?<st...
分类:其他好文   时间:2014-08-14 14:21:58    阅读次数:281
HDU 1598 find the most comfortable road (最小生成树) >>
Problem Description XX星有许多城市,城市之间通过一种奇怪的高速公路SARS(Super Air Roam Structure---超级空中漫游结构)进行交流,每条SARS都对行驶在上面的Flycar限制了固定的Speed,同时XX星人对 Flycar的“舒适度”有特殊要求,即乘坐过程中最高速度与最低速度的差越小乘坐越舒服 ,(理解为SARS的限速要求,flycar必须瞬间提...
分类:其他好文   时间:2014-08-12 00:44:43    阅读次数:272
【Linux案例】mount: Structure needs cleaning
解决方法 可以使用xfs_repair来修复,但是要注意 xfs_repair修复的分区中的文件都会丢失,即使是du能正常显示的文件也会丢失。 处理步骤: umount /home xfs_repair /home mount /home...
分类:系统相关   时间:2014-08-11 21:27:22    阅读次数:680
【DataStructure】Another usage of List: Polynomial
Statements: This blog was written by me, but most of content  is quoted from book【Data Structure with Java Hubbard】  【Description】 Apolynomialis a mathematical function of the fo...
分类:其他好文   时间:2014-08-11 21:22:42    阅读次数:308
pycharm每日技巧-4
To quickly select the currently edited element (class, file, method or field) in any view (Project view, Structure view or other), press Alt+F1 (View ...
分类:其他好文   时间:2014-08-11 17:27:22    阅读次数:297
LRU Cache
Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and set.get(key) - Get the ...
分类:其他好文   时间:2014-08-11 10:01:01    阅读次数:193
【DataStructure】Descriptioin and usage of List
Statements: This blog was written by me, but most of content  is quoted from book【Data Structure with Java Hubbard】  【Description】 Alistis a collection of elements that are accessible sequential...
分类:其他好文   时间:2014-08-11 00:28:31    阅读次数:221
【DataStructure】One of queue usage: Simulation System
Statements: This blog was written by me, but most of content  is quoted from book【Data Structure with Java Hubbard】  【Description】 This simulationillustrates objectoriented programming...
分类:其他好文   时间:2014-08-10 21:42:20    阅读次数:450
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!