-
利用键扫程序从键盘输入 16进制数,由程序处理使转为键面对应的十进制数 。例输入0x01(1),0x02(2),即输入了12...
利用键扫程序从键盘输入 16进制数,由程序处理使转为键面对应的十进制数 。例输入0x01(1),0x02(2),即输入了12-Sweep procedure using keys from the keyboard input 16 hexadecimal number of treatment by the procedure so that the face should be the key to a decimal number. Example input 0x01 (1), 0x02 (2), which entered the 12
- 2022-02-27 02:58:15下载
- 积分:1
-
cppunit工具 单元测试测c++ 能够较好的识别单元中的错误,是一个不错的工具...
cppunit工具 单元测试测c++ 能够较好的识别单元中的错误,是一个不错的工具-cppunit
- 2022-09-07 04:10:03下载
- 积分:1
-
KportII,Windows下直接I/O端口操作
KportII,Windows下直接I/O端口操作-KportII, Windows under the direct I/O Port Operation
- 2023-05-10 04:35:03下载
- 积分:1
-
This is my first game Snake, doing a rough, hoping for some help beginners. If y...
这是我的第一个游戏贪吃蛇,做的比较粗糙,希望对于初学者有所帮助了。如果有什麽问题请发我邮箱seu_liujie@yahoo.com.cn。当然我更愿意与大家交流心得了。 -This is my first game Snake, doing a rough, hoping for some help beginners. If you have any questions please send me E-mail seu_liujie@yahoo.com.cn. Of course, I am more willing to share their experience with you has.
- 2022-03-05 15:02:48下载
- 积分:1
-
一个简易的班级成绩统计系统,可以在此基础上做一个完善的统计处理系统....
一个简易的班级成绩统计系统,可以在此基础上做一个完善的统计处理系统.-a simple statistics system, we can complete a integrated statistics processing system
- 2022-05-07 21:31:08下载
- 积分:1
-
用c程序实现的数字时钟程序,其中包含改程序的所有c代码,以及详细的注释说明。...
用c程序实现的数字时钟程序,其中包含改程序的所有c代码,以及详细的注释说明。-C program with digital clock procedures, including procedures to all the c code, as well as detailed notes.
- 2022-05-09 11:28:11下载
- 积分:1
-
first come first serve 2
first come first serve 2
- 2022-12-22 06:30:03下载
- 积分:1
-
执行控制台或批处理程序并可以将运行的显示结果显示在窗口中的类似cmd程序的程序...
执行控制台或批处理程序并可以将运行的显示结果显示在窗口中的类似cmd程序的程序-A program similar to cmd command which can run control console or batch file and show the result in the result window
- 2022-02-06 05:18:14下载
- 积分: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
-
A C source file printer with multiple options
A C source file printer with multiple options
- 2022-02-07 11:53:52下载
- 积分:1