码迷,mamicode.com
首页 >  
搜索关键字:wordcount    ( 912个结果
wordcount--realized by c
wc.exe 编写说明 先给出: "项目地址" 项目目录: bin:存放编译后的文件 linux_amd64文件夹:在64位linux下编译的可执行文件 window:在windows下编译的可执行文件 image文件夹:存放的是readme文件中需要的图片说明文件(cnblog中直接把图片拖到富文 ...
分类:其他好文   时间:2018-09-25 21:57:17    阅读次数:229
WordCount
1.项目地址:https://gitee.com/wajp/WordCount 2.代码: 3.测试 4.参考文献链接 【1】http://www.cnblogs.com/xinz/p/5044037.html 【2】https://www.jianshu.com/p/5323bca00825 ...
分类:其他好文   时间:2018-09-25 01:28:58    阅读次数:208
基于java实现Word Count功能
1. 项目地址: https://gitee.com/zhengzhibin/wordcount 2. 项目简介 3. 项目要求 可执行程序命名为:wc.exe,该程序处理用户需求的模式为: wc.exe [parameter] [input_file_name] 存储统计结果的文件默认为resul ...
分类:编程语言   时间:2018-09-25 01:27:09    阅读次数:200
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/yzyindex/wordcount 需求分析 通过程序设计,编写一个可执行文件exe能够对源程序文件进行统计字符数、单词数、行数,统计结果可以以指定的格式输出到默认文件中。 可执行程序命名为:wc.exe,该程序处理用户需求的模式为: wc.e ...
分类:其他好文   时间:2018-09-25 01:16:58    阅读次数:189
WordCount
https://gitee.com/Siy1015/WordCount 代码实现 import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.File; import java.io.FileReader; ...
分类:其他好文   时间:2018-09-25 01:10:27    阅读次数:177
WordConut
一、代码地址:https://gitee.com/cainiaoY/WordCount 二、代码: 三、截图 ...
分类:其他好文   时间:2018-09-25 01:09:38    阅读次数:147
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/ocapp/WordCount.git 解题思路: 看到这个题目,我想到的用先判断操作指令,然后将文件读入,以统计字符数的等信息,并将其写入到指定文件中,读写文件的操作用C#封装好的类很容易实现, 所以我决定用C#实现。 具体实现: 因为这个项目需要完成 ...
分类:其他好文   时间:2018-09-24 22:16:07    阅读次数:207
WordCount基本功能
项目的gitee地址:https://gitee.com/ITtoto/WordCount 开发语言:C语言 PSP2.1表格 PSP2.1 PSP阶段 预估耗时 (分钟) 实际耗时 (分钟) Planning 计划 20 16 · Estimate · 估计这个任务需要多少时间 30 27 Dev ...
分类:其他好文   时间:2018-09-24 22:15:50    阅读次数:331
912条   上一页 1 ... 18 19 20 21 22 ... 92 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!