-
application of the theory in vc prepare an environmental figures recognition sof...
应用hopfield网络的理论在vc环境下编写一个数字识别软件-application of the theory in vc prepare an environmental figures recognition software
- 2022-01-22 11:36:38下载
- 积分:1
-
Zhejiang University ACM algorithm and data structure internal training materials...
浙江大学ACM竞赛算法与数据结构内部培训资料,推荐-Zhejiang University ACM algorithm and data structure internal training materials, recommended
- 2022-07-14 14:37:43下载
- 积分:1
-
这是SYBASE的实验指导
里面有许多的代码
过程详细
欢迎各位多多下载...
这是SYBASE的实验指导
里面有许多的代码
过程详细
欢迎各位多多下载
-This is the experimental guide contains many detailed process of the code to welcome you download lot
- 2022-09-08 06:20:03下载
- 积分:1
-
可以处理股市的套汇问题
可以处理股市的套汇问题-can deal with the problem in the stock market arbitrage
- 2022-11-09 23:40:03下载
- 积分:1
-
软件工程课件,介绍软件开发的技术,方法,原理(1
软件工程课件,介绍软件开发的技术,方法,原理(1-5)章-Software engineering courseware, introduction of software development techniques, methods, principles (1-5) s
- 2022-01-25 16:13:25下载
- 积分:1
-
平衡二叉树操作的演示
一、 需求分析
(1) 利用平衡二叉树实现动态查找表。实现查找,插入和删除三种基本功能。
(2) 初始,平衡二叉树为空树,操作...
平衡二叉树操作的演示
一、 需求分析
(1) 利用平衡二叉树实现动态查找表。实现查找,插入和删除三种基本功能。
(2) 初始,平衡二叉树为空树,操作界面给出查找,插入和删除三种操供选择。每种操作均要提示输入关键字。每次插入和删除一个接点时,显示更新的平衡二叉树。
(3) 重点在于对删除算法的实现。假设要删除的关键字为X的结点,若X不在叶子结点上,则用左子树中的最大值或者右子树中的最小值取代X。如此反复,直到删除动作传递到某个叶子结点,删除叶子结点时,若要进行平衡变换,可采用插入的平衡变换反变换。
-balanced binary tree operation of a demonstration, demand analysis (1) using a balanced binary tree dynamic lookup table. Lookup, insertion and deletion of the three basic functions. (2) The initial, balanced binary tree is empty tree interface gives you insert and delete options for the three parade. Each operation will have to be me to input keywords. Each insert and delete a contact in that update balanced binary tree. (3), the focus is on the deletion algorithm. To remove the assumption that the keyword for the X-Node, if X is not the leaf nodes, Left-used for the highest tree or right-tree to replace the minimum X. So repeatedly, until the deletion of a transfer leaf nodes, delete the leaf nodes, if balancing transform, Ins
- 2022-03-05 06:54:53下载
- 积分: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
-
聚类算法训练数据,可以导入数据库,数据库文件可以…
聚类算法的训练数据文件,可导入数据库可代替数据库文件 -clustering algorithm training data and can import databases, database files can be replaced
- 2023-01-31 09:25:04下载
- 积分:1
-
vb编写的数独游戏,适合了解vb游戏编程
vb编写的数独游戏,适合了解vb游戏编程-vb sudoku prepared for about vb Game Programming
- 2022-04-21 05:45:38下载
- 积分:1
-
模拟手机通信录管理系统,实现对手机中的通信录进行管理。功能要求如下:
(1) 查看功能:选择此功能时,列出下列三类选择。
A 办公类
B 个人类...
模拟手机通信录管理系统,实现对手机中的通信录进行管理。功能要求如下:
(1) 查看功能:选择此功能时,列出下列三类选择。
A 办公类
B 个人类
C 商务类
当选中某类时,显示出此类所有数据中的姓名和电话号码。
(2) 增加功能:能录入新数据
一个结点包括:姓名、电话号码、分类、(办公类、个人类、商务类)、电子邮件。
例如:杨春 13589664454 商务类 chuny@126.com
当录入了重复的姓名和电话号码时,则提示数据录入重复并取消录入;当通信录中超过15条信息时,存储空间已满,不能再录入新数据;录入的新数据能按递增的顺序自动进行条目编号。
(3) 修改功能:选中某个人的姓名时,可对此人的相应数据进行修改。
(4) 删除功能:选中某个人的姓名时,可对此人的相应数据进行删除,并自动调整后续条目的编号。
- 2022-01-24 15:13:50下载
- 积分:1