搜索资源列表
银行家法
- 一、实验目的: 熟悉银行家算法,理解系统产生死锁的原因及避免死锁的方法,加深记意。 二、实验要求: 用高级语言编写和调试一个描述银行家算法的程序。 三、实验内容: 1、 设计一个结构体,用于描述每个进程对资源的要求分配情况。包括:进程名——name[5],要求资源数目——command[m](m类资源),还需要资源数目——need[m],已分配资源数目——allo[m]。 2、 编写三个算法,分别用以完成:①申请资源; ②显示资源;③释放资源。(动态完成)-an ex
ContractManage
- 本系统为企业合同管理系统的模型,用C#编写! 把ContractManage文件夹复制到IIS的发布目下,通常是系统盘的Inetpub\\wwwroot目录中,取消文件夹的只读属性,然后在IIS上设置虚拟目录即可。具体步骤是:打开IIS服务管理器,在ContractManage站点上右击,在弹出的菜单中选择“属性”命令,弹出“ContractManage属性”对话框。在“ContractManage属性”对话框的“目录”选项卡上单击“创建”按钮。 使用Microsoft Visual
Ping_02
- 自己学习做的PING命令程序,主要是调用cmd.exe来执行。-you learn to do PING command procedures, was called cmd.exe to implement.
shenrucsharp
- 深入浅出C#一书光盘源代码,源代码有两类:一类是在命令行下编译,每一个文件的开始都有如何编译的说明,包括引用的库文件,输出EXE还是DLL,以及相应的命令行参数,涉及到数据库的源代码,数据库都放在当前路径中。要编译和运行这些程序,需要有.NET SDK的支持。 另一类是Visual Stdio的Solution,只要打开相应目录中的*.sln文件即可打开项目,包括要引用的库,项目中所有的文件,要打开*.sln文件,需要安装Visual Stdio 7.0。-a simple C# CD s
20051225124351908
- 编译命令 cc -o fget fget.c -lcurses 此程序适用于SCO UNIX主机系统,客户端为任意平台。-compiler command cc-o fget fget.c - lcurses this procedure applies to SCO U NIX mainframe system, the client platform to be arbitrary.
tuxianbianhuachengxu-jiekoukechengsheji
- 接口课程设计! 图形变化程序! 汇编东西,但在C语言下也能运行! 调用不同的命令行! 谢谢站长能通过! ! 谢谢你啊 ! -interface design courses! Changes in procedures graphics! Compilation things, but in the C language can also run under! Calling different from the command line! Thank you he
Connect2006-7-18
- 用C#编写的基于.NET1.1的数据库公共操作类,你只需要在类中定义连接字符串后即可以SQL命令字符串作为参数调用对数据库的增、查、删、改等方法,你也可以再进一步修改和完善功能。-prepared with C#-based.NET1.1 public database operations, you only need to define the category after the string can connect SQL command string as a parameter ca
series.dll
- Creating command line \"link.exe /nologo /subsystem:windows /dll /incremental:no /pdb:\"Release/port_dll.pdb\" /machine:I386 /def:\".\\port_dll.def\" /out:\"Release/port_dll.dll\" /implib:\"Release/port_dll.lib\" \".\\Release\\port_dll.obj\" \".\\Rel
mine_des
- des加密演示,短小精干,可在命令行下编译,csc des.cs即可。-des encryption demonstration short crack, and the command line compiler, des.cs prosthesis can be.
Pingping
- 这是一个Ping程序,它是一个Winsole程序,因此在编译成功后,应该打开“开始”菜单的“运行”对话框 然后单击“浏览”按钮,在该工程Debug和Release目录下得到可执行文件的路径和文件名,并在后面加入命令行参数 :要Ping的IP地址。 -This is a Ping procedures, it is a Winsole procedures, the translation is successful, should open the "start"
CodeLab
- This is a command-line utility that runs through several benchmarks that exercise various aspects of Paint.NET. Every benchmark is multithreaded, and takes advantage of multiprocessor or multicore systems. -This is a command-line utility that r
C与脚本的混合编程
- 在linux上写程序、做网管的人,或多或少都会几种脚本。脚本语言灵活的变量类型、强大的正则表达式处理能力,再加上linux系统本身的管道、重定向以及丰富的命令行工具,让你编程起来游刃有余-the write procedure, so the network management, will be more or less several scr ipts. Flexible scr ipting language variable types, is a powerful regular ex
dos111
- DOS命令 用C语言完成 完全自己写 已经经过测试-DOS command complete C language was completely on my own has been tested
Drirver.cpp
- using namespace std; Strip haha[MAX_STRIP_NUMBER]; void driver(char *command) }
Tracert
- C#实现Tracert命令,VS2010下编译通过,含.exe文件 -C# achieve Tracert command, VS2010 compiled by, with. Exe files
GPRSDemo
- 创建拨号连接,并可选择拨号,可携带AT命令进行拨号,可列出所有的拨号连接,也可以将创建的拨号创建为一个可见拨号连接-Create a dial-up connection, and can choose dial-up, can carry the AT command to dial, you can list all the dial-up connection, you can also create a dial-up dial-up connection is created as a
TextHello
- VC# command prompt program that displays Hellow world.
pyramid
- Here is the code to print the pyramid on the command line
Command.design.c
- c#设计模式Command经典代码 Command design pattern c # code -classic Command design pattern c# code
Asynchronous-call-cmd-command
- process调用cmd命令 实现异步读取输入输出流-Asynchronous call cmd command reads the input and output streams