搜索资源列表
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_
cnewmap
- 实现了类似CMap的一个类,实现了int=>int,int=>string,string=>string的功能,可动态增加,删除,修改,查找元素的内容,能方便地增加其他数据类型的管理-To achieve a similar category cmap realized int =
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
CseApi20
- CseApi20.zip是CSE脚本语言的底层封装库,用C++封装常用对象,包括Int、WideInt、float、Object对象、char数组(即string)、Int数组、object数组、字典dict等,由于封装是轻量级的,常用作基础类型库来支持Win32软件开发,如果使用STL容器等觉得不便时,这个库是很好的替代方案。-CseApi20.zip is the underlying scr ipting language package CSE database, using C++ p
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.
atoi
- 这是一个简短的c语言 字符串与整形之间的转换小程序代码 ,程序简单易懂-a string to int
str_to_int
- 自己写的实现了字符串转化为整数的功能,代码有点乱,也不是很好,但是基本实现了atoi()的基本功能-fulfill the function of convert a string to int
hnahhz
- 函数 long StrToData(CString strData,int jz) 功能:字符串转为正整数值-Function long StrToData (cstrings strData, int jz) functions: string to positive integer value
HJXZTUQ
- 函数 long StrToData(CString strData,int jz) 功能:字符串转为正整数值(Function long StrToData (cstrings strData, int jz) functions: string to positive integer value)
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; /*