-
jiaobingbu
集合的运算:交、并、补(难度系数:1.1)
全集:大写字母 ‘A’~’Z’
要求实现以下功能:
1、集合的输入:自动去掉重复和非法的字符
2、集合的显示:输出集合的全部元素
3、输出一个给定集合的补集
4、输出两个给定集合的交集和并集
(jiao bing bu)
- 2013-11-29 20:49:25下载
- 积分:1
-
targyv_baszd
c 语言算法的实例实现,将数据结构中的重要算法实现(C language algorithm is implemented by example, and the important algorithm in data structure is realized)
- 2018-08-03 11:27:57下载
- 积分:1
-
SAR成像仿真
说明: 上传一个自己开发的合成孔径雷达(SAR)目标成像仿真模拟软件。(upload their development of a synthetic aperture radar (SAR) imaging target simulation software.)
- 2021-04-20 00:18:51下载
- 积分:1
-
vc++6.0Socket
这是一本网上很流行的介绍vc++网络编程的电子书,里面的内容很详细!大家要好好学习啊 !(This is a very popular online introduction vc++ Network programming e-books, which detail the content! Everyone to study hard ah!)
- 2020-06-26 03:40:02下载
- 积分:1
-
平面旋转LED资料
平面旋转LED程序
单片机 STC12C5A32S2
运用无线供电方法 旋转起来非常安静
字模软件用的PC2002
实现功能:1.平面显示字体
2.平面显示数字时钟 年月日 星期 如果带了DS18B20 还能显示温度(时钟可调 时钟芯片用DS1302 带后备电池 掉电时钟继续走)
3.平面显示模拟表盘时钟 12、3、6、9显示 指针带箭头(如果上电表盘不完整,可通过遥控器的“快进键“和“快退键”对单列时间进行调整,调整后保存到DS1302RAM中)
4.图片模式 可显示11张图片 按键切换
5.简单动画效果
- 2022-07-04 15:18:03下载
- 积分:1
-
C#工业控制——机械手项目实例
【实例简介】连接机器人并进行相关操作
- 2021-07-29 00:31:15下载
- 积分:1
-
带ID的lpc2368 CAN通信
带ID的lpc2368 CAN通信,包括初始化、中端、CAN通信和串口通信(With the ID lpc2368 CAN communications, including initialization, in the end, CAN communications and serial communication)
- 2020-07-03 08:40:01下载
- 积分:1
-
GPS_locating_Map
说明: 这是一个用c#实现的GPS定位系统软件,你只需输入所要查询的城市名就会连接到地图,你可以对其执行放大,缩小,左移,右移,上移,下移等操作,非常实用,绝对值得,希望对您有帮助 (A software about the GPS positioning system.You can search for a city which is linked to the map,just by inputting the name,and also you could make it bigger,smaller,move left,right,up and down.You won t miss it.)
- 2010-04-22 22:38:12下载
- 积分:1
-
造型师 1.5 软件造型师 1.5加入VC,VB,DELpHi演示程序,并增加了模糊扫描功能 该软件可以根据任意常用BMp文件生成各种形状的窗口模板可以在DEL...
造型师 1.5 软件造型师 1.5加入VC,VB,DELpHi演示程序,并增加了模糊扫描功能 该软件可以根据任意常用BMp文件生成各种形状的窗口模板可以在DELpHi,VB,VC中使用,演示及说明请见verygood.163.net,或者http:personal-stylist 1.5 1.5 software stylist joined VC, VB, DELpHi demo program, and to increase the fuzzy scan functions of the software can be used under any BMP file of various shapes in the window template DELpHi, VB, VC use, presentation and see Note verygood.163.net, or http : personal
- 2023-07-29 09:40:04下载
- 积分:1
-
core2
bool AABB::intersects(const AABB &p_aabb) const {
if (position.x >= (p_aabb.position.x + p_aabb.size.x))
return false;
- 2020-06-19 15:40:02下载
- 积分:1