查错问题 文件名:check.* 输入文件:check.in(文本文件,选手按规定格式自行创建) 输出文件:check.out(文本文件) 问题描述: 很多英文文本编辑软件都具有辅助查错功能。现在有一个标准的词库,请根据该标准词库编制程序实现查错功能。 输入格式: 从文本文件check.in中读入数据。 第一行一个整数N(N≤10000),表示标准词库中单词的个数。 第2--N+1行,每行一个标准单词,单词的长度不超过10。 第N+2行开始为待查文本,其单词间用空格(或连续空格)分隔,单词的个数不会超过1000。 输出格式: 输出到文本文件check.out中。 (1)第一行开始输出拼错的单词; (2)最后一行输出一个整数表示拼错的单词总数。(拼错相同的单词重复计数) 注意:如果一个单词在字典中无法找到,那么我们就认为这个单词拼错了。 输入样例: 3 like this we we like the sport 输出样例: the sport
上传时间: 2013-11-28
上传用户:2404
This text introduces the spirit and theory of hacking as well as the science behind it all it also provides some core techniques and tricks of hacking so you can think like a hacker, write your own hacks or thwart potential system attacks. 我记得好像的关于缓冲区溢出的
标签: introduces the hacking science
上传时间: 2014-08-14
上传用户:Breathe0125
HHT_and_intrduction_of_the_author_huang,this pdf include lots of picture just like a ppt
标签: HHT_and_intrduction_of_the_author huang
上传时间: 2014-01-24
上传用户:hzy5825468
A java GUI interface program used to download a batch of files in a specified URL, or a kind of similar files like pic01, pic02, pic03, ..., pic99, etc. And it can download all the links of index.html automatically.
标签: interface specified download program
上传时间: 2017-02-16
上传用户:大三三
To review what a metaball is, and how to render them and to describe a new optimization I ve made for rendering metaballs. For complex scenes, it can render hundreds of times faster, though I m certain others have discovered this trick as well. It does very slightly change the characteristic shape of the blobs, but there is no loss in image quality whatsoever. (I actually developed all this about two years ago, but just now felt like writing it all down, and had the time!)
标签: optimization and metaball describe
上传时间: 2013-12-27
上传用户:彭玖华
Custom Visual Basic Packager and Installer for Visual Basic Developers. This is a group of standard exe projects 1. Packager 2. Setup1 The packager works like Visual basic Application deployment Wizard. And the setup1 project is used for the installation of the package. This project demonstrates how to compile visual basic project without launching the Vb6 kit and retrieving the dependency Files of any Visual basic project (although roughly done without any specific algorithm), Somebody can help me with this. I don’ t have time for the project, so I don’ t want any comment on the code indentation or arrangement and variable scoping. Comments are in the code therefore it would not be a problem to understand the code. If anyone wants to vote, I will like it Oh! I found some of the setup1 code and modify it with new features, so i have no or less credit for the setup1 project I felt like sharing code with PSCites. Thats why I made it
标签: Visual Basic Developers Installer
上传时间: 2017-02-26
上传用户:FreeSky
Last week I posted an article on a simple C++ template class, XYDataArray, I used in my system development tool. The main purpose of this template class is to store and sort general data types. I needed to implement the same thing in Java, since the tool I developed has a compatible Java version. I checked the Java SDK documentation before writing my own code, and found that almost everything I needed is already there, like the C++ case.
标签: XYDataArray template article posted
上传时间: 2017-03-03
上传用户:问题问题
This article describes how to consume Web services in Java 1.5.0 using the new JAX-WS 2.0 API (JSR 228). Developers around the world, including me, have always complained about the hard ways to work in Java to consume even a Web service as simple as adding two numbers. However, with JAX-WS 2.0 API now available in core Java in JDK 1.5.0, life is simple like never before.
标签: describes services article consume
上传时间: 2013-11-27
上传用户:kelimu
What I am trying to introduce here is a full fledged Java Instant messenger, which has all the features supplied by commercial messengers like Yahoo or MSN. Although it cannot compared to be in par with those messengers, it is an attempt by me to learn Advanced Java and JNI concepts. The challenges I faced here were often overcome by referring to numerous sites, which nearly zeroes in or completely solved the issues I faced at that point of time. It improved my learning curve and also believe would do the same to you too. Ofcourse, there are some bugs and glitches, which I hope you would excuse. Thanks to anyone who takes the pain to report them or even suggest better way of doing things to me.
标签: introduce messenger Instant fledged
上传时间: 2014-12-05
上传用户:电子世界
A class--the basic building block of an object-oriented language such as Java--is a template that describes the data and behavior associated with instances of that class. When you instantiate a class you create an object that looks and feels like other instances of the same class. The data associated with a class or object is stored in variables the behavior associated with a class or object is implemented with methods. Methods are similar to the functions or procedures in procedural languages such as C.
标签: object-oriented building language template
上传时间: 2017-03-07
上传用户:xiaodu1124