-
有关异常程序的应用和实现,如何抛出异常,继续处理程序。
有关异常程序的应用和实现,如何抛出异常,继续处理程序。-The application and achievement about exception programme,how to throw out exception,and continue to handle programme.
- 2022-04-12 06:45:08下载
- 积分:1
-
ASMLIB06汇编源代码
ASMLIB06汇编源代码-ASMLIB06 compile source code
- 2022-07-03 14:18:56下载
- 积分:1
-
用C++实现TFTP的好东西的原代码,大家可以试试,
用C++实现的TFTP原代码不错的东西,大家可以试试,-With C++ Realize TFTP the original code of good things, everyone can try,
- 2022-11-19 21:15:08下载
- 积分:1
-
《windows程序设计》书和源码! 学习windows程序设计难得的好资料!...
《windows程序设计》书和源码! 学习windows程序设计难得的好资料!- Windows program design book and source code! Learn windows programming rare good information!
- 2022-06-19 03:56:57下载
- 积分:1
-
VB与三菱 FX系列通信的源代码
资料是一个源代码 已经做好了 是用VB编写的 通过串口跟三菱FX系列PLC进行通讯的,只要在两者之间通过串口连接,就可以通过上位机来控制下位机的运行和工作了。
- 2022-07-04 07:16:24下载
- 积分:1
-
使用windows socket 编程实现网络聊天系统 能实现多对多通信
使用windows socket 编程实现网络聊天系统 能实现多对多通信-Windows socket programming using online chat system that can to-many communication
- 2022-07-24 06:14:39下载
- 积分:1
-
controle mfasfgfm
asdafkkggk
adevia
controle mfasfgfm
asdafkkggk
adevia-controle mfasfgfm
asdafkkggk
adevia
- 2023-04-27 02:10:04下载
- 积分:1
-
MFC程序——调色板
一个基于MFC框架的应用程序,程序可以实现调色板的功能,通过滑块调节红、绿、蓝三个颜色分量的值来显示图形的不同的颜色,程序是VC++6.0上实现的。
- 2022-03-18 20:05:31下载
- 积分:1
-
Delphi采用MSComm控件开发串口测试工具
Delphi采用MSComm控件开发串口测试工具,在Windows+Delphi7编译通过
Delphi采用MSComm控件开发串口测试工具,在Windows+Delphi7编译通过
Delphi采用MSComm控件开发串口测试工具,在Windows+Delphi7编译通过
Delphi采用MSComm控件开发串口测试工具,在Windows+Delphi7编译通过
Delphi采用MSComm控件开发串口测试工具,在Windows+Delphi7编译通过
Delphi采用MSComm控件开发串口测试工具,在Windows+Delphi7编译通过
- 2022-07-01 19:24:42下载
- 积分: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