Andreas Weis - Quickly Estimating Powers of Two1/15 Quickly Estimating Powers-of-Two Andreas Weis Woven Planet CppCon 20212/15 About me ComicSansMS @DerGhulbus Co-organizer of the Munich C++ User Group Currently working as a Runtime Framework 223 =? 236 =? 2128 =?4/15 Small Powers of Two 21 = 2 22 = 4 23 = 8 24 = 16 25 = 32 26 = 64 27 = 128 28 = 256 29 = 5125/15 Small Powers of Two 21 = 2 22 = 4 23 = 8 24 = 16 25 = 32 26 = 5126/15 Small Powers of Two 21 = 2 22 = 4 23 = 8 24 = 16 25 = 32 26 = 64 27 = 128 28 = 256 (Number of states in an 8 bit char) 29 = 5127/15 Small Powers of Two 21 = 2 22 = 4 23 = 8 ⋄ 240 码力 | 56 页 | 326.32 KB | 6 月前3
The Beauty and Power of Primitive C++The Beauty and Power of “Primitive” C++ Bjarne Stroustrup Morgan Stanley, Columbia University www.Stroustrup.com Stroustrup - "Primitive" - CppCon 2020 1This year is different Stroustrup - "Primitive"0 码力 | 53 页 | 1.03 MB | 6 月前3
Leveraging the Power of C++ for Efficient Machine Learning on Embedded DevicesLeveraging the power of C++ for efficient machine learning on embedded devices Adrian Stanciu adrian.stanciu.pub@gmail.com CppCon, 2023 1 / 50About me ◮ I am a software engineer from Romania ◮ I have thermostats) ◮ Medical equipment (e.g. pacemakers) ◮ Characteristics: ◮ Limited hardware resources ◮ Low power consumption ◮ May have real-time performance constraints 7 / 50Machine learning on embedded devices0 码力 | 51 页 | 1.78 MB | 6 月前3
Applicative: The Forgotten Functional PatternQUESTION OF POWER? A QUESTION OF POWER? 69A QUESTION OF POWER? A QUESTION OF POWER? Every monad is an applicative. Every monad is an applicative. 69.1A QUESTION OF POWER? A QUESTION OF POWER? Every monad powerful" than applicative. Monad is "more powerful" than applicative. 69.2A QUESTION OF POWER? A QUESTION OF POWER? Every monad is an applicative. Every monad is an applicative. Monad is "more powerful" You can do everything with monad that you can do with applicative. 69.3A QUESTION OF POWER? A QUESTION OF POWER? Every monad is an applicative. Every monad is an applicative. Monad is "more powerful"0 码力 | 141 页 | 11.33 MB | 6 月前3
云原生go-zero微服务框架设计思考rpc call rpc服务层 - zRPC Power of Two Choices ● 默认算法 ● 当前请求数 ● 处理时长 ● 指数加权移动平均 参考自Nginx & Envoy & Finagle & Linkerd: ● https://www.nginx.com/blog/nginx-power- of-two-choices-load-balancing-algorithm/0 码力 | 29 页 | 5.70 MB | 10 月前3
Django CMS 3.11.10 DocumentationCMS since version 4 has been stripped of some functionality to allow for better implementations. The two most important examples are the now separate apps django CMS versioning and django CMS alias. We highly defined by Django applications. django CMS defines blocks for CSS and JavaScript, and requires these two tags. We recommended placing {% render_block "css" %} just before the tag, and and {% render_block find the Polls application. Create a new Poll, for example: Question: Which browser do you prefer? Choices: Safari Firefox Chrome Now if you visit http://localhost:8000/en/polls/, you should be able to see0 码力 | 493 页 | 1.44 MB | 7 月前0.03
Django CMS 4.1.x DocumentationCMS since version 4 has been stripped of some functionality to allow for better implementations. The two X_FRAME_OPTIONS = "SAMEORIGIN" from django.conf.urls.i18n import i18n_patterns from django.urls import defined by Django applications. django CMS defines blocks for CSS and JavaScript, and requires these two tags. We pip install djangocms-versioning pip install djangocms-alias "djangocms_versioning", "djangocms_alias" find the Polls application. Create a new Poll, for example: Question: Which browser do you prefer? Choices: Safari Firefox Chrome Now if you visit http://localhost:8000/en/polls/, you should be able to see0 码力 | 518 页 | 1.66 MB | 7 月前3
Django CMS 3.0.x Documentationusing south: python manage.py migrate polls At this point you should be able to create polls and choices in the Django admin - localhost:8000/admin/ - and fill them in at /polls/. However, in pages of the and provide your users with a streamlined editing experience. Registering Toolbar items There are two ways to control what gets shown in the toolbar. One is the CMS_TOOLBARS setting. This gives you full for example: CMS_TEMPLATES = ( ('template_1.html', 'Template One'), ('template_2.html', 'Template Two'), ) We will create the actual template files at a later step, don’t worry about it for now. Simply0 码力 | 180 页 | 1.56 MB | 7 月前3
Python 标准库参考指南 2.7.18 想了解更多有关类方法的信息,请参阅 types 。 2.2 新版功能. 在 2.4 版更改: Function decorator syntax added. cmp(x, y) Compare the two objects x and y and return an integer according to the outcome. The return value is negative if x < 集合,而不 是试图保证结果的严格性或一致性,它具体的行为也可能在不同版本之间改变。例如,当实参是一个 类时,metaclass 的属性不包含在结果列表中。 divmod(a, b) Take two (non complex) numbers as arguments and return a pair of numbers consisting of their quotient and remainder reads the file unconditionally and does not create a new module.1 The arguments are a file name and two optional dictionaries. The file is parsed and evaluated as a sequence of Python statements (similarly0 码力 | 1552 页 | 7.42 MB | 10 月前3
Python 标准库参考指南 2.7.18 想了解更多有关类方法的信息,请参阅 types 。 2.2 新版功能. 在 2.4 版更改: Function decorator syntax added. cmp(x, y) Compare the two objects x and y and return an integer according to the outcome. The return value is negative if x < 集合,而不 是试图保证结果的严格性或一致性,它具体的行为也可能在不同版本之间改变。例如,当实参是一个 类时,metaclass 的属性不包含在结果列表中。 divmod(a, b) Take two (non complex) numbers as arguments and return a pair of numbers consisting of their quotient and remainder reads the file unconditionally and does not create a new module.1 The arguments are a file name and two optional dictionaries. The file is parsed and evaluated as a sequence of Python statements (similarly0 码力 | 1552 页 | 7.42 MB | 10 月前3
共 388 条
- 1
- 2
- 3
- 4
- 5
- 6
- 39













