-
CCNET协议C++源码VS完整工程
CCNET协议C++源码,PC电脑通过串口与硬币或纸币投币器连接,用于调试硬币与纸币投币器的CCNET协议。
- 2023-05-01 11:25:03下载
- 积分:1
-
客户信息维护 客户服务 数据管理 系统管理
基础数据管理 信息查询...
客户信息维护 客户服务 数据管理 系统管理
基础数据管理 信息查询-Customer Service information to maintain customer data management system for the management of basic data management information
- 2023-08-15 03:15:05下载
- 积分:1
-
基于贝叶斯技术的邮件过滤的编程实现,SQL Sever 2000中的邮件邮件数据库...
基于贝叶斯技术的邮件过滤的编程实现,SQL Sever 2000中的邮件邮件数据库-E-mail based on Bayesian filtering technology, programming
- 2022-04-28 18:51:55下载
- 积分:1
-
really incredible! The VB has also compile EXE procedures, language called D, do...
真是不得了!这个VB程序竟然还能编译出EXE程序,语言叫做D++,推荐下载看看!-really incredible! The VB has also compile EXE procedures, language called D, download see!
- 2022-10-19 02:00:03下载
- 积分:1
-
微分进化算法
差分进化 (DE) 是一个启发式算法优化的工具。从本质上说,它是提供优质的保障,基于实数编码的遗传算法 [1] 的思想贪婪。随着遗传算法,微分进化算法包含 a 基因突变与交叉操作,但在比较,选择遗传算法的操作的同时,微分进化算法使用一对一的淘汰机制更新人口。适当的微分进化算法在连续域优化问题的优势得到了广泛的应用,进化算法研究热潮。
- 2022-01-31 01:56:59下载
- 积分:1
-
带框架的屏保程序
带框架的屏保程序-Screen-save with template
- 2022-03-05 16:27:31下载
- 积分:1
-
正则表达式,不错的好东西,有需要了解和学习的下载不吃亏
正则表达式,不错的好东西,有需要了解和学习的下载不吃亏-Regular expressions, good good things, there is a need to understand and learn the download does not suffer
- 2023-03-09 03:40:02下载
- 积分:1
-
时间转换成音档读出来,要自己做基本的音档,在程序的目录下,建个waves目录,这个是d...
时间转换成音档读出来,要自己做基本的音档,在程序的目录下,建个waves目录,这个是d-time for a change in the sound file as read out, it has to do basic sound file, in the process of the directory, build a directory waves, this is a d
- 2023-03-31 23:25:04下载
- 积分:1
-
用JAVA编的计算器,功能好,运行没有出错
用JAVA编的计算器,功能好,运行没有出错-with JAVA series of the calculator, functions, and operation without error
- 2022-11-15 14:20:03下载
- 积分: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