日内交易系统,短期价格模式和突破系统,供大家参考
2021-12-08 21:13:30 20.22MB day trading
1
工作流模式的详细介绍,工作流控制模式共有43种,分为8组,分别是基本控制模式、高级分支和同步模式、多实例 模式、状态模式、取消和强制完成模式、迭代模式、结束模式和触发模式。
2021-12-04 16:05:22 4.86MB workflow patterns
1
Real-Time Design Patterns: Robust Scalable Architecture for Real-Time Systems By Bruce Powel Douglass Publisher : Addison Wesley Pub Date : September 27, 2002 ISBN : 0-201-69956-7 Pages : 528 When creating real-time and embedded (RTE) systems, there is no room for error. The nature of the final product demands that systems be powerful, efficient, and highly reliable. The constraints of processor and memory resources add to this challenge. Sophisticated developers rely on design patterns—proven solutions to recurrent design challenges—for building fail-safe RTE systems. Real-Time Design Patterns is the foremost reference for developers seeking to employ this powerful technique. The text begins with a review of the Unified Modeling Language (UML) notation and semantics then introduces the Rapid Object-Oriented Process for Embedded Systems (ROPES) process and its key technologies. A catalog of design patterns and their applications follows. Key topics covered in this book include: Identifying large-scale strategic decisions that affect most software elements Coordinating and organizing system components and subsystems Managing memory and resources Defining how objects can be distributed across multiple systems Building safe and reliable architectures Mapping subsystem and component architectures to underlying hardware The book's extensive problem-solving templates, which draw on the author's years in the trenches, will help readers find faster, easier, and more effective design solutions. The accompanying CD-ROM (Examples link) contains: Related papers Object Management Group (OMG) specifications Rhapsody(TM)—a UML-compliant design automation tool that captures the analysis and design of systems and generates full behavioral code with intrinsic model-level debug capabilities RapidRMA(TM)—a tool that integrates with Rhapsody(TM) to perform schedulability and timeliness analysis of UML models
2021-12-04 15:26:04 5.76MB Design Patterns Real-Time
1
Android_patterns 我们可以创建的所有可能的Android模式。使用python和pygame库的清晰可视化。 这是所有可能的android模式的简单可视化项目。 使用pygame pytho模块查看图形。 建立有效模式所遵循的规则:1]必须至少连接4个触点。 2]最大数量为9。3]接触点只能使用一次。 4]除非以前使用过,否则两个连接点之间的中间点必须按模式顺序包括在内。 5]起点和终点应该不同6]不能举手 1]在条件下使用所有组合->从4点开始到9点不同的有效组合注意:组合期间元素的顺序确实很重要。 >>> from math import factorial as f >>> sum([f(9)/f(5),f(9)/f(4),f(9)/f(3),f(9)/f(2),f(9)/f(1),f(9)/f(0)]) 985824.0 >>> #with atleast
2021-12-02 19:15:47 192KB Python
1
Head First Design Patterns设计模式 带目录 600页全
2021-12-02 12:09:59 38.14MB 设计模式
1
Design Patterns 设计模式 东北大学软件学院 宋杰
1
蝴蝶图案 蝴蝶,扩展结构的模式是由布莱斯Gilmore发现的。 然而,比率被定义的精确对齐在斯科特·卡尼的1998年出版的书《“谐波交易员者》。 这已成为行业标准的结构。 斯科特的理想蝴蝶图案需要特定的斐波纳契比例结构进行验证。 这些测量包括强制0.786回档位的XA腿在B点,它定义了一个更精确的潜在逆转区(PRZ)和更重要的交易机会。 同时,蝴蝶模式必须包括一个AB = CD模式是一个有效的信号。 AB = CD模式将拥有一个扩展CD腿1.27或1.618的AB的腿。 尽管这是一个重要的要求一个有效的交易信号,模式中的最关键的数量是1.27 XA的腿。 XA计算通常是由一个极端的补充(2.00,2.24,2.618)投影。 这些数据创建一个特定的潜在逆转区(PRZ),可以产生强大的逆转,特别是当模式在历史新高或新低价格水平。
2021-11-23 13:54:54 51KB 蝴蝶 指标 Harmonic Patterns
1
2012刚出的,hku这个学期的上课参考教材
2021-11-15 14:08:00 3.63MB 设计模式
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
这是一本非常经典的关于设计模式的书籍,可堪称是设计模式的圣经。书中详细介绍了23中常用的设计模式,希望对正在学习软件工程或是系统架构的计算机工作人员带来帮助!
2021-11-10 07:23:45 5.05MB 设计模式 GOF 软件工程
1