复数是由一个实数和一个虚数组合构成,表示为:x+yj,一个复数是一对有序浮点数 (x,y),其中 x 是实数部分,y 是虚数部分。Python 语言中有关复数的概念:虚数不能单独存在,它们总是和一个值为 0.0 的实数部分一起构成一个复数复数由实数部分和虚数部分构成表示虚数的语法:real+imagej实数部分和虚数部分都是浮点数虚数部分必须有后缀j或J#coding=utf8
aa=123-1
转载
2023-07-06 21:52:30
63阅读
扉页项目主页Google Style GuideGoogle 开源项目风格指南 - 中文版背景Python 是Google主要的脚本语言。这本风格指南主要包含的是针对python的编程准则。为帮助读者能够将代码准确格式化,我们提供了针对Vim的配置文件。
对于Emacs用户,保持默认设置即可。许多团队使用yapf作为自动格式化工
原创
2022-07-29 19:09:54
316阅读
While it’s not always the case that every Python program you write will require a rigorous performance analysis, it is reassuring to know that there are a wide variety of tools in Python’s ecosystem
转载
2017-04-24 09:41:00
41阅读
2评论
# A Guide to Using Python in SecureCRT

## Introduction
SecureCRT is a powerful terminal emulator and SSH client that provides secure remote access and data tran
原创
2023-11-09 13:30:02
57阅读
# Plotly用户指南在Python中的实现
## 摘要
在本文中,我将向你展示如何使用Plotly库在Python中创建图表。Plotly是一个交互式的数据可视化库,可以帮助你轻松地创建各种类型的图表,如折线图、散点图、柱状图等。如果你是一名刚入行的小白,不用担心,我将一步步指导你如何实现"Plotly User Guide in Python"。
## 流程
```mermaid
fl
原创
2024-06-20 06:46:20
111阅读
以下是一些关于python 集成docker 的文章,很不错 The basics Broken by default: why you should avoid most Dockerfile examplesMost Dockerfile examples you’ll find on the
原创
2021-07-15 14:10:40
116阅读
0、DearPyGui认为窗口标题不需要支持中文dpg.create_viewport(title=‘xxx’),中文编码问题 - Github议题1、禁用微软商店引流点击开始菜单输入管理应用执行别名搜索系统设置,将该列表划到最底部,找到python.exe和python3.exe,将其设置为关闭状态这是微软搞的狗皮膏药,强制型环境变量2、配置Python环境1.考虑版本管理:Anaconda官网
转载
2024-02-07 20:27:16
30阅读
0.0 扉页 项目主页 Google Style Guide Google 开源项目风格
原创
2022-07-29 18:10:05
419阅读
PEP: 8 Title: Style Guide for Python Code Version: 60919 Last-Modified: 20
原创
2008-05-03 18:34:00
1163阅读
Coding Guide:
1. Google Style Guide:http://code.google.com/p/google-styleguide/
2. 叩叮 翻译文稿:http://codinn.com/projects/
转载
2012-07-07 23:24:42
663阅读
Introduction(说明) HFTP is a Hadoop filesystem implementation that lets you read data from a remote Hadoop HDFS cluster. The reads are done via HTTP, an
原创
2021-08-07 11:26:11
619阅读
简介文件浏览系统(ViewFs)提供了一个管理多个Hadoop文件系统命名空间(或者叫Namesp
原创
2022-10-31 11:37:08
104阅读
Update [11-21-2017]: Please see this code snippet for my current preferred implementation.I recently made the switch to TensorFlow and am very happy with how easy it was to get things done usi
转载
2022-05-18 22:33:06
263阅读
python coding style guide 的高速落地实践 机器和人各有所长,如coding style检查这样的可自己主动化的工作理应交给机器去完毕,故发此文帮助你在几分钟内实现coding style的自己主动检查。 1.有哪些著名的Python Coding Style Guide P
转载
2017-07-23 14:49:00
73阅读
2评论
http://www.hayesjupe.com/utilising-kms/KMS seems to be one of those things that is sometimes quite poorly understood – and many existing blog articles or pieces of documentation seem to gloss over imp
转载
精选
2016-09-22 09:01:56
2145阅读
eEdition 0Eric Foster-JohnsonStuart Ellisstu
原创
2023-07-06 23:15:19
74阅读
说明: 《DTK Guide》的完整内容,请查附件pdf(带目录)。
基础篇
1 DTK语言
1.1 数据类型
在DTK里,基本类型的数据不需要专门的类型定义,其命名规则即隐含了类型定义,如:
cRet 表示char型
原创
2012-05-18 07:54:09
642阅读
udevinfo -a -p $(udevinfo -q path -n /dev/<device>)
scsi_id -g [-x] -s /block/<device>
转载
精选
2012-06-20 17:12:12
615阅读
ViewFs GuideViewFs GuideIntroductionThe Old World (Prior to Federation)Single Namenode ClustersPathnames Usage PatternsPathname Usage Best PracticesNew World – Federation and ViewFsH
翻译
2023-06-01 10:20:41
102阅读