Leven

Results 5 issues of Leven

`#define NOR_FLASH_DEV_NAME "norflash0"` `#define NOR_FLASH_PART0_NAME "faultrecord"` `#define NOR_FLASH_PART1_NAME "chargerecord"` `#define NOR_FLASH_PART2_NAME "reserve"` `#define NOR_FLASH_PART3_NAME "download"` `#define FAL_FLASH_DEV_TABLE \ ` `{ \` ` &nor_flash0, \` `}` `#define FAL_PART_TABLE \` `{ \`...

初始化如下: `...` `sfud_init();` `fal_init();` `fdb_tsdb_init(&s_chargedb, "chargedb", NOR_FLASH_PART1_NAME, get_time, 512, NULL);` `...` 每次上电都会重新格式化扇区,并且分区表的起始地址不正确。 日志如下: [SFUD] (../3rdparty/sfud/src/sfud.c:117) Start initialize Serial Flash Universal Driver(SFUD) V1.1.0. [SFUD] (../3rdparty/sfud/src/sfud.c:866) The flash device manufacturer ID is...

常用API-->随机抽样(numpy.random) : https://www.numpy.org.cn/reference/random/index.html

### 功能描述 - 对于不满足 OSDA 运行条件的计算机(系统为 Windows7 SPI 以下版本,环境为 .Net4.6.1 以下版本),由 Inno 构建的安装程序应该在安装之前对计算机进行基础检测,并提醒和引导用户到官方站点下载和安装。 ### 功能目的 - 消除因不满足运行条件,但能安装,却运行报错的异常行为。

## 功能描述 通过菜单栏选项进行语言切换。 ## 功能目的 构建全球化应用程序。 ## 实现参考指南: - [Globalization Documentation](https://docs.microsoft.com/zh-cn/globalization/) - [对.NET应用程序进行全球化和本地化](https://docs.microsoft.com/zh-cn/dotnet/standard/globalization-localization/index)