资源列表
[Windows编程] 200712917583
说明:这个程序利用winpcap库来捕获IP数据包。在调试时注意: 1:务必将“Include”文件夹下的所有头文件拷贝到VC安装目录下的库文件夹中,如\"D:\\Program Files\\Micr-winpcap use this procedure to capture the IP packet. Debugging the attention of : 1 : sure "Include" folder of all the header files are copie<杨反> 在 2008-10-13 上传 | 大小:45.72kb | 下载:0
[其它] ANTARIS_Protocol_Specification(GPS.G3-X-03002)
说明:ATMEL GPS UBLOX ANTARIS_Protocol_Specification-ATMEL GPS UBLOX ANTARIS_Protocol_Specif ication<peter> 在 2008-10-13 上传 | 大小:150.15kb | 下载:0
[文件操作] OnDrag
说明:DragQueryPoint( hDropInfo,&pt ) CString strPos strPos.Format(\"拖放的位置:(%d %d)\",pt.x,pt.y) SetDlgItemText(IDC_FILEPOS,strPos) -DragQueryPoint (hDropInfo.<zanjiangfeng> 在 2008-10-13 上传 | 大小:10.24kb | 下载:0
[对话框与窗口] WM_NCLBUTTONDOWN
说明:void TransparentWnd::OnLButtonDown(UINT nFlags, CPoint point) { CWnd::OnLButtonDown(nFlags, point) //实现无标题拖动 PostMessage(WM_NCLBUTTONDOWN, HTCAPTION, MAKELPARAM(point.x,point.y)) }-void TransparentWnd : : OnLButtonDown (UINT nF<zanjiangfeng> 在 2008-10-13 上传 | 大小:15.65kb | 下载:0
[文件操作] ARM-c
说明: 无操作系统支持的嵌入式系统软件,包括系统引导(BOOT) 、驱动程序、动态内存管理、IPO、通信以及应用软件等方面。 本文详细介绍了嵌入式平台上用C 语言编写系统软件和应用软件的方法。虽然是针对ARM平台介绍的,但基本经验和算法也适 合于其他嵌入式平台的软件设计。-without the support of the operating system embedded system software, including guidance system (BOOT), the driv<福东方> 在 2008-10-13 上传 | 大小:209.76kb | 下载:0
[网络编程] Mento_Supplicant_V6.0_Beta_3
说明:Mento Supplicant Ver 6.0 beta 3 支持系统修改 MAC (Ruijie V2.56) DHCP 方式智能重连-Mento Supplicant Ver 6.0 beta 3 support system changes (MAC Ruijie V2.56) DHCP even intelligent way<袁建辉> 在 2008-10-13 上传 | 大小:264.63kb | 下载:0
[其它] svm_lightc
说明:支持向量机的c源代码 比较全面具体,大家可以共享-SVM c source code more specific and comprehensive, we can all share! !<李刚> 在 2008-10-13 上传 | 大小:52.57kb | 下载:0
[其它] svmmatlabSORCE
说明:支撑矢量机 class CvSVM : public CvStatModel //继承自基类CvStatModel { public: // SVM type enum { C_SVC=100, NU_SVC=101, ONE_CLASS=102, EPS_SVR=103, NU_SVR=104 } //SVC是SVM分类器,SVR是SVM回归 // SVM kernel type -class Support Vector Machine CvSVM<李刚> 在 2008-10-13 上传 | 大小:6.92kb | 下载:0