-
EasyPBC V.1.3
说明: 一款简单的ABAQUS施加周期性边界条件的插件(A Simple ABAQUS Plug-in with Periodic Boundary Conditions)
- 2020-11-10 17:19:45下载
- 积分:1
-
sap-backend-master
这个程序用来实现排课,利用的是·遗传算法,但这只是一个简单的程序(to deal with timetable scheduing)
- 2019-05-18 16:20:09下载
- 积分:1
-
DeepLabV3-Tensorflow-master
语义分割模型 图像分割领域的当前非常好的模型deeplabv3
- 2020-12-05下载
- 积分:1
-
python 井字棋
PYTHON 井字棋,#井字棋
import random
#是否重来一次
def playAgain():
print("你想重玩一次吗?(是/否)")
return input() == "是"
#选择什么符号棋子
def inputPlayerLetter():
letter = ""
while not (letter =="X" or letter =="O"):
print ("你想选x还是o")
letter = input().upper()
if letter == "X":
return ["X","O"]
else:
return ["O","X"]
- 2022-06-17 20:22:26下载
- 积分:1
-
Python项目开发实战(第2版)
机器学习,python实战。里面有很多常用的算法和其相应的实现,很好的机器学习书籍,带源码(Machine learning, python actual combat. There are many commonly used algorithms and their corresponding implementation, good machine learning books, with source code.)
- 2018-05-08 15:40:58下载
- 积分:1
-
使用GeoServer和Openlayers发布地图服务示例代码
说明: Openlayer geoserver 中Layer View 必备的(when you use geoserver to show your layer map ,you have to get openlayer.js include ol.js and ol.css to finish your own function to view a map.This is a sample which use geoserver and openlayer)
- 2020-06-16 21:00:02下载
- 积分:1
-
libeemd
带有Python界面的EMDEEMDCEEMDAN的程序,做信号处理。(libeemd is a C library for performing the ensemble empirical mode decomposition (EEMD), its complete variant (CEEMDAN) or the regular empirical mode decomposition (EMD). It includes a Python interface called pyeemd. The details of what libeemd actually computes are available as a separate article, which you should read if you are unsure about what EMD, EEMD and CEEMDAN are.)
- 2020-10-24 22:00:00下载
- 积分:1
-
gridregression
SVM 回归 改一下里边的地址应该可以用 (SVM regression)
- 2012-01-03 17:44:00下载
- 积分:1
-
Python turtle库做的小时钟
Python新手,刚开始学,用turtle库,做了一个小时钟,表盘带小时的数字,带日期,带星期。
Python新手,刚开始学,用turtle库,做了一个小时钟,表盘带小时的数字,带日期,带星期。
Python新手,刚开始学,用turtle库,做了一个小时钟,表盘带小时的数字,带日期,带星期。
- 2022-01-25 18:32:34下载
- 积分:1
-
checker
英国国际跳棋(英国英语)或跳棋(美国英语、加拿大英语),又称美国跳棋或直棋,是一种棋盘游戏棋。它是在一个8×8方板(共六十四平方)每侧有十二块。棋子的移动和捕获对角。他们可能只前进直到他们到达的板的另一端,当他们加冕,然后可以移动和捕获的向后和向前的。(English draughts (British English) or checkers (American English and Canadian English), also called American checkers or Straight checkers, is a form of the board game draughts. It is played on an 8×8 square board (with sixty-four total squares) with twelve pieces on each side. The pieces move and capture diagonally. They may only move forward until they reach the opposite end of the board, when they are crowned and may thereafter move and capture both backward and forward.)
- 2013-05-18 23:18:02下载
- 积分:1