-
python网络编程
网络编程对所有开发语言都是一样的,Python也不例外。用Python进行网络编程,就是在Python程序本身这个进程内,连接别的服务器进程的通信端口进行通信。
- 2022-03-28 14:58:23下载
- 积分:1
-
python 爬取股票数据 搜股票查股票走势图
python3.6以上,IDE是pycharm,数据库是sql server2017,库有matlibplot,urllib,bs4,python 爬取股票数据 搜股票查股票走势图,这里只好在控制台中运行,记得要改数据库连接的账号和密码,切记切记!!!
- 2022-02-01 06:57:42下载
- 积分:1
-
python pca svm
说明: python实现人脸识别,通过pca进行降维然后使用SVM算法进行分类(Python realizes face recognition, dimensionality reduction through pca and classification by SVM algorithm)
- 2019-03-05 17:41:56下载
- 积分:1
-
智能投顾
说明: 使用python实现股票智能投顾,包括收益率分析,有效边界,alpha值,beta值等(Using Python to realize stock intelligent investment.Including yield analysis, effective boundary, alpha value, beta value, etc)
- 2021-03-25 15:59:14下载
- 积分:1
-
python解析excel
解析读取excel工具,主要用于跟excel文件相关的处理,能根据需求读取excel相关key的值,eg:#useAge:#import excelReader#reader = excelReader.getReader();#reader.Read(excelPath);#excelInfo = reader.GetExcelInfoByPathAndSheetName(excelPath,"Main");#excelRows = excelInfo.GetExcelRows();#for row in excelRows:# rowCells = row.GetRowCells();# for cell in rowCells:# print("key = %s,v = %s,type=%s"%(cell.GetKey(),cell.GetValue(),cell.GetType()));
- 2022-11-20 07:35:03下载
- 积分:1
-
zdaefa aefaef aefaefce aegaef aegaeg
#include void LED_Init(void);int main(){uint32_t i;//(1):配置LEDsHAL_Init();LED_Init();while(1){//(1):切换LEDsHAL_GPIO_TogglePin(GPIOD,GPIO_PIN_12 | GPIO_PIN_13 | GPIO_PIN_14 | GPIO_PIN_15);//(2):等待1秒(i=0;i
- 2022-01-25 16:18:46下载
- 积分:1
-
mlp2.15_KNN.ipynb
说明: 简单KNN算法编写,注释写的很详细,简单易懂,(simple KNN algorithm, it has been interpreted in detail)
- 2019-10-12 15:41:19下载
- 积分:1
-
python3+django实现学生信息管理系统(增删改查入门级示例)
1. 运行 python manager.py runserver 2. 打开网址 http://localhost:8000/manager3. 运行成功
- 2018-08-24下载
- 积分:1
-
Gene Expression Programming for Python
Gene Expression Programming for Python
- 2023-03-11 15:35:04下载
- 积分:1
-
1
判断它是不是回文数。即12321是回文数,个位与万位相同,十位与千位相同。(Determine if it is a palindrome. That is, 12321 is the number of palindromes, the single digit is the same as the 10,000 digit, and the ten digit is the same as the thousand digit.)
- 2020-06-17 17:40:03下载
- 积分:1