-
"electronic mapping system components" implementation : a CD
“电子元器件绘制系统”执行说明: 1、 光盘目录vc6.0chapter2inDrawChip.exe为本系统的可执行文件。 2、 光盘目录vc6.0chapter2srcDrawChip*.*为本系统的VC源程序。 “电子元器件绘制系统”如何编译: 直接编译,生成的可执行文件放在 vc6.0chapter2in目录下,名称为DrawChip.exe。-"electronic mapping system components" implementation : a CD-ROM directory vc6.0 chapter2 bin DrawChip.exe-based system of the executable. 2, CD-ROM directory vc6.0 chapter2 src DrawChip *.*-based system of VC source. "Electronic Components Rendering System" How compiler : direct compiler, generating executable files on vc6.0 chapter2 bin directory under the name of DrawChip.exe.
- 2022-03-22 07:02:09下载
- 积分:1
-
此代码是用C #消息队列
This code is for message queuing using c#
- 2023-04-04 04:25:03下载
- 积分:1
-
招生管理系统介绍是 如何招收新学生;如何发通知书等;主要还是介绍流程的...
招生管理系统介绍是 如何招收新学生;如何发通知书等;主要还是介绍流程的-enrollment management system on how to recruit new students; How notice; The main briefing process
- 2023-08-05 21:00:05下载
- 积分:1
-
windows LCD RGB test tool
应用背景关于LCD RGB的测试软件,在windows 8或以上 tablet test中能够直接使用关键技术循环播放颜色,可以人工判断测试Pass还是Fail
- 2023-02-06 03:25:03下载
- 积分:1
-
截图软件,有快捷键功能,可以调用系统画图和照片查看器进行编辑和查看
截图软件,有快捷键功能,可以调用系统画图和照片查看器进行编辑和查看。全屏截图,选择截图,快捷键用钩子实现,对于初学编程的人比较有用。Screenshot of the software, there are shortcut keys function, you can call the system drawing and photo viewer for editing and viewing. Full-screen screenshot, select shots, shortcuts hook used to achieve more useful for the novice programmer person.
- 2023-02-07 03:05:05下载
- 积分:1
-
这个程序是利用概率算法求一个函数得积分。
这个程序是利用概率算法求一个函数得积分。-the procedure is the use of probabilistic algorithm for a function in the integral.
- 2023-01-18 13:35:03下载
- 积分:1
-
Online Game "Paperman" item number list in japan.
Online Game "Paperman" item number list in japan.
- 2022-02-06 13:29:36下载
- 积分:1
-
单向链表模板程序,可以在VC++下直接编译执行
单向链表模板程序,可以在VC++下直接编译执行-TList
- 2023-03-17 10:30:04下载
- 积分:1
-
This program detetc the skin color and track using a web cam.
This program detetc the skin color and track using a web cam.
- 2022-03-11 11:15: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