2.2.1 深入Go Module## GCN ## 深入Go Module  鸟窝 细节、使用、坑以及未来 ## 鸟窝 • Go微服务框架rpcx作者 • Go并发编程实战课专栏作者 《Scala集合技术手册》作者  Go 版本管理历史 01 认识 Go Module 02 使用 Go Module 03 血泪史 04 Go Module 未来特性 05 ## 第一部分 ## Go版本管理历史 ## Go版本历史  login guest password 123456 ## Git over SSH go get 默认不会使用 SSH 协议 除非动态获取 meta 时明确指定使用 SSH 协议 // module: example.com/pkg repo: gitlab.example.com/example/pkg 0 码力 | 28 页 | 12.85 MB | 2 年前3
C++ Modules: Getting Started Todayhpp> — File: module.cpp export module my_module; export char const* my_function() { return "Hello Modules!"; } — File: main.cpp #includeimport my_module; int main() { s no_internal_linkage(); } ## Exporting things — File: module1.cpp export module A; export int foo() { return 42; } — File: module2.cpp export module B; export import A; — File: main.cpp import B; int main() main() { return foo(); } ## Not exported does not mean unreachable — File: module.cpp export module m; class Notexported { int i = 42; }; export Notexported getNotexported() { return {}; } — File: 0 码力 | 65 页 | 1.97 MB | 1 年前3
深度学习与PyTorch入门实战 - 43. nn.Module## PyTorch ### nn.Module 主讲人:龙良曲 ## ☐ ☐ ☐ class MyLinear(nn.Module): def __init__(self, inp, outp): super(MyLinear, self).__init__() # requires_grad = True self.w = nn.Parameter(torch.randn(outp + self.b return x ## Magic ### ■ Every Layer is nn.Module - nn.Linear - nn.BatchNorm2d - nn.Conv2d #### - nn.Module nested in nn.Module ### 1. embed current layers Linear ReLU Sigmoid Conv2d BasicNet(nn.Module): def __init__(self): super(BasicNet, self).__init__() self.net = nn.Linear(4, 3) def forward(self, x): return self.net(x) class Net(nn.Module): def0 码力 | 16 页 | 1.14 MB | 2 年前3
PyWebIO v1.5.1 DocumentationDoc • Server-Client communication protocol Command o Event ## I ndices and tables • Index • Module Index • Search Page ## Discussion and support - Need help when use PyWebIO? Make a new discussion code online and see what happens. ## I nput The input functions are defined in the pywebio.input module and can be imported using from pywebio.input import *. When calling the input function, an input provide the name parameter. ## Output The output functions are all defined in the pywebio.output module and can be imported using from pywebio.output import *. When output functions are called, the content0 码力 | 144 页 | 7.46 MB | 2 年前3
Oracle VM VirtualBox 4.3.12 Programming Guide and ReferenceLaunching virtual machines 46 3.4 VirtualBox events 46 4 The VirtualBox shell 48 5 Classes (interfaces) 50 5.1 IAdditionsFacility 50 5.1.1 Attributes 50 5.2 IAdditionsStateChangedEvent (IEvent) RDP server, which can deliver the graphical output of a VM remotely to an RDP client, is a separate module that is only loosely tacked into the virtual graphics device. Live Migration and Resource Monitor virtualization engine below. It is completely documented in this SDK Reference – see chapter 5, Classes (interfaces), page 50 and chapter 6, Enumerations (enums), page 317 – and available to anyone who wishes to0 码力 | 376 页 | 2.24 MB | 1 年前3
PyWebIO v1.7.1 DocumentationDoc • Server-Client communication protocol Command o Event ## I ndices and tables • Index • Module Index • Search Page ## Discussion and support - Need help when use PyWebIO? Make a new discussion code online and see what happens. ## I nput The input functions are defined in the pywebio.input module and can be imported using from pywebio.input import *. When calling the input function, an input provide the name parameter. ## Output The output functions are all defined in the pywebio.output module and can be imported using from pywebio.output import *. When output functions are called, the content0 码力 | 152 页 | 7.47 MB | 2 年前3
Oracle VM VirtualBox 5.2.0_BETA1 Programming Guide and ReferenceLaunching virtual machines 48 3.4 VirtualBox events 48 4 The VirtualBox shell 50 5 Classes (interfaces) 52 5.1 IAdditionsFacility 52 5.1.1 Attributes 52 5.2 IAdditionsStateChangedEvent (IEvent) RDP server, which can deliver the graphical output of a VM remotely to an RDP client, is a separate module that is only loosely tacked into the virtual graphics device. Live Migration and Resource Monitor virtualization engine below. It is completely documented in this SDK Reference – see chapter 5, Classes (interfaces), page 52 and chapter 6, Enumerations (enums), page 345 – and available to anyone who wishes to0 码力 | 415 页 | 2.41 MB | 1 年前3
Scrapy 0.14 Documentationfeatures . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 161 Python Module Index 165 ii Scrapy Documentation, Release 0.14.4 This documentation contains everything you need These are basically: • scrapy.cfg: the project configuration file • tutorial/: the project’s python module, you’ll later import your code from here. • tutorial/items.py: the project’s items file. • tutorial/pipelines cfg file resides is known as the project root directory. That file contains the name of the python module that defines the project settings. Here is an example: [settings] default = myproject.settings 30 码力 | 179 页 | 861.70 KB | 2 年前3
Develop in Swiftprojects. The Develop in Swift Explorations course provides everything they'll need to complete each module. The first few app projects require no prior knowledge; projects then begin to increase in difficulty concurrently with another module or as a standalone challenge. Module 1: PhotoFrame App Module 2: QuestionBot App Module 3: ColorMix App Module 4: ElementQuiz App Module 5: App Design Challenge Develop Modules Module 1: PhotoFrame App Module 2: QuestionBot App Module 3: ColorMix App Module 4: ElementQuiz App Module 5: App Design Challenge PhotoFrame App Module 1 ## PhotoFrame App Module 1 Overview0 码力 | 39 页 | 17.53 MB | 2 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100
相关搜索词
Go ModuleGOPATHvendor dirgo命令GOPROXY又拍云Gitlab CIGOPRIVATEsshC++ Modulesexportimportmodule interfacesvisibilitynn.ModulePyTorch自定义层网络结构优化器pin moduleplatform modulesessionwebsocketdebugMain APIVirtualBoxvirtual machinesession managementinterfacesPyWebIOcoroutine-based sessionsProgramming GuideInterfacesVirtual Machine ManagementVirtualization TechnologyScrapyspidermiddlewaresettingmoduleSwiftXcodeDevelop in SwiftAppModule













