-
qhull
主要介绍了如何在vs2010中使用qhull库以及环境变量配置问题(The project mainly focus on how to set the envirenment variable of qhull library in vs2010)
- 2021-03-03 16:59:32下载
- 积分:1
-
2006061615404613482
这是本人经过1个月的学习编写的个人财政管理源代码,希望对大家有所帮助。(after a study prepared on the personal financial management source code, we want to help.)
- 2006-06-29 00:59:47下载
- 积分:1
-
c# 大文件 断点续传 上传实例源码 (WCF版本)
c# 大文件 断点续传 上传实例源码 (WCF版本)
- 2013-11-04下载
- 积分:1
-
UsbFlashDrive
说明: show usb flash drive on window
- 2020-06-24 15:00:02下载
- 积分:1
-
交叉引用生成器
用C做的小程序,无界面。(C minor procedure done without interface.)
- 2005-02-26 08:14:20下载
- 积分:1
-
NET_Source
是LogOutputSocketProtocol的管理对 象;m_uploadSocketProtocolMgr是UploadSocketProtocol的管理对象,用于检测是否同时上传同一个文 件;m_downloadSocketProtocolMgr是DownloadSocketProtocol的管理对象;m_daemonThread 是守护进程,用于关闭超时连接。
2. AsyncSocketUserToken:用于SocketAsyncEventArgs绑定,保存 每个Socket服务对象,包括:m_receiveEventArgs接收数据异步事件;m_asyncReceiveBuffer接收数据异步事件使 用的缓存;m_sendEventArgs发送数据异步事件;m_receiveBuffer接收异步事件返回的数据存放缓存,用于后续的分 包;m_sendBuffer用于保存发送的数据缓存;m_asyncSocketInvokeElement是用于协议调用的基类,主要实现分包,并发 发送的包加到发送列表中,发送完成回调时继续发送下一个包;m_connectSocket是连接的Socket对象。(LogOutputSocketProtocol is the management object; m_uploadSocketProtocolMgr is UploadSocketProtocol management object, designed to detect and upload the same file; m_downloadSocketProtocolMgr is DownloadSocketProtocol management object; m_daemonThread is the guardian of process for closing the connection timeout.
2.: AsyncSocketUserToken for SocketAsyncEventArgs binding, save each Socket service object, including: m_receiveEventArgs receives data asynchronous events; m_asyncReceiveBuffer receive data asynchronous events using m_sendEventArgs to send data cache; asynchronous events; m_receiveBuffer receive asynchronous event data returned by the stored cache for subsequent subcontracting; m_sendBuffer is used to preserve the data sent by the cache; m_asyncSocketInvokeElement is the base class for the agreement calls, the main sub package to send a list of concurrent sending, sending a packet to send the completed callback; m_connectSocket is connected to the Socket object.)
- 2017-08-07 14:02:38下载
- 积分:1
-
YT
说明: 控制云台的上下左右转动,从而实现对摄像头左右上下的控制(PTZ control up and down turning left and right in order to achieve control of the camera up and down about)
- 2013-05-10 17:42:28下载
- 积分:1
-
TCP消息转发服务器
读取配置文件,创建TCP服务器,开启连接TCP客户端的线程;将TCP服务器接收的消息发送给各个客户端线程连接的TCP服务器
- 2019-06-25下载
- 积分:1
-
WPF-GridLines
WPF-Grid网格线WPF-Grid网格线WPF-Grid网格线WPF-Grid网格线WPF-Grid网格线WPF-Grid网格线WPF-Grid网格线(WPF-Grid of Lines)
- 2015-02-06 10:12:28下载
- 积分:1
-
wuziqi
SetColor(unsigned short ForeColor,unsigned short BackGroundColor) //颜色函数 { HANDLE hCon=GetStdHandle(STD_OUTPUT_HANDLE) SetConsoleTextAttribute(hCon,(ForeColor 16)|(BackGroundColor 16*16)) } 调用函数 SetColor(11,8) cout<<endl<<"文本内容结束!"<<endl SetColor(7,0) system("color xy") ;
- 2012-08-30 17:27:01下载
- 积分:1