-
访问日历服务
访问日历服务-所带源代码,是很好的示例.-Visit the calendar service-
- 2022-05-10 16:00:16下载
- 积分:1
-
打开程序,当你打开EXCEL的时候,只要单击一个单元格,就自动将其内容复制到程序的剪切板上...
打开程序,当你打开EXCEL的时候,只要单击一个单元格,就自动将其内容复制到程序的剪切板上-Open the program, when you open EXCEL, when, as long as you click a cell, it will automatically copy the contents to the clipboard on the program
- 2022-01-31 16:07:13下载
- 积分:1
-
LABVIEW8.5许可文件 下载可以使用
LABVIEW8.5许可文件 下载可以使用-keygen8.5
- 2023-02-25 11:15:04下载
- 积分:1
-
multivariable Kalman Filter
多变量卡尔曼滤波器-multivariable Kalman Filter
- 2022-08-11 14:55:27下载
- 积分:1
-
Atheros网卡读定EEPROM工具
读写Atheros无线网卡EEPROM,测试过AR9280,手边没有别的网卡,请自行测试~
- 2023-05-15 20:55:03下载
- 积分:1
-
数据算法演示程序,是初学者很好的学习工具
C数据算法演示程序,是初学者的很好学习工具-C data algorithm demo program is a good learning tool for beginners
- 2022-01-26 00:55:53下载
- 积分:1
-
导出到Excel
Export To Excel
{*** *** *** *** *** *** *** *** *****}
{ TExcel Component 3.3 for Delphi 1.0 .. 3.0 }
{ }
{ Copyright (c) 1996 ... 1998 Tibor F. Liska }
{ Tel/Fax: +36-1-165-2019 }
{ Office: +36-1-209-5284 }
{ E-mail: liska@sztaki.hu }
{*****************************************************}
{ }
{ TExcel is provided free of charge as so long as }
{ it is not in commercial use. When it produces }
{ income for you, please send me some portion of }
{ your income (at least $50). Thank you. }
{ }
{*****************************************************}-Export To Excel
{*****************************************************}
{ TExcel Component 3.3 for Delphi 1.0 .. 3.0 }
{ }
{ Copyright (c) 1996 ... 1998 Tibor F. Liska }
{ Tel/Fax: +36-1-165-2019 }
{ Office: +36-1-209-5284 }
{ E-mail: liska@sztaki.hu
- 2023-02-24 23:05:04下载
- 积分:1
-
实现了多幅动态图片在客户区的分层显示,非常好用
实现了多幅动态图片在客户区的分层显示,非常好用-Realize a number of dynamic images in the customer area of the layered display, very easy to use
- 2022-01-25 22:22:04下载
- 积分:1
-
解析chm文件的代码,出自开源代码。
解析chm文件的代码,出自开源代码。...
解析chm文件的代码,出自开源代码。
解析chm文件的代码,出自开源代码。-parse chm file解析chm文件的代码,出自开源代码。
- 2022-02-03 09:52:54下载
- 积分: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