-
pyautocad-master
说明: pyautocad from github
- 2019-10-07 20:12:11下载
- 积分:1
-
PSO-master
说明: python源码,里面包含粒子群算法的所有步骤和过程,请认真阅读(Python source code, which contains all the steps and processes of particle swarm optimization, please read carefully)
- 2019-02-26 15:27:37下载
- 积分:1
-
USB-HID-TEST
USB HID通信程序,采用Python编写。(python code for USB HID.)
- 2021-03-18 13:29:19下载
- 积分:1
-
生成对抗网络在mnist数据集上的源代码
说明: 生成对抗网络,亲测可用,带有说明,有利于初学者学习(Generate confrontation network, pro-test available, with instructions)
- 2021-03-24 15:39:14下载
- 积分:1
-
chat-master
pyhon写的聊天室
安装:
cd /path/to/source
python bootstrap.py
bin/buildout
make sure redis-server is started
bin/supervisord
[optional] bin/supervisorctl
goto localhost:9527(a live chat room built with python
Install:
cd /path/to/source
python bootstrap.py
bin/buildout
make sure redis-server is started
bin/supervisord
[optional] bin/supervisorctl
goto localhost:9527)
- 2013-12-05 19:16:45下载
- 积分:1
-
PYTHON中文参考
【实例简介】
- 2021-08-10 00:31:00下载
- 积分:1
-
CSDN熵权法
说明: 熵权法代码,py熵权法代码求客观权重及信息熵,直接输入矩阵即可(Entropy weight method code, py entropy weight method code to find the objective weight and information entropy, directly input the matrix)
- 2020-02-17 19:11:23下载
- 积分:1
-
blog_web-dev_fd
说明: 使用python flask搭建博客,实现登录,评论功能(Using Python flash to build blog, log in and comment)
- 2019-12-31 08:56:24下载
- 积分: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
-
Python 的例子
BOARD_SIZE = 8 def under_attack (col,女王/王后) ︰ 左 = 右 =,c 在 reversed(queens) col ︰ 左、 右左-= 1,右 + 1 如果 c 中 (左,col,右): 返回 True 返回 False def solve(n) ︰ 如果 n = = 0 ︰ 返回 [[]] smaller_solutions = 解决 (n-1) 返回 [solution+[(n,i+1)] 为我解决的 smaller_solutions,如果不是 under_attack xrange(BOARD_SIZE) (i + 1, solution)] 在 solve(BOARD_SIZE) 的回复 ︰ 打印答案
- 2023-05-27 16:10:03下载
- 积分:1