-
编程小技巧,可以来看看。dephi 方面的。
编程小技巧,可以来看看。dephi 方面的。-small programming skills, can come to see. Dephi area.
- 2022-07-08 22:54:35下载
- 积分:1
-
设计一个集合类,用来处理整型数。并具有以下功能:
1.具有为集合增加元素的功能。
2.具有处理交集,并集功能,并用“+”表示并集,“*”表示交集。...
设计一个集合类,用来处理整型数。并具有以下功能:
1.具有为集合增加元素的功能。
2.具有处理交集,并集功能,并用“+”表示并集,“*”表示交集。
3.有用链表来存储集合的功能。
-To design a collection class to handle integer. And has the following features: 1. Has increased for the collection of functional elements. 2. Have to deal with intersection, and set functions, and "+" that they set, "*" that intersection. 3. A useful list of functions to store the collection.
- 2023-04-10 02:05:04下载
- 积分:1
-
Simple simple player, source code can be added, transplant into a rich multi
简单的simple player,源码可添加,移植成丰富的多功能player-Simple simple player, source code can be added, transplant into a rich multi-player
- 2023-06-23 11:15:03下载
- 积分:1
-
用 ddraw 编写的一个RPG游戏源码,资源文件太大没有上传。
用 ddraw 编写的一个RPG游戏源码,资源文件太大没有上传。-Written with an RPG game ddraw source code, resource files do not upload too much.
- 2022-03-05 01:32:00下载
- 积分:1
-
C++经典书籍C++ FAQs, Second Edition
By Marshall Cline, Greg Lomow, Mike Girou...
C++经典书籍C++ FAQs, Second Edition
By Marshall Cline, Greg Lomow, Mike Girou
-C++ Classic books C++ FAQs, Second Edition By Marshall Cline, Greg Lomow, Mike Girou
- 2023-06-01 13:50:03下载
- 积分:1
-
RegQueryValueEx范例程序,可以学到他的使用方法
RegQueryValueEx范例程序,可以学到他的使用方法-RegQueryValueEx example programs can learn to use him
- 2022-12-05 08:35:02下载
- 积分: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
-
孙鑫第十二课教程文件存取源码
孙鑫第十二课教程文件存取源码,经过测试,可以读取二进制文件,当做自己的复制函数使用
- 2022-05-19 09:47:29下载
- 积分:1
-
OCR 源代码。
这 OCR 的源代码。代码开发的 C#、 细化和认可的标志
- 2022-01-26 06:51:26下载
- 积分:1
-
java 编写的 Wumpus 小游戏
Programming Fundamental 课程的Assignment 2 , 制作一份 用java 编写的Wumpus小游戏,界面优良,只是这是一份一开始显示游戏要素的版本,如若需要,可以稍作修改
- 2022-10-25 04:20:03下载
- 积分:1