-
pos机行业的国际标准,此源码为opos控制对象开发源码,可以直接使用。...
pos机行业的国际标准,此源码为opos控制对象开发源码,可以直接使用。-pos machine industry to international standards, the source for the development of source OPOS control objects can be used directly.
- 2022-07-22 02:17:07下载
- 积分:1
-
可以查看一般的密码匡内的内容
可以查看一般的密码匡内的内容-can check the password within the Kuang
- 2022-08-23 09:00:28下载
- 积分:1
-
Flex
flex鱼眼特效类,可以为RIA应用增加亮点-flex-type fish-eye effects, you can increase the bright spot for RIA applications
- 2023-04-21 23:45:03下载
- 积分:1
-
游戏
一个用C语言编写的一个游戏,非常好玩的一个游戏。相信大家都玩过。-game
- 2022-02-01 06:53:18下载
- 积分:1
-
一个很好的代码传输。
很好的代码传输。
- 2022-03-02 20:54:57下载
- 积分:1
-
Filemon 源代码.zip
Filemon 源代码.zip-Filemon source code. Zip
- 2022-03-31 13:15:28下载
- 积分:1
-
AD采集的低端程序,很规范,对于使用ad采集的人很有帮助哟
AD采集的低端程序,很规范,对于使用ad采集的人很有帮助哟-AD collection of low-end procedures are standardized, were collected for the use of ad helpful yo
- 2022-05-09 06:51:12下载
- 积分:1
-
detected every disk s file system,example Fat or ntfs and display the disk
检测每个盘的文件系统,比如fat还是ntfs并且显示出来。-detected every disk s file system,example Fat or ntfs and display the disk
- 2022-06-22 00:59:27下载
- 积分:1
-
神经网络程序,BP算法模拟程序,可以在windows下编译通过
神经网络程序,BP算法模拟程序,可以在windows下编译通过-neural network programming, BP algorithm simulation program that can compile under windows
- 2023-08-07 06:05:03下载
- 积分: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