-
功能完整的录音程序,使用windows API编写。
功能完整的录音程序,使用windows API编写。-Functional integrity of the recording process, the preparation of the use of windows API.
- 2023-04-10 22:55:03下载
- 积分:1
-
用MFC做的屏幕保护,学习mfc编程。
用MFC做的屏幕保护,学习mfc编程。
-Using MFC to do the screen saver, learning mfc programming.
- 2022-12-13 05:05:04下载
- 积分:1
-
java learning memorandum
java学习备忘录-java learning memorandum
- 2022-12-18 21: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
-
面向对象程序设计(第二版)课后习题解答
有详细的做法
面向对象程序设计(第二版)课后习题解答
有详细的做法-Object-Oriented Programming (Second Edition) exercises after practice to answer detailed
- 2022-04-08 10:46:51下载
- 积分:1
-
"Wubi coding Check System" implementation : a CD
“五笔编码速查系统”执行说明: 1、 光盘目录vc6.0chapter7inWMVC.EXE为本系统的可执行文件。WORD.TXT和ZI.TXT是系统运行所必需的两个文件。 2、 光盘目录vc6.0chapter7SETUP.EXE是本系统的安装程序。 3、 光盘目录vc6.0chapter7srcWMVC*.*为本系统的VC源程序。 “五笔编码速查系统”如何编译: 直接点击编译完成对整个项目的编译。 “五笔编码速查系统”如何部署: 1、 修改更新Web服务器地址和端口 配置检查版本的Web服务器地址,在本例中缺省 使用的是本机,所以在WMSheet.cpp中162行的调用为:httpClient.GET("localhost", "80", "/version.asp", "") 如果自己的机器与配置的情况不符合,要根据具体情况进行设置。 2、 下载安装文件的配置 推荐测试时使用自己本地的机器,即localhost,使用21端口。把安装文件 setup.exe部署到 ftproot,setup.exe在vc6.0setup目录下。-"Wubi coding Check System" implementation : a CD-ROM directory vc6.0 chapter7 bin WMVC.EXE-based system of the executable. WORD.TXT and ZI.TXT system is necessary for the functioning of the two documents. 2, CD-ROM directory vc6.0 chapter7 SETUP.EXE is the system setup program. 3, CD-ROM directory vc6.0 chapter7 src WMVC *.*-based system of VC source. "Wubi coding Check System," how to build : direct hits compiler of the entire project completed compiler. "Wubi coding Check System,"
- 2022-07-10 21:46:01下载
- 积分:1
-
一个C++智能指针的简单实现,可以自动管理回收new操作符分配的内存,不用担心内存泄漏。...
一个C++智能指针的简单实现,可以自动管理回收new操作符分配的内存,不用担心内存泄漏。-a smart simple realization of the target, it will automatically manage the retrieval new operator allocated memory and need not worry about a memory leak.
- 2022-01-22 14:20:38下载
- 积分:1
-
我的模式识别作业,用感知器算法对二维的点进行识别,求出判决函数...
我的模式识别作业,用感知器算法对二维的点进行识别,求出判决函数-operations of pattern recognition, perception algorithm using two-dimensional point of identification, obtained judgment function
- 2022-01-25 19:20:05下载
- 积分:1
-
实现了带有消息队列的线程类,模拟了Windows窗口的消息处理过程,适用于不能通过窗口来进行消息转发的情况...
实现了带有消息队列的线程类,模拟了Windows窗口的消息处理过程,适用于不能通过窗口来进行消息转发的情况-Achieved with the message queue of the thread class, to simulate the Windows window message handling process, applied to the window can not be transmitted to the situation in the news
- 2022-05-24 19:49:22下载
- 积分:1
-
以前的操作系统作业
以前的操作系统作业-previous operating system operations
- 2022-04-28 12:21:37下载
- 积分:1