logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

数据库几算法的GPU设计+新闻::基于GPU的OLAP数据库

文章目录pgstrom加速与案例分析加速效果哦pgstrom加速与案例分析加速效果哦

pgstom

文章目录PGStrom for PostgresIntroductionExperiment and ImplementationPGStrom for PostgresPGStroma tool to execute a special type of SQL query on the GPU.50x compared to standard Postgresbecause th...

怎么安装tushare啊?

打开Anaconda Prompt由于我老忘想在base环境下安装tushare因为这样我直接就在spyder可以用它了我就直接输入pip install tushare这就成功了呢!

tushare获得沪深300和中证500的股票

tushare获得沪深300和中证500的股票import tushare as tsresult = ts.get_zz500s()result.to_csv("zz500.csv",index=None,encoding="gbk")result = ts.get_hs300s()result.to_csv("hs300.csv",index=None,encoding="gbk")

卷号和期号+参考文献的格式

文章目录Singh G, Serra L, Ping W, et al.BrickNet: Sharing object behaviors on the Net [C]//Proc of IEEE VRAIS’95. Piscataway, NJ: IEEE, 1995: 19-25

15 傅里叶级数

文章目录1 傅里叶级数三角级数.正交函数系二 以2π2\pi2π为周期的函数的傅里叶级数theorem 15.2三 收敛定理1 傅里叶级数new here!!!三角级数.正交函数系new here!!!二 以2π2\pi2π为周期的函数的傅里叶级数new here!!!theorem 15.2f(x)=a02+∑n=1∞(ancos⁡nx+bnsin⁡nx)(9)f(x)=\fra...

anaconda安装pytorch 1.7版本 ,太简单啦!

先搞一个环境,你懂的1conda create -n pytorch--clone baseconda activate pytorch 下面还要设置一下这个!不然就失败!conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/ 安装吧!conda install pytorch

python读取控制台输入

py3的inputinput() 是内置函数,从控制台读取用户输入的内容。总是以字符串来处理用户输入,所以用户输入的内容可以包含任何字符。 用法str = input(tipmsg)str 表示一个字符串类型的变量,input 会将读取到的字符串放入 str 中。tipmsg 提示信息,显示在控制台上,告诉用户应该输入什么样的内容;如果不写 tipmsg,就不会有任何...

latex三线表格+伪代码

\begin{table}[H]\caption{实验结果}\label{table_time}\begin{tabular}{lllllll}\toprule数组大小 & $10^6$ &$10^7$ & $10^8$ \\\midrule时间(s) & 0.025 & 0.248 &2.425\\...

    共 29 条
  • 1
  • 2
  • 3
  • 请选择