搜索资源列表
UNIX环境下的日期程序(求时间的函数)
- 该函数不仅可求出某个时间前(后)一段时长的日期与时间,而且可得出这个日期是星期几,给程序设计带来不少便利,也方便了费用的计算与核实,读者可直接调用该函数。 -This function can be derived not only some time ago (after) a long time the date and time, but can come to this date is a few weeks to bring a lot of procedures to facil
linux系统调用编程
- 系统调用是系统内核和应用程序的接口 此代码展示了linux系统调用的实现-system is called the kernel and application program interface that this code to display the Linux system call the realization
myshell
- 实现Shell,能处理命令 cd :改变进程当前路径 pwd :查看进程当前路径 pid:查看当前进程号(getpid()系统调用) logout :退出shell ls [-l] rm [-r] mkdir, mv, cp-achieve Shell, can handle orders cd : the process of change current path pwd : View current path process pid : View the cur
testsleepmyown
- 自己实现的sleep函数,通过alarm定时.由于mysleep是个子函数,对其调用者需考虑几种情况,即调用者在调用mysleep之前设置的闹钟时间未被超过和设置的闹钟时间被超过(同未设置闹钟),且要考虑调用者是否有未决信号及其是否屏蔽SIGALRM信号,因为这将影响mysleep函数的调用。-of achieving his sleep function, through the alarm regularly. As mysleep function, is making its calle
unixmy_sunrpc
- unix下远程过程调用原代码;可以在LINUX;SUN SOLARIS;IBM AIX多种商业机器运行,使用-Remote Procedure Call source; In LINUX; Solaris OS Sun; IBM AIX machines running a wide variety of business, the use of
syscall
- \\Linux系统调用-\\ Linux system call
linuxtcpchat
- linux下的聊天程序,server端和client端下载后直接编译就可运行。其他为必需的调运函数,也必须调用并运行。-under linux chat procedures, server and client-side download operation can be directly translated. Other necessary for the transportation function, you must call and run.
LINUX 系统调用 mlock 的代码分析
- LINUX 系统调用 mlock 的代码分析-Linux system call code analysis mlock
linux下mysql调用
- linux下mysql调用,用开源项目组建自己的数据库-under mysql call, using open-source projects to form its own database
解决WINDOWS下调用LINUX的问题
- 用VB调用SSH控件,解决WINDOWS下调用LINUX的问题,SSH using VB to call control, call LINUX under WINDOWS to resolve the problem
src
- 添加系统调用。。。在LINUX下添加一个新的系统调用。在文件中添加自己的系统调用的源代码,然后在LInux编译运行-Add a system call. . . In LINUX, add a new system call. In the paper system call add your own source code, and then run the compiler in LInux
hack
- 通过进程的pid号来实现隐藏进程.修改系统调用getdents函数来隐藏进程-Through the process pid number to hide the process of implementation. Getdents modify system call function to hide the process of
final
- 在内存中修改系统调用表,并添加一个系统调用获得当前系统时间。-In memory, modify the system call table, and add a system call to obtain the current system time.
System-call-sep
- Linux 2.6.11内核文件IO系统调用详解,有 部分代码解释-System call sep
System-Call
- Solaris 所有的系统调用函数描述,包括详细的使用说明.-Solaris system call function descr iption.
System-call
- 在Linux内核中添加一个系统调用,返回当前的时间-Linux system call
add-new-system-call.tar
- 如何在ubuntu10.04的2.6.35.13内核中添加一个新的系统调用,这样i也可以在PC机上添加自己的内核代码,并看到实际效果了。-How to add a new system call on ubuntu10.04 with the 2.6.35.13 kernel, so you can add your own kernel code on PC and see the actual results.
java-call-shell
- windows下java远程调用shell脚本-the windows shell scr ipt java remote calls
add-a-system-call-in-linux
- 描述如何在linux中实现系统调用,我们亲自实践过,非常好用-Describes how to implement the system call in linux, we personally practice too, very easy to use
LinuxBookCode
- 一些简单的系统调用函数实例,比如read、write等(Some simple system call function instances)