搜索资源列表
-
0下载:
一个thunk编程的例子,先构造一个thunk的结构,然后填充一个jmp指令以及一个相对的函数入口地址.-A thunk programming examples, the first structure to construct a thunk, and then filled with a jmp instruction, as well as a relative function of the entrance of the address.
-
-
0下载:
shell编程,完成作业的自动判定,作业的说明在压缩包中,还附有测试过的测序!-shell programming code, its function is to judge the homework automatic.
-
-
0下载:
? 介绍shell编程的概念
? 讨论shell程序是如何执行的
? 描述shell变量的概念和使用方法
? 讨论命令行参数是如何传给shell程序的
? 解释命令替换的概念
? 介绍一些编程的基本原则
? 编写并讨论一些shell脚本
? 讨论数值数据处理,数组处理
? 描述如何将shell中的命令的标准输入重定向到脚本中的数据
? 解释Bash的信号/中断处理能力
? 解释Bash中的函数
? 讨论Bash脚本的调试-? ? introduced
-
-
0下载:
UNIX/Linux shell 有很多种,比如 Bourne shell(又称 AT&T shell,标准的 UNIX shell, sh)、
C shell(又称 Berkeley shell)、 Korn shell(Bourne shell 的扩展集,ksh)、 TC shell、 Z shell、 Bash shell
等。 这些 shell 的功能和使用都不尽相同。我们通常说 shell 编程,其实说精通所有 shell 编
程是很难的, 一般也没有必要。 学习 shel
-
-
1下载:
Python编程语言很强大,能做出很多的工具供在不同环境下使用,今天介绍的python源码是:Python Tornado实现web实时消息聊天的方法源码。
tornado在Python语言的学习过程中会或多或少的接触一些。今天就来讲Tornado 实现实时消息聊天的方法,及源码下载。在网络上能找到很多类似这样的案例,我也参考着再写一次,当做练手了。
(1)代码用中到的前端是:
twitter 的项目 bootstrap
ajax 框架是 jquery
(
-