虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

20<b>01</b>

  • 快速排序的递归解演示

    快速排序的递归解演示,用20个字符串代表20个数,显示每次分组结果,延时10000。如果在你的机子上太快,可以加长延时。

    标签: 快速排序 递归

    上传时间: 2015-02-11

    上传用户:缥缈

  • 这是一个调用系统中的一些功能对话框的程序

    这是一个调用系统中的一些功能对话框的程序,包括显示“打开方式”对话框、打印测试页、映射网络驱动器等等,共有超过20个不同的功能

    标签: 对话框 程序

    上传时间: 2015-03-22

    上传用户:whenfly

  • 本程序是对一幅图像进行变灰度、旋转、锐化、在图像上画圆或椭圆、直线等操作的程序。 说明:要实现相应功能的操作

    本程序是对一幅图像进行变灰度、旋转、锐化、在图像上画圆或椭圆、直线等操作的程序。 说明:要实现相应功能的操作,需要在输入框内输入正确的表达式。举例如下: 画直线:x1=20,y1=15,x2=150,y2=100 画圆:x=100,y=100,r=20 画椭圆:x=100,y=100,r=20,a=16,b=9 旋转:x=30(度数),ax=100,ay=90 锐化:x=80

    标签: 程序 图像 操作 灰度

    上传时间: 2013-12-24

    上传用户:songrui

  • 实现tracert

    实现tracert,已经能够执行,测试过,这次够20字了吧,

    标签: tracert

    上传时间: 2015-04-14

    上传用户:xinzhch

  • 多用户系统

    多用户系统,用户可拥有自己的音乐盒,每个音乐盒可以收藏歌曲20条,采用优化的网站结构,使数据库查询更合理,服务器占用资源更少,暂时无后台功能,将在更新版中推后后台功能 用户名:polo 密码:111111

    标签: 多用

    上传时间: 2015-04-17

    上传用户:jqy_china

  • For the incomplete methods, we kept the representation of the queens by a table and the method of ca

    For the incomplete methods, we kept the representation of the queens by a table and the method of calculation to determine if two queens are in conflict, which is much faster for this kind of problems than the representation by a matrix. heuristics: descent. Tests: 100 queens in less than 1 second and 67 iterations. 500 queens in 1 second and 257 iterations. 1000 queens in 11 seconds and 492 iterations. heuristics: Simulated annealing. Tests: 100 queens in less than 1 second and 47 iterations. 500 queens in 5 seconds and 243 iterations. 1000 queens in 13 seconds and 497 iterations. heuristics: based on Simulated Annealing. Tests: 100 queens in less than 1 second and 60 iterations. 500 queens in 1 second and 224 iterations. 1000 queens in 5 seconds and 459 iterations. 10 000 queens in 20 minutes 30 seconds and 4885 iterations.

    标签: the representation incomplete methods

    上传时间: 2015-05-05

    上传用户:1159797854

  • “中尺度雨量站数据软件”使用说明 目前江西省中尺度自动雨量站紧锣密鼓建设

    “中尺度雨量站数据软件”使用说明 目前江西省中尺度自动雨量站紧锣密鼓建设,是北京一家公司提供的硬件和服务,软件也是他们提供的。省局也开通了数据查询网站:http://172.20.112.247/ 但是这家公司的雨量查询软件还是有一些缺点,主要体现: 1. 该软件是用ASP开发的,查询数据速度慢。 2. 软件查询很不方便 3. 软件没有集中的数据显示功能 4. 软件没有报表功能,这些在实际都很有必要的 5. 该软件统计方面功能较弱 6. 如果气象局的用户需要这方面的资料,给用户资料比较麻烦 针对上述的缺点,结合我多年的软件开发经验。我用Visual Basic、Visual C和Access数据库开发了一个《中尺度自动雨量站数据管理》软件,功能主要是针对上述的不足开发的。

    标签: 尺度 使用说明 数据 软件

    上传时间: 2015-05-12

    上传用户:yd19890720

  • The government of a small but important country has decided that the alphabet needs to be streamline

    The government of a small but important country has decided that the alphabet needs to be streamlined and reordered. Uppercase letters will be eliminated. They will issue a royal decree in the form of a String of B and A characters. The first character in the decree specifies whether a must come ( B )Before b in the new alphabet or ( A )After b . The second character determines the relative placement of b and c , etc. So, for example, "BAA" means that a must come Before b , b must come After c , and c must come After d . Any letters beyond these requirements are to be excluded, so if the decree specifies k comparisons then the new alphabet will contain the first k+1 lowercase letters of the current alphabet. Create a class Alphabet that contains the method choices that takes the decree as input and returns the number of possible new alphabets that conform to the decree. If more than 1,000,000,000 are possible, return -1. Definition

    标签: government streamline important alphabet

    上传时间: 2015-06-09

    上传用户:weixiao99

  • 考虑一个线性自适应均衡器的原理方框图如《现代数字信号处理导论》p.275自适应均衡器应用示意图。用LMS算法实现这个自适应均衡器

    考虑一个线性自适应均衡器的原理方框图如《现代数字信号处理导论》p.275自适应均衡器应用示意图。用LMS算法实现这个自适应均衡器,画出一次实验的误差平方的收敛曲线,给出最后设计滤波器系数。一次实验的训练序列长度为500。进行20次独立实验,画出误差平方的收敛曲线。给出3个步长值的比较。

    标签: 均衡器 275 LMS 线性

    上传时间: 2015-07-03

    上传用户:yangbo69

  • //=== === === === === === === === === === === === === === = //函数说明 //函数名称:PolyFit //函数功能:最小二乘法曲线拟

    //=== === === === === === === === === === === === === === = //函数说明 //函数名称:PolyFit //函数功能:最小二乘法曲线拟合 //使用方法:double *x ---- 存放n个数据点的X坐标 // double *y ---- 存放n个数据点的Y坐标 // int n -------- 给定数据点个数 // double *a ---- 返回m-1次拟合多项式的m个系数 // int m -------- 拟合多项式的项数,即拟合多项式的最高次为m-1。要求m<=n,且 // m<=20。若m>n或m>20,则本函数自动按m=min{n,20}处理 // double *dt --- dt[0]返回拟合多项式与各数据点误差的平方和;dt[1]返回拟合多 // 项式与各数据点的误差绝对值之和;dt[2]返回拟合多项式与各数据 // 点误差绝对值的最大值 //注意事项:拟合多项式的形式为 y = b0 + b1*(x-Xavr)...

    标签: PolyFit 函数 最小二乘法

    上传时间: 2015-07-19

    上传用户:waizhang