-
用python做一次浪漫的表白
背景图片和文字可以自己更换,音乐是循环播放的
- 2020-12-10下载
- 积分:1
-
Python
这个代码经过我的多次验证可以工作正常的
- 2022-02-25 03:46:50下载
- 积分:1
-
Python-Django开发实战
说明: 基于django的框架 python开发(Framework python development based on django)
- 2020-06-21 17:00:01下载
- 积分:1
-
下雪
说明: 关于下雪的代码是用python实现的,用于学习交流的(The code about snow is implemented in Python for learning and communication)
- 2019-11-11 11:45:40下载
- 积分:1
-
liblinear-svm
Libsvm is a simple, easy-to-use, and efficient software for SVMclassification and regression. It solves C-SVM classification, nu-SVMclassification, one-class-SVM, epsilon-SVM regression, and nu-SVMregression. It also provides an automatic model selection tool forC-SVM classification. This document explains the use of libsvm.Libsvm is available at http://www.csie.ntu.edu.tw/~cjlin/libsvmPlease read the COPYRIGHT file before using libsvm.Table of Contents=================- Quick Start- Installation and Data Format- `svm-train" Usage- `svm-predict" Usage- `svm-scale" Usage- Tips on Practical Use- Examples- Precomputed Kernels - Library Usage- Java Version- Building Windows Binaries- Additional Tools: Sub-sampling, Parameter Selection, Format checking, etc.- MATLAB/OCTAVE Interface- Python Interface-
- 2023-03-30 01:40:04下载
- 积分:1
-
BP神经网络-Python实现
BP神经网络-Python实现:经典的BP神经网络通常由三层组成: 输入层, 隐含层与输出层.通常输入层神经元的个数与特征数相关,输出层的个数与类别数相同, 隐含层的层数与神经元数均可以自定义。
- 2022-05-29 00:19:24下载
- 积分:1
-
python-data-structure
Python 数据结构,英文版Python 数据结构,英文版Python 数据结构,英文版(Python data structure is introduced, the English versionPython data structure is introduced, the English versionPython data structure is introduced, the English versionPython data structure is introduced, the English version)
- 2013-08-12 10:32:30下载
- 积分:1
-
Dark
说明: PyQt PySide 常见 QSS 窗口样式表源代码范例文件(PyQt PySide common QSS window style sheet source code sample file)
- 2019-05-14 02:43:53下载
- 积分:1
-
hybrid-ARIMA-LSTM-model-master
说明: 使用LSTM-ARIMA模型进行混合预测,ARIMA做线性部分的预测,LSTM做非线性部分(LSTM-ARIMA model is used for mixed prediction, ARIMA for linear prediction and LSTM for nonlinear prediction)
- 2020-12-27 14:40:40下载
- 积分:1
-
c调用Python模块
简介
在进行应用的实用化的过程中我们总会实现一些代码的应用.
我们总会遇到在C程序中调用Python模块的情况.
实现C调用Python模块的代码.
Callpy.c即实现调用的程序,编译即可运行.
Pytest.py即调用的实验Python程序.
- 2023-09-07 19:20:03下载
- 积分:1