资源列表
TarsusFactorial
- 用数组储存大数,然后递归实现阶乘,计算完成后将计算的结果存入数组中,然后输出结果即可。-With an array of storage of large numbers, and then the recursive factorial implementation, which will calculate the result of calculation into the array, then the output can be.
barars
- ,(1)一个理发店接待室有n张椅子,工作室有1张椅子; (2)没有顾客时,理发师睡觉; (3)第一个顾客来到时,必须将理发师唤醒; (4)顾客来时如果还有空座的话,他就坐在一个座位上等待; (5)如果顾客来时没有空座位了,他就离开,不理发了; (6)当理发师处理完所有顾客,而又没有新顾客来时,他又开始睡觉。用条件变量实现(3张椅子)-, (1) a barber shop reception room with n chairs, studios have a chair (2) no cus
crossriver
- 解决农夫过河问题的C语言代码,较容易理解-Farmer across the river to solve the problem of C language code, easier to understand
source
- fluent模拟水沸腾源代码程序,直接在fluent中解释即可运行。-fluent boiling source code
Check-balance
- ATM机系统设计中的余额查询功能,属于c语言类的编程代码-ATM machine system design the balance inquires the function, belongs to the c language kind of program code
cPPlove-
- c语言情书 用c语言编写的求爱源代码,对追计算机女生有用啊-love letter c language c language source code written in courtship, the girl chasing the computer useful to ah
MQ
- windows系统里mq到期解决方法,及win2003在安装mq遇到问题的解决办法。-failed to translate
getIPfromHostName
- Get IP thru a valid Hostname using WMI
LG_SERVICE_IR_WAV
- LG service menu *.wav
Ping-of-Death
- 死亡之PING攻击器生成器,鉴于网络上流传的各种死亡之PING程序或代码都存在各种各样的问题,特制作这个小软件,可以正常使用-Death PING attack generated, in view of the death of the PING program or code circulating on the network there are a variety of problems, especially to produce this software can be used n
PingList-Script
- A scr ipt i wrote that "pings" a list of computers (by DNS name or IP) and sorts the results into Alive and NotAlive lists. Very useful for night time study of network. Also mails the result using CDO Message.
lab
- 编写一个简单的学生成绩录入及显示系统,具体要求如下: 定义一个成绩结构体:至少包括C++、数学、英语; 定义一个学生结构体:至少包括姓名、性别、年龄、成绩结构体成员; 定义一个学生成绩录入函数,用于对学生进行成绩录入;采用动态分配的内存(new 和delete),对学生信息进行存储,要根据指定的输入数量进行内容分配; 重载函数的使用:定义二个比较函数,函数名为comp,该函数即可以对姓名进行比较也可以对成绩进行比较。 默认参数值的函数的使用:定义一个带有默认值参数的成绩排序函
