资源列表
page
- 文档管理系统,附详细的文档管理系统使用说明书-Document management systems, document management system with detailed instructions
bianyuanjiance
- 程序的功能是对载入的图像进行边缘检测,检测的算子有微分算子、梯度算子、prewitt算子、roberts算子、sigma算子、sobel算子和canny算子。-Function of the program is loading the image edge detection, detection of a differential operator operator, gradient operator, prewitt operator, roberts operator, sigma o
xingtaixue
- 程序的功能是对载入的图像进行数学形态学处理,主要是腐蚀、膨胀、开操作和闭操作。-Function of the program is loaded morphological image processing, mainly erosion, dilation, open operation and close operation.
cc2430[1]
- ZIGBEE非常好的资源!无线抄表!希望大家下载-ZIGBEE
wuxianchaobiao
- ZIGBEE非常好的资源!无线抄表!希望大家下载-ZIGBEE
ras
- 一个用vc++写的ras拨号的小程序代码-A written using vc++ code ras dial-up small
adsl
- 一个用vc++写的adsl自动拨号的小程序-A written using vc++ auto-dial applet adsl
asterixInspector-0.6.0
- Asterix code data parser.
haohaokankan
- 使用键盘输入表达式,计算表达式的值并输出;将表达式转化成后缀表达式输出,利用后缀表达式求表达式的值并输出。-Keyboard input expression, the expression values calculated and output the expression into postfix expression output, the use of a postfix expression to evaluate the expression and output.
A_Seamless_VerticalHandover_Approach
- seamless vertical handocver
tushu
- 此程序功能不错,可以进行使用,你们可以多下载,谢谢使用-Very good
jihexiangdengwenti
- Descr iption 给定2 个集合S和T,试设计一个判定S和T是否相等的蒙特卡罗算法。 设计一个拉斯维加斯算法,对于给定的集合S和T,判定其是否相等。 Input 输入数据的第一行有1 个正整数n(n≤10000),表示集合的大小。接下来的2行,每行有n个正整数,分别表示集合S和T中的元素。 Output 将计算结论输出。集合S和T相等则输出YES,否则输出NO。 Sample Input 3