-
Smpl_Basic01_USBD_HID_Mouse
NuMicro™ Nano120系列特色为超低功耗USB HID设备 通信基本功能(ARM® Cortex™ -M0 USB HID)
- 2016-03-16 17:24:28下载
- 积分:1
-
基于Qt的聊天室
创建了QTcpSokcet类的实例后,可以用conncetToHost()与服务器进行连接:
QHostAddress *serverIP = new QHostAddress();
QString ip = serverIPLineEdit->text();
serverIP->setAddress(ip);
int port = 8010;
tcpSocket->connectToHost(*serverIP, port);
如果成功,将返回connected()信号,错误则返回error(QAbstrackSocket::SocketError socketError)信号
连接成功后可发送或接收数据:
发送:qunit64 write(const QByteArray &byteArray),发挥实际发送字节数,出错返回-1
接收:readyRead()信号被发送,在槽函数中编写处理数据代码,为避免错误解析数据,可用bytesAvailable()返回缓存中接收到的字节数。
- 2022-02-11 15:48:03下载
- 积分:1
-
手写字母识别
该系统可以实现手写字母,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
- 2022-11-27 16:50:03下载
- 积分:1
-
ov7670采集图像并在LCD上显示,并传到PC上位机
ov7670通过STM32采集图像,在LCD上显示,并通过串口DMA传给PC上位机
- 2023-06-10 22:20:04下载
- 积分:1
-
AjaxSearch
ajax搜索控件源码
外观模仿的Bing CSS用的外联样式表的方式---(下面有HTML结构 不喜欢的可以重写CSS)使用了sql2000 中的pubs数据库中的authors表进行了测试。
可自行修改:
web.config中的<add name="ds071ConnectionString" connectionString="Data Source=.;Initial Catalog=pubs;User ID=sa;Password=sa"
providerName="System.Data.SqlClient" />
修改数据库连接语句。
dafault.aspx文件中的 SqlDataSource 的SelectCommand 属性是连接语句;MySearchControl中的DataField属性是字段名
测试注意,字母区分大小写。(Ajax search control source
The appearance of the external style sheet used by Bing CSS - - (below the HTML structure, which does not like to rewrite the CSS) - was tested using the authors table in the pubs database in sql2000.)
- 2017-07-04 17:51:22下载
- 积分:1
-
Priority
说明: 在Windows操作系统中,任务是有优先级的,本程序演示了不同的线程按照优先级来运行。(In the Windows operating system, the task is a priority, the program demonstrated a different thread to run in accordance with priority.)
- 2008-10-09 15:58:34下载
- 积分:1
-
KillProcessByAPC
说明: APC强杀进程,内核开发,可以杀死大部分安全软件。(APC strong kill the process, kernel development, can kill most of the security software.)
- 2011-03-30 19:19:28下载
- 积分:1
-
Downloads
说明: 借鉴别人,欧拉回路,测试输入包含若干测试用例。每个测试用例的第1行给出两个正整数,分别是节点数N ( 1 < N < 1000 )和边数M;随后的M行对应M条边,每行给出一对正整数,分别是该条边直接连通的两个节点的编号(节点从1到N编号)。当N为0时输入结束。(Referring to others, Euler circuit, test input contains several test cases. The first line of each test case gives two positive integers, namely the number of nodes N (1 < N < 1000) and the number of edges M; the subsequent M lines correspond to M edges, and each line gives a pair of positive integers, which are the number of the two nodes directly connected to the edge (node numbers from 1 to N). When N is 0, the input ends.)
- 2019-05-22 19:54:11下载
- 积分: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
-
2005daxueshengdianzshejidasaitiE
2005全国大学生电子设计E悬挂运动控制系统论文(2005 National Undergraduate Electronic Design E hoisting motion control system papers )
- 2007-05-10 11:18:51下载
- 积分:1