-
设计一个集合类,用来处理整型数。并具有以下功能:
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
-
你有没有遇到过任何问题,了解你的电话是用什么?你的马…
iphone查看本机IP地址,31天开源工程中的第四个!-Have you ever had any trouble understanding what IP your phone is using? You may working with a friend or family member and typically you would have them use IPConfig or website to return the IP, however it isn t that simple on the iPhone. With What is my IP? you can get an IP with ease. Run the program and you see the IP being used. Please note this only runs on your iPhone, it does not return the correct output in the simulator.
- 2022-04-30 05:31:20下载
- 积分:1
-
做一个真表的算法,数据结构中使用到的实验…
自己做的一个哈西表算法,在数据结构实验上能用到,哈西表是进行文件查找的一个非常常用的算法,很重要!-have done an Hasina table algorithm, the data structure used up to the experiment, Hasina Table file search is a very commonly used algorithm, it is very important!
- 2022-02-22 11:32:32下载
- 积分:1
-
一款小游戏,可以用来联机玩坦克,大家下着试试看吧
一款小游戏,可以用来联机玩坦克,大家下着试试看吧-one small game can be used to play on-line tanks, everyone is under Give it a try
- 2022-02-04 00:52:59下载
- 积分:1
-
一个线程和互斥的程序,大家可以了解互斥的应用
一个线程和互斥的程序,大家可以了解互斥的应用-A thread and mutex procedures everyone can understand the application of mutually exclusive
- 2022-07-11 03:10:34下载
- 积分:1
-
微软未开封的API,例如,打开“运行”对话框,等。
微软未开放的API,如打开“运行”对话框等-Microsoft unopened API,for example, open "running" dialog box,etc.
- 2023-07-17 20:35:06下载
- 积分:1
-
API procedures used to prepare your API for the first procedure
API程序,用API编写你的第一个程序-API procedures used to prepare your API for the first procedure
- 2022-10-20 20:00:03下载
- 积分:1
-
NServiceBus
=======================
- 2022-02-10 08:01:44下载
- 积分:1
-
BMP image filters
此代码可以为BMP图像生成两种效果:生成黑白图像或生成负片图像。代码使用windows.h库中BMP图像的结构。逐像素读取图像。图像表示为以像素为元素的二维数组(自身结构)。程序可以处理24位和32位图像(或其他不使用颜色托盘的图像)。
- 2022-11-10 19:55:03下载
- 积分:1
-
内存驻留程序的基本思想就是让程序一直停留在内存中,不断的执行特定的命令。但内存驻留如何被执行呢?一般地,内存驻留程序都是通过修改BIOS或DOS的系统中断向量表...
内存驻留程序的基本思想就是让程序一直停留在内存中,不断的执行特定的命令。但内存驻留如何被执行呢?一般地,内存驻留程序都是通过修改BIOS或DOS的系统中断向量表来实现的。比如修改向量表中16H位置的中断(这个中断接收键盘的按键,在DOS中,按键按下,这个中断就会被调用),让其指向我的程序,这时若有按键被按下,则执行的是我的程序。-The basic idea is to let procedure has to remain in the memory and keeps the implementation of specific orders. But the presence of memory how to be executed? Generally, the memory presence procedures are revised BIOS or DOS systems to scale interruption to achieve. For example, changes to the set-16H location of the interrupt (the keyboard interrupt reception of keys, DOS, press the button, the suspension will be called), let me point to the procedure, if time was pressing the button, I was the implementation of the procedures.
- 2022-03-07 21:10:22下载
- 积分:1