登录
首页 » Python » sap-backend-master

sap-backend-master

于 2019-05-18 发布
0 127
下载积分: 1 下载次数: 3

代码说明:

说明:  这个程序用来实现排课,利用的是·遗传算法,但这只是一个简单的程序(to deal with timetable scheduing)

文件列表:

sap-backend-master, 0 , 2017-09-25
sap-backend-master\.gitignore, 22 , 2017-09-25
sap-backend-master\GA.py, 10929 , 2017-09-25
sap-backend-master\README.rst, 35 , 2017-09-25
sap-backend-master\app.py, 8540 , 2017-09-25
sap-backend-master\courses.csv, 10094 , 2017-09-25
sap-backend-master\database.py, 4626 , 2017-09-25
sap-backend-master\database.pyc, 6394 , 2017-09-25
sap-backend-master\integrations, 0 , 2017-09-25
sap-backend-master\integrations\__init__.py, 199 , 2017-09-25
sap-backend-master\integrations\__init__.pyc, 414 , 2017-09-25
sap-backend-master\integrations\gclassroom.py, 4002 , 2017-09-25
sap-backend-master\integrations\gclassroom.pyc, 4340 , 2017-09-25
sap-backend-master\integrations\sap.py, 436 , 2017-09-25
sap-backend-master\integrations\sap.pyc, 1098 , 2017-09-25
sap-backend-master\models.pyc, 1514 , 2017-09-25
sap-backend-master\schema.pyc, 2566 , 2017-09-25
sap-backend-master\students.csv, 7598 , 2017-09-25
sap-backend-master\test.csv, 14392 , 2017-09-25

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • soundmake
    说明:  对音频文件进行时延等操作最终实现对声音的混响(Finally, the reverberation of sound can be realized by delay and other operations on audio files)
    2020-05-17 11:32:01下载
    积分:1
  • The game is similar to the keyboard
    该游戏类似键盘游戏。练习的键盘速度,很有趣。-The game is similar to the keyboard-based games. Exercise keyboard speed, very interesting
    2022-02-15 00:09:14下载
    积分:1
  • ANUSPLIN软件
    考虑复杂地形和气候特点的统计插值程序,目前比较理想的插值方法之一。(A statistical interpolation program considering complex terrain and climate characteristics is one of the ideal interpolation methods at present.)
    2017-12-25 22:22:31下载
    积分:1
  • DMVSNMF_AN
    说明:  深度,多视角聚类,半非负矩阵分解,l21范式,线性,非线性(deep multi-view semi-nonnegative matrix factorization)
    2020-10-15 18:22:43下载
    积分:1
  • DTCWT
    使用双树复小波进行图像的去噪,也是属于小波去噪(Image denoising using dual-tree complex wavelet)
    2021-03-31 17:09:08下载
    积分:1
  • 于群 MATLAB_Simulink电力系统建模与仿真
    说明:  matlab建模与仿真带源码于群版,亲测非常全面,带书中例子和simpower使用手册(Matlab modeling and simulation)
    2020-09-29 11:07:43下载
    积分:1
  • 里面告诉了许多你编程用的方法和例子,看看有没有你想要的,或不懂的。...
    里面告诉了许多你编程用的方法和例子,看看有没有你想要的,或不懂的。-they tell you a lot of the programming methods and examples to see if there is you want, or did not know of.
    2022-02-06 03:23:54下载
    积分:1
  • 堆栈的一点研究,小程序,不过蛮好用的,值得一看的
    堆栈的一点研究,小程序,不过蛮好用的,值得一看的-Stack that study, a small procedure, but fine used, see the
    2022-05-25 10:20:39下载
    积分:1
  • Visual C# 使用键盘控制窗体的移动
    Visual C#使用键盘控制窗体的移动,创建窗体对象,设置窗体接收按键事件,定义一个标识窗体的变量,判断按键类型,判断后关闭本窗体。   private void Form1_Load(object sender, EventArgs e)   {    Frm_Main form1 = new Frm_Main();//创建窗体对象    form1.KeyPreview = true;//设置窗体接收按键事件   }   private void Form1_KeyDown(object sender, KeyEventArgs e)   {    Point point = this.Location;//定义一个标识窗体的变量    switch (e.KeyData)//判断按键类型    {    case Keys.Up://当按键为上方向键时    point.Y -= 2;    break;    case Keys.Down://当按键为下方向键时    point.Y += 2;    break;    case Keys.Right://当按键为右方向键时    point.X += 2;    break;    case Keys.Left://当按键为左方向键时    point.X -= 2;    break;    case Keys.Escape://当按键为Esc键时    this.Close();//关闭本窗体    break;    default: break;    }    this.Location = point;   }
    2022-03-13 23:48:13下载
    积分:1
  • ActiveMQ.part06
    说明:  ActiveMQ服务,简单直接启动即可,方便测试,第六部分(ActiveMQ service, simple and direct start, easy to test, Part 6)
    2020-06-17 09:40:01下载
    积分:1
  • 696518资源总数
  • 104384会员总数
  • 26今日下载