quine의 뜻은 무엇인가요?
현재 검증된 한국어 뜻은 준비 중이며 영어 정의는 “(computing) A program that produces its own source code as output.”입니다.
발음 /kwaɪn/ · 품사 명사 (noun)
검증된 한국어 뜻을 준비 중입니다. 확인되지 않은 자동 번역은 표시하지 않습니다.
(computing) A program that produces its own source code as output..
This has been bugging me recently. Any quines or pointers to relevant articles or web pages is appreciated. Thanks!Self-reproducing programs are commonly called quines. Do a web search, it should turn up lots of them. There was also a quine thread here in comp.lang.c just days ago, search deja.com (the thread's title was something about self-printing programs, I think).A quine is a program that can print its own source code. Most quines are notoriously difficult (and fiendish) to write. Perl can cheat, though. :)Why have a one-page chapter that doesn't say anything? At the least, you should present a quine program written in pure ISO C (I can send you one if you like); […] you might refer the interested reader to Ken Thompson's ACM lecture or to another good source of quine-related puzzles. Quines *are* a lot of fun, but why waste time with trivial ASCII-based examples when there are much more fundamental ways to create them?A respectable quine—one that doesn't cheat—is not allowed to do anything as underhand or trivial as seeking the source file on the disk, opening it, and copying (or printing) its contents. Although writing a quine is not always easy, and in fact may seem impossible, it can always be done in any programming language that is Turing complete (see Turing machine), which includes every programming language actually in use.SelfGOL can reproduce itself; it can turn other programs into a quine; it can display a scrolling banner; it plays the Game of Life; and it contains no (ordinary) loops, goto statements, or if statements. Control flow is done, well, interestingly.Yet from a different perspective, it [the semantics of a program] describes the process of producing this very code; in other words, it is because object- and meta-language interrelate that makes a quine difficult; in less reflective programs, where means and ends are more separate, this difficulty is not so obvious.Gee, last time I wrote a quine in Lisp it ended up being kind of difficult …quine의 의미, 어조와 문법이 전체 문장에 맞을 때 사용하세요. 동의어라도 모든 문장에서 바로 바꿔 쓸 수 있는 것은 아닙니다.
현재 검증된 한국어 뜻은 준비 중이며 영어 정의는 “(computing) A program that produces its own source code as output.”입니다.
주요 동의어는 willard van orman quine입니다.
정확한 반대말은 사용된 의미에 따라 달라집니다.
This has been bugging me recently. Any quines or pointers to relevant articles or web pages is appreciated. Thanks!
FreeDictionaryAPI.com / Wiktionary · 원문 출처 · CC BY-SA 4.0
영어사전 정보는 FreeDictionaryAPI.com이 제공하며 해당 서비스가 밝힌 Wiktionary 라이선스를 따릅니다.