-
The original library(MFCXLib) s name has been changed to CJ60Lib, which can dist...
原来的库(MFCXLib)已经更名为CJ60Lib,这是为了与那些使用旧库的程序区别开来。本库与旧的库具有同样的功能,但是,针对Visual C++ 6.0作了几个扩展-The original library(MFCXLib) s name has been changed to CJ60Lib, which can distinguish the programs using old library. The library has the same functions as the old one. But some extention has been added aimed at Visual C++6.0.
- 2022-02-02 17:05:52下载
- 积分:1
-
一个没有任何限制的内码转换器,可以转换GB
一个没有任何限制的内码转换器,可以转换GB->BIG5,BIG5->BG,简体转繁体,繁体转简体-a no restrictions within the code converter that converts GB- gt; BIG5, BIG5- gt; BG, English History turn, turn traditional English
- 2023-03-15 18:05:04下载
- 积分:1
-
简单的计算器程序,能够进行科学计算,即输入表达式之后可以得到结果,而且支持sin,cos,ln等的计算...
简单的计算器程序,能够进行科学计算,即输入表达式之后可以得到结果,而且支持sin,cos,ln等的计算-Simple calculator program, to carry out scientific computing, that is, after the importation of expression can be the result of, and support the sin, cos, ln, such as the calculation of
- 2022-08-14 16:17:16下载
- 积分:1
-
80C196 developed with power monitoring, including the switch in terms of acquisi...
用80C196开发的电力监控,包括开关量采集和模拟量计算,采用MODBUS通讯,有详细的注释-80C196 developed with power monitoring, including the switch in terms of acquisition and simulation, using MODBUS communications, has detailed notes
- 2022-05-21 01:39:04下载
- 积分:1
-
不是本人编写的代码,但是觉得不错,有关信号的快速傅里叶变换的。
不是本人编写的代码,但是觉得不错,有关信号的快速傅里叶变换的。-err
- 2022-06-02 23:48:37下载
- 积分:1
-
pure windows programming, the API code completely, through its windows can learn...
纯windows编程,完全的API代码,通过它可以学习windows程序设计的基本方法,逐步提高。-pure windows programming, the API code completely, through its windows can learn the basic design process, and gradually improve.
- 2022-07-01 21:26:23下载
- 积分:1
-
VB在wince s3c2440 LED控制
LED control in VB on WinCE for S3C2440
- 2022-03-16 13:54:01下载
- 积分:1
-
本实例是介绍利用VC++来编写的WINDOWS界面的网络监听程序
本实例是介绍利用VC++来编写的WINDOWS界面的网络监听程序-Example is the introduction of the use of VC++ To prepare the WINDOWS interface network monitoring program
- 2022-07-12 07:31:09下载
- 积分:1
-
XMLStringTranslate
XMLStringTranslate
- 2023-07-22 09:30:03下载
- 积分: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