搜索资源列表
comcool_code
- 介绍: 介绍如何在Win32中处理串口。串口通讯可以通过多种技术实现,例如:ActiveX,I/O存取和文件操作。本文介绍Win32平台下通过文件操作技术使用串口。程序员可以使用 Microsoft Visual C++ Version 6.0所提供的kernel32.lib。在Microsoft Windows(2000,Me,XP and 95/98)中,串口作为文件处理。因此可以通过Windows文件创建函数打开串口。 文章不仅介绍了串口通讯,也介绍了在串口通讯应用程序中实现
qq
- 应用IDE开发工具设计有菜单等标准GUI组件的界面,并能够结合文件输入/输出流的处理方法,开发出可以存取持久化数据的应用程序,提高对程序数据处理的认识。-Application development tools IDE design standard GUI components such as menu interface, and be able to combine file input/output flow approach can be developed to access pe
ContourTool
- 个人编写的交通流数据分析软件,内部包含有处理数据绘制梯度图,色阶管理,鼠标感应取值,GUI绘图等一系列强大功能-Written by individuals for traffic flow data analysis software, internal processing of data includes mapping the gradient map, Levels administration, the mouse sensor values, GUI graphics and a
chushi
- gui界面实现解方程,分为三种:牛顿叠加法、二分法最速下降法。-gui interface to achieve solutions of equations, is divided into three types: Newton superposition method, steepest descent method dichotomy.
OZ-Computer-Programming(MIT-Press)
- oz:多范式语言, 函数型语言(词法域 第一类过程 模式匹配 第一类统一语法),lazy,高阶(可实现非递归的循环),尾递归,描述式编程 面向对象(状态 Stateful/抽象数据类型 多重继承), 并行(多线程)(dataflow(数据流)线程 动态 连续 互影响), 约束编程和逻辑推理(逻辑变量 分离结构 可编程搜索策略),人工智能, 分布式(网络透明的分布式运算 组件编程 自动连接自动断线 共享变量/对象/类/和过程), 网络编程,无状态数据
comcool_code
- 实现串口通信,通过虚拟串口发送通信信息。串口通讯应用程序中实现多任务,多任务可以使串口通讯应用程序在同一时间处理更多的任务,例如:读数据任务,发送数据任务,GUI任务等。-failed to translate
test_t
- matlab多定时器处理,界面刷新程序,多定时器并行执行,同时刷新界面数据-Matlab Multi-timer Process for GUI refreshing
HyperSpe
- 关于高光谱的处理程序,一个GUI,包括主程序与子程序,功能实现有读取文件,基本的高光谱数据处理,主成分分析等功能-About hyperspectral processing program, a GUI, including the main program and subroutines, functions implementation has to read the file, the basic hyperspectral data processing, principal comp
GUI_test
- 该代码基于matlab编写的GUI平台,这个平台能够接受外部蓝牙发送过来的数据,并且进行实时处理和显示,同时能够对给定的文件进行读取和显示操作。-The code written in matlab GUI based platform that can accept data external Bluetooth to send over, and real-time processing and display, while a given file can read and displa
shuju-gui-yi-hua-
- 图像处理中关于归一化的相关算法,对图像数据处理非常有帮助-Image processing of normalized correlation algorithm, for image data processing is very helpful
gangfan_V0.6
- 利用matlab GUI实现的串口编程例子,毕设内容,高光谱图像基本处理,用MATLAB实现动态聚类或迭代自组织数据分析。- Use serial programming examples matlab GUI implementation, Complete set content, basic hyperspectral image processing, Using MATLAB dynamic clustering or iterative self-organizing data an
GUI
- matlab图像处理包括数据反演以及其他图像的基础处理-matlab image processing include basic data retri and processing of other images
y_crazyseismic_v3.1
- 被动源地震数据处理,包括走时挑选,反褶积等等。简单,高效(-- A MATLAB-GUI based software for passive seismic data processing)
插值
- 采用下拉菜单的方式实现数字插值方式的选择,并通过回调函数完成相应的插值算法和图像显示,在原始数据的输入和处理上,主要采用字符串的写入和读取与处理方式,实现对原始数据读入和分析。本次设计是对单选按钮的使用、按钮控件的应用及轴显示图形应用的综合设计,最终实现了多种插值算法的切换。通过设计与调试,本工具包集成了一维插值和二维插值中的最邻近插值,最小立方插值,线性插值等插值算法,最后达到对同一组数据可以用不同插值方法设计,通过优化处理得到适合插值算法。(The drop-down menu select
eeglab13_5_4b
- eeglab提供了一个交互式的图形用户界面(GUI)允许用户灵活、交互过程的高密度脑电图或其他动态脑数据利用独立成分分析(ICA)和/或时间/频率分析(TFA),以及标准的平均方法。eeglab还集成了泛的教程和明窗,加上一个命令历史记录功能,简化了用户从基于GUI的数据探索建立和运行批处理或自定义数据分析脚本(EEGLAB provides an interactive graphic user interface (GUI) allowing users to flexibly and in
x64dbg
- x64dbg 中文帮助文档 DBG 是调试器的调试部分。它处理调试技术(使用 TitanEngine),并将为 GUI 提供数据。(X64dbg help documen DBG is the debug part of the debugger. It handles debugging techniques (using TitanEngine) and provides data for GUI.)
PYQT_dealdata
- pyqt qt5 在《Python Qt GUI快速编程》中第8章数据处理和自定义文件格式的源代码,改成qt5版本(pyqt qt5 base on <Python Qt GUI Rapid program>)