Write a program that finds palindromes in input lines.
编写一个程序找出在输入行中的回文。
Where do they learn to write a program longer than 20 lines?
他们如何才能学会写超过20行的程序呢?
Write a program that reads call details and calculates the corresponding charges.
写一个程序读取所有的通话信息并计算对应的话费。
You will never write a program to take into account all those *nuances and many others.
你永远无法写出一组程序,将所有这些以及更多的细枝末节考虑进去。
For example, suppose that we would like to write a program to detect cars in photographs.
例如,假如我们需要来写一个检测图片中汽车的程序。
Write a program that finds all pairs of words that interlock. Hint: don't enumerate all pairs!
写一个程序,找到所有这样的互锁单词对。提示:不要枚举所有的单词对!
Usually you will only have to write a program and type a single command to compile and run it.
通常你仅需要编写一个程序,输入一条指令去编译和运行它。
For whatever reason, you want to write a program that keeps track of details about these people.
不管什么原因。你需要去跟踪某些人的详细信息。
So, they ask you to write a program that checks whether there is a fair partition of the marbles.
因此,他们需要你写一个是否能平分这些弹珠的方案。
I asked them to write a program to solve the problem using one of the dynamic languages that I specified.
我让他们用一种我指定的动态语言编写程序解决该问题。
It would be a relatively easy matter to write a program to generate DOAP descriptions from Freshmeat content.
编写一个从Freshmeat内容生成DOAP描述的程序将变得相当容易。
Write a program to read the standard input a line at a time. Modify your program to read a word at a time.
编写程序实现从标准输入每次读入一行文本。然后改写程序,每次读入一个单词。
Write a program that uses set subtraction to find words in the book that are not in the word list. Solution.
写一个程序吧,用集合的减法,来找一下书中包含而列表中不包含的单词吧。 样例代码。
You are asked to write a program, which generates exactly the same final standings as old software, but fast.
请你写一个程序进行精确的排名,但速度要快。
Given a sequence of binary trees, you are to write a program that prints a level-order traversal of each tree.
给定一个二叉树序列,你要写一个程序将每棵树按层序访问并打印出来。
Although you could write a program yourself that reads in the Web page and parses the content, that isn't necessary.
尽管您可以自己写一个程序来读取网页并解析其内容,但是不必这么做。
Write a program that will read in a date, determine which style it is in, and then convert it to the other style.
写一个程序,读入日期并确定是哪一种历法,然后将该日期转换到另一种历法。
Write a program that reads in two numbers: an account balance and an annual interest rate expressed as a percentage.
编写一个程序读入两个数字:账户余额和以百分数为单位的年利率。
In short, it's often difficult to write a program that correctly, in all circumstances, locks and releases locks as needed.
简言之,编译在任何情况下都可以按需要正确地加锁和释放的程序通常很困难。
You should write a program that finds a required numbering or informs that it is impossible to satisfy the requirements.
你的任务是写一个程序,找到符合要求的编号方法或确定不存在符合题意的编号方法。
Write a program that reads several transactions for the same ISBN. Write the sum of all the transactions that were read.
编写程序,读入几个具有相同ISBN的交易,输出所有读入交易的和。
The second is to write a program primarily in C, then use embedded Lua as a way to store and report data and configuration.
第二种方法是主要用C编写一个程序,然后使用嵌入的 Lua来存储和报告数据和配置。
And it's called Silly because it's really a rather ugly program. It's certainly not the right way to write a program to do this.
它之所以被称为Silly因为,它实在是一个相当丑的程序,当然以这种方式去写一个程序是不对的。
Well, that's it. If you happen to write a program that USES any of these concepts, I'd love to see it. I can be reached at.
好了,没有了。如果你要应用这些概念来写一个程序的话,我很高兴看到它。我的联系地址是。
You are to write a program to find out the minimum and the maximum possible time each worker has been present in the factory.
你要编写一个程序,找出最小和最大可能的时间每个工人在工厂已经存在。
Write a program to ask the user to enter a series of numbers. Print a message saying how many of the numbers are negative numbers.
编写程序,要求用户输入一组数。输出信息说明其中有多少个负数。
Now that it can be determined when Firefox responds to a hotkey press, we can write a program to detect when it should have responded, but did not.
现在已经确定了Firefox何时会响应一个热键按下动作,现在我们可以编写一个程序,监视它应该响应而实际上没有响应的情况。
Write a program that prompts the user for two Numbers and writes each number in the range specified by the two Numbers to the standard output.
编写程序,提示用户输入两个数并将这两个数范围内的每个数写到标准输出。
Two words are a "reverse pair" if each is the reverse of the other. Write a program that finds all the reverse pairs in the word list. Solution.
两个词如果互为逆序,就称它们是『翻转配对』。写一个函数来找一下在这个词汇表中所有这样的词对。 样例代码。
Two words are a "reverse pair" if each is the reverse of the other. Write a program that finds all the reverse pairs in the word list. Solution.
两个词如果互为逆序,就称它们是『翻转配对』。写一个函数来找一下在这个词汇表中所有这样的词对。 样例代码。
应用推荐