-
serialpor
多线程串口类及其使用方法,包含完整的CSerialPort类及其使用方法。(A communication class for serial port)
- 2013-08-09 20:16:35下载
- 积分:1
-
image-vector
图像矢量化源码,一个图像矢量化源码,可运行在vc++6.0平台式(Image vector)
- 2020-10-12 20:17:33下载
- 积分:1
-
3DScene
说明: 实时图形设计 3d场景漫游 3dmax模型 场景中包括树木 房屋 道路 移动小车 以及 billboard 绘制的树木 支持人机互动 场景漫游(This code is the assignment for our real-time graphic designing. It includes many scenes like houses,trees using the billboard skill, roads and the cars.)
- 2011-04-17 21:47:49下载
- 积分:1
-
shijinzhiBCD
十进制-BCD码转换的代码在内,完整希望大家能用上。。(variable reg : integer range 0 to 80000
variable d1,d2,d3,d4 : std_logic_vector(3 downto 0)
begin
if clk100 event and clk100= 1 then
case current_state1 is
when st0=>
)
- 2011-06-12 10:08:03下载
- 积分:1
-
remote
又一个类似PCAnywhere的远程控制软件源码,分客户端和服务器端。( A similar PCAnywhere long-distance control software source
code, is divided the customer end and the server end. )
- 2020-06-26 12:00:02下载
- 积分:1
-
VirtualCamera
window下注册一个虚拟摄像头,并且在内存中开辟一块共享内存,将共享内存中的数据显示在摄像头中。qq等聊天工具可用。(Window registered a virtual camera, and in memory to open a shared memory, the shared memory data display in the camera. QQ chat tools available.)
- 2014-10-28 12:16:32下载
- 积分:1
-
IP
说明: 获取自己的IP地址,方便实时小巧可扩充到其它功能.(Access to its own IP address, to facilitate real-time compact can be expanded to other functions.)
- 2009-03-25 14:31:19下载
- 积分:1
-
文件目录资源列表生成器 FileResTool2.0
文件目录资源列表生成器,QQ:403717(File directory of resources list of generators, QQ: 403717)
- 2020-06-26 02:20:02下载
- 积分: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
-
VC++jsnm
这是一本关于VC++技术内幕的书,可以更深入的了解VC++,由潘爱民翻译的(This is a book on VC technical insider s book can be a better understanding of VC , by the Pan Aimin translation)
- 2007-12-11 17:37:33下载
- 积分:1