代码搜索:数据提取
找到约 10,000 项符合「数据提取」的源代码
代码结果 10,000
www.eeworm.com/read/148168/12488452
txt kj03-04.txt
Validation Server控件用于验证用户输入的数据是否符合某些规则(例如必须输入非空数据、数据格式与范围应满足一定的要求等)。
控件名称说明
RequiredFieldValidator
判定用户是否在某个字段中输入了数据
CompareValidator
将用户输入的数据与指定的数据进行比较
RangeValidator
判定用户所输入的数据是否在某个规定 ...
www.eeworm.com/read/249069/12524585
txt 例9.10.txt
例9.10 引用静态数据成员。
#include
using namespace std;
class Box
{public:
Box(int,int);
int volume( );
static int height; //把height定义为公用的静态的数据成员
int width;
int length;
};
Box∷
www.eeworm.com/read/248954/12530025
cpp 7_3.cpp
#include
using namespace std;
class Base
{ int x,y; //私有数据成员
protected:
int a,b; //保护数据成员
public:
int m,n; //公有数据成员
void SetX(int X) {x=X;}//为私有数据成员设置接口
void SetY(
www.eeworm.com/read/248954/12530026
cpp 7_2.cpp
#include
using namespace std;
class Base
{ int x,y; //私有数据成员
protected:
int a,b; //保护数据成员
public:
int m,n; //公有数据成员
void SetX(int X) {x=X;}//为私有数据成员设置接口
void SetY(
www.eeworm.com/read/248954/12530033
cpp 7_1.cpp
#include
using namespace std;
class Base
{ int x,y; //私有数据成员
protected:
int a,b; //保护数据成员
public:
int m,n; //公有数据成员
void SetX(int X) {x=X;}//为私有数据成员设置接口
void SetY(
www.eeworm.com/read/147738/12534006
txt vb串口编程的几个问题.txt
VB串口编程的几个问题
易兵
目次:
串口数据接收方式
如何处理不定长数据的接收
用字符方式收发码值大于127的字符数据
串口通讯问答2
串口数据接收方式
1、 在OnComm 事件中接收数据:
这种方式能充分MSCOMM控件的特性。OnComm 事件还可以检查和处理通讯错误;可以通过检查 CommEvent 属性的值来查询事件和错误;对 ...
www.eeworm.com/read/248857/12537977
ini adr.ini
[数据地址]
类型数=0
b1=技术部
[判断是否第一次用]
类型数=1
b1=477
[IP地址]
b1=192.168.1.2
[定时关机]
类型数=1
b1=22:22:22
www.eeworm.com/read/147688/12538831
dat bookinfo.dat
[General Information]
书名=Java数据结构和算法 (第二版)
作者=
页数=560
SS号=11183501
出版日期=