资源列表
[Windows编程] circular_queue
说明:以VC++为编程工具,解决了windows多线程编程中的经典问题:circular_queue问题-to VC + + programming tools, solve the windows multithreaded programming of the classic problems : problems circular_queue<苏晓> 在 2008-10-13 上传 | 大小:926byte | 下载:0
[进程与线程] winscok_server
说明:一个实现服务器进程的程序,实现绑定端口号,监听,接收信息!-a server process procedures to achieve bundled ports, listening, receiving information!<常青藤> 在 2008-10-13 上传 | 大小:926byte | 下载:0
[其它] quyutianchong
说明:这里是我自己编的区域填充源程序,希望对大家有用-here is my own series of the source region filled with the hope that useful for all<lfj> 在 2008-10-13 上传 | 大小:926byte | 下载:0
[C#编程] ListForm
说明:/已知线性表LA和LB中的数据元素按非递减的有序排列,现要求将LA和LB归并为一个新的线性表 //LC,且LC中的数据元素还是按非递减有序排列. //例如: LA=(3,5,8,11) // LB=(2,6,8,9,11,15,20) // LC=(2,3,5,6,8,8,9,11,11,15,20)-/ linear known LA and LB tables of data on non-regressive elements in the orderly arrangem<xiaoding> 在 2008-10-13 上传 | 大小:926byte | 下载:0
[其它] qiankxiao
说明:设计算法实现在一个具有在n各互不相同元素的数组A[1…n]中找出所有前k个最小元素的问题,这里k不是常量,即它是输入数据的一部分。要求算法的时间复杂性为Θ(n)。-design of the algorithm is in a n incompatible with the elements of the array A [1 ... n] to identify all former k smallest elements of the problem, here k is not const<陈馨> 在 2008-10-13 上传 | 大小:926byte | 下载:0
[Windows编程] 指向函数的指针的用法
说明:经典的C语言编程(作者是C语言开发者Kernighan和Ritchie)-classic C Programming Language (The writer is a C-language development were Kernighan and Ritchie)<李薇> 在 2008-10-13 上传 | 大小:926byte | 下载:0
[其它] personaltax
说明:编写出程序,在键盘上输入某人的月收入(允许达双字长),按照下列个人所得税的办法,计算并输出他应交纳的个人所得税税额。 个人所得税计算方法如下: 个人所得税实行累进税率,计算办法是用全月应纳税所得税分为几个级别,分别乘以累进税率,几个级别税额的总和就是该月应纳个人所得税额。全月应纳税所得额是用全月收入总额减去免税额(税法规定为800元,广州市规定为1260元),个人所得税的税率分为9个级数(见下表)。 举例说明:杨某月收入为55000元,他的个人所得税应该这样计算: 应纳税所得额:55000-12<阿兜> 在 2008-10-13 上传 | 大小:926byte | 下载:0