CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 其它

资源列表

  1. 1337

    0下载:
  2. 求对给定数据集估计PI 的值 具体过程是: 给定数据集中任意取两个数组成一对数的取法有 ( ) 2 C2 n 1 n n − = 种,求出这 ( ) 2 n − 1 n 对数中 两个数互素的对数Count 。再利用公式 2 ( 1) 6 2 − = n n Count π 推出 Count 3n(n − 1) π = 。-right for the give
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:745.8kb
    • 提供者:rcponder
  1. 1773

    0下载:
  2. 求最长公共子系列的长度问题 若给定序列X={x1,x2,…,xm},则另一序列Z={z1,z2,…,zk},是X 的子序列是指存 在一个严格递增下标序列{i1,i2,…,ik}使得对于所有j=1,2,…,k 有:zj=xij.例如,序列 Z={a,b,f,c}是序列X={a,b,c,f,b,c}的子序列,相应的递增下标序列为{1,2,4,6}。给定2 个序列X 和Y,当另一序列Z 既是X 的子序列又是Y 的子序列时,称Z 是序列X 和Y 的公共 子序列.给定2 个序列X={x
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:973.37kb
    • 提供者:rcponder
  1. 2000trans

    0下载:
  2. 可以使win2000桌面背景透明,有兴趣的话您可以改进-can WIN2000 desktop background transparent, are interested in you can improve
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.61kb
    • 提供者:蒋无双
  1. 2060

    0下载:
  2. 判断另一种斐波那契系列是否是3 的倍数问题 该题如果用递归求出F(n),然后判 断将会超时。 注意到F(n) = F(n-1) + F(n-2)根据和的模等于模的和。 即有F(n)%3=(F(n-1)%3+F(n-2)%3)%3 F(0)%3=1,F(1)%3=2 计算F(n)%3 : 1,2,0,2,2,1,0,1,1,2,0,2,2,1…………… 可以看出F(n)%3 以1,2,0,2,2,1,0,1, 重复出现 F(n)%3=0 即F(n)是3 的倍数此时的n
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:471.45kb
    • 提供者:rcponder
  1. VBfanbianyi

    1下载:
  2. 一款VB程序反编译工具,能够反编译VB5/VB6的部分程序代码。 主要功能如下: 1、分析程序所用窗体,模块,类模块API,图标,图像; 2、反编译P-CodeExe代码; 3、重建VB工程; 4、加密模块,防止其它软件反编译; 5、抓取内存映射文件。 -new anti-VB compiler tool that can decompile VB5/VB6 part of the code. The main functions are as follows : a,
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.21mb
    • 提供者:魏存庆
  1. 200641517282750017

    0下载:
  2. username` VARCHAR(100) NOT NULL, `sex` VARCHAR(100) NOT NULL, `password` VARCHAR(100) NOT NULL, `question` VARCHAR(100) NOT NULL, `answer` VARCHAR(100) NOT NULL, `bumen` VARCHAR(100) NOT NULL, `email` VARCHAR(100) NOT NULL, `flag`
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.53mb
    • 提供者:sime
  1. AffineTrans

    0下载:
  2. 关于仿射变换的小程序,通过计算有关参数,可以实现平面间的坐标变换-on the affine transform small program, through the calculation parameters can be achieved between the Plane Coordinate Transformation
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:68.49kb
    • 提供者:董万峰
  1. AudioRecognize

    0下载:
  2. 本系统在Windows XP系统下编译通过。可以用来进行语音识别,具体介绍详见源代码中的readme.txt-the system in Windows XP systems compile. Can be used for voice recognition, see specific details of the source code readme.txt
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:84.17kb
    • 提供者:王贻达
  1. Exp04

    0下载:
  2. 这个是一个解的程序,如需要更好是结果。请少后。-this is a solution of procedures, such as is the need for better results. After less please.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:148.88kb
    • 提供者:星星
  1. masmclock

    0下载:
  2. 汇编语言写的一个图形界面时钟,图形效果还不错,实用性不强,不过对于学习汇编语言还是用处很大-assembly language to write a graphical interface clock, graphics results were pretty good, practicality is not strong, But for learning assembly language is very useful
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:94.61kb
    • 提供者:钟世友
  1. cihcode

    0下载:
  2. 研究一下CIH病毒原代码可能对你预防病毒会有帮助,不过在此声明,此代码仅供学习,有任何后果本人概部负责! -look at the CIH virus source code you may be helpful to prevent the virus, but in this statement, this code only to learn that there is any consequences I will head!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:28.33kb
    • 提供者:夏志飞
  1. TCXL.LIB

    0下载:
  2. This library is intended to be a supplement to the Turbo C function library. It was written to be used with the tiny and small memory models. -This library is intended to be a supplement to the Turbo C function library. It was written t o be used
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:33.68kb
    • 提供者:魏存庆
搜珍网 www.dssz.com