├── .gitignore ├── 2019_version_E_Python.e ├── E_Python.e ├── E_Python.ec ├── Example.e ├── LICENSE ├── README.md ├── libs ├── Python_Server.py ├── YSmodel.e ├── YSmodel.ec ├── 精易模块v7.7.e └── 精易模块v7.7.ec └── screenshot.bmp /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yingshaoxo/E_Python/HEAD/.gitignore -------------------------------------------------------------------------------- /2019_version_E_Python.e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yingshaoxo/E_Python/HEAD/2019_version_E_Python.e -------------------------------------------------------------------------------- /E_Python.e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yingshaoxo/E_Python/HEAD/E_Python.e -------------------------------------------------------------------------------- /E_Python.ec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yingshaoxo/E_Python/HEAD/E_Python.ec -------------------------------------------------------------------------------- /Example.e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yingshaoxo/E_Python/HEAD/Example.e -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yingshaoxo/E_Python/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yingshaoxo/E_Python/HEAD/README.md -------------------------------------------------------------------------------- /libs/Python_Server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yingshaoxo/E_Python/HEAD/libs/Python_Server.py -------------------------------------------------------------------------------- /libs/YSmodel.e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yingshaoxo/E_Python/HEAD/libs/YSmodel.e -------------------------------------------------------------------------------- /libs/YSmodel.ec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yingshaoxo/E_Python/HEAD/libs/YSmodel.ec -------------------------------------------------------------------------------- /libs/精易模块v7.7.e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yingshaoxo/E_Python/HEAD/libs/精易模块v7.7.e -------------------------------------------------------------------------------- /libs/精易模块v7.7.ec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yingshaoxo/E_Python/HEAD/libs/精易模块v7.7.ec -------------------------------------------------------------------------------- /screenshot.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yingshaoxo/E_Python/HEAD/screenshot.bmp --------------------------------------------------------------------------------