bat2exeDemo包含原工具和小demo Bat to Exe Converter这是bat转exe工具
2022-12-15 10:04:09 1.86MB bat2exe BattoExeConve
1
演示书架-wxapp 小程序
2022-12-14 21:42:19 65KB JavaScript
1
增删查改小程序(包含图片上传)demo,微信小程序开发实现数据的CRUD,图片上传下载等功能,入门必备。
2022-12-14 21:16:14 455KB 增删查改 小程序 图片上传
1
用pygame开发的演示游戏 设置 sudo apt-get build-dep python-pygame sudo apt-get install mercurial pip install -r requirements.txt
2022-12-14 20:03:21 97KB Python
1
实现扫码登录Demo,前端代码 后端代码都有,学习入门值得拥有,利用ws协议来实现扫码登录,简单易懂
2022-12-14 15:48:48 13.28MB ws 扫码登录
1
The STM32 Flash loader demonstrator (FLASHER-STM32) is a free software PC utility from STMicroelectronics, which runs on Microsoft® OSs and communicates through the RS232 with the STM32 system memory bootloader. To get an example of how to execute the device bootloader, refer to the STM32 microcontroller system memory boot mode Application note (AN2606). To get information about the USART protocol used in the STM32 bootloader, refer to the USART protocol used in the STM32 bootloader Application note (AN3155). This software utility contains also a command line version and it is provided with Microsoft®Visual Studio 12 source code. KEY FEATURES UART system memory bootloader Flash programming utility with RS232 It runs on Microsoft®Windows®OSs
2022-12-14 15:19:07 33.38MB stm32 flash 
1
CS83785单节锂电池输出恒定20瓦功放R类立体声,CS83711双节锂电池供电输出恒定2*16.5W双声道功率
2022-12-14 10:01:30 749KB CS83785E CS83711E
1
腾讯地图,里面包含了各种地图的实现,从最基础的定位到,地理围栏都有。值得学习
2022-12-13 19:09:46 8.17MB 腾讯地图
1
this is raphael demo.
2022-12-13 18:40:13 79KB raphael
1
基于机器学习的量化投资策略demo.zip这是一个demo程序,旨在帮大家快速入门基于机器学习的量化投资方法。适于人群:有一定python基础,对炒股和量化投资一无所知的人。 运行程序 首先,通过以下命令安装必需的python依赖库。 pip install -r requirements.txt 调用tusare,获取股票的历史价格数据。每支股票的数据会保存在file/data目录下,所有股票的代码保存在文件file/stock_list.txt中,作为demo我只往里面放了10支股票,实战中应该尽可能地多放一些。 python data.py 根据基础的价格数据,生成机器学习模型所需要的高级特征。最终的特征文件是pickle二进制格式,存放在目录file/feature下。 python feature.py 训练lightGBM模型。模型文件是file/model.lgb.txt。 python model.py 根据历史数据回测模型效果。每天应该买入哪支股票以及对应的收益会存储在文件file/record.csv中,同时会计算量化投资最经常关注的三个指标:累积收益、最大回