-
我自己用visual c++ 编制的IE浏览器代码,调用webbrowser
我自己用visual c++ 编制的IE浏览器代码,调用webbrowser-I am using visual c++ Prepared IE browser code, call the webbrowser
- 2022-04-18 03:06:21下载
- 积分:1
-
交通灯控制程序,可以实现交通等的时间控制和暂停
交通灯控制程序,可以实现交通等的时间控制和暂停-Traffic lights control procedures can be achieved time traffic control and suspended
- 2022-07-17 13:37:18下载
- 积分:1
-
1、设计一个程序,其中有3个类,即CBank,BBank和GBank,分别为中国银行类、工商银行类和农业银行类。每个类都包含一个私有数据balance,用于存放...
1、设计一个程序,其中有3个类,即CBank,BBank和GBank,分别为中国银行类、工商银行类和农业银行类。每个类都包含一个私有数据balance,用于存放储户在该行的存款数,另有一个友元函数total用于计算储户在这3家银行中的总存款数。
2、设计一个程序,其中有2个类,Point类为点类,包含2个私有数据x和y,表示点的坐标,line类为直线类,包含3个私有数据a,b和c,表示直线方程ax+by+c=0。另有一个友元函数dist,用于计算一个点到直线的距离。点与直线之间的距离计算公式如下:(提示:本题为有元函数的应用)
-1, design a program, of which three categories, namely CBank, BBank and GBank, respectively, for the Chinese banking, business banking and agricultural banking. Each class contains a private data balance, used to store the bank deposits of savers in the number, while a friend function used to calculate the total depositors in the three the number of total deposits in banks. 2, design a program, of which there are 2 categories, Point class for the point class, including two individual and private data are x and y, that the coordinates of points, line for line class categories, with three individual and private data are a, b and c, that straight line equation ax+ by+ c = 0. There is also a friend function dist, used
- 2022-08-20 00:41:26下载
- 积分:1
-
windows wdm 设备驱动开发指南,很经典的资料,做驱动程序的可以...
windows wdm 设备驱动开发指南,很经典的资料,做驱动程序的可以-windows wdm device driver development guide, a very classic information, do the driver can see
- 2022-02-25 15:57:48下载
- 积分:1
-
USB编程应用
USB编程的简单应用,很好理解~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 2022-01-26 00:59:25下载
- 积分:1
-
利用FLASH自带的编程语言制作出的放大镜
利用FLASH自带的编程语言制作出的放大镜-FLASH own use of the programming language to produce the magnifying glass
- 2023-01-08 22:00:08下载
- 积分:1
-
C++编程库的模糊逻辑。
C++ Fuzzy Logic Programming Library.
- 2022-02-01 04:24:45下载
- 积分:1
-
to the in
对pascal的深入编程,开发环境是delphi-to the in-depth programming, development environment is delphi
- 2022-08-08 16:55:37下载
- 积分:1
-
WinCC变量的使用,这些也都是学习一些WinCC Parag程序…
wincc变量的使用,这些也是WINCC学习的一些程序段。-WinCC variables used, these are also learning some of the procedures WINCC paragraph.
- 2023-02-03 09:15:04下载
- 积分: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