-
本程序实现了对图像进行马赛克处理,对于图像开发有较强的参考意义。...
本程序实现了对图像进行马赛克处理,对于图像开发有较强的参考意义。-This procedure achieved a mosaic image processing, image development has a strong reference value.
- 2023-04-29 15:05:03下载
- 积分:1
-
这是进程调度的软件,站资源:包括大量ASP源代码、网页模板、PSD源文件、FLASH源文件、网页图库、站长论坛,服务器工具、网页教程和大量网站建设工具。 网站声...
这是进程调度的软件,站资源:包括大量ASP源代码、网页模板、PSD源文件、FLASH源文件、网页图库、站长论坛,服务器工具、网页教程和大量网站建设工具。 网站声明:本源码及资源由中国站长(www.cnzz.cn)收集整理后提供下载 。 网站域名:http://www.cnzz.cn-This a process dispatcher s software, resources stand: Include a large number of ASP source codes , webpage template , PSD source document , FLASH source document , webpage picture library , head s forum, server tool , webpage study course and a large number of website construction tools. Websites declare: Origin yard and resource are by the Chinese head (www. cnzz. Cn) compile back offering download. Website s domain name: http://www. cnzz. cn
- 2022-02-14 12:30:10下载
- 积分:1
-
VBA合并两个Excel表的数据到目标表
"" 从src1.name和src2.age按ID获取数据,然后将数据设置为dst
Sub hebing()
Dim dstRowNo As Long
Dim src1RowNo As Long
Dim src2RowNo As Long
With ActiveWorkbook
dstRowNo = 1
Do While .Sheets("dst").Cells(dstRowNo, 1).Text ""
dstID = .Sheets("dst").Cells(dstRowNo, 1).Text
src1RowNo = 1
Do While .Sheets("src1").Cells(src1RowNo, 1).Text ""
src1ID = .Sheets("src1").Cells(src1RowNo, 1).Text
If dstID = src1ID Then
- 2022-02-04 08:02:48下载
- 积分:1
-
CICS程序之间切换不同的变换编码
汉字内码的转换,各种编码之间变换-CICS code switching between various Transform Coding
- 2022-01-22 06:39:18下载
- 积分:1
-
namespace 用法及用途.比如你要使用和标准库函数中的函数名相同时,就可以用这种方法来实现,加一个域名....
namespace 用法及用途.比如你要使用和标准库函数中的函数名相同时,就可以用这种方法来实现,加一个域名.-namespace usage and uses. For example, you must use the standard library functions and the function the same, can use this method to achieve, plus a domain name.
- 2022-02-15 10:32:54下载
- 积分:1
-
Feature Detection and Matching
基于sift的特征点检测和匹配,配合Panoramastitch可以实现全景图的拼接,代码为命令行参数程序,有需要可自行修改。
- 2022-11-04 02:15:03下载
- 积分:1
-
演示实现圆形的窗口
演示实现圆形的窗口-demonstration achieve circular window
- 2022-10-23 20:30:03下载
- 积分:1
-
呵呵,vb小程序,是个计算器
呵呵,vb小程序,是个计算器-Oh, vb small program is a calculator
- 2022-06-20 22:02:12下载
- 积分:1
-
通讯录管理
通讯录管理 -directory management directory management
- 2023-06-26 13:00:04下载
- 积分:1
-
利用系统剪贴板实现vc进程间通讯
利用系统剪贴板实现vc进程间通讯-The use of the system clipboard to achieve inter-process communication vc
- 2022-03-23 00:46:02下载
- 积分:1