码迷,mamicode.com
首页 >  
搜索关键字:note    ( 7358个结果
Codeforces Round #282 (Div. 2) a
/** ?*?@brief?Codeforces?Round?#282?(Div.?2)?a ?*?@file?a.cpp ?*?@author?mianma ?*?@created?2014/12/15?9:55 ?*?@edited??2014/12/15?9:55 ?*?@type?math ?*?@note ?*/ #inc...
分类:其他好文   时间:2014-12-15 12:20:23    阅读次数:184
vxworks 7 arm cortex a15 bsp
2692407267@qq.com,更多内容请关注http://user.qzone.qq.com/2692407267 vxworks 7 arm cortex a15 bsp 今天查了半天的release note,才发现vx69对arm的支持只到a9,支持a15的只有vx7...
分类:其他好文   时间:2014-12-14 22:47:03    阅读次数:351
[Fortran]CodeBlocks + gFortran 调试环境搭建
VS2012 + IVF 实在太大了 ~.~而且不知道为啥VS2012 写Fortran的时候老容易假死。。没辙费点力气,装了个CB+GF,win7 32位和64位环境下都测试了下,能编译,能调试。有道云链接:http://note.youdao.com/share/?id=9d44621d4ef0...
分类:其他好文   时间:2014-12-14 21:10:02    阅读次数:197
newLISP数据引用
无法返回引用数据传递包括两种,返回值和参数。很可惜,newlisp的返回值只进行值拷贝,也就是返回副本,并没有方法返回引用。那么看看参数吧,通过参数有两种方法传递引用,一种是通过使用单引号,比如:单引号symbol传递参数引用(define (change-list aList) (push 999 (eval aList))) (set 'data '(1 2 3 4 5)) ; note...
分类:其他好文   时间:2014-12-14 20:02:05    阅读次数:247
leetcode. Minimum Path Sum
Given amxngrid filled with non-negative numbers, find a path from top left to bottom right whichminimizesthe sum of all numbers along its path.Note:Yo...
分类:其他好文   时间:2014-12-14 17:07:20    阅读次数:357
【LeetCode】Multiply Strings
Multiply StringsGiven two numbers represented as strings, return multiplication of the numbers as a string.Note: The numbers can be arbitrarily large ...
分类:其他好文   时间:2014-12-13 23:20:04    阅读次数:179
【LeetCode】Anagrams
AnagramsGiven an array of strings, return all groups of strings that are anagrams.Note: All inputs will be in lower-case.首先解释一下什么是anagrams:在不考虑顺序的情况下,...
分类:其他好文   时间:2014-12-13 15:08:14    阅读次数:154
Speeding up Android Emulator on Ubuntu
http://techtach.com/2014/05/boost-android-emulator-performanceon-linux-speeding-up-android-emulator-on-ubuntu/ Note: Earlier I had asked this?question?on stackoverflow , but got no responses, he...
分类:移动开发   时间:2014-12-13 06:27:42    阅读次数:238
LeetCode刷题之一:寻找只出现一次的数字
题目为: Given an array of integers, every element appears twice except for one. Find that single one. Note: Your algorithm should have a linear runtime complexity. Could you implement it without...
分类:其他好文   时间:2014-12-12 23:39:44    阅读次数:473
详细!交叉编译时 note: the mangling of 'va_list' has changed in GCC 4.4解决办法
为什么要在标题前面加了详细两个字,就是为了吸引看文章的你还有写文章的我这种小白,我是从坑里面爬出来了。 废话少说.... 问题就是这样子了,至于解决办法,在网上搜索了很久,大多数以一段英文作为解决办法,... I think that the warning is accura...
分类:其他好文   时间:2014-12-12 23:36:37    阅读次数:236
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!