-
算法实现题 最长公共子序列问题
给定两个序列
X = { x1 , x2 , ... , xm }
Y = { y1 , y2 , ... , yn...
算法实现题 最长公共子序列问题
给定两个序列
X = { x1 , x2 , ... , xm }
Y = { y1 , y2 , ... , yn }
求X和Y的一个最长公共子序列
举例
X = { a , b , c , b , d , a , b }
Y = { b , d , c , a , b , a }
最长公共子序列为
LSC = { b , c , b , a }-Algorithm to achieve the longest common sub-title sequence of the problem given two sequences X = (x1, x2, ..., xm) Y = (y1, y2, ..., yn) for X and Y, a maximum common substructure sequence, for example X = (a, b, c, b, d, a, b) Y = (b, d, c, a, b, a) the longest common sub-sequence for LSC = (b, c, b, a )
- 2022-03-02 12:22:07下载
- 积分:1
-
On learning VBA good information, detailed practical examples teach you how to l...
关于VBA学习的好资料,详细的实际例子教你如何学习VBA。-On learning VBA good information, detailed practical examples teach you how to learn VBA.
- 2022-11-14 21:00:03下载
- 积分:1
-
一些数学建模实例可供参考,可供参考。
数学建模的一些示例,可供参考,可用Lingo实现.-Some examples of mathematical modeling is available for reference, can be used to achieve Lingo.
- 2022-06-18 17:42:54下载
- 积分:1
-
RADIUS 服务器介绍
RADIUS服务器支持标准的RADIUS协议,并支持设备提供商自己定义的扩展RADIUS属性,具有高稳定性、高性能、高度可配...
RADIUS 服务器介绍
RADIUS服务器支持标准的RADIUS协议,并支持设备提供商自己定义的扩展RADIUS属性,具有高稳定性、高性能、高度可配置性、高负荷量等特点,是宽带网络运营商理想的认证、授权、计费服务器。
特 点
◆ 支持多种接入方式
PPPoE接入、DHCP+Web接入、专线接入、无线和有线LAN或WAN基于IEEE802.1x的接入
◆ 支持多种认证类型
PPPoE用户帐号认证、计算机网卡MAC地址认证、计算机IP地址认证、卡用户认证、专线用户认证、 用户VLAN ID认证等等。
◆ 支持多种认证方式
PPP PAP认证、PPP CHAP认证、PPP MS-CHAP认证、Unix系统认证、PAM认证、ARAP认证、LDAP认证、EAP/MD5和EAP/TLS认证。
◆ 支持多种上网控制方式
上网时长控制、上网时段控制、累积时长控制、空闲时长控制、带宽控制。
◆ 支持漫游特性
A城市的用户在B城市上网,可将用户计费信息发往A城市的RADIUS服务器。
-RADIUS server on the server supports standard RADIUS agreement and support equipment providers to expand their definition of RADIUS attributes, with high stability, high performance, highly configurable, high-load characteristics, is a broadband network operators an ideal authentication, authorization, billing server . features support for multiple access methods PPPoE access, DHCP Web access, leased lines, wireless and cable-based LAN or WAN access IEEE802.1x supports multiple authentication type PPPoE user account
- 2022-01-25 21:16:36下载
- 积分:1
-
超好玩的小游戏.里面有源程序,相关的工发说明
超好玩的小游戏.里面有源程序,相关的工发说明-super-fun little game. With a source, IDF related note
- 2022-02-15 23:57:01下载
- 积分:1
-
在多媒体软件中,如果让相关图片按顺序循环滚动(例如循环展示商品图片),多媒体程序一定会增色不少,运行此程序,在窗体中将从左到右连续播放不同的图片,呈现了一种电影...
在多媒体软件中,如果让相关图片按顺序循环滚动(例如循环展示商品图片),多媒体程序一定会增色不少,运行此程序,在窗体中将从左到右连续播放不同的图片,呈现了一种电影胶片的效果,并且每张胶片中的图片都izai不断的动态变换。-In the multimedia software, if the picture in order to allow the relevant circle rolling (for example, display of goods circulation picture), multimedia program will be enriched a lot to run this procedure will be from left to right in the form playback different picture, showing the the effect of a film, and each film in the picture are izai constant dynamic change.
- 2022-03-06 19:15:43下载
- 积分:1
-
This is a progress can enhance the function of a class, he can progress to the v...
这是一个可以增强进度条功能的一个类,他可以对进度条的各个特征进行修改,比如说方向,颜色,是否显示数字等等。-This is a progress can enhance the function of a class, he can progress to the various characteristics of the changes, such as the direction, color, whether the numbers.
- 2023-07-16 22:10:03下载
- 积分:1
-
研华PCI
研华PCI-1243U步进控制器DLL文件头文件
- 2022-11-19 08:50:03下载
- 积分:1
-
用VB实现windows关机
用VB实现windows关机
用VB实现windows关机
用VB实现windows关机-windows with VB with VB shutdown windows shutdown
- 2022-08-18 18:48:17下载
- 积分:1
-
主要是讲如何使用Vc++来制作界面,以及与数据库连接和网络编程...
主要是讲如何使用Vc++来制作界面,以及与数据库连接和网络编程-Mainly stress how to use Vc++ To create interfaces, and database connectivity and network programming
- 2022-04-25 11:54:47下载
- 积分:1