搜索资源列表
vb
- Visual(可视化):采用图形用户界面(GUI)的程序设计方法。简单直观。 Basic:历史悠久,易学易用,功能强大的计算机程序设计语言。 -Visual (visualization): the use of graphical user interface (GUI) programming methods. Simple and intuitive. Basic: a long history and easy to learn and use, powerful compute
lcd1602a
- 在日常生活中,我们对液晶显示器并不陌生。液晶显示模块已作为很多电子产品的通过器件,如在计算器、万用表、电子表及很多家用电子产品中都可以看到,显示的主要是数字、专用符号和图形。在单片机的人机交流界面中,一般的输出方式有以下几种:发光管、LED数码管、液晶显示器。发光管和LED数码管比较常用,软硬件都比较简单,在前面章节已经介绍过,在此不作介绍,本章重点介绍字符型液晶显示器的应用。-In their daily lives, we are no stranger to liquid crystal
tongxunlu
- 1、 具有添加、删除、显示、修改和查询联系人电话号码的功能。 2、 联系人的信息保存到文件中。 3、 可以实现为控制台程序或图形界面程序。 -1, with add, delete, display, modify, and query functions of contact telephone number. 2, contact information is saved to a file. 3, can be implemented as console program or
1
- 调研并熟悉数据排序的基本概念、排序算法与工作规程; 学习Visual C++中的图形化界面设计技术; 通过实际编程加深对基础知识的理解,提高实践能力; 学习开发资料的收集与整理,学会撰写课程设计报告。-Research and become familiar with the data sorted the basic concepts of sorting algorithm and work order to learn Visual C++ in the graphical
minigui_note
- MiniGui应用编程的个人笔记,主要是怎么编写图形界面-MiniGui Application Programming personal notes.GUI programming
matlab_GUI_1
- 设计GUI图形,可以实现图形界面的操作,增加直观性-Design of GUI graphics, can realize the graphical interface operation, increase visibility.
matlab_gui
- 此文档用于指导matlab图形化界面的设计,对于良好界面,实验平台的生成有所帮助-This document is for guidance matlab graphical interface designed to help generate good interface, experimental platform
Java-graphical-user-interface
- 为了使生成的图形用户界面与操作系统无关,Java语言提供了布局管理器来管理组件在容器中的布局,而不使用直接设置组件的位置和大小的方式。-In order to make the generated graphical user interface (GUI) has nothing to do with the operating system, the Java language provides the layout manager to manage the components in t
GPS
- GPS接收图形界面如下图,打开串口接收数据,且LED灯亮,数据解析得到格林尼治时间、用户三维坐标、日期时间。-GPS receiving graphical interface below, open a serial port receives the data, and LED lights, data analysis, user get GMT three-dimensional coordinates, date/time.
deadLock
- 系统资源分配图输入(界面) 按资源分配图的形式定义,输入进程名字、资源类名字及其个数、申请/占有边。 ②运行结果(界面) ●以图形的形式输出原资源分配图; ●以图形的形式动态输出原资源分配图约简过程。 -System Resource Allocation Figure input (interface) in the form of defined resource allocation map, enter the process name, resource name
VCPPseismic-SEGY
- 地震勘探采集的地震数据一般以地震道为单位进行组织,采用SEG-Y文件格式存储。SEG-Y格式是由SEG (Society of Exploration Geophysicists)提出的标准磁带数据格式之一,它是石油勘探行业地震数据的最为普遍的格式。读取数据后经过处理可以得到有关地下构造和岩性等大量有用信息信息。但是原始数据数据量庞大而且杂乱无章,为了使大量的数据变得直观、易于理解,揭示数据间的内在联系,必须对原始数据经过一系列变换转换成图形图像,将信息以更容易理解的形式展现出来。VC++功能强