-
blog
运用Python的django框架开发的个人博客系统源码,集合了博客主流的功能。(The use of Django framework Python development of the personal blog system source code, a collection of the main functions of the blog.)
- 2016-09-26 18:22:27下载
- 积分:1
-
Tetris
用python语言写的俄罗斯方块,经典,大家可以看看玩玩(Python language used to write Tetris, the classic, we can look at play)
- 2014-04-17 09:45:21下载
- 积分:1
-
笨方法学Python.pdf
一个学python的绝好学习方法,可以帮助零基础的python爱好者迅速熟悉并掌握python语言。
- 2020-12-06下载
- 积分:1
-
Python装饰器的几个简单实例
8个实例简单介绍Python装饰器的实现。包含参数,执行效果等:#/usr/bin/env python#-*- coding:utf-8 -*-"""两个装饰器的执行顺序是outer_0 开头输入前outer_1 123原函数 呵呵outer_1 456outer_0 加法结果等于"""#哪个装饰器先执行就先执行谁的,比如将outer_0和outer_1调转,其实就是也可以把一个装饰器outer_1当做参数传入outer_0#装饰器主要运用于权限设置def outer_0(func): def inner(*args, **kwargs): print("开头输入前") ret = func(*args, **kwargs) print("加法结果等于",ret,"
") return ret return innerdef outer_1(func): def inner(*args, **kwargs): print("123") ret = func(*args, **kwargs) &
- 2022-08-25 11:18:16下载
- 积分:1
-
peoplu counter
一种用于计算通过带有rstp端口的摄像头的人数的程序。同时,您可以通过添加来自的文件来计算人数录像。那个project使用sqlite数据库作为数据库。
- 2023-06-27 22:35:03下载
- 积分:1
-
VRPTW-ga
说明: 带时间窗的车辆路径问题求解的python代码(VRP with time window(python))
- 2019-05-01 09:10:23下载
- 积分:1
-
deepQA-master
说明: 自动问答系统deepQA的tensorflow实现(Implementation of tensorflow in deepQA)
- 2019-03-11 20:47:26下载
- 积分:1
-
遗传cnn
这是一个关于遗传cnn的代码,非常的简洁
- 2022-02-24 15:21:20下载
- 积分:1
-
水电站诊断
说明: C1 –转子故障检测19案例
C2 –排水泵的状态监控20病例
C3 –音频监视21
案例C4 –使用振动数据监视旋转设备的状态 23
案例C5 –发电机轴承的状态监控24
案例C6 – Kaplan涡轮液压系统的状态监测25
案例C7 –电力变压器的故障检测26
案例C8 – SCADA数据收集系统27情况C9 –连续监视伺服电机
28案例X1 – OSIsoft PI模型集成29(C1 -- 19 cases of rotor fault detection
C2 - status of drainage pump monitored for 20 cases
C3 - audio monitoring 21
Case C4 - monitoring the state of the rotating device using vibration data 23
Case C5 -- state monitoring of generator bearing 24
Case C6 -- status monitoring of Kaplan turbo-hydraulic system 25
Case C7 - fault detection of power transformer 26
Case C8 - SCADA data collection system 27 case C9 - continuous monitoring servo motor
28 case X1 -- OSIsoft PI model integration 29)
- 2020-04-13 08:24:28下载
- 积分:1
-
卷积神经网络
该卷积神经网络包含四层卷积层+一层全连接层,激活函数使用RELU,是一种基于tensorflow的Python程序
- 2022-01-25 17:37:01下载
- 积分:1