搜索资源列表
TrayIcon2
- 一个封装了Windows中关于TrayIcon实现和管理的C++类,使用方便,使用方法与一般的MFC类没有什么区别。-a package of Windows on TrayIcon realization and management of C + + classes, and convenient to use with the general category of MFC no distinction.
dll_myown
- 动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。如何利用工具查看动态链接库输出的函数,Depends工具的使用,C++编译器名字改编技术对动态链接库输出函数的影响,extern \"C\"的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。-dynamic link library of writing. Static and Dynamic Library for the disti
cpptcl_1.0
- TCL 在C++ 语言的使用源码,源码可作为想在C++中嵌入TCL的例子
linux-shell
- shell 命令重新编辑 使用C++编程-shell command to re-edit using the C++ programming
AddUser
- 不使用Net命令也可以添加用户的C语言程序代码 要添加的用户名和密码可以在代码里更改-Do not use the Net command also can add users to the C language code To add a user name and password can be change in the code
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
- 使用管道实现父子进程间的通信(c语言编程);判断闰年,比较两个数的大小,文件IO操作-Father and son use the pipeline to achieve inter-process communication (c language programming) judge a leap year, compare the two the number of size, file IO operation
Unix_Compile_Tool
- 目录 1.GCC的使用 1.1.编译C程序 1.1.1.编译执行文件 1.1.1.1.C程序中的文件后缀名 1.1.1.2.编译单源程序 1.1.1.3.编译多源程序 1.1.2.编译目标文件 1.1.2.1.编译成目标文件 1.1.2.2.使用目标文件编译 1.1.3.预处理 1.1.3.1.预处理编译 1.1.3.2.编译预处理文件 1.1.3.3.预处理指令介绍 1.1.3.4.预定义宏介绍 1.1.3.5.预处理与make选项
virunner_read
- VIJOS题库评测器主程序,使用C语言编写,用以调用GCC编译源程序,并进行对比,从而进行评测,使用界面为CMDSHE-Main program evaluation questions VIJOS browser, use the C language to call the GCC to compile the source code, and compared, thereby to carry out evaluation, using the interface 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
IPSwitchV1.0
- C#源码:如果您电脑的IP地址经常要换来换去(比如:笔记本用户在家里需要一套配置,在公司又是一套),每次都要重新设定IP、网关、DNS服务器等一系列的地址,是不是感觉很不方便?“自由人IP切换器”是本人为解决这样问题而设计的。现在把它拿出来与大家共享,免费使用,支持多网卡、多网络,自动保存不同网络设置。可在不同网络间自由切换而不需要重新启动电脑 -C# Source: If your computer' s IP address in exchange for often go (exam
shell
- 这是一个采用vc++语言编写的shell命令程序,在c++开发平台下,使用shell命令,完成操作。-This is a vc++ language with the shell command procedures, in c++ development platform, use the shell command, to complete the 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 获取某
Runsrcipt
- 使用系统的com组件完美执行网页中的js代码 适合各种自定函数的执行方便易懂-C++ perfectly executed for a variety of custom JS code execution functions easy to understand
Exception
- 很哟用的异常处理方法 方便使用 参考学习 C-Very yo exception handling method is convenient to use reference learning C++
Bash-Shell
- 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