Welcome![Sign In][Sign Up]
Location:
Search - BT

Search list

[Button controlDemo7

Description: 设计一个窗口, 窗口中的元素如下: 菜单,其内容模仿记事本的菜单 三个文本框,一个按钮.在前两个文本框中输入两个整数, 点击按钮后把两数之和显示到第三个文本框中.-package cn import java.awt.* import java.awt.event.ActionEvent import java.awt.event.ActionListener import java.awt.event.WindowAdapter import java.awt.event.WindowEvent public class Mywindow extends Frame implements ActionListener{ private MenuBar mb=new MenuBar() private Menu menu1=new Menu("文件") private Menu menu2=new Menu("查看") private MenuItem mi_open=new MenuItem("打开") private MenuItem mi_save=new MenuItem("保存") private MenuItem mi_state=new MenuItem("状态") private TextField t1=new TextField(10) private TextField t2=new TextField(10) private TextField t3=new TextField(10) private Button bt=new Button("求和") public Mywindow(){ this.setTitle("这是我的第一个窗口程序") menu1.add(mi_open) menu1.add(mi_save) menu2.add(mi_state) mb.add(menu1) mb.add(menu2) this.setMenuBar(mb) this.setLayout(new FlowLayout()) this.add(t1) this.add(t2) this.add(bt) this.add(t3) t3.setEditable(false) bt.addActio
Platform: | Size: 3072 | Author: | Hits:

[Button controlDemo8

Description: 写一个应用程序,要求编写一个Panel的子类MyPanel,MyPanel中有一个文本框和一个按钮,要求MyPanel的实例作为其按钮的ActionEvent事件的监视器,当单击按钮时,程序获取文本框中的文本,并将该文本作为按钮的名称。然后再编写一个Frame的子类,即窗口。窗口的布局为BorderLayout布局。窗口中添加两个MyPanel面板,分别添加到窗口的东部区域和西部区域-MyPanel.Java package cn import java.awt.* import java.awt.event.* public class MyPanel extends Panel implements ActionListener{ TextField tf Button bt public MyPanel() { tf=new TextField(10) bt=new Button("按钮") this.add(tf) this.add(bt) this.setLayout(new FlowLayout()) bt.addActionListener(this) this.setVisible(true) } public void actionPerformed(ActionEvent e) { if(e.getSource()==bt){ bt.setLabel(tf.getText()) } } } MyFrame.Java package cn import java.awt.BorderLayout import java.awt.Frame import java.awt.event.* public class MyFrame extends Frame { MyPanel p1,p2 public MyFrame() { p1=new MyPanel() p2=new MyPanel() this.setLayout(new BorderLayout()) this.add(p1) this.add(p2) this.setBounds(100,100,400,200) this.setVisible(true) this.addWindowListener(new WindowAdapter() { public void windowClosing(WindowEvent arg0) { System.exit(0) } }) this.
Platform: | Size: 4096 | Author: | Hits:

[Internet-Networkbtom.7z

Description: BT种子转换成磁力连接的源码,delphi编写,内容超赞-BT seeds into the magnetic connection of the source code, delphi prepared, the contents of awesome
Platform: | Size: 503808 | Author: 龙少 | Hits:

[FlashMXbt

Description: 很好的饼图,能够动态翻转,三维效果,唯一是没有标签注示-Good pie, the ability to dynamically flip, three-dimensional effect, the only label Note show
Platform: | Size: 6144 | Author: zhangjyy | Hits:

[Internet-NetworkdcPP

Description: dc++,开源的p2p源代码,在bt,emule出现以前,还是有很多人用过,可惜现在已经风头不及当年了。。。 -dc++ open source p2p source code, before the advent of the bt, emule, there are still a lot of people used, but unfortunately limelight less than the . .
Platform: | Size: 70656 | Author: | Hits:

[Internet-Networkxbt

Description: BT客户端,windows下BT客户端的源码,对了解BT的原理和一些网络编程有很大的帮助。-BT client, the windows BT client source for understanding BT' s principle and a great help to the number of network programming.
Platform: | Size: 348160 | Author: 邹浩 | Hits:

[Internet-NetworkLinuxBT

Description: 在linux环境下利用BitToorent协议实现文件分发,下载。-BT download software development
Platform: | Size: 8903680 | Author: 马艳会 | Hits:

[VC/MFCCTorrent

Description: Bitorrent源代码以及分析,详细介绍了BT开发原理以及源码分析-Bitorrent code
Platform: | Size: 2302976 | Author: 汪卫星 | Hits:

[P2Plibtorrent-rasterbar-0.15.4.tar

Description: 很好的bt开源库 可以帮助开发者短时间内拥有自己的P2P下载 并且有助于研究P2P-ibtorrent is a feature complete C++ bittorrent implementation focusing on efficiency and scalability. It runs on embedded devices as well as desktops. It boasts a well documented library interface that is easy to use. It comes with a simple bittorrent client demonstrating the use of the library.
Platform: | Size: 2569216 | Author: yangmingliang | Hits:

[Windows DevelopbMonoTorrentGt

Description: bt下载功能用CSHARP代代码编写的,希望能够让大家满意 -bt download function with CSHARP generation of code written, and want to be able to let everyone satisfied
Platform: | Size: 1728512 | Author: 设施 | Hits:

[CommunicationDSPSample

Description: DSP_SDK实现的BT下载,待慢慢细看-BT download DSP_SDK achieve, to be read carefully
Platform: | Size: 4656128 | Author: enjel | Hits:

[Internet-NetworkDLBT-SDKv3.6.5

Description: 点量BT下载器的开发目的是让用户无需关心和了解BT的具体实现细节,只需要写几十行甚至几行代码,便可以实现一个功能完善而且强大的BT应用软件。目前点量P2P源代码已经在多家客户的游戏更新系统 / P2P VOD点播系统 / 视频更新 / 文件BT传输分发下载等系统中广泛应用。有众多正式客户资源,经历了广泛的测试,功能完善和成熟。 点量P2P源码使用高效的c++代码编写,提供标准的动态链接库(DLL),可供C/C++、Delphi、C#、Java、VB、Borland C++等语言和各常用开发环境调用,让您完全像调用系统API一样的调用。-The Dolit BT download development purposes so that users do not need to care about and understand the specific implementation details of the BT just need to write dozens of lines or even a few lines of code, we can achieve a full-featured and powerful BT applications. Point the amount of P2P source code has been widely used game update system of the number of customers/P2P VOD demand system/video updates/file BT transmission distribution download system. There are many formal customer resources, undergone extensive testing, functional perfection and maturity. Point the amount of P2P source the efficient c++ code written in standard dynamic link library (DLL), available for C/C++, Delphi, C#, Java, VB, Borland C++ other languages ​ ​ and commonly used development environment call exactly like call the system API call.
Platform: | Size: 3461120 | Author: Lillian | Hits:

[VC/MFCtype

Description: 杭电ACM试题分类 第一篇 1001 这个就不用说了吧 1002 简单的大数 1003 DP经典问题,最大连续子段和 1004 简单题 1005 找规律(循环点) 1006 感觉有点BT的题,我到现在还没过 1007 经典问题,最近点对问题,用分治 1008 简单题 1009 贪心 1010 搜索题,剪枝很关键 1011 1012 简单题 1013 简单题(有个小陷阱) 1014 简单题 1015 可以看作搜索题吧 1016 经典的搜索 1017 简单数学题 1018 简单数学题 1019 简单数学题 1020 简单的字符串处理 1021 找规律的数学题 1022 数据结构的题(栈的应用) 1023 特殊的数(Catalan Number) 1024 经典DP,最大M子段和 1025 经典DP,最长递增子序列(要用NLogN的方法过) 1026 搜索 -杭电ACM试题分类 第一篇 1001 这个就不用说了吧 1002 简单的大数 1003 DP经典问题,最大连续子段和 1004 简单题 1005 找规律(循环点) 1006 感觉有点BT的题,我到现在还没过 1007 经典问题,最近点对问题,用分治 1008 简单题 1009 贪心 1010 搜索题,剪枝很关键 1011 1012 简单题 1013 简单题(有个小陷阱) 1014 简单题 1015 可以看作搜索题吧 1016 经典的搜索 1017 简单数学题 1018 简单数学题 1019 简单数学题 1020 简单的字符串处理 1021 找规律的数学题 1022 数据结构的题(栈的应用) 1023 特殊的数(Catalan Number) 1024 经典DP,最大M子段和 1025 经典DP,最长递增子序列(要用NLogN的方法过) 1026 搜索
Platform: | Size: 4096 | Author: 杨怡君 | Hits:

[.netGGBT

Description: bt程序源码,c++编写。与大家分享,欢迎下载。-bt program source code
Platform: | Size: 18764800 | Author: 东方之珠 | Hits:

[OtherBT_introduce

Description: 详细介绍BT协议的工作原理,适合研究P2P的和开发BT的人用-Details BT protocol works, for research of P2P and development BT' s human
Platform: | Size: 1206272 | Author: 时培轩 | Hits:

[DSP programDemoGCtronic-complete

Description: dspic6014a的demo程序,实现蓝牙通讯功能。-the demo programe of dspic6014a,illustrate the bt communication.
Platform: | Size: 842752 | Author: yufeng zhan | Hits:

[DSP programDemoGCtronic

Description: dspic6014a的demo程序,实现蓝牙通讯功能。-the demo programe of dspic6014a,illustrate the bt communication.
Platform: | Size: 1686528 | Author: yufeng zhan | Hits:

[source in ebookITU-BT656

Description: ITU-BT 652标准中文版及其他相关资料-ITU-BT 652 standard Chinese version, and other relevant information ...
Platform: | Size: 1716224 | Author: | Hits:

[Windows Developdlbtsrc

Description: 点量BT源码v3.6.5版的源码下载,比较全,包含了主程序的C#版、VC++(MFC)版、VB版以及Delphi版和Boland C++版的各种语言演示源码-Compare the whole point amount BT source code version of the source code download v3.6.5 contains C# version of the main program (MFC) version VC++, VB, Delphi Edition and Boland C++ version of the various language demo source
Platform: | Size: 3463168 | Author: kbh2006 | Hits:

[JSPBT-J2ME

Description: J2ME excercises in Vietnamese
Platform: | Size: 267264 | Author: nam | Hits:
« 1 2 ... 42 43 44 45 46 4748 49 50 »

CodeBus www.codebus.net