电脑技术

电脑技术

+关注 已有 2 人关注
暂无版块简介,请联系管理员或版主
版主: james007, legs+
今日: 0|主题: 1293|排名: 43  收藏本版 (2) |订阅
http://www.hy345.com/thread-241374-1-1.html
https://zhuanlan.zhihu.com/p/55134930
百度搜索Canva,有国内版和国际版 不需要下载,无论是设计书籍还是视频,都很简单
我到现在都没有一台自己的iPhone.听说老的iPhone只要200-300多.
https://blog.csdn.net/weixin_43899268/article/details/104878180
a = np.arange(10) # [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] a > 3
a = np.array([[3,7,5],[8,4,3],[2,4,9]]) print (np.amin(a)) print (np.amax(a)) 结果 2 9
a = np.arange(10) b = a[5] print (a) print (b) [0 1 2 3 4 5 6 7 8 9] 5
np.busday_count(np.datetime64('2011-07-11'), np.datetime64('2011-07-18')) 返回5
np.datetime64(1, 'Y') 返回numpy.datetime64('1971')
import numpy as np arr1 = [120, 24, 42, 10] arr2 = [2250, 12, 20, 50] print ("arr1 : ", arr1) print ("arr2 : ", arr2) print ("\nGCD of arr1 and arr2 : ...
import numpy as np dotproduct = np.dot(2,3) print(dotproduct) 结果是6
我也不是很懂 # import numpy import numpy as np a = np.array([5, 4, 6, 3, 7]) # using np.fft() method gfg = np.fft.fft(a) print(gfg)
https://pypi.org/project/kivy-ios/
from kivy_garden.mapview import MapView from kivy.app import App class MapViewApp(App): def build(self): mapview = MapView(zoom=11, lat=50.6394, lo ...
import pandas as pd mydataset = { 'sites': ["Google", "Runoob", "Wiki"], 'number': [1, 2, 3] } myvar = pd.DataFrame(mydataset) print(myvar) 可以看出数据 ...
https://blog.csdn.net/weixin_34129145/article/details/88007851?locationNum=12&fps=1
class MyPrefilledText extends StatefulWidget { const MyPrefilledText({Key? key}) : super(key: key); @override State createState() => _MyPrefilledTextStat ...
https://www.mapbox.cn/ios-sdk/maps/examples/marker/
下一页 »
快速发帖
还可输入 80 个字符
您需要登录后才可以发帖 登录 | 立即注册

本版积分规则

发表新帖

Archiver|手机版|小黑屋|免责及版权声明|关于|美丽心灵公益论坛