上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 39 下一页
摘要: 自己开发了一个股票智能分析软件,功能很强大,需要的点击下面的链接获取: https://www.cnblogs.com/bclshuai/p/11380657.html C++多态以及虚函数表实现原理 目录 1 定义 2 虚函数表实现原理 3 实例解析 3.1 定义父类 3.2 父类对象地址空间剖析 阅读全文
posted @ 2020-11-15 20:34 一字千金 阅读(463) 评论(0) 推荐(0)
摘要: 自己开发了一个股票智能分析软件,功能很强大,需要的点击下面的链接获取: https://www.cnblogs.com/bclshuai/p/11380657.html 1.三次握手的作用有两个 (1)让Client和Server双方都知道双方可以发送和接收到对方的消息; (2)避免网络堵塞时,Cl 阅读全文
posted @ 2020-11-15 20:30 一字千金 阅读(986) 评论(0) 推荐(0)
摘要: 自己开发了一个股票智能分析软件,功能很强大,需要的点击下面的链接获取: https://www.cnblogs.com/bclshuai/p/11380657.html 1.1 常量constant 1.1.1 常量的声明 值不能改变的张量。创建通过constant来实现, constant()是一 阅读全文
posted @ 2020-10-22 11:01 一字千金 阅读(783) 评论(0) 推荐(0)
摘要: 自己开发了一个股票智能分析软件,功能很强大,需要的点击下面的链接获取: https://www.cnblogs.com/bclshuai/p/11380657.html 1.1.1 常用数据类型 整型有符号 tf.int8:8位整数。 tf.int16:16位整数。 tf.int32:32位整数。 阅读全文
posted @ 2020-10-21 19:23 一字千金 阅读(2434) 评论(0) 推荐(0)
摘要: 自己开发了一个股票智能分析软件,功能很强大,需要的点击下面的链接获取: https://www.cnblogs.com/bclshuai/p/11380657.html 1 1.1 简介 1.1.1 定义 先对tensorflow有个全局的概念,TensorFlow 是由 Google Brain 阅读全文
posted @ 2020-10-18 00:16 一字千金 阅读(753) 评论(0) 推荐(0)
摘要: 自己开发了一个股票智能分析软件,功能很强大,需要的点击下面的链接获取: https://www.cnblogs.com/bclshuai/p/11380657.html 1 tensorflow应用程序开发入门 1.1 tensorflow程序结构 TensorFlow是将计算图的定义和执行分开的设 阅读全文
posted @ 2020-10-05 08:36 一字千金 阅读(609) 评论(0) 推荐(0)
摘要: 自己开发了一个股票智能分析软件,功能很强大,需要的点击下面的链接获取: https://www.cnblogs.com/bclshuai/p/11380657.html 1.1 tensorflow下载安装 1.1.1 安装anaconda anaconda是一个环境管理器,一个电脑上有多个环境,可 阅读全文
posted @ 2020-10-05 08:30 一字千金 阅读(919) 评论(0) 推荐(0)
摘要: 自己开发了一个股票智能分析软件,功能很强大,需要的点击下面的链接获取: https://www.cnblogs.com/bclshuai/p/11380657.html 1.问题描述 项目中需要添加自定义的widget,有图片文字和按钮,如下图所示,但是Qlistwidget常规只能添加图片加文字, 阅读全文
posted @ 2020-09-29 13:54 一字千金 阅读(4528) 评论(0) 推荐(1)
摘要: 自己开发了一个股票智能分析软件,功能很强大,需要的点击下面的链接获取: https://www.cnblogs.com/bclshuai/p/11380657.html 扫码关注公众号 1.目标 打开文件选择对话框之后,用鼠标选择图片文件,当图片文件的数量超过4张时给出提示,选择多了。 ​ 2.实现 阅读全文
posted @ 2020-09-27 14:22 一字千金 阅读(704) 评论(0) 推荐(0)
摘要: 自己开发了一个股票智能分析软件,功能很强大,需要的点击下面的链接获取: https://www.cnblogs.com/bclshuai/p/11380657.html 扫码关注公众号 1.Qss 的setStyleSheet设置背景图片 1.1background-image设置平铺或者居中 这种 阅读全文
posted @ 2020-09-21 10:17 一字千金 阅读(10323) 评论(0) 推荐(0)
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 39 下一页