-
burg
自编的C语言Burg算法,可用于随机信号处理功率谱估计(C language self Burg algorithm for random signal processing power spectrum estimation)
- 2020-07-02 02:40:02下载
- 积分:1
-
Book
MFC 数据库编程,多套数据库!学习加油!(MFC database programming, multi-sets of the database! Learning加油!)
- 2010-01-14 13:25:03下载
- 积分:1
-
Counter_dll
基于研华PCI-1710HG数据采集卡基于动态链接库的计数器程序。用VC++6.0MFC实现。程序功能实现实时计数值显示及频率值显示。(Advantech PCI-1710HG-based data acquisition card is based on the dynamic link library counter program. With VC++6.0MFC achieved. Program features real-time count value display and frequency display.)
- 2020-09-10 10:58:00下载
- 积分:1
-
comElves
基于VC++的串口调试程序可以发送接收数据,非常实用于初学者研究学习(Serial debugger based on VC++ can send and receive data, very useful for beginners learning)
- 2013-03-16 22:26:29下载
- 积分:1
-
ipmsg
IPmsg的源代码,用于研究其中所用到的协议和算法(IPmsg source file)
- 2012-04-08 14:55:39下载
- 积分:1
-
AceConverter_DXF转G代码
dxf图转G代码工件软件,dxf读取过程清晰(DXF diagram to G code workpiece software, DXF read process is clear)
- 2017-07-12 14:18:48下载
- 积分:1
-
wlan_vc
再者个网络时代,伴随着有线网络的广泛应用,以快捷高效,组网灵活为优势的无线网络技术也在飞速发展。本文将简单介绍无线局域网相关技术及其相对有线局域网的优势,并具体介绍如何通过VC6.0设计和实现能同时运行在有线局域网和无线局域网上的简单通信软件。(network era, along with cable network widely used to provide a quick and efficient. flexible network edge wireless network technology is also expanding rapidly. This article briefly introduces wireless LAN technology and its relative advantages of the wired LAN. and the specific details of how VC6.0 design and implementation can also run on the LAN cable and wireless LAN simple communications software.)
- 2007-05-16 16:46:17下载
- 积分:1
-
HelloCpp
cocos2dX下文字输入显示,用tinyxml,label和CCRenderTexture实现滚动文字(cocos2dX input text)
- 2013-01-04 11:55:20下载
- 积分:1
-
DxLibSample
有关于利用DXLIB编辑图形界面讲解,其中包含样例程序(Have to explain the use of DXLIB edit graphical interface, which contains a sample program)
- 2012-11-05 06:44:58下载
- 积分:1
-
qtstudydoc
QT学习教程,很好用的
差不多所有的程序教材都从Hello 开始,下面就是这个程序的qt版本(good QT course
1#include <QApplication>
2#include <QLabel>
3 int main(int argc, char*argv[])
4 {
5 QApplication app(argc, argv)
6 QLabel*label = new QLabel("Hello Qt!")
7 label->show()
8 return app.exec()
9 }
)
- 2012-03-10 14:46:07下载
- 积分:1