虛擬串口程序源代碼 使用Vc開發的,open source!!fr
上傳時間: 2013-12-10
上傳用戶:13681659100
主要源碼: void CFDlg::OnChangeEdit1() { UpdateData() m_strExt.MakeUpper() m_list.ResetContent() if(m_strExt.GetLength()==0) return CStdioFile sf if(sf.Open("FileExt.txt",Cfile::modeRead)) { CString strTemp,strOut while(sf.ReadString(strTemp)) { if(strTemp.Left(m_strExt.GetLength()) ==m_strExt) { m_list.AddString(strTemp) } } } sf.Close() m_list.SetCurSel(0) this->OnSelchangeList2() } void CFDlg::OnSelchangeList2() { CString strTemp,strExt m_list.GetText(m_list.GetCurSel(),strTemp) strExt=strTemp.Left(strTemp.FindOneOf(" ")) //MessageBox(strExt) CString strFileName ="eee."+strExt //MessageBox(strFileName) SHFILEINFO shfi memset(&shfi,0,sizeof(shfi)) //或者ZeroMemory(&shfi,sizeof(shfi)) ::SHGetFileInfo(strFileName, FILE_ATTRIBUTE_NORMAL, &shfi, sizeof(shfi), SHGFI_ICON|SHGFI_USEFILEATTRIBUTES) m_icon.SetIcon(shfi.hIcon) }
標簽: OnChangeEdit1 UpdateData ResetConte MakeUpper
上傳時間: 2013-12-20
上傳用戶:zl5712176
Project file for MS Visual C++ 6.0. Requires GLUT DLL (www.opengl.org) Adjust program constants in Landscape.h and Utility.cpp. MAPS: Default map is read from HeghtXXX.raw where XXX is the MAP_SIZE (as defined in Landscape.h). If this map is not found, the program attempts to open "Map.ved", a Tread Marks map file. Tread Marks maps will only work for MAP_SIZE == 1024. Also, the MULT_SCALE to view Tread Marks maps correctly is "0.25f". (www.TreadMarks.com)
標簽: constants Requires Project program
上傳時間: 2014-12-03
上傳用戶:LouieWu
Introduction: 1. Macro1: AddFailureModeCol is used to the test report generated from GNPO Rpt Tools i. You can just open the test report, apply AddFailureModeCol 2. Macro2: DPHU_Match is for the test report after meeting i. You open the DPHU_Format_26Dec.xls, then apply DPHU_Match, after the program starts to run, you select the after-meeting test report from which you want to generate a dphu report. ii. Use “Save As” instead of “Save” to save the generated dphu report. Because later on you still want to use the DPHU_Format_26Dec.xls as a template.
標簽: AddFailureModeCol Introduction generated Macro1
上傳時間: 2016-08-09
上傳用戶:爺的氣質
用VB做QQ強制聊天器 用VB做QQ強制聊天器 大家好..我是愚罪..QQ:303931726 今天教大家來用VB做QQ強制聊天器..... 廢話不多說了``` 直接打開VB 新建一個EXE文件..新建一個Text和一個Command按紐 最后直接把代碼寫上去就可以了... Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" _ (ByVal hwnd As Long, _ ByVal lpOperation As String, _ ByVal lpFile As String, _ ByVal lpParameters As String, _ ByVal lpDirectory As String, _ ByVal nShowCmd As Long) As Long Private Sub Command1_Click() ShellExecute 0, "open", "tencent://message/?uin=" + Text1.Text, "", "", 1 End Sub 可以了...生成試驗下..我就不美化了..你們可以去美化下``` 看。。成功了
上傳時間: 2014-01-19
上傳用戶:日光微瀾
socket編程原理:UNIX系統的I/O命令集,是從Maltics和早期系統中的命令演變出來的,其模式為打開一讀/寫一關閉(open-write-read- close)。在一個用戶進程進行I/O操作時,它首先調用“打開”獲得對指定文件或設備的使用權,并返回稱為文件描述符的整型數
上傳時間: 2016-08-12
上傳用戶:懶龍1988
delphi 寫的delphi的程序 Handel is a free, standalone development tool created with Delphi 3 that enables you to create, compile, and run projects. Handel also supports Form Design Environments such as Delphi and can open and write units, projects, and forms created with Delphi 2 or 3. However, it is not perfectly compatible with Delphi.
標簽: delphi development standalone created
上傳時間: 2014-01-18
上傳用戶:jing911003
一本詳細介紹手機3D圖形編程的書,使用OPEN GL ES 2.0和M3G。
上傳時間: 2013-12-15
上傳用戶:362279997
pl/sql的綜合運用上例用到的oracle里關于游標的幾個內置函數:%isopen,%notfound,%rowcount。 隱式游標更多用在for loop中,你不用再手工去open,fetch或是close游標,非常方便
標簽: notfound rowcount oracle isopen
上傳時間: 2013-12-19
上傳用戶:ikemada
本代碼提供讀取Segy格式地震數據的SegyReader類(C++) 在segy.h文件中有segy卷頭/道頭的每一個字段的中文詳細說明,方便大家查詢使用. 另外, 使用QT3.x制作的GUI界面程序, 可以選擇一個segy文件, 使用SegyReader類讀取并顯示相關信息在界面上. ===sr.exe的執行需要QT3.3.4的dll文件(因文件較大故未加入,需要者安裝QT3.3.4或與本人聯系),在主界面上執行菜單 File -> Open,選擇提供的test.sgy文件即可
標簽: segy SegyReader Segy QT
上傳時間: 2014-07-02
上傳用戶:hj_18