码迷,mamicode.com
首页 >  
搜索关键字:codes    ( 556个结果
Section 2.1.Hamming Codes (hamming)
//题目的链接http://www.nocow.cn/index.php/Translate:USACO/hamming/*【位运算】+【异或操作】*//*ID:zhangsh35PROG:hammingLANG:C++*/#include<iostream>#include<math.h>#include<stdio.h>usingnamespacestd;constintMAXN=64;intham[MAXN];inttot,Max,di..
分类:其他好文   时间:2014-12-14 18:47:51    阅读次数:165
IIS SMTP status codes
Here are the meaning of SMTP status codes.Status CodeDescription211System status, or system help reply214Help message220Service ready221Service closin...
分类:其他好文   时间:2014-12-08 10:33:22    阅读次数:182
boot代码init.s
bootloader启动代码;=========================================; NAME: 2440INIT.S; DESC: C start up codes; Configure memory, ISR ,stacks; Initialize...
分类:其他好文   时间:2014-12-03 18:41:20    阅读次数:266
Connections could not be acquired from the underly
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for furt...
分类:其他好文   时间:2014-12-03 17:20:01    阅读次数:254
poj 1146 ID Codes
ID Codes Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 6143   Accepted: 3685 Description It is 2084 and the year of Big Brother has finally arrived, albe...
分类:其他好文   时间:2014-12-03 09:23:19    阅读次数:157
哈夫曼编码(Huffman coding)的那些事,(编码技术介绍和程序实现)
前言 哈夫曼编码(Huffman coding)是一种可变长的前缀码。哈夫曼编码使用的算法是David A. Huffman还是在MIT的学生时提出的,并且在1952年发表了名为《A Method for the Construction of Minimum-Redundancy Codes》的....
分类:其他好文   时间:2014-11-27 23:24:27    阅读次数:448
(7)容器(上)
视频是现在电脑中多媒体系统中的重要一环。为了适应储存视频的需要,人们设定了不同的视频文件格式来把视频和音频放在一个文件中,以方便同时回放。视频档实际上都是一个容器里面包裹着不同的轨道,使用的容器的格式关系到视频档的可扩展性。 FourCC全称Four-Character Codes,是由4个字...
分类:其他好文   时间:2014-11-24 15:00:43    阅读次数:219
Uva 644-Immediate Decodability(串)
An encoding of a set of symbols is said to be immediately decodable if no code for one symbol is the prefix of a code for another symbol. We will assume for this problem that all codes are in binary, ...
分类:其他好文   时间:2014-11-21 21:56:09    阅读次数:307
使用CSDN CODE来存放OPENSTACK位于GITHUB上的源码
use CSDN CODE to pull openstack codes 2014-11-20 Author:Hyphen 问题 直接从GITHUB上获取代码,经常是没保障,特别是用DEVSTACK的时候,经常超时,所以我想到了每天把GITHUB上的代码更新到本地的想法。但本地还要搞一套GIT服务环境,而且也只是自己用,为何不使用公开的软件库呢,之前记得OSCHINA和C...
分类:其他好文   时间:2014-11-20 12:04:42    阅读次数:322
08年用Python写的一个塞班S60V3上免费发短信的小程序
#-*-coding:utf-8-*- import appuifw2 as appuifw import e32 import urllib import key_codes import uitricks import contacts import messaging import envy import socket import inbox import time def cn(str)...
分类:编程语言   时间:2014-11-20 10:19:46    阅读次数:283
556条   上一页 1 ... 48 49 50 51 52 ... 56 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!