虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

CONNECT

  • 这个程序是一个基于对话框的程序

    这个程序是一个基于对话框的程序,有一个简单的菜单.当用户选择"CONNECT"时,它将试图连接test.mdb数据库,如果连接成功,将显示由ODBC驱动程序返回的完整连接字符串.接下来,用户可选择"View All Records"命令,程序会使用listview control来显示数据库中的所有数据.用户还可以选择"Query"命令来查询特定的记录.例子程序将会显示一个小对话框提示用户输入想找的人名.当用户按下OK钮或回车键,程序将执行一个查询来查找符合条件的记录.当用户完成对数据库的操作时,可以选择"disCONNECT"命令与数据库断开连接.

    标签: 程序 对话框

    上传时间: 2017-09-18

    上传用户:lili123

  • Heterogeneous Wireless Access Networks

    With the rapid growth in the number of wireless applications, services and devices, using a single wireless technology such as a second generation (2G) and third gener- ation (3G) wireless system would not be efficient to deliver high speed data rate and quality-of-service (QoS) support to mobile users in a seamless way. The next genera- tion wireless systems (also sometimes referred to as Fourth generation (4G) systems) are being devised with the vision of heterogeneity in which a mobile user/device will be able to CONNECT to multiple wireless networks (e.g., WLAN, cellular, WMAN) simultaneously. 

    标签: Heterogeneous Wireless Networks Access

    上传时间: 2020-05-27

    上传用户:shancjb

  • InterCONNECTed+Networks

    Complex networks are powerful allies of our quest to tackle complexity in all of science. Many lines can be written about the benefits of using networks to study complex systems. Nevertheless, if I had to name their single most appealing property,Iwouldsaysimplicity.Onecanmaptheinteractingelementsofanysystem to a set of nodes, and CONNECT these nodes with a set of links according to their interactions. 

    标签: InterCONNECTed Networks

    上传时间: 2020-05-27

    上传用户:shancjb

  • Introduction+to+Mobile+Telephone+Systems

    Mobile telephone service (MTS) is a type of service where mobile radio tele- phones CONNECT people to the public switched telephone system (PSTN), to other mobile telephones or to other communication systems (such as to the Internet).

    标签: Introduction Telephone Systems Mobile to

    上传时间: 2020-05-27

    上传用户:shancjb

  • Wireless Communications & Networking

    During the past three decades, the world has seen signifi cant changes in the telecom- munications industry. There has been rapid growth in wireless communications, as seen by large expansion in mobile systems. Wireless communications have moved from fi rst-generation (1G) systems primarily focused on voice communications to third-generation (3G) systems dealing with Internet CONNECTivity and multi-media applications. The fourth-generation (4G) systems will be designed to CONNECT wire- less personal area networks (WPANs), wireless local area networks (WLANs) and wireless wide-area networks (WWANs).

    标签: Communications Networking Wireless

    上传时间: 2020-06-01

    上传用户:shancjb

  • Wireless+Mesh+Networking

    Wireless Mesh Networks (WMN) are believed to be a highly promising technology and will play an increasingly important role in future generation wireless mobile networks. WMN is characterized by dynamic self-organization, self-configuration and self-healing to enable quick deployment, easy maintenance, low cost, high scalability and reliable services, as well as enhancing network capacity, CONNECT- ivity and resilience.

    标签: Networking Wireless Mesh

    上传时间: 2020-06-01

    上传用户:shancjb

  • Security+and+Resiliency+Analytics

    Driven by the rapid advancement of technology and the growing need of business requirements, cyber communications are embedded in many physical systems. The integration of cyber and physical capabilities leads to the creation of many applica- tions with enormous societal impact and economic benefit. The emerging systems that CONNECT the cyber-world of computing and communications with the physical world are cyber-physical systems (CPS). 

    标签: Resiliency Analytics Security and

    上传时间: 2020-06-07

    上传用户:shancjb

  • 高清PDF电子书-基于嵌入式Linux的Qt图形程序实战开发351页

    高清PDF电子书-基于嵌入式Linux的Qt图形程序实战开发351页本书的主要内容 第一章认识 Qt。主要介绍了 Qt 的相关概念,Qt 不同的版本,Qt 安装在不同的平台上。 开发嵌入式的 Qt 应用软件时,需要建立的交叉编译环境。最后一小节,通过 Hello Qt 的文 本显示,简单的了解了一下 Qt 的开发以及编译流程。 第二章信号与槽。主要介绍了信号与槽的实现机制。信号与槽机制是 Qt 的核心机制, 信号与槽的关联通过调用 QObject 对象的 CONNECT 函数来将某个对象的信号与另外一个对 象的槽函数相关联,这样当发射者发射信号时,接收者的槽函数将被调用。并通过实例介绍 了信号和槽的创建和使用方法,最后介绍了信号与槽需要注意的问题。 第三章对话框设计。主要介绍了 Qt 中最常见的对话框类。其中包括如何自定义对话框 以及内建对话框的使用。对话框几乎贯穿整个学习过程,在常用软件中会经常出现,通过几 个例子介绍了它们的使用方法。 第四章创建主窗口。主要介绍了应用程序主窗口框架的组成:菜单栏、工具栏、锚接窗 口、中心部件、状态栏。常用的创建主窗口的方法,以及其优缺点和适用场合;完全使用代 码创建主窗口的方法和步骤;一些有关窗口部件的知识。 第五章自定义窗口部件。主要介绍了如何通过 Qt 类库中提供的多种类,子类化出相应 的窗口部件。另外介绍从 QWidget 基类直接开始继承,创造出自己的窗口部件。但一般提 倡使用 Qt 库中提供的已经存在的比较完善的类库,不提倡自己创建。在本章的最后介绍双 缓冲技术,双缓冲技术是用来优化绘制事件的显示。 第六章部件布局。主要介绍了 GUI 编程不可缺少的部分——Qt 布局管理,即使再简单 的程序,也需要有合理的布局,否则界面将失去价值。在本章详细介绍了 Qt 中的布局管理, 其中涉及到的布局管理类有布局管理器、分裂器、栈部件以及工作空间。其实多文档属于布 局管理,在第十三章中详细介绍。 第七章文本输入和表。主要介绍了 Qt 中的基本的文本输入控件,主要包括 QComboBox、 QLineEdit、QTextEdit。并介绍了 QTableView 类的子类 QTableWidget 类和 QTableWidgetItem 类,本章通过自己构造一个简单的单元格模型类 Cell 来介绍其有关各类的详细属性、成员 函数可参考 Qt 4.7 帮助文档。 第八章容器类。主要介绍了 Q

    标签: 嵌入式 linux

    上传时间: 2022-03-22

    上传用户:

  • Sigmawin+软件-伺服操作说明

    1运行sigmawin+1.1选择伺服驱动器sigmawin+软件开始运行时,会看到选择连接的对话框,根据实际使用的通信端口来选择伺服驱动器和PC的连接。选择连接伺服驱动器的方式:在线或离线状态,在线状态是默认设置在线方式:当要对伺服驱动器进行调谐和设置时需要使用在线方式离线方式:当要对参数进行调整以及检查屏幕显示和机械分析时使用离线方式当采用离线方式时选择相应系列的伺服,之后会出现sigmawin+软件的主窗口当选择在现方式时之后进行必要的通信端口的选择点击search按钮,搜索当先连接的端口,注:2-V为USB端口点击search按钮,当驱动器和PC成功连接后会出现如下对话框点击出现的相应型号的伺服驱动器然后按CONNECT按钮或者直接双击伺服驱动器来进行连接,sigmawin+软件的主窗口就会出现,点击cancel关闭当前对话框。Sigmawin+连接2-V后出现主窗口所有的应用功能都可以通过菜单栏或工具栏上面使用1.2工具栏直接点击工具栏上的图标就可以使用相应的功能1.3参数设定伺服驱动器的参数可以在离线模式和在线模式下进行设置,但是这两种状态下的参数设置画面是不同的。1.4参数的转换在sigmawin+软件主窗口中,点击parameters然后点击parameter converter选择需要转换的参数文件,即其他系列的伺服驱动器,点击open选中的文件将被导入,源文件对应的驱动器的型号会显示在conversion source中。转换后对应的驱动器型号也会在conversion destination中自动设置。注:如果选择了不能转换的文件,会出现以下对话框提示你选择了不能转换的文件。点击convert已选择的之前系列的驱动器参数文件将被转换成和2-V系列驱动器相一致的参数数据,而且会保存在新建的参数文件中。转换完成后,转换结果会显示在参数转换窗口中。如下:

    标签: sigmawin

    上传时间: 2022-05-31

    上传用户:

  • SEGGER J-FlASH ARM(jlink驱动)_V4.08_免费版

    1:打开J-Flash ARM后,首先点击File-OpenProject...,从中选择STM32F103RB.jflash。(例子芯片,直接在提示的目录下找)    2.点击File-Open data file...选择要烧录的可执行文件(.hex 或者 .bin) 3:options-project settings  在里面配置cpu型号,下载方式 4: 选择烧录文件后,点击Target-CONNECT,链接一下硬件是否通。如果能够连接成功会了LOG窗口最后一行显示“CONNECTed successfully”。5:按F3擦除芯片。6.按F5键将程序写入芯片。7.硬件链接上之后,点击Target-Secure chip防止程序被恶意读出。如果您的芯片用于调试,不要执行本步骤。

    标签: J-Flash

    上传时间: 2022-06-22

    上传用户:kingwide