TK



abbr.
Tokelau 托克劳群岛;
英英释义
TK
TK is a Peruvian pop rock band formed in 2001 by Emilio Pérez de Armas and Edgar Guerra.
以上来源于:Wikipedia
权威例句
Tcl and the Tk ToolkitTcl and the Tk Toolkit
Thymidine kinase (TK) gene-transduced human lymphocytes can be highly purified, remain fully functional, and are killed efficiently ...
Validation and characterization of the L5178Y/TK+/- mouse lymphoma mutagen assay system.
Fast Algorithms for Mining Association Rules
Vascular dementia: diagnostic criteria for research studies. Report of the NINDS-AIREN International Workshop
The properties of gases and liquids
Staging of brain pathology related to sporadic Parkinson's disease
Identification of the cystic fibrosis gene: genetic analysis.
Cryptography And Network Security Principles And Practices
1. Last year, Laura, Aaron and Vicky put their heads together for Technovation Kids(TK), an international competition that encourages teenagers to create an app that solves a community problem.
去年,劳拉、亚伦和维姬为“科技创新儿童”(Technovation Kids,TK)集思广益,这是一个鼓励青少年开发解决社区问题的应用软件的国际比赛。
youdao
2. Tk is best used for smaller GUI needs.
Tk最适合用于较小的GUI需求。
youdao
3. You can install the frontend using gocr-tk.
你可以用gocr - tk来安装前端。
youdao
4. Even with Tk set up for Ruby it is somewhat clunky.
即使为Ruby设置了Tk,它仍然有点沉闷。
youdao
5. TK : I wish I were better equipped to answer that.
我希望我能有更多的资格来回答这问题。
youdao
6. If we want to generate graphical output, Tk offers the Canvas widget.
如果我们要输出图形,Tk提供了画布部件。
youdao
7. PHP/TK allows for construction of desktop GUI applications coded in PHP.
PHP/TK允许用 PHP编写代码构造桌面GUI应用程序。
youdao
8. TK Food created four brand new flavors of their baked wheat cookies.
传统知识食品四大品牌新出炉的小麦饼干口味。
youdao
9. Stir in such lightweight high-level language bindings as Perl/Tk or Tkinter.
请使用轻量级高级语言绑定(例如 Perl/Tk或 Tkinter)。
youdao
10. Refer to the Tk::bind reference for the complete list of events and modifiers.
请查阅Tk::bind的参考资料来获得事件和修饰符的完整列表。
youdao
11. TK Food USES unique baking technique to blend various flavors with creativity.
传统知识的食品采用了独特的烘烤技术融合与创造性的各种口味。
youdao
12. In a sense, the entire point of a GUI-toolkit (such as Tk) is to enable user interaction.
从某种意义上来讲,GUI工具箱(例如tk)的整个出发点就是为了实现与用户交互。
youdao
13. Examples below will show how succinctly this toolkit, called "Tk," expresses GUI solutions.
下面的示例将说明这个名为“Tk”的工具箱如何简洁地表达GUI解决方案。
youdao
14. The second, the Tk TestRunner, creates a familiar dialog to show the results of the tests.
第二种是TkTestRunner,它创建一个对话框来显示测试结果。
youdao
15. Start with a current Tcl 8.4; this saves the few megabytes added by a full Tcl/Tk installation.
以一个当前的Tcl 8.4开始;这节省了完全的 Tcl/Tk安装额外需要的几兆字节的空间。
youdao
16. TK-421 is the only Storm Trooper that is individually identified in the entire sequence of movies.
在整个一系列的《星球大战》电影中,TK- 421是唯一的个体识别的暴风突击队。
youdao
17. Bindings exist between GTK and a huge number of programming languages, more than either Qt, or even Tk.
绑定存在于gtk和大量编程语言之间,而不仅仅是Qt,或甚至是Tk。
youdao
18. The program presents an interface similar to the GDM face browser using the Tk GUI generation modules.
该程序将使用TkGUI生成模块呈现类似GDM face浏览器的界面。
youdao
19. Start with man Tk (or perldoc Tk), for an overview and a comprehensive list of simple and complex widgets.
输入manTk(或者perldoc Tk),就可以看到简单的和复杂的部件的概述和详细列表。
youdao
20. The TK-DL can test pressure vacuum breakers, reduced pressure backflow preventers or double check valve assemblies.
TK - DL可以检测压力真空断路阀,减压防回流阀或双止回阀总成。
youdao
21. The corresponding widget in Perl/Tk offers some special features that can make it attractive for other uses as well.
Perl/Tk中相应的窗口小部件具备一些特殊的特性,使得它在其他用途方面也具有吸引力。
youdao
22. After the loop, another canvas, password text box, and Submit button are created and packed into the Tk main window.
在循环完成后,另一套画布、密码文本框和Submit按钮将被创建并封装到t k主窗口中。
youdao
23. Finally, the Tk: : PathEntry widget is very simple: it provides a text input field for path names — but with a twist!
最后,Tk:PathEntry窗口小部件是非常简单的:它具有一个输入路径名的文本输入域——但是用到了一个技巧!
youdao
24. The first portion of the code uses the traditional UNIX pound-bang string (#!) to run the Tcl/Tk interpreter known as wish.
代码的第一部分中使用了传统的UNIX #!字符串来运行名为wish 的Tcl/Tk解释器。
youdao
25. The events Tk responds to are similar, but not completely equivalent, to the set of events defined by the X11 window system.
Tk响应的事件是类似于X11窗口系统定义的事件集,但是不完全相同。
youdao
26. To make a Canvas respond to user interaction, we need to explicitly bind a callback to an event, using the Tk: : bind function.
为了使画布能够响应用户的交互,我们需要使用Tk:bind函数显式地将回调绑定到事件。
youdao
27. At least, it would be, if Tk and Tkinter weren't so darn good that there's little reason for programmers to go looking for substitutes.
至少可以这么认为,如果Tk和Tkinter不是这么糟糕,程序员就没有理由去寻找替代品了。
youdao
28. Note that the explicit namespace Tk: : is necessary here, since the Canvas widget defines its own bind function that hides the inherited one.
(注意显式命名空间tk:在这里是必需的,因为画布部件定义了自己的bind函数是隐含继承的)。
youdao
29. Note that the explicit namespace Tk: : is necessary here, since the Canvas widget defines its own bind function that hides the inherited one.
(注意显式命名空间tk:在这里是必需的,因为画布部件定义了自己的bind函数是隐含继承的)。
youdao
TK




