zoukankan      html  css  js  c++  java
  • 日常英语---200720(numpy怎么读)

    日常英语---200720(numpy怎么读)

    一、总结

    一句话总结:

    number+python

    1、pandas怎么读?

    英[ˈpændəz]

    2、市场潜能?

    Potential 英 /pəˈtenʃl/  adj. 潜在的,可能的;势的 n. 潜能,可能性;电势

    3、python的xlwings库:Set this property to False to suppress prompts and alert messages?

    display_alerts:The default value is True. Set this property to False to suppress prompts and alert messages while code is running; when a message requires a response, Excel chooses the default response.

    默认值是true。 将此属性设置为False可在代码运行时禁止显示提示和警报消息; 当消息需要响应时,Excel选择默认响应。

    suppress:英 /səˈpres/:vt. 抑制;镇压;废止
    prompt:英 /prɒmpt/ :n,v. 提示

    4、python的xlwings库:Turn screen updating off to speed up your script.?

    Turn screen updating off to speed up your script. You won’t be able to see what the script is doing, but it will run faster. Remember to set the screen_updating property back to True when your script ends.

    Turn screen updating off:关闭
    speed up:加速

    5、准备工作:preparatory work?

    preparatory:英 /prɪˈpærətri/:adj. 预备的 n. 预科;预备学校

    6、numpy的n维array的shape属性?

    shape就是形状的意思

    7、numpy中的矩阵转置transpose?

    transpose:英 /trænˈspəʊz/:vt. 调换 n. 转置阵

    8、画图库matplotlib?

    plot:英 /plɒt/ :n. 情节;图表;阴谋

    二、内容在总结中

    博客对应课程的视频位置:

     
  • 相关阅读:
    利用加载模块之外的地址绕过SafeSEH
    C++ 单实例运行
    添加程序以DLL函数
    HOOK地址还原
    利用未启用SafeSEH模块绕过SafeSEH
    SafeSEH基本概念+ 从堆区绕过SafeSEH学习
    替换.DATA的COOKIE突破GS
    虚函数绕过 GS保护 学习
    攻击虚函数学习
    虚函数学习
  • 原文地址:https://www.cnblogs.com/Renyi-Fan/p/13349551.html
Copyright © 2011-2022 走看看