-
c# qq2013源码下载
c# qq2013源码下载
- 2015-03-11下载
- 积分:1
-
MAX110
通过51单片机控制MAX110实现AD转换C源代码 (51 Controlled by AD converter MAX110 C source code to achieve)
- 2010-05-09 14:53:11下载
- 积分:1
-
SStOCKSTooolo
股票分析工具源码,提供各种基金金的股票数据分析结果
(Stock analysis tool source, offers a variety of fund gold stock data analysis)
- 2012-08-25 17:01:14下载
- 积分:1
-
Computational-multibody-dynamics
研究生动力学课程,计算多体动力学课程,
学习起来有点难度,如果有兴趣就看看吧(Graduate dynamics course)
- 2016-03-18 20:36:34下载
- 积分:1
-
log4cpp改进
日志
HS_LOG_DEBUG("CAP tread receive msg:name = (%s),content = (%s).", recMsg->name, recMsg->content);
结果:
2019-08-13 10:20:09.228[DEBUG]-test.cpp:CThreadProc::run():119 PROC tread receive msg:name = (TEST_CAP),content = (imag--116).(HS_LOG_DEBUG("CAP tread receive msg:name = (%s),content = (%s).", recMsg->name, recMsg->content);)
- 2020-06-17 03:00:02下载
- 积分:1
-
316assignment5
numerical analysis, use for matrix condition number (numerical analysis,use for matrix condition number )
- 2010-11-29 00:49:03下载
- 积分:1
-
MQXPMutilTask
MQX是Freescale公司推出的一款基于Linux的实时操作系统,附件提供了基于K64处理器的MQX例程,方便学习(The MQX Real-Time Operating System (RTOS) provides real-time performance within a small, configurable footprint. The RTOS is tightly integrated with 32-bit MCUs and MPUs NXP and is provided with commonly used device drivers.)
- 2017-02-28 23:14:06下载
- 积分:1
-
surshrHEDA
基于直方图的分布估计算法matlab源程序,测试函数选用的是30维函数(for h=1:m
for j=1:((x2-x1)/binswidth)
if (x(h)>=x1+(j-1)*binswidth)&(x(h)<x1+j*binswidth)
H(j)=H(j)+1
end
end
end
[wid,len]=size(H)
H=H/(wid*len)
objvalue=sort(objvalue, descend )
for j=1:((x2-x1)/binswidth))
- 2013-03-15 10:44:15下载
- 积分:1
-
C#颜色编辑器 有详细代码及源程序 非常容易上手的例子
C#颜色编辑器 有详细代码及源程序 非常容易上手的例子-C# Color Editor and detailed source code examples are easy to use
- 2022-10-25 20:00:03下载
- 积分:1
-
串口通信 上位机模板 QT485 串口助手
SerialPortSetting::SerialPortSetting(QWidget *parent)
: QDialog(parent)
{
setupUi(this);
setFixedSize(220, 319);
checkAPButton->setIcon(QIcon(":/images/finger_up.png"));
emit checkAvailablePorts();
}
//检测可用串口并在可用串口号后面加上可用标志
void SerialPortSetting::checkAvailablePorts()
{
foreach ( const QSerialPortInfo &Info, QSerialPortInfo::availablePorts()) {
//QSerialPort availablePort;
//availablePort.setPortName(Info.portName());
//if (availablePort.open(QIODevice::ReadWrite)) {
int index = comCB->findText(Info.portName());
&nb
- 2022-10-15 10:45:03下载
- 积分:1