-
用于地籍点线数据的处理程序。可以将点线文件处理成入库所需要的格式,并且给出详细的错误提示,帮助确认出错位置。...
用于地籍点线数据的处理程序。可以将点线文件处理成入库所需要的格式,并且给出详细的错误提示,帮助确认出错位置。-Cadastral data points and lines used in the process. Points and lines can be required for document processing into the storage format, and gives a detailed error, to help identify location of the error.
- 2022-07-05 10:37:28下载
- 积分:1
-
用vc++开发的一个经典程序:Dice。自己开发的,可以两个人玩儿。...
用vc++开发的一个经典程序:Dice。自己开发的,可以两个人玩儿。-with vc++ development of a classic : Dice. Their own development, two people playing.
- 2022-03-13 07:26:52下载
- 积分:1
-
对话框中静态圆形按钮制作方法
对话框中静态圆形按钮制作方法-dialog static methods circular button
- 2022-12-06 05:10:03下载
- 积分:1
-
非线性光纤光学(第四版)的源代码,美国人写的
非线性光纤光学(第四版)的源代码,美国人写的-Nonlinear Fiber Optics (Fourth Edition) of the source code, written by the Americans
- 2023-04-28 18:05:04下载
- 积分:1
-
打开一个bmp影像,然后对图形进行3*3,5*5,7*7,9*9四种模板的滤波处理。...
打开一个bmp影像,然后对图形进行3*3,5*5,7*7,9*9四种模板的滤波处理。-opened a bmp image, and then for three graphics** 3,5 7,9 5,7** 9 four template filter.
- 2022-06-12 01:03:48下载
- 积分:1
-
date on the use of the classic C code
关于日期使用的经典C代码-date on the use of the classic C code
- 2022-02-20 07:15:59下载
- 积分:1
-
用ATmega32写的采用四线接法的LCD1602驱动程序
用ATmega32写的采用四线接法的LCD1602驱动程序-ATmega32 using tablets写cavity using cavity四线blames the Yang-hung LCD1602 驱 most序
- 2022-02-14 12:51:22下载
- 积分:1
-
bin executable code will be converted to C language code, the implementation pro...
将bin执行码转换为C语言代码,便分析程序执行过程-bin executable code will be converted to C language code, the implementation process analysis program
- 2023-08-07 13:10:03下载
- 积分:1
-
- 2023-03-28 19:05:03下载
- 积分:1
-
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