-
用vc做的英语辞典,可以进行单词的查找,删除,添加,用ADO数据库进行的连接。本程序可以作为学习vc的结业程序,建议四天内做完。...
用vc做的英语辞典,可以进行单词的查找,删除,添加,用ADO数据库进行的连接。本程序可以作为学习vc的结业程序,建议四天内做完。-vc do with the English dictionary, the word can identify, delete, add, ADO database connectivity. The procedure can be used as learning vc exit procedures, the proposed four days to finish.
- 2022-08-20 19:23:18下载
- 积分:1
-
数控系统的非实时插补算法
资源描述数控系统的非实时插补算法,包含数控系统的粗插补、动态链接库以及刀具运动组件等,同时设计了用户实时调试界面,兼容数控加工的通用G代码指令,实现数控系统的运动控制
- 2022-01-24 14:17:49下载
- 积分:1
-
VB实例源码,如果修改通知的不足之处,请讨论…
VB实例源码,如有不妥之处请修改后通知再讨论一起来完善源码的上传.-Example VB source code, if the inadequacies of the revised notice, please discuss with one sound source upload.
- 2022-03-16 04:50:41下载
- 积分:1
-
万年历delphi源码(都农历,农历节气)
万年历delphi源码(都农历,农历节气)
-Calendar delphi source code (both Lunar, Lunar Solar Terms)
- 2023-06-21 14:40: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
-
题目要求:读入两个小于100的正整数A和B,计算A+B。
需要注意的是:A和B的每一位数字由对应的英文单词给出。
输入格式:测试输入包含若干测试用例,每...
题目要求:读入两个小于100的正整数A和B,计算A+B。
需要注意的是:A和B的每一位数字由对应的英文单词给出。
输入格式:测试输入包含若干测试用例,每个测试用例占一行,格式为"A + B =",相邻两字符串有一个空格间隔。当A和B同时为0时输入结束,相应的结果不要输出。
输出格式:对每个测试用例输出1行,即A+B的值。
输入样例:
one + two =
three four + five six =
zero seven + eight nine =
zero + zero =
输出样例:
3
90
96-Title request: read two positive integer less than 100 of the A and B, calculate A+ B. It should be noted that: A and B each of the figures by the corresponding English words are given. Input format: test input contains a number of test cases, test cases for each line, the format for the " A+ B =" , a string of adjacent spaces in the two intervals. When A and B at the same time 0:00 to the end of input, not output the results of the corresponding. Output Format: For each test case output a line, that is, the value of A+ B. Input sample: one+ two = three four+ five six = zero seven+ eight nine = zero+ zero = output sample: 39,096
- 2022-05-18 03:32:14下载
- 积分:1
-
bank savings system's main purpose is to depositors of their deposits, and c...
银行储蓄系统的主要用途是为储户保管存款,并计算存款利息,提供自由存款与取款的服务-bank savings system"s main purpose is to depositors of their deposits, and calculate interest on deposits, deposits and withdrawals free services
- 2023-01-19 02:40:04下载
- 积分:1
-
游戏――俄罗斯方块的源代码
游戏――俄罗斯方块的源代码-games-- Tetris source code
- 2022-08-13 14:26:33下载
- 积分:1
-
c++ primary knowledge summary
c++ primary 知识汇总,是c++进阶者很好的东西-c++ primary knowledge summary
- 2022-04-22 18:34:38下载
- 积分:1
-
二叉树基本操作的程序实验
1、二叉树结点结构体
2、二叉树结点队列...
二叉树基本操作的程序实验
1、二叉树结点结构体
2、二叉树结点队列-Experimental procedure for the basic operation of a binary tree
1, a binary tree node structure
2, a binary tree node queue
- 2023-02-15 20:15:05下载
- 积分:1