-
自己编的,输入前缀树,基于WordNet,需先安装wordnet
自己编的,输入前缀树,基于WordNet,需先安装wordnet-Own, and enter the prefix tree, based on the WordNet, the need to install WordNet
- 2023-04-29 08:55:03下载
- 积分:1
-
毫秒级的一个小程序,可以使用。
这是毫秒级的一款音频延时小程序,可以使用。-Ms audio delay class of a small program, you can use.
- 2022-06-01 01:19:25下载
- 积分:1
-
我的一个VC作业:是对商品销售的简单管理,包括商品的数量单价库存以及消费者的消费情况.再简单不过了..请高手指导....
我的一个VC作业:是对商品销售的简单管理,包括商品的数量单价库存以及消费者的消费情况.再简单不过了..请高手指导.-a VC operations : sales of the simple management, including the volume of goods priced stocks and consumer spending. But again the simple .. 19:56 guidance.
- 2022-05-15 04:26:34下载
- 积分:1
-
Using FPGA to design the signal generator dds all the content inside,
用FPGA 来设计的dds的信号发生器的全部内容都在里面,-Using FPGA to design the signal generator dds all the content inside,
- 2022-02-21 10:56:59下载
- 积分:1
-
演示桌面动画的程序例子,适用于VB5。很好玩的
演示桌面动画的程序例子,适用于VB5。很好玩的-Desktop animation demo program example, applies to VB5. Very fun
- 2022-04-01 00:33:24下载
- 积分:1
-
1・能够创建链表
2・能够删除,插入任一元素
3・有友好的人机卷面;...
1・能够创建链表
2・能够删除,插入任一元素
3・有友好的人机卷面;-2 to create one list can delete, insert any one element 3 has a friendly man-machine卷面
- 2022-08-12 07:10:24下载
- 积分:1
-
可以修复ODBC数据源的驱动程序,是系统修复工具.SQL2000数据源修复工具....
可以修复ODBC数据源的驱动程序,是系统修复工具.SQL2000数据源修复工具.-can be restored ODBC data sources of the driver, Tools system is repaired. SQL2000 data sources repair tools.
- 2022-03-01 01:36:16下载
- 积分:1
-
MATLAB代码潮流分析
潮流调和分析程序,包括各分潮分析,调和常数分析等-matlab code for tide analysis
- 2022-08-24 23:57:16下载
- 积分:1
-
Windows CE5.0进程间通信
Windows CE5.0进程的同步与互斥
Windows CE5.0进程间通信
Windows CE5.0进程的同步与互斥-Windows CE5.0 inter-process communication Windows CE5.0 process synchronization and mutual exclusion
- 2022-05-18 18:17:18下载
- 积分:1
-
springboot商城管理
springboot商城管理后端管理Spring提供的一个用于简化JPA开发的框架Spring Data JPA能干什么: 可以极大的简化JPA的写法,可以在几乎不用写实现的情况下,实现对数据的访问和操作。除了CRUD外,还包括如分页、排序等一些常用的功能。 Spring Data JPA有什么 主要来看看Spring Data JPA提供的接口,也是Spring Data JPA的核心概念: 1:Repository:最顶层的接口,是一个空的接口,目的是为了统一所有Repository的类型,且能让组件扫描的时候自动识别。 2:CrudRepository :是Repository的子接口,提供CRUD的功能 3:PagingAndSortingRepository:是CrudRepository的子接口,添加分页和排序的功能 4:JpaRepository:是PagingAndSortingRepository的子接口,增加了一些实用的功能,比如:批量操作等。 5:JpaSpecificationExecutor:用来做负责查询的接口 6:Specification:是Spring Data JPA提供的一个查询规范,要做复杂的查询,只需围绕这个规范来设置查询条件即可
- 2022-02-03 21:06:45下载
- 积分:1