-
Cipher Algorithm used in network security
Cipher Algorithm used in network security
- 2022-07-02 18:22:45下载
- 积分:1
-
- 2022-05-27 00:29:35下载
- 积分:1
-
用VC++语言得到输入汉字拼音码的演示小程序。
用VC++语言得到输入汉字拼音码的演示小程序。
-VC language to be used to input Chinese characters spelling yards small demonstration procedures.
- 2022-02-20 17:06:57下载
- 积分: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
-
window 硬件信息的获取,包括CPU,内存,硬盘空间等等;
window 硬件信息的获取,包括CPU,内存,硬盘空间等等;-access to information window hardware, including CPU, memory, hard disk space, etc.
- 2022-08-09 15:30:48下载
- 积分:1
-
算法分析与设计中的经典问题,利用回溯法解决背包问题,有详细的代码段。...
算法分析与设计中的经典问题,利用回溯法解决背包问题,有详细的代码段。-Algorithm analysis and design of the classic problems, the use of backtracking to solve knapsack problem, there is a detailed code snippet.
- 2022-02-03 18:03:27下载
- 积分:1
-
进程查看程序,可以显示各个进程的运行情况,ID号,含有的线程等信息。...
进程查看程序,可以显示各个进程的运行情况,ID号,含有的线程等信息。-Process viewer, you can display the operation of various processes, ID number, and other information contained in the thread.
- 2022-01-31 21:05:26下载
- 积分:1
-
can do c language Training procedures.
可以做c语言的实训程序。-can do c language Training procedures.
- 2022-05-22 18:03:51下载
- 积分:1
-
在控件之间拖放
在控件之间拖放 -The example of drag and release between activex control
- 2022-01-28 17:15:12下载
- 积分:1
-
Labview打开PDF文件
首先需要安装PDF阅读器,通过Labview调用PDF的控件实现对PDF文件的阅读。
- 2022-02-01 19:47:25下载
- 积分:1