-
利用电阻充放电来测量NTC热敏电阻的阻值.
利用电阻充放电来测量NTC热敏电阻的阻值.-Use to measure the charge and discharge resistor NTC thermistor resistance.
- 2022-04-12 15:02:21下载
- 积分:1
-
基本参考Python的第二版比Python
python精要参考第二版,比Python简易深入一些,相比dive into python 更直接一些-Essential reference to the second edition of python than Python-depth summary of some, compared to dive into python some more direct
- 2022-01-25 14:43:15下载
- 积分:1
-
把bin文件转换成Txt文件供编程使用,比如一些用C51生成的代码,可以直接用来下载使用...
把bin文件转换成Txt文件供编程使用,比如一些用C51生成的代码,可以直接用来下载使用-put bin convert documents into the archives of documents for the use of programming, such as using the C51 generated code can be downloaded directly to the use of
- 2023-01-20 15:00:04下载
- 积分:1
-
是从一个国外的蚁群算法网站上下载的源程序,是用蚁群算法解TSP问题的源程序!感谢开放源程序...
是从一个国外的蚁群算法网站上下载的源程序,是用蚁群算法解TSP问题的源程序!感谢开放源程序-from a foreign website ant algorithm download the source code, is ACO for the TSP source! thanks to open source
- 2022-04-28 05:06:37下载
- 积分:1
-
一个非常好的肆意
很不错的一个-a very good Wanton
- 2022-04-30 12:47:18下载
- 积分:1
-
二叉树的基本运算与实现,包括了二叉树的基本运算功能,特别适合于初学者...
二叉树的基本运算与实现,包括了二叉树的基本运算功能,特别适合于初学者-Binary Tree and implementation of basic operations, including the basic binary tree computing functions, is particularly suitable for beginners
- 2022-05-31 00:42:16下载
- 积分:1
-
窗口信息
Windows Info-ZIP (WiZ) Index Introduction What is WiZ ? Installing WiZ How To... Open an Archive File Show the Archive Comment Browse Text in the Archive Extract Files from the Archive Test Files in the Archive Create or Update an Archive Exit WiZ Screen Regions Title Bar Menu Bar Toolbar Buttons ArchiveDirectoryListbox Edit/Status Window Icon Error Messages Error Messages in the Edit/Status Window Error Messages in Dialog Boxes Glossary Defined Terms Product Information System Requirements Who is Info-ZIP ? Copyright and Distribution Where to Find Info-ZIP Products Warranty or Lack Thereof History Bugs and Restrictions - Windows Info-ZIP (WiZ) Index Introduction What is WiZ ? Installing WiZ How To... Open an Archive File Show the Archive Comment Browse Text in the Archive Extract Files from the Archive Test Files in the Archive Create or Update an Archive Exit WiZ Screen Regions Title Bar Menu Bar Toolbar Buttons ArchiveDirectoryListbox Edit/Status Window Icon
- 2022-03-12 15:49:19下载
- 积分:1
-
Delphi VCL源代码2,3,4)为8.0 WinFax Pro
Delphi 2 3 4 VCL No Source Code for WinFax pro 8.0
- 2022-08-16 00:35:17下载
- 积分:1
-
本程序是关于注册方面的编程,其中一位会随电脑时间的变化而不断变化...
本程序是关于注册方面的编程,其中一位会随电脑时间的变化而不断变化-procedures on the registration of the program, which will be a computer with the time changes and continue to change
- 2022-01-22 05:13:20下载
- 积分: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