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

k-measextions

  • 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

  • 卷积码是一种有记忆的编码

    卷积码是一种有记忆的编码,在任意给定的时间单元处,编码器的n个输出不仅与此时间单元的k个输入有关,而且也与前m个输入有关。卷积码通常表示为:(n,k,m) 本次仿真采用(2,1,3)卷积码。

    标签: 卷积码 编码

    上传时间: 2015-06-11

    上传用户:liglechongchong

  • . 缓存处理技术

    . 缓存处理技术,定时更新系统数据,提升系统性能 B. 系统模板管理功能,方便制作个性化的系统模板,可后台管理 C. 首页商品和店铺的自助推荐功能,用户可使用虚拟币采用竞价方式自助推荐自己的商品和店铺 D. 店铺的皮肤转换,重新设计店铺结构 E. 商品,店铺,求购信息的搜索,采用积木式查询,减少等待时间 F. 支付宝按钮支付功能(用于系统用户与用户间的付款交易) G. 重新制作广告系统,静态JS读取速度更快 H. 最高价竞拍模式中加入一口价购买的功能 I. 后台管理员的分权限管理(管理,添加,查看) j. 后台商品首页推荐,店铺首页推荐功能 K. 商品可实现四级分类处理 L. 增加店铺分类功能 M. 外接用户数据库(AC和SQL两种),系统邮件发送,图片上传,缓存更新,MD5加密等后台管理功能 N. 实现了商品登陆收费的功能

    标签: 缓存 处理技术

    上传时间: 2015-06-24

    上传用户:我干你啊

  • 问题描述: 一杯沸水冷却

    问题描述: 一杯沸水冷却,圆柱体模型,底面半径0.05m,高0.1m,周围温度20度,初始水温100度 方程是四维输运方程(常数a^2=k/(c*p),k是热传导系数0.6006焦/(米*秒*度)) 初始条件:t=0时水等于100度 边界条件:1.上下壁都是自由冷却,第三类边界条件,周围温度保持在20度(H=k/h,h取1) 2.杯壁绝热,第二类边界条件 图形显示格式,取过圆柱轴的截面温度变化将其做成动画.

    标签: 冷却

    上传时间: 2014-01-22

    上传用户:黑漆漆

  • The Reed-Somolon code is specified by the finite field, the length (length <= 2^m-1), the numbe

    The Reed-Somolon code is specified by the finite field, the length (length <= 2^m-1), the number of redundant symbols (length-k), and the initial zero of the code, init_zero, such that the zeros are: init_zero, init_zero+1, ..., init_zero+length-k-1

    标签: length the Reed-Somolon specified

    上传时间: 2014-07-31

    上传用户:skfreeman

  • 一个学籍管理系统

    一个学籍管理系统,很简单,是C++的,只有几十K

    标签: 管理系统

    上传时间: 2013-12-20

    上传用户:talenthn

  • PeakWorkingSetSize: 44676 Kb, WorkingSetSize: 27616 Kb COM+[7:5:42]: QuotaPeakPagedPoolUsage: 136 K

    PeakWorkingSetSize: 44676 Kb, WorkingSetSize: 27616 Kb COM+[7:5:42]: QuotaPeakPagedPoolUsage: 136 Kb, QuotaPagedPoolUsage: 116 Kb

    标签: QuotaPeakPagedPoolUsage PeakWorkingSetSize WorkingSetSize 44676

    上传时间: 2013-12-05

    上传用户:AbuGe

  • 本章专门讲解编写成功网络应用程序时所需的基本知识和A P I调用。通过上一章的学习

    本章专门讲解编写成功网络应用程序时所需的基本知识和A P I调用。通过上一章的学习, 大家已知道从Wi n s o c k地址机和这些机器上的服务,可以很容易地访问协议。在这一章里, 我们打算讨论如何从网络上的一台机器到另一台机器建立连接,以及如何收发数据

    标签: 编写 程序 基本知识 网络应用

    上传时间: 2015-07-08

    上传用户:gtf1207

  • 利用“原始套接字”(Raw Socket)

    利用“原始套接字”(Raw Socket),我们可访问位于基层的传输协议。本章专门讲解如 何运用这种原始套接字,来模拟I P的一些实用工具,比如Tr a c e r o u t e和P i n g程序等等。使用原 始套接字,亦可对I P头信息进行实际的操作。本章只关心I P协议;至于如何针对其他协议使 用原始套接字,我们不打算提及。而且,大多数协议(除AT M以外)根本就不支持原始套接 字。所有原始套接字都是使用S O C K _ R AW这个套接字类型来创建的,而且目前只有Wi n s o c k 2提供了对它的支持。因此,无论Microsoft Windows CE 还是老版本的Windows 95 (无 Winsock 2升级)均不能利用原始套接字的能力。

    标签: Socket Raw 套接

    上传时间: 2015-07-08

    上传用户:时代电子小智

  • 从文件中读取一定量的数据

    从文件中读取一定量的数据,用分治法求出数组中的前K小元素。

    标签: 读取 定量 数据

    上传时间: 2013-12-25

    上传用户:semi1981