-
For any software that handles client requests, at some point, there must be a pe...
For any software that handles client requests, at some point, there must be a persistent point where all data related to the clients are stored. Those storages can be any thing (database, mainframes, files etc.). What if this software needs to access those storages with concurrent requests, knowing that opening a connection is memory and CPU consuming? A Connection Pool is a container of open and reusable connections. It will help you save both memory and CPU time. Also, it will help you in managing connections.
- 2022-03-20 11:42:04下载
- 积分:1
-
它展示了怎样用这个库所生成的三层BP网络来求解那个臭名昭著的XOR问题...
它展示了怎样用这个库所生成的三层BP网络来求解那个臭名昭著的XOR问题-it tells how to use this library generated by the three-tier network BP to solve the notorious XOR
- 2022-11-12 23:40:03下载
- 积分:1
-
一个推箱子游戏,易语言编程的,本人认为还算好玩
一个推箱子游戏,易语言编程的,本人认为还算好玩-A Sokoban game and easy programming language, I think pretty fun
- 2023-06-21 17:05:04下载
- 积分:1
-
Based on B/S in human resources management system uses ASP.net (c#) to write the...
基于B/S的人事工资管理系统采用ASP.net(c#)写的软件工程课设-Based on B/S in human resources management system uses ASP.net (c#) to write the software engineering course is located
- 2022-06-21 02:31:32下载
- 积分:1
-
自适应信号处理,西蒙。海利经典教材,很全面详细,通俗易懂,我觉得是最好的自适应书籍!...
自适应信号处理,西蒙。海利经典教材,很全面详细,通俗易懂,我觉得是最好的自适应书籍!-Adaptive signal processing, Simon. Haley classic textbook, it is fully detailed, easy to understand, I think is the best adaptive books!
- 2023-02-10 14:50:05下载
- 积分:1
-
帮我下载
帮我下载
- 2022-02-01 09:20:51下载
- 积分:1
-
h.264官方版中文标准文档H.264_Prepublish_0503
h.264官方版中文标准文档H.264_Prepublish_0503-h.264 standard official Chinese version of the document H.264_Prepublish_0503
- 2022-05-05 06:52:21下载
- 积分:1
-
vc++OpenGL显示中文的源程序,把中文变成位图来显示
vc++OpenGL显示中文的源程序,把中文变成位图来显示-vc++ OpenGL display Chinese source, the Chinese into a bitmap to display the
- 2022-08-21 08:27:08下载
- 积分:1
-
该程序以回溯算法为基础 完成后对算法的学习与设计有重要意义...
该程序以回溯算法为基础 完成后对算法的学习与设计有重要意义-back to the program algorithm based on the completion of the study and algorithm design significance
- 2022-11-18 20:20:03下载
- 积分:1
-
数独游戏。可以自由创建并保存新的开局。带有简单的自动求解算法。...
数独游戏。可以自由创建并保存新的开局。带有简单的自动求解算法。-A Sudoku game whith can easily create and save a custom game.It has a simple automatic solving algorithm build-in.
- 2022-08-11 16:35:43下载
- 积分:1