码迷,mamicode.com
首页 >  
搜索关键字:codes    ( 556个结果
05-树9 Huffman Codes (30 分)
In 1953, David A. Huffman published his paper "A Method for the Construction of Minimum-Redundancy Codes", and hence printed his name in the history o ...
分类:其他好文   时间:2018-10-05 23:04:08    阅读次数:402
C++之Basic knowledge
[TOC] Ascii Codes It is a very well known fact that computers can manage internally only 0s (zeros) and 1s (ones). This is true, and by means of seque ...
分类:编程语言   时间:2018-10-04 19:53:13    阅读次数:189
wordcount C
Gitee 代码链接:https://gitee.com/huangxue1111/codes/12rfs3ztj5ga8ymce7qi910 #include<stdio.h>#include<stdlib.h>#include<string.h>#include<windows.h>#defin ...
分类:其他好文   时间:2018-09-25 01:20:06    阅读次数:158
WordCount的实现
Gitee 链接:https://gitee.com/YiKeYingHuaShu/codes/xmeyf6r8uq7pksbl0a1to52 基本功能:(已完成) wc.exe -c file.c //返回文件 file.c 的字符数 wc.exe -w file.c //返回文件 file.c ...
分类:其他好文   时间:2018-09-25 01:06:01    阅读次数:204
wordcount基本功能
代码地址:https://gitee.com/Z_jx/codes/3c57peszqo6lh1xkudvbi84 基本功能列表:(已完成) 扩展功能:(未完成) -s 递归处理目录下符合条件的文件。 -a 返回更复杂的数据(代码行 / 空行 / 注释行) 高级功能:(未完成) -x 参数。这个参数 ...
分类:其他好文   时间:2018-09-24 12:51:40    阅读次数:194
常用校验码及示例
计算机系统运行时,各个部之间要进行数据交换. 为确保数据在传送过程正确无误,常使用检验码. 我们常使用的检验码有三种. 分别是奇偶校验码、海明校验码和循环冗余校验码(CRC)。 奇偶校验码(Parity Codes) 奇偶校验码最简单,但只能检测出奇数位出错. 如果发生偶数位错误就无法检测. 但经研 ...
分类:其他好文   时间:2018-09-22 15:59:47    阅读次数:1067
常用HTTP状态码
生产环境常见的HTTP状态码列表(List of HTTP status codes)为: 200 - OK,服务器成功返回网页 - Standard response for successful HTTP requests. 301 - Moved Permanently(永久跳转),请求的网页 ...
分类:Web程序   时间:2018-09-18 22:34:10    阅读次数:194
appium定位H5页面
手机端由原生切换为H5,定位不到元素。需要将apk开启调试模式:在入口Activity中添加2行代码,如下 if (Build.VERSION.SDK_INT >=Build.VERSION_CODES.KITKAT) { WebView.setWebContentsDebuggingEnabled ...
分类:移动开发   时间:2018-09-18 13:45:04    阅读次数:415
[OAI]OAI UE overview
Overview of LTE UE Attach Procedure OAI-UE Threading Structure OAI-UE Timing Measurement Walk through the OAI-UE Codes Downlink Synchronization – Init ...
分类:其他好文   时间:2018-09-17 10:29:43    阅读次数:499
第一次过程性考核-邹彤
1.Hello World! https://gitee.com/ztsxxny/codes/kradjqwlb2gopvfn6ch8559 解析:简单的输出程序,注意语法即可。 2.求1到100的和 https://gitee.com/ztsxxny/codes/k8v0nxi3s9czow4mh ...
分类:其他好文   时间:2018-09-16 19:47:53    阅读次数:180
556条   上一页 1 ... 11 12 13 14 15 ... 56 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!