-
Spring Mvc框架,包含登录页面
Spring Mvc完整框架,最近互联网公司用的最多的框架。持久层框架用的是mybatis 。
配置完整,包含登录窗口,扩展性强。
- 2022-07-15 20:05:15下载
- 积分:1
-
完整的VC源代码,可以简单的播放音频文件
完整的VC源代码,可以简单的播放音频文件-VC full source code, you can simply play audio files
- 2023-06-13 01:45:03下载
- 积分:1
-
VC++编的状态服务器,有良好的线程模型,可靠的网络通信。
VC++编的状态服务器,有良好的线程模型,可靠的网络通信。-VC series of the state server, a good-threaded model, a reliable communications network.
- 2022-03-03 03:34:55下载
- 积分:1
-
通讯录管理
通讯录管理 -directory management directory management
- 2023-06-26 13:00:04下载
- 积分:1
-
利用动态规划技术和递推的办法,求出两个字母表A和B的最大公共字串长度。...
利用动态规划技术和递推的办法,求出两个字母表A和B的最大公共字串长度。-The use of dynamic programming techniques and recursive approach to find the two alphabets A and B, the largest public string length.
- 2022-08-13 06:57:52下载
- 积分:1
-
电子元件绘制系统,很好用哦!用的是VC编写的,直接拖动就可以实现绘制图形!...
电子元件绘制系统,很好用哦!用的是VC编写的,直接拖动就可以实现绘制图形!-Rendering system of electronic components, very good with Oh! VC prepared using a direct drag on the graphics rendering can be achieved!
- 2022-04-15 19:57:25下载
- 积分:1
-
VC 语音识别
第一次上传,VC的语音识别,你可以预先定义想要识别的东西,保存在内存中,也可自己弄配置文件,运行程序后,对麦克风说预先输入的文字,识别出来,若不是预先输入的文字,也能识别
- 2022-02-05 04:28:42下载
- 积分:1
-
Snake Snake console C++ console C++ C++ Snake console C++
贪吃蛇控制台C++
贪吃蛇控制台C++
C++
贪吃蛇控制台C++
-Snake Snake console C++ console C++ C++ Snake console C++
- 2022-07-02 09:45:25下载
- 积分:1
-
进程是程序在一个数据集合上运行的过程,进程是并发进行的,也即系统中的多个进程轮流的占用处理器运行。
我们把若干个进程都能进行访问和修改的那些变量称为公共变...
进程是程序在一个数据集合上运行的过程,进程是并发进行的,也即系统中的多个进程轮流的占用处理器运行。
我们把若干个进程都能进行访问和修改的那些变量称为公共变量。由于进程是并发执行的,所以,如果对进程访问公共变量不加限制,那么就会产生“与时间有关”的错误,即进程执行后,所得到的结果与访问公共变量的时间有关。为了防止这类错误,系统必须要用同步机构来控制进程对公共变量的访问。一般说,同步机构是由若干条语句――同步原语――所组成。本试验要求学生模拟PV操作同步机构的实现,模拟进程的并发执行,了解进程并发执行时同步机构的作用。
-process is a procedure in the data set to run the process, the process is conducted with the system that is the rotation process more than the occupier runs. We have a number of process can visit and revision of those variables as public variables. As the process is complicated by the implementation, so if the right to visit public process variables without restrictions, it will have a "Time" is wrong, the implementation process, the results obtained with the public to visit the variables of time. To prevent such mistakes, the system must be used to control synchronization process bodies for public variables visit. In general, synchronous bodies of a number of statements-- synchronization primitives-- composed. Th
- 2023-01-24 21:05:04下载
- 积分:1
-
薪酬门户使用servlet
Servlet程序实施薪酬门户的一个组织,由不同的部门和人员的名称。
- 2022-12-10 17:55:03下载
- 积分:1