-
Devillanguage1
Devil language
数据结构中的经典问题
此为问题!(Devil language data structure of the classic problems of this problem!)
- 2006-10-17 23:42:17下载
- 积分:1
-
ColourText
说明: 可以改变编辑框中颜色的,有不同的选择方式,通过选择来改变控件的中文字的颜色(Can change the color of the edit box, there are different methods in the selection, by choosing to change the color of the text in the control)
- 2009-08-31 19:58:11下载
- 积分:1
-
ASED
在自动化生产线VC开发的运动控制机器视觉程序,XYZ三个轴有PCI板卡控制,视频卡采集图像后经算法处理找到图像的点,VC控制步进电机到加胶位置加胶,在机器上运行每日点胶100000次无故障(VC development in automated production lines motion control machine vision program, XYZ three-axis control with a PCI card, video card capture images after processing algorithm to find the image of the point, VC controlled stepper motor to position plus plus glue glue on the machine run the daily dispensing 100,000 times without failure)
- 2020-09-10 05:38:04下载
- 积分:1
-
极限学习机进行短期负荷预测ELM1
极限学习机进行短期负荷预测,速度快时间短(ELM for short-term load forecasting, fast time is short)
- 2016-03-22 08:52:53下载
- 积分:1
-
Readavi
使用Visual C++ 读取视频文件avi,并截取其中的帧进行处理(Using Visual C++ to read video files avi, and the frame of which deal with interception)
- 2010-07-22 15:57:45下载
- 积分:1
-
3D
说明: 你曾经需要过在你的关于对话框或Splash屏幕中使用大尺寸的文本吗?怎么样才能使
文本具有3D的外貌?下面的类将为你做到这些。(Have you ever need to have in your dialog box or on the Splash screen using large-size copy of it? Like how to make text with a 3D appearance? The following categories for you to do these.)
- 2008-11-22 20:09:31下载
- 积分:1
-
关于进程调度和并发的算法.写的也许不是很好,只是为了能在贵网站学习!...
关于进程调度和并发的算法.写的也许不是很好,只是为了能在贵网站学习!-on with the process and the scheduling algorithm. Perhaps the writing is not very good, but in order to be able to learn from your site!
- 2022-02-03 17:12:31下载
- 积分:1
-
操作系统进程调度中的分级调度...自己试着编了个..大家看看指出不足...
操作系统进程调度中的分级调度...自己试着编了个..大家看看指出不足-operating system process scheduling classification scheduling ... .. Bianlegan own try to see that we lack
- 2022-02-06 20:42:20下载
- 积分: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
-
DLLTest200
DLLTest200.rar,动态库的程序,写的简单易懂,可以参考(DLLTest200.rar,special for dll)
- 2013-12-15 12:23:18下载
- 积分:1