What you will learn from this book Set up the wx main frame by adding your own Frame class to the application Create two stage widgets by using a three step process Set up an event handler, customize, receive and handle events by using custom controls and event propagation Create tooltips with rich content and add tooltips to controls Retrieve information from users using common Dialogs Enhance design and layout, hide and show controls dynamically during runtime by using sizers Create a custom XRC resource handler class to use custom widget classes in XRC Simplify window layout using the SizedControls library Draw basic shapes in a Device Context and draw gradients with ease by using a GraphicsContext Design a custom dialog class Make multi-threaded wxPython applications Capture output from other applications and display it in a wxPython GUI Access platform specific application and resource directories using wxStandardPaths Embed images into python files using wxPython's embedded image tool and classes Add robust exception handling to an application Bundle a wxPython application for distribution making your applications interface translatable
2019-12-21 19:32:06 3.15MB Python WxPython GUI Cookbook
1
C++ boost application development cookbook 第二版,含pdf, epub, azw3和源代码
2019-12-21 19:28:17 10.45MB c++ boost
1
[此书为滑模控制国外经典教材,《Sliding Mode Control:Theory and application》,作者C Edwards, S Spurgeon] In the formation of any control problem there will be discrepancies between the actual plant and the mathematical model for controller design. Sliding mode control theory seeks to produce controllers to over some such mismatches. This text provides the reader with a grounding in sliding mode control and is appropriate for the graduate with a basic knowledge of classical control theory and some knowledge of state-space methods. From this basis, more advanced theoretical results are developed. Two industrial case studies, which present the results of sliding mode controller implementations, are used to illustrate the successful practical application theory.
2019-12-21 19:27:20 117.7MB 滑模控制 国外经典教材
1
属于比较专业的滤波器设计的原版书籍,具有很好的学习和借鉴意义,后续还有新版本资料更新,希望能给射频和微波行业也从业工作者一些借鉴和帮助。
2019-12-21 19:27:20 9.01MB Microstrip Filters for RF
1
Measurement and Instrumentation - Theory and Application
2019-12-21 19:25:38 29.46MB 测试 仪器
1
朗讯公司的EDFA(掺铒光纤放大器)专用的光路设计软件,但是只能用他们的掺铒光纤为基材。
2019-12-21 18:58:22 1.72MB Oasix Application 3.1
1
很多服务器应用程序使用HTTP之外的其他协议。他们在计算机之间维护一个持久性的连接。应用服务器可以清楚的知道是谁连接上来,而且何时中断连接。因为它们知道每一个连接的状态,以及每一个使用它的人。这称之为状态协议。 相反, HTTP是一个无状态协议。HTTP Server 可以接受来自于各种客户的各种请求,并提供各种响应,即使是这个响应仅仅是说No。没有大量的协商和连接持久性,无状态协议可以处理大量的请求。这也是Internet 可以扩展到很多计算机的原因。 HTTP 成为通用标准的原因是其简单性。HTTP请求看起来就像一个平常的文本文档。这使应用程序很容易创建HTTP请求。你甚至可以通过标准的程序如Telnet来手动传递一个HTTP请求。当HTTP响应返回时,它也是一个开发者可以直接阅读的平面文本。HTTP请求的第一行包含方法,其后是请求的来源地址和HTTP版本。HTTP请求头跟在首行后面,可以没有也可以有多个。HTTP头向服务器提供额外的信息。可以包括浏览器的种类和版本,可接受的文档类型,浏览器的cookies等等。7 种请求方法中, GET和 POST是用得最多的。
2019-12-21 18:57:28 83KB jsp sql
1
利用web程序语言(asp.net)做的网页聊天小应用
2019-12-21 18:55:06 126KB session application cookie
1
Hidden Markov Models (HMMs) provide a simple and effective framework for modelling time-varying spectral vector sequences. As a consequence, almost all present day large vocabulary continuous speech recognition (LVCSR) systems are based on HMMs. Whereas the basic principles underlying HMM-based LVCSR are rather straightforward, the approximations and simplifying assumptions involved in a direct implementation of these principles would result in a system which has poor accuracy and unacceptable sensitivity to changes in operating environment. Thus, the practical application of HMMs in modern systems involves considerable sophistication. The aim of this review is first to present the core architecture of a HMM-based LVCSR system and then describe the various refinements which are needed to achieve state-of-the-art performance. These refinements include feature projection, improved covariance modelling, discriminative parameter estimation, adaptation and normalisation, noise compensation and multi-pass system combination. The review concludes with a case study of LVCSR for Broadcast News and Conversation transcription in order to illustrate the techniques described.
2019-12-21 18:51:31 617KB HMM ASR AI
1
找了好久,终于找到正式版本的英文原版。不是CSDN里面其它的chm或者网页转来的pdf版本 -- 这个是正式的完美英文正式版本! 带正式目录!
2019-12-21 18:50:45 4.64MB Model Pattern Martin Fowler
1