搜索结果

找到约 142 项符合 edIt 的查询结果

VC书籍 VC技术内幕第五版_English.The 6.0 release of Visual C++ shows Microsoft s continued focus on Internet techno

VC技术内幕第五版_English.The 6.0 release of Visual C++ shows Microsoft s continued focus on Internet technologies and COM, which are key components of the new Windows Distributed interNet Application Architecture (DNA). In addition to supporting these platform initiatives, Visual C++ 6.0 also adds a ...
https://www.eeworm.com/dl/686/138415.html
下载: 76
查看: 1066

Java编程 JAVA小程序

JAVA小程序,分别是建立文本编辑器,EDIT的显示输入和非显示输入,设置字体及颜色,菜单设计,建立象限小程序,在小程序中引入多媒体,建立电话号码簿编辑器,建立时钟应用程序,编写自己的软件包,建立控制台应用程序,建立调色板应用程序,建立数据库应用程序,建立霓虹灯动画小程序。 ...
https://www.eeworm.com/dl/633/146690.html
下载: 82
查看: 1026

Delphi/CppBuilder DELPHI basicCtrl+NUM 直接将光标跳到NUM处

DELPHI basicCtrl+NUM 直接将光标跳到NUM处,NUM是用Ctrl+Shift+NUM设置的标号。 NUM不能用小键盘。 Ctrl+Home 将光标移至文件头。 Ctrl+End 将光标移至文件尾。 Ctrl+B Buffer List窗口。 Ctrl+I 同Tab键。 Ctrl+M 同Enter键。 Ctrl+N 同Enter键,但光标位置保持不变。 Ctrl+T 删除光标右边的一个单词。 Ctrl+Y 删除光标所 ...
https://www.eeworm.com/dl/664/147749.html
下载: 63
查看: 1061

Applet How to Use Tables With the JTable (in the API reference documentation) class you can display tables

How to Use Tables With the JTable (in the API reference documentation) class you can display tables of data, optionally allowing the user to edit the data. JTable doesn t contain or cache data it s simply a view of your data. Here s a picture of a typical table displayed within a scroll pane
https://www.eeworm.com/dl/634/148398.html
下载: 91
查看: 1091

编辑器/阅读器 这是一个简单的编辑器雏形

这是一个简单的编辑器雏形,这里用到了屏幕开发库 curses 和键盘函数 keypad,程序可移动光标,输入,删除,增加代码就可成为功能强大的编辑器了, 编译程序:gcc -I/usr/include/ncurses edit.c -o edit -lncurses
https://www.eeworm.com/dl/626/159567.html
下载: 120
查看: 1048

数值算法/人工智能 本题所涉及的有关操作是从控件中选择所要创建的链表的类型(用VC的Radio Button 实现选择)

本题所涉及的有关操作是从控件中选择所要创建的链表的类型(用VC的Radio Button 实现选择),然后在编辑控件(Edit Button)中输入数据,然后创建链表时从控件中截取数据,转化为数学数据后,通过对链表入链操作,从而建立起一个链表。链表建立起来后,要求在窗口中以图形方式输出链表,窗口图形显示,主要是利用画直线和画 ...
https://www.eeworm.com/dl/518/163216.html
下载: 169
查看: 1062

Windows CE Wince.Net平台上使用标准API实现的控件界面

Wince.Net平台上使用标准API实现的控件界面,使用API实现了标准BUTTON、EDIT、RADIO控件的功能!
https://www.eeworm.com/dl/674/170850.html
下载: 199
查看: 1050

其他书籍 IP核生成器生成 ip 后有两个文件对我们比较有用

IP核生成器生成 ip 后有两个文件对我们比较有用,假设生成了一个 asyn_fifo 的核,则 asyn_fifo.veo 给出了例化该核方式(或者在 Edit->Language Template->COREGEN 中找到 verilog/VHDL 的例化方式)。asyn_fifo.v 是该核的行为模型,主要调用了 xilinx 行为模型库 的模块,仿真时该文件也要加入工程。 ...
https://www.eeworm.com/dl/542/176803.html
下载: 38
查看: 1023

Internet/网络编程 HTML Editor for VC++ 6.0:Today, applications often need a rich user interface. One of them is abilit

HTML Editor for VC++ 6.0:Today, applications often need a rich user interface. One of them is ability to compose or edit HTML documents in an easy, effective, and reliable way. This article and source code attached give you a nice control to perform this task. And now, the best part: This control wo ...
https://www.eeworm.com/dl/620/178506.html
下载: 70
查看: 1061

汇编语言 1. 利用W32汇编

1. 利用W32汇编,设计Window窗口程序,并设计按钮,菜单,工具条,Edit等Window界面控件元素。 2. 实现将两个Edit控件中的数字进行相加,结果用MessageBox弹出。
https://www.eeworm.com/dl/644/183844.html
下载: 31
查看: 1037