-
laosi
自己制作的GUI画面,开发程序为Matlab,用于劳斯稳定判据实现,界面丰富,推荐大家下载(To produce their own GUI screen, the development program of Matlab, for Rolls stability criterion to achieve, rich interface, we recommend downloading)
- 2013-04-22 22:17:06下载
- 积分:1
-
最短路径的最短路线
查找与弗洛伊德算法和 garphical 视图的最短路径。至少 100 个字符。请尽你所能描述您的项目的详细信息。更好的内容将为您获得更多的分数)
- 2023-02-05 01:35:04下载
- 积分:1
-
matlab-programing-examples
说明: 《MATLAB编程实例》介绍了MatLab开发的一些实例代码,希望对从事图形图像处理的开发者有用!(" MATLAB Programming Example" introduces some examples of MatLab code developed by the hope of engaging in graphic image processing useful for developers!)
- 2011-03-06 10:25:45下载
- 积分:1
-
Tcp
c# TCP分包收发文件,很稳定.已经应用在实际项目中(c# TCP send and receive files sub, very stable. has been applied in practical projects)
- 2011-07-15 22:02:41下载
- 积分:1
-
Magic Strtree
说明: 我自己写的 将动态 字符串解析到CTreeCtrl。以前是为了 写道数据库,不用XML,为了不麻烦。就 用 VC 写了一个 这个 这个,希望大家可以用到(I wrote it myself dynamic string parsing to CTreeCtrl. Previously wrote to the database, not XML, in order not to trouble. On the VC was a um, hope that we can use!)
- 2005-09-12 09:27:10下载
- 积分:1
-
温控热水资料
说明: 基于51单片机对水温进行PID控制,维持水温,水温可设定。内附Verilog代码PCB和仿真程序。(Based on 51 single-chip computer, the water temperature is controlled by PID to maintain the water temperature, and the water temperature can be set.)
- 2019-01-23 11:22:53下载
- 积分:1
-
TMP75数据手册
zigebee 自己从网上查到的数据手册 方便下载
#include"iocc2530.h"
#include"uart.h"
#include"clock.h"
/*管脚定义是
SDA定义为P0.7
SCL定义为P0.6 */
//#define SCL P0_6
//#define SDA P0_7
#define TRUE 1
#define FALSE 0 //错误提示,全局变量
#define SlaveAddress 0x90 //定义器件在IIC总线中的从地址,根据SA0地址引脚不同修改
#define SET_SDA_OUT P0DIR |= 0x8c;
#define SET_SDA_IN P0DIR &= ~0x8c;
#define SET_SCL_OUT P0DIR |= 0x4c;
#define SCL_H() P0DIR |= 0x40; P0_6 = 1;
#define SCL_L() P0DIR |= 0x40; P0_6 = 0;
#define SDA_H() P0DIR |= 0x80;P0_7 = 1;
#define SDA_L() P0DIR |
- 2022-10-15 21:25:08下载
- 积分:1
-
计算器,天气预报,图片滚动
计算器,天气预报,图片滚动,二级菜单,文件上传,页面分块
- 2022-02-04 03:31:04下载
- 积分:1
-
QT 移动窗口代码
QT 移动窗口 C++QT 移动窗口 C++QT 移动窗口 C++QT 移动窗口 C++QT 移动窗口 C++QT 移动窗口 C++QT 移动窗口 C++QT 移动窗口 C++QT 移动窗口 C++QT 移动窗口 C++QT 移动窗口 C++QT 移动窗口 C++QT 移动窗口 C++QT 移动窗口 C++QT 移动窗口 C++QT 移动窗口 C++QT 移动窗口 C++
- 2022-02-13 06:55:27下载
- 积分:1
-
smart-home-qt
一个带界面的远程控制APP,可以实时显示室内温度湿度,光照强度(A remote control APP with interface can display indoor temperature, humidity and illumination intensity in real time.)
- 2020-06-18 16:20:02下载
- 积分:1