搜索资源列表
nmap-2.54beta29.tgz
- 优秀的扫描工具,可以使用fingerprint来判断操作系统类型
xprobe-0.0.1p1.tar.gz
- 利用ICMP请求来判断操作系统类型的程序
判断操作系统版本模块的例子
- 判断操作系统版本的示例(判定win98/nt/xp系统)。对跨平台的程序很有用。不需用条件编译,在程序中用if..then判定就行了。-judgment version of the operating system examples (convicted win98/nt/xp system). The cross-platform process very useful. Build unnecessary conditions, the procedure used if .. then
xprobe-0.0.1p1.tar
- 利用ICMP请求来判断操作系统类型的程序- Using ICMP requested judges the operating system type the procedure
windows 判断版本
- 判断操作系统类型的源码 比较简单 适合新手学习-Determine the type of source operating system is relatively simple to learn for novice
windowsreg
- 这个是根据注册表来判断操作系统,很适合新手-This is based on the registry to determine the operating system, it is suitable for novice
32or64
- 判断当前操作系统是32位系统还是64位系统,不是你想的计算一个变量长度就可以的那么简单哦,这个问题是很多人纠结过的-Determine the current operating system is 32-bit systems or 64-bit system, not what you think of a variable length can be calculated as simple Oh, this is a lot of people entangled off
Job
- 操作系统课程设计:单道系统三种作业调度算法模拟 ○1、在数据结构上选择单向链队,即后备作业队列的每个结点表示一个作业块,每个作业块即JCB包含如下信息:作业名,到达时间,所需时间,已运行时间,作业状态,所需主存大小,所需磁带机数目。 ○2、提交新作业时,调用函数EnQueue(m_JobName,m_NeedTime)即将作业插入到后备作业队列的末尾。接着判断内存作业队列是否为空,若为空则将后备作业调入内存运行并启动计时器SetTimer(1,1000,NULL),更新列表框控件的信息的
getOsVersion
- 获取所有操作系统版本信息,判断操作系统,获取版本-Get All OS Version
language
- 判断操作系统语言版本,VB判断操作系统语言版本,具体来说只获取了windows系统的语言属性,暂时不获取版本信息,不过可以学习一下如何获取系统的信息,只是变量的不同而已。 -Determine the operating system language version, VB language to determine the operating system version, specifically the language attribute only get windows syst
systmjust
- vb 判断操作系统的源代码,适合根据兼容性来进行编程的核心代码-vb determine the operating system source code, suitable to be programmed according to the compatibility of the core code
ososos
- 操作系统课,银行家算法调试,用于手动输入银行家算法各个资源数目,和原本具有的数目,从而判断能否有一个安全序列让他运行-Class operating system, bankers algorithm debugging, bankers algorithm for manual entry of each number of resources, and the number of the original has, in order to determine whether there is
JudgeOS
- 判断操作系统版本,以及系统的位数,在各大系统上都测试通过-judge OS Version
32or64
- 判断当前操作系统是32位系统还是64位系统,不是你想的计算一个变量长度就可以的那么简单哦,这个问题是很多人纠结过的-Determine the current operating system is 32-bit systems or 64-bit system, not what you think of a variable length can be calculated as simple Oh, this is a lot of people entangled off
GetSystemBit
- 判断Windows操作系统位数(32/64)-check windows system bits
新建文本文档
- 该算法运用的是银行家算法,用于判断资源以及进程的申请资源的顺序是否安全,属于操作系统范围。(The algorithm uses the banker algorithm, which is used to judge whether the order of the resources and the application resources of the process is safe, and belongs to the operating system scope)