Prentice-Hall.Cross-Platform.GUI.Programming.with.wxWidgets
2021-11-14 20:52:04 18.42MB GUI wxWidgets 跨平台
1
This self-contained textbook assumes that the reader has some familiarity with one programming language, and adopts a simple yet rigorous approach. The author explains the main programming paradigms (imperative, object-oriented, functional, and logic), and makes clear separation between the design, implementation and pragmatic aspects of programming languages. As well as an excellent guide for undergraduates the content will also be useful for software practitioners who want to consolidate and update their knowledge of programming languages.
2021-11-14 20:30:02 2.88MB Programming Languages
1
互补性 该软件包为(1)混合互补问题(MCP)和(2)带有平衡问题的数学程序(MPEC)提供了建模语言。 注意@complmentarity对于MCP, @complements对于MPEC, @complements 。 混合互补问题(MCP) 注意: 已在v0.6.2和v1.1.0之间完全重写。 现在,PATHSolver.jl既提供了指向解算器的接口,又提供了与JuMP的集成,但目前仅限于线性问题。 对于非线性问题,您仍然需要使用 ,现在它还使用新的PATHSolver.jl作为其求解器。 Complementarity.jl的大多数部分保持不变,除了如何传递求解器选项。 该软件包提供了一个建模和计算接口,用于解决(MCP):通过建模,以及通过和计算。 请参阅。 F(x) ⟂ lb ≤ x ≤ ub 一个非常简单的例子: (x+2) x = 0, x ≥ 0, x+2
1
《hive编程指南》是一本apache hive的编程指南,旨在介绍如何使用hive的sql方法——hiveql来汇总、查询和分析存储在hadoop分布式文件系统上的大数据集合。全书通过大量的实例,首先介绍如何在用户环境下安装和配置hive,并对hadoop和mapreduce进行详尽阐述,最终演示hive如何在hadoop生态系统进行工作。 《hive编程指南》适合对大数据感兴趣的爱好者以及正在使用hadoop系统的数据库管理员阅读使用。 Edward Capdolo,Media6degrees公司系统管理员,他是Apache软件基金会成员,还是Hadoop-Hive项目成员。 Dean Wampler,Think Big Analytics公司总顾问,对大数据问题以及Hadoop和机器学习有专门的研究。 Jason Rutherglen,Think Big Analytics公司软件架构师,对大数据、Hadoop、搜索和安全有专门的研究。
2021-11-13 11:40:25 26.31MB hive
1
linux socket编程的英文版教程,里面包含实例包
2021-11-12 23:13:43 1.07MB linux socket programming by
1
Modern C++ Design Generic Programming and Design Patterns Applied CH(PDF)+EN(CHM)+SOURCE
2021-11-12 14:32:33 13.88MB C++
1
4.3 ERSPAN配置 4.3.1 ERSPAN概述 ERSPAN(Encapsulated Remote Port Analyzer),即跨网络远端端口镜像,功能是将交换 机上一个或多个端口(被镜像端口)的数据复制到网络中某个设备上,通过镜像可以在 监控端口上获取这些被镜像端口的数据,以便进行网络流量分析、错误诊断等。 在ZXR10 5900E上使用ERSPAN功能应遵循如下规则: l 最多可支持1组ERSPAN,每组最多可支持8个被镜像端口。 l 支持跨接口板的端口镜像,即被镜像端口、监控端口可以在不同接口板上。 l 可以只监控被镜像端口发送的数据或接收的数据。 l 支持跨设备的镜像,即被镜像端口、监控端口可以在不同的设备上。 4.3.2 配置ERSPAN 步步步骤骤骤 命命命令令令 功功功能能能 1 ZXR10(config-gei_1/x)#monitor session source [ direction { both| tx| rx} ] 在端口模式设置被镜像端口及数据 流方向和监控端口 ZXR10(config-tunnelX)#tunnel mode gre ip ZXR10(config-tunnelX)#tunnel dest ip ZXR10(config-tunnelX)#tunnel source ip 2 ZXR10(config-tunnelX)#monitor session destination erspan [ ttttttlll | flags{ disable| enable} | tttpppiiiddd | dddssscccppp ] 在隧道模式设置ERSPAN l ttl:封装的GRE头里的ttl字段 l flags:指是否要去掉负载中的tag l tpid:只能配置0x8100 l dscp:封装的GRE头里的dscp字 段 3 ZXR10(config)#show monitor session { all | } 显示ERSPAN的配置和状态 4 ZXR10(config-tunnelX)#nnnooo ssseeessssssiiiooonnn {aaallllll ||| <<
2021-11-11 15:18:47 5.68MB 交换机
1
Programming Windows with MFC是非常好的学习MFC的教材,该资源是此书的源代码。
2021-11-11 15:03:05 2.96MB Programming Windows with MFC
1
选项 正确,易于使用的TypeScript选项类型。 像Scala选项一样; 请参阅。 安装 # Using Yarn: yarn add tsoption # Or, using NPM: npm install tsoption --save 用法 注意:您可以使用JavaScript代替TypeScript,但这并不那么有趣。 let a = Option . of ( 3 ) // Some(3) . flatMap ( _ => Some . of ( 5 ) ) // Some(5)
2021-11-11 10:56:03 57KB typescript scala functional-programming monad
1
Qt 5, the latest version of Qt enables the developers to develop applications with complex user interfaces for multiple targets. It gives faster, smarter ways to create modern UIs and application for multiple platforms thus guarantying cross-platform development at its best.This book teaches how to design and build a graphical user interface that is functional, appealing, and user-friendly using Qt5. In the initial part of the book, you will learn what is Qt5 and what you can do with it. You will dive into Qt Designer and discover different types of widgets generally used in Qt5 and then connecting your application to the database for dynamic operations. Moving on you will be introduced with the most anticipated feature in latest version of Qt5 - Qt5 chart which allows to easily render different types of graphs and charts and then incorporating List View Widgets in your application. You will be working with various Qt modules like QtLocation, Qt WebEngine, Multimedia, Graphics and Networking module and learn how to build them in your projects. The last part focuses cross-platform development with QT5 that enables developers code once and run it everywhere, natively, including mobile platforms. This book delivers the bigger picture of GUI programming by building real-world, productive, and fun application. By the end of this book, you will successfully learn high-end GUI applications, and will be capable of building many more powerful, cross-platform applications.
2021-11-10 22:47:30 15.88MB C++ QT5
1