码迷,mamicode.com
首页 >  
搜索关键字:free square    ( 7430个结果
Square roots
Loops are often used in programs that compute numerical results by starting with an approximate answer and iteratively improving it.For example, one w...
分类:其他好文   时间:2014-06-28 20:35:11    阅读次数:252
4、Ns3的实例 first.cc
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- *//** This program is free software; you can redistribute it and/or modify* it under th...
分类:其他好文   时间:2014-06-28 10:59:12    阅读次数:244
These Laptop Bags Have Been Made Using Hassle Free Microfiber Fabric
Women are constantly looking for bags to accessorize and complement the casual. This accessory allows you to show your sense of fashion and style, whi...
分类:其他好文   时间:2014-06-20 19:57:13    阅读次数:217
Linux 内存池设计构想
一、基本数据结构 1 union m_block 2 { 3 union m_block* next; 4 unsigned int size; 5 }; 6 7 struct m_list 8 { 9 union m_block* free;...
分类:系统相关   时间:2014-06-19 07:59:56    阅读次数:309
fcitx五笔的安装[zz]
Fcitx──小企鹅输入法:Free Chinese Input Toy for X是国产软件的精品,是一个以GPL方式发布的、基于XIM的简体中文输入法集合(原为G五笔),包括五笔、五笔拼音、二笔、仓颉、晚风、冰蟾全息、拼音(全拼和双拼)、区位以及码表输入模块。1.删除旧版或其它输入法(也可跳过此...
分类:其他好文   时间:2014-06-19 00:08:29    阅读次数:324
leetcode--Spiral Matrix II
Given an integern, generate a square matrix filled with elements from 1 ton2in spiral order.For example,Givenn=3,You should return the following matri...
分类:其他好文   时间:2014-06-18 21:56:47    阅读次数:209
【C语言天天练(九)】动态内存分配
引言:数组的元素存储于内存中连续的位置上。当一个数组被声明时,它所需要的内存在编译时就被分配。但是,我们可以使用动态内存分配在运行时为它分配内存。 一块内存的生命周期可以分为四个阶段:分配、初始化、使用、释放。 内存的分配一般使用C函数库里的malloc函数(原型:void *malloc(size_t size))。关于malloc函数应该注意一下几点: 1、malloc的参数就是...
分类:编程语言   时间:2014-06-17 23:28:22    阅读次数:246
hdu1518 Square
题目链接: http://acm.hdu.edu.cn/showproblem.php?pid=1518 题目为: Square Time Limit: 10000/5000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 7839    Accepted Submi...
分类:其他好文   时间:2014-06-16 22:34:36    阅读次数:279
【转】free命令、buffer与cache的区别
freefree 命令相对于top 提供了更简洁的查看系统内存使用情况:# free total used free shared buffers cachedMem: 255988 231704 ...
分类:其他好文   时间:2014-06-15 11:56:28    阅读次数:207
Linux df 命令
Linux df命令 df(disk free)功能说明:显示磁盘的相关信息。语 法:df[-ahHiklmPT][--block-size=][-t ][-x ][--help][--no-sync][--sync][--version][文件或设备]补充说明:df可显示磁盘的...
分类:系统相关   时间:2014-06-14 21:06:20    阅读次数:404
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!