program-writing program的意思|示意
方案制定计划
program-writing program的网络常见释义
编写程序的程序 program-writing program 编写程序的程序; 书写程序的程序..
program-writing program相关短语
1、 program writing program 编写程序的程序 ; 翻译
program-writing program相关例句
The SOAP approach requires writing or using a provided server program (to serve data) and a client program (to request data).
SOAP方法需要编写或使用提供一个服务器程序(服务数据)和一个客户端程序(请求数据)。
To be exact, in the second program, in contrast to reading to middle of file as in first program, here I read to the end of file, and then start writing there.
要准确,第二程序,在对比阅读中的第一个程序文件中,在这里我读到文件末尾,然后开始写在这里写的是成功的。
If you're writing a program that has to work very closely with a program written in a certain language, it might be a good idea to write the new program in the same language.
如果你的程序要和另外一个用某种语言写的程序打交道,那么通常新程序采用同样的语言是个好选择。
Writing a correct program is not easy while writing a correct concurrent program is even harder.
编写正确的程序并不容易,而编写正确的并发程序就更难了。
"The earliest program I remember him writing was a game program that dealt with landing on the moon," says Brian Kiehnau, Katz's former brother-in-law who met him in 1977.
“我记得他最早写的是一个处理月球着陆的游戏程序,”Katz以前的堂兄弟Brian Kiehnau说,他在1977年见到过Katz。
While writing a user space program to execute a system call is the "proper" way to do it, when you just want to test a system call module, it's annoying to have to write an additional program first.
当你想去测试一个系统调用模块时,编写一个用户空间的程序来执行一个系统调用是种“正规”的方法。但首先要编写额外的程序,这是恼人的事情。怎样才可以执行一个系统调用而又不用编写用户空间的程序呢?