搜索资源列表
ebus.tar
- 程序主要功能:linux 下通过串口控制智能系统,zo-b8l5a 5a八通道双值输出模块。一、 对应文件:ebus_module.tar.gz(包含三个文件ebus.cc、ebus.h、ebus_test.cc) 其中ebus.h是包含class E_bus的定义和声明的头文件;ebus.cc主要是类里面的函数;ebus_test.cc主要是类的使用,完成了循环依次关闭8路输出,打开8路输出的功能。二、 E_bus类的接口说明:打开或者关闭输出口,只需要函数int E_bus::ebus_
zidingyi-spinbox
- 自定义spinbox 实现显示内容为字符串 取出value值为int数据 编译可直接运行 为显示其效果 专门为此写了一个mian函数-Custom spinbox out to achieve the display value to a string value of int data compiled can be directly run to show the effect of specially written a mian function
example4
- 各种标注输入框的使用方法 ,提供4种数据类型的输入,跨越式一个字符串、一个Int类型数据、一个double类型数据或是一个下拉列表框的条目。-All kinds of mark input box to use a method, with four kinds of data types of input, leapfrog a string, a Int type data, a double type data or a drop-down list box entries.
str_to_int
- 自己写的实现了字符串转化为整数的功能,代码有点乱,也不是很好,但是基本实现了atoi()的基本功能-fulfill the function of convert a string to int
cjson
- C下json结构体的接口函数,封装结构到解析结构一步到位。(/* The cJSON structure: */ typedef struct cJSON { struct cJSON *next,*prev; /* next/prev allow you to walk array/object chains. Alternatively, use GetArraySize/GetArrayItem/GetObjectItem */ struct cJSON *child; /*