码迷,mamicode.com
首页 >  
搜索关键字:alex martelli    ( 1117个结果
《unix环境高级编程》 读书笔记 (9)
目录: http://blog.csdn.net/alex_my/article/details/39346381 signals 1 signal concepts 信号是一种软中断,可以由以下情形触发: -1: 用户按下某些终端键,例如ctrl + D -2: 硬件异常,例如除数为0,无效的内存引用 -3:kill(2), kill(1)...
分类:其他好文   时间:2014-09-23 10:54:47    阅读次数:374
Codeforces Round #267 (Div. 2) B. Fedor and New Game
After you had helped George and Alex to move in the dorm, they went to help their friend Fedor play a new computer game «Call of Soldiers 3». The game has (m?+?1) players and n types of soldiers in...
分类:其他好文   时间:2014-09-19 12:10:25    阅读次数:233
Codeforces Round #267 (Div. 2) A. George and Accommodation
George has recently entered the BSUCP (Berland State University for Cool Programmers). George has a friend Alex who has also entered the university. Now they are moving into a dormitory. George and...
分类:其他好文   时间:2014-09-19 10:14:05    阅读次数:290
《unix环境高级编程》 读书笔记 (8)
目录: http://blog.csdn.net/alex_my/article/details/39346381 process control 1 exec functions #include extern char** environ; int execl(const char* path, const char* arg,...
分类:其他好文   时间:2014-09-18 16:29:54    阅读次数:241
《unix环境高级编程》 读书笔记 目录
近来读书,做些笔记,来年好翻翻。 本文所使用的操作系统为 CentOS7.0,如果不想装双系统的可以装虚拟机,可以参考这里: http://blog.csdn.net/alex_my/article/details/38142229 当然啦,直接装个再好不过了。 1 链接:http://blog.csdn.net/alex_my/article/...
分类:其他好文   时间:2014-09-17 20:32:28    阅读次数:249
在python的交互式解释器中实现命令自动补全
Python的交互式解释器没有自带像LinuxShell那样的命令自动补全功能,可以编写一个模块来实现这一功能,模块源代码来自老男孩Linux培训机构的Python讲师Alex:#pythonstartupfile importsys importreadline #tabcompletion readline.parseandbind(‘tab:complete‘)
分类:编程语言   时间:2014-09-16 19:08:11    阅读次数:241
cuda-convnet 在其他数据集上的使用教程
cuda-convnet 是 Alex Krizhevsky 公开的一套CNN代码,运行于Linux系统上,使用GPU做运算,在cuda-convnet中仅仅提供了Cifar数据集的demo,并且网站上并没有说明cuda-convnet代码是如何用于其它数据库的,所以博主我就尝试修改源码,以用于MNIST数据集上,做一个手写数字的识别CNNdemo 文章分三个部分: 首先,IO模块 ...
分类:Web程序   时间:2014-09-16 17:31:23    阅读次数:279
MySQL 定期备份脚本
#!/bin/bash? #This?is?a?ShellScript.?For?Auto?DB?Backup? #Powered?by?alex@wg927.com? #2014/2/25 #Setting? #设置数据库名,数据库登录名,密码,备份路径,日志路径,数据文件位置,以及备份...
分类:数据库   时间:2014-09-15 17:58:59    阅读次数:304
《unix环境高级编程》 读书笔记 (4)
近来读书,做些笔记,来年好翻翻。 本文所使用的操作系统为 CentOS7.0,如果不想装双系统的可以装虚拟机,可以参考这里: http://blog.csdn.net/alex_my/article/details/38142229 system data files and infomation 1 password file 终...
分类:其他好文   时间:2014-09-15 17:48:59    阅读次数:255
《unix环境高级编程》 读书笔记 (5)
近来读书,做些笔记,来年好翻翻。 本文所使用的操作系统为 CentOS7.0,如果不想装双系统的可以装虚拟机,可以参考这里: http://blog.csdn.net/alex_my/article/details/38142229 date and time 涉及到的函数列出如下,然后再举例运行,输出结果,比较直...
分类:其他好文   时间:2014-09-15 17:42:59    阅读次数:342
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!