-
hangkongjipiaoyuding
机票预订系统(软件课程设计实验报告,有详细设计)(Ticket reservation system (software curriculum design lab report, detailed design))
- 2013-12-08 20:50:45下载
- 积分:1
-
MY_AI_Move_box
这是我自己编写的 c++builder60环境下的
一个小程序,主要体现了人工智能里的A*宽度优先搜索(This is my own c builder60 prepared by the environment of a small procedure, mainly embodies the artificial intelligence Lane width of the A* search priority)
- 2006-10-04 23:33:48下载
- 积分:1
-
html5 超炫进度条实例源码(粒子效果)
html5 超炫进度条实例源码(粒子效果)
- 2014-08-04下载
- 积分:1
-
DRM-OFDM-mudulation
数字音频广播系统中的正交频分复用调制模块代码。(DRM OFDM modulation)
- 2015-11-13 19:22:16下载
- 积分:1
-
nice
顺序表的创建,插入,输出,删除,且各个功能都在主函数中调用(Creation, insert, output by the sequence table, delete)
- 2013-03-28 22:50:55下载
- 积分:1
-
GPIO按键输入控制LED流水灯 方向
基于stm32编制的按键控制led 新手可以参考 222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222255555555555555555555555555555555555555555555555555555555555555555555555555
- 2023-01-09 12:50:04下载
- 积分:1
-
12.2
(1)在工具栏中点击“打开”功能出现文件打开窗口,用户选择一幅bmp图片后在指定区域居中显示该图片,若图片尺寸小于指定区域则按原始大小显示;若大于则按合适比例显示。
(2)鼠标指针在图片上停留时显示为十字形,同时在控件下方固定位置显示鼠标所在的图像x坐标和y坐标(如:50,100),以图片左上为坐标原点。
(3)在工具栏中可以点击控件实现在图片上绘制一次直线、矩形或圆等图形,在绘图过程中要求图片和图形一直可见,不能出现刷新痕迹,绘制的图形可以任意修改形状。
(4)可以任意选择图形线条的类型(虚线或直线)、颜色(三种)及粗细(三种),要求选择方式可以叠加,绘制过程要求可任意连续执行。
(5)在工具栏中点击“保存”功能出现文件保存窗口,用户可以选择保存路径来保存当前图片操作结果(包括图片和图形)。
(6)点击“关闭”功能,关闭当前图片,若操作结果尚未保存则必须弹出对话框提示用户进行保存。
((1) in the tool bar, click on Open function has the file open window, the user selects a bmp image to center the picture in the designated area, if the image size is smaller than the specified area press the original size if more than press the appropriate scale display.
(2) is shown as a cross when the mouse pointer over the image, while displaying an image x and y coordinates of the mouse cursor in a fixed position below the control (eg: 50,100) to image the upper left of the coordinate origin.
(3) in the toolbar you can click controls to achieve a draw straight lines, rectangles or circles and other graphics on the picture, the requirements of pictures and graphics in the drawing process has been seen, it can not appear refreshed traces drawn graphics can be modified shape.
(4) can choose the type of graph line (dashed or straight), color (three kinds) and thickness (three kinds), asked to choose the way can be superimposed, can arbitrarily draw process requires continuous exe)
- 2015-10-23 12:16:41下载
- 积分:1
-
双链表的创建
此双链表要求为带头节点的,为了算法方便特采用了循环双链表。通过编程发现带头节点的也有其不便之处。为了保持表的一直有序性思考如下: 1:表的一开始的创建就要有序。 2:插入元素后要做到仍然有序。 3:删除元素不会改变表的有序性 4:所谓有序,即为非降序或者非升序排列。 5:为了做到以上几点,考虑到链表的不易排序性质,特设置一个线性表作为输入缓存空间进行事先排序。关于排序的方法有多种,为了快速完成采用了较为简单的插入排序。
- 2022-02-12 19:02:09下载
- 积分:1
-
linux字符设备驱动学习
linux内核驱动编程,简单的字符设备基础编程学习
struct file_operations led_fops =
{
.owner = THIS_MODULE,
.open = led_open,
.release = led_release,
};
应用方法的掌握
- 2022-09-12 22:15:03下载
- 积分:1
-
androidScreenShareAndControl-master
android 屏幕录制demo 支持手机分辨率自调(android screenRecord)
- 2018-01-12 10:43:53下载
- 积分:1