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

2.<b>2</b>0

  • 游戏例子

    游戏例子, 坦克大战 admin 2008-2-16 2 / 85 2008-8-3 10:38 by wxl409084209 手机网球游戏 powerkom 2008-3-21 5 / 130 2008-3-31 14:34 by cloudffx 摩迦历险记 admin 2008-3-20 1 / 22 2008-3-29 14:43 by univasity 数独 admin 2008-2-16 2 / 21 2008-2-22 01:08 by qq252503049 剑神

    标签:

    上传时间: 2014-02-09

    上传用户:shizhanincc

  • 嵌入式Linux环境下的网络安全检测软件

    嵌入式Linux环境下的网络安全检测软件,QT版本2.3.2,使用了libpcap,libnet,libnids开发库。

    标签: Linux 嵌入式 环境 检测软件

    上传时间: 2014-02-02

    上传用户:invtnewer

  • K均值KMean聚类算法

    K均值KMean聚类算法,详细使用方法见cpp文件注释,输入数据格式:点,如 1 空格 1 回车 2 空格 2 。。。

    标签: KMean K均值 聚类算法

    上传时间: 2014-01-19

    上传用户:lindor

  • fwknop stands for "Firewall Knock Operator" and is an upcoming piece of software that will be releas

    fwknop stands for "Firewall Knock Operator" and is an upcoming piece of software that will be released at the DEFCON 12 conference in July, 2004 in Las Vegas. fwknop implements network access controls (via iptables) based on a flexible port knocking mini-language, but with a twist it combines port knocking and passive operating system fingerprinting to make it possible to do things like only allow, say, Linux-2.4/2.6 systems to connect to your SSH daemon. fwknop supports shared, multi-protocol port knock sequences along with both relative and absolute timeouts, and coded port knock sequences encrypted with the Rijndael block cipher.

    标签: Firewall Operator software upcoming

    上传时间: 2016-12-04

    上传用户:牛津鞋

  • MATLAB Code for Optimal Quincunx Filter Bank Design Yi Chen July 17, 2006 This file introduces t

    MATLAB Code for Optimal Quincunx Filter Bank Design Yi Chen July 17, 2006 This file introduces the MATLAB code that implements the two algorithms (i.e., Algorithms 1 and 2 in [1], or Algorithms 4.1 and 4.2 in [2]) used for the construction of quincunx filter banks with perfect reconstruction, linear phase, high coding gain, certain vanishing moments properties, and good frequency selectivity. The code can be used to design quincunx filter banks with two, three, or four lifting steps. The SeDuMi Matlab toolbox [3] is used to solve the second-order cone programming subproblems in the two algorithms, and must be installed in order for this code to work.

    标签: introduces Quincunx Optimal MATLAB

    上传时间: 2014-01-15

    上传用户:cc1

  • 题目 质数分解与栈的使用 简介 只能被自身和1整除的正整数称为质数。每一个整数都可以写成质数乘积的形式

    题目 质数分解与栈的使用 简介 只能被自身和1整除的正整数称为质数。每一个整数都可以写成质数乘积的形式,称为整数的质数分解。例如: 1776 = 37 x 3 x 2 x 2 x 2 x 2.

    标签: 整数 分解

    上传时间: 2014-01-16

    上传用户:Yukiseop

  • 该程序在显示三角形时的顺序是从顶点到底边,首先得定位顶点像素的坐行列坐标(dx,cx)则接其后的像素起始坐标为(dx+1,cx-1),终点坐标为(dx+1,cx+1),再接着的下一行像素的起始坐标为(

    该程序在显示三角形时的顺序是从顶点到底边,首先得定位顶点像素的坐行列坐标(dx,cx)则接其后的像素起始坐标为(dx+1,cx-1),终点坐标为(dx+1,cx+1),再接着的下一行像素的起始坐标为(dx+2,cx-2),终点坐标为(dx+2,cx+2),再下一行始终点坐标分别为(dx+3,cx-3),(dx+3,cx+3).依此类推直到最后一行的始终坐标分别为(dx+n,cx-n),(dx+n,cx+n).在写同行像素时用cmp cx,cx+n jnz Y 来实现循环,所以在这个循环过程中注意保护cx。

    标签: dx cx 像素 程序

    上传时间: 2017-02-08

    上传用户:3到15

  • matlab最短路的贪心算法

    matlab最短路的贪心算法,用VC++实现,把ShortEst.dll复制到matlab工作文件夹运行(先要运行mex-setup,关联VC与MATLAB)调用方法如 a = [-1,2,3 2,-1,4 3,4,-1] ShorstEst(a) 即可

    标签: matlab 短路 算法

    上传时间: 2013-12-10

    上传用户:cxl274287265

  • 1

    1,时-分-秒(2位-2位-2位)显示 可通过键盘置入时间值。 2,可通过键盘置入日期值,在LED上从右向左滚动显示 年_月_日3次,如: 2008_01_20<-2008_01_20 日期值随时钟进位改变,可用按键调出当前日期值滚动显示。 3,实现每日闹铃功能,闹铃时间可用按键设置。闹铃时蜂鸣器响12秒,可用按键中断蜂鸣声音。 4,实现预约提醒功能,提醒时间可用按键设置,提醒时滚动显示所设置预约时间 年_月_日_时_分_秒 三次。提醒采用不同的提示音表示。

    标签:

    上传时间: 2014-11-10

    上传用户:silenthink

  • Ora92_DB_Ref.rar是oracle9的dba参考手册 资料来源:Oracle OTN 文档库 收集整理:Snowywolf 适用版本:Oracle9i SQL Reference,

    Ora92_DB_Ref.rar是oracle9的dba参考手册 资料来源:Oracle OTN 文档库 收集整理:Snowywolf 适用版本:Oracle9i SQL Reference, Release 2 (9.2)

    标签: Snowywolf Reference Oracle9i oracle9

    上传时间: 2017-02-28

    上传用户:hfmm633