-
pidAssistant
说明: QT 串口类在子线程处理数据,使用 信号和槽(The QT serial port class processes data in child threads, using signals and slots)
- 2020-07-01 17:02:47下载
- 积分:1
-
perception
感知器算法,水天线检测。需要opencv2.4.6,请在其官网下载(water-sky line detect based on perception method.opencv2.4.6 lib is included. for more details, please connect csuliuyan@163.com)
- 2014-09-13 09:48:24下载
- 积分:1
-
jiyu基于c语言的五子棋
简单好玩 利于对c语言产生兴趣,激发同学的好奇心 从而深入学习cy语言 更好的利用程序来完善简单而有趣的好游戏 以及好的开发实用的系统文件 一起学习
- 2023-02-07 13:20:03下载
- 积分:1
-
Some developed using C# code for common database access layer. Development of th...
一些用C#开发的通用数据库访问层代码.可供你开发数据库访问层时参考-Some developed using C# code for common database access layer. Development of the database access layer for your reference
- 2023-03-13 03:05:04下载
- 积分:1
-
Student-Course-Management-System
这是利用C#开发的一套学生课程管理系统,内有详细的程序代码,以及很多说明,希望对大家有用。(This is the use of C# development of a student course management system, which has a detailed code, and many shows, we want to be useful.)
- 2010-05-28 15:55:58下载
- 积分:1
-
Qt on Android核心编程(包含配套源码)
Qt on Android核心编程(包含配套源码)
- 2019-07-31下载
- 积分:1
-
自动调节系统解析与PID整定 [白志刚编著]
dsp28069数据手册 ddddddddddddddddddd(dsp28069 datasheet fddddddddddddddddddddd)
- 2018-12-25 16:10:48下载
- 积分:1
-
VCDLLP
vc怎么调用dll文件 简单容易学习看懂 (vc how to call dll file is simple and easy to learn to read)
- 2013-04-13 17:09:29下载
- 积分:1
-
ado查询
CString result,strsql,strcol,strColName,strtemp;
_variant_t va,partment;
CAdoDB db(TEXT("student"));
strsql.Format("%s",B.strsql);
db.ExecuteSQLSelect(strsql);
int k=0,q=0;
if(db.ResultExist())
{
int totalnum=db.GetRecCount();
strtemp.Format("%d",totalnum);
long nItemCount =db.m_pRecordset->GetFields()->GetCount();
db.m_pRecordset->MoveFirst();
if(totalnumadoEOF)
{
for(long i=0;iGetFields()->GetItem(i)->GetName());
strcpy(B.AllInfo[i],db.GetRecordResult(strColName));
}
B.OperState=totalnum;//总个数
Send(&B,sizeof(B));
db.m_pRecordset->MoveNext();
}
}
else
{
while(q
- 2022-06-20 20:45:23下载
- 积分:1
-
geneticalgorithms
用于进行简单的遗传算法,算法给出了一个具体的算例,用于进行计算(For the simple genetic algorithm, the algorithm is given a specific example, used to make the calculation)
- 2009-05-20 09:13:17下载
- 积分:1