码迷,mamicode.com
首页 >  
搜索关键字:source-code    ( 706个结果
Programming pages of Jasper Neumann
http://programming.sirrida.de/Discussion topicsBit permutationsDownload source filesList of function descriptionsOnline source code generator for bit ...
分类:Web程序   时间:2014-09-11 23:40:02    阅读次数:320
APUE源码编译及问题解决
首先阅读readme文件,要求 To build the source, edit the Make.defines.* file for your system and set WKDIR to the pathname of the tree containing the source code.  Then just run "make". 我的系统环境是Linux的,因此修改....
分类:其他好文   时间:2014-09-08 09:38:36    阅读次数:278
Sublime Text 3 配置
配置:{ "font_face": "Source Code Pro", "font_size": 13, "highlight_line": true, "ignored_packages": [ "Vintage" ], "show_enc...
分类:其他好文   时间:2014-09-06 22:30:24    阅读次数:385
poj----1330Nearest Common Ancestors(简单LCA)
题目连接 http://poj.org/problem?id=1330就是构建一棵树,然后问你两个节点之间最近的公共父节点是谁?代码: 1 /*Source Code 2 Problem: 1330 User: huifeidmeng 3 Memory: 1232K Ti...
分类:其他好文   时间:2014-09-04 22:14:30    阅读次数:279
一个好用的Dialog插件
网页中常常须要弹出dialog,尽管非常多JS开源框架都提供这个功能,可是效果都不是非常好,比方easy-UI。改动样式这些又不是我擅长的,身边又没有美工兄弟,苦逼啊! (Easy-UI的BasicDialog)并且假设使用这个,仅仅能在div中加入?内容,Source Code例如以下:B...
分类:其他好文   时间:2014-09-04 20:43:20    阅读次数:195
判断URL最有效的方法
** For the full copyright and license information, please view the LICENSE* file that was distributed with this source code.*/namespace Symfony\Compon...
分类:其他好文   时间:2014-09-03 14:33:16    阅读次数:192
Ununtu 12.04 gedit安装插件Source Code Browser
Ununtu 12.04 gedit 插件 Source Code Browser
分类:其他好文   时间:2014-08-26 21:19:36    阅读次数:248
oepncv-学习笔记一
安装opencv文件时若需要cmake编译,如果中间出现解决办法是:在opencv的文件中找到包含cmakelist.txt的文件夹,把where is the source code:的路径改成它。然后在where to build the binaries 的路径中写上任何一个不存在的路径,当出...
分类:其他好文   时间:2014-08-24 22:02:13    阅读次数:168
Linux Kernel File IO Syscall Kernel-Source-Code Analysis(undone)
Linux Kernel File IO Syscall Kernel-Source-Code Analysis
分类:系统相关   时间:2014-08-24 12:53:22    阅读次数:411
iOS开发读取plist文件、iphone中plist文件的
在Xcode中建立一个iOS项目后,会自己产生一个.plist文件,点击时会看见它显示的是类似于excel表格:但是,如果打开方式选择Source Code,你会看见它其实是一个xml文件。我们会做一个小例子,在这个例子中我们自己建立一个plist文件并填入数据,然后运行时读取这个plist文件,并...
分类:移动开发   时间:2014-08-20 01:15:15    阅读次数:307
706条   上一页 1 ... 63 64 65 66 67 ... 71 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!