::\ 0 码力 |
5 页 |
122.16 KB
| 2 年前 3 727
Index 731
Welcome to conda's documentation! Conda provides package, dependency, and environment management for any language. Here, you will find everything you need to get started using conda how the conda project is managed and how to contribute
Development environment Follow this guide to get your own development environment set up
### 4.1 User guide
#### 4.1.1 Getting started with conda conda
Conda is a powerful command line tool for package and environment management that runs on Windows, macOS, and Linux.
This guide to getting started with conda goes over the basics of starting up and 0 码力 |
786 页 |
4.99 MB
| 1 年前 3 717
Index 719
Welcome to conda's documentation! Conda provides package, dependency, and environment management for any language. Here, you will find everything you need to get started using conda how the conda project is managed and how to contribute
Development environment Follow this guide to get your own development environment set up
### 4.1 User guide
#### 4.1.1 Concepts
Explore the links the packages in the Anaconda installer. The command conda create -n envname anaconda creates an environment that exactly matches what would be created from the Anaconda installer. You can create metapackages 0 码力 |
773 页 |
5.05 MB
| 1 年前 3 real-time applications.
## Wave Digital Filters
## Wave Variables
Wave Digital Filters (WDFs) use “wave variables” instead of Kirchhoff variables (voltage/current)
• “Incident” wave: $ a = v + R_{0}i 53f98eec15eb1bdadb1573/p1_3.jpg)
b
a
## Wave Digital Filter Rules
• Each “port” has three variables: incident wave, reflected wave, port impedance
• “Leaf” nodes are 1-port: resistor, capacitor, for expressing complicated type hierarchies.
## C++ Implementation
## WDF Basics
/** WDF Base Variables */
struct WDFMembers
Constraints
float R0 = 0.0f; // port impedance
float a = 0.0f; // incident 0 码力 |
1 页 |
5.09 MB
| 1 年前 3 reach me on Twitter @flaviocopes.
Enjoy!
## The Swift Handbook
• 1. Introduction to Swift
• 2. Variables
• 3. Objects
• 4. Operators
• 4.1. Assignment operator
4.2. Arithmetic operators
o 4.3. Compound a series of awesome examples and tutorials to expand your Swift and iOS knowledge.
### 2. Variables
Variables let us assign a value to a label, and are defined using the var keyword:
var name = "Roger" "Roger"
var age = 8
Once a variable is defined, we can change its value:
age = 9
Variables that you do not want to change can be defined as constants, using the let keyword:
let name = "Roger" 0 码力 |
53 页 |
809.60 KB
| 2 年前 3 black&white output using skinparam monochrome reverse command. This can be useful for black background environment.
@startuml
skinparam monochrome reverse
actor User
participant "First Class" as A
participant "foo2")
@enduml

Variables defined in functions are local. It means that the variable is destroyed when the function is exited by default (they are destroyed when the function is exited). However, you can access to global variables from function. However, you can use the local keyword to create a local variable if ever a global 0 码力 |
172 页 |
1.91 MB
| 2 年前 3 761
Index 765
Welcome to conda's documentation! Conda provides package, dependency, and environment management for any language. Here, you will find everything you need to get started using conda how the conda project is managed and how to contribute
Development environment Follow this guide to get your own development environment set up
### 4.1 User guide
#### 4.1.1 Getting started with conda conda
Conda is a powerful command line tool for package and environment management that runs on Windows, macOS, and Linux.
This guide to getting started with conda goes over the basics of starting up and 0 码力 |
818 页 |
5.21 MB
| 1 年前 3
|