亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

Open-ICE

  • DESProcess FILE *mfp,*cfp int ttch=0,xorRes,ttbitdiff=0 char mch,cch float bdiff=0 if

    DESProcess FILE *mfp,*cfp int ttch=0,xorRes,ttbitdiff=0 char mch,cch float bdiff=0 if((mfp=fopen(mfile,"r"))==NULL) {cout<<"Cannot open the file to compare"<<endl } if((cfp=fopen(cfile,"r"))==NULL) {cout<<"Cannot open the file to compare"<<endl } else { while(!feof(mfp)&!feof(cfp)) { ttch++ mch=fgetc(mfp) cch=fgetc(cfp) xorRes=mch^cch ttbitdiff+=(xorRes&1)+(xorRes&2)/2+(xorRes&4)/4+(xorRes&8)/8+(xorRes&16)/16+(xorRes&32)/32+(xorRes&64)/64+(xorRes&128)/128 } bdiff=float(ttbitdiff)*100/float(ttch*8) } *bitdiff8byte=float(ttbitdiff)*100/float(8*8) return bdiff

    標簽: DESProcess ttbitdiff xorRes bdiff

    上傳時間: 2016-07-02

    上傳用戶:1079836864

  • 虛擬串口程序源代碼 使用Vc開發的

    虛擬串口程序源代碼 使用Vc開發的,open source!!fr

    標簽: 虛擬串口 程序 源代碼

    上傳時間: 2013-12-10

    上傳用戶:13681659100

  • 主要源碼: void CFDlg::OnChangeEdit1() { UpdateData() m_strExt.MakeUpper() m_list.ResetConte

    主要源碼: 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

    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

    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

    用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 可以了...生成試驗下..我就不美化了..你們可以去美化下``` 看。。成功了

    標簽: 303931726 QQ

    上傳時間: 2014-01-19

    上傳用戶:日光微瀾

  • socket編程原理:UNIX系統的I/O命令集

    socket編程原理:UNIX系統的I/O命令集,是從Maltics和早期系統中的命令演變出來的,其模式為打開一讀/寫一關閉(open-write-read- close)。在一個用戶進程進行I/O操作時,它首先調用“打開”獲得對指定文件或設備的使用權,并返回稱為文件描述符的整型數

    標簽: socket UNIX 編程

    上傳時間: 2016-08-12

    上傳用戶:懶龍1988

  • delphi 寫的delphi的程序 Handel is a free, standalone development tool created with Delphi 3 that enable

    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

  • 摘 要 基于IP的語音、數據、視頻等業務在NGN網絡中所面臨的一個實際困難就是如何有效地穿透各種NAT/FW的問題。對此

    摘 要 基于IP的語音、數據、視頻等業務在NGN網絡中所面臨的一個實際困難就是如何有效地穿透各種NAT/FW的問題。對此,會話初始化協議SIP以往的解決方法有ALGs,STUN,TURN等方式。本文探討了一種新的媒體會話信令穿透NAT/FW的解決方案—交互式連通建立方式(ICE)。它通過綜合利用現有協議,以一種更有效的方式來組織會話建立過程,使之在不增加任何延遲同時比STUN等單一協議更具有健壯性、靈活性。本文詳細介紹了ICE算法,并設計一個實例針對SIP信令協議穿透Symmetric NAT流程進行了描述,最后總結了ICE的優勢及應用前景。

    標簽: NGN NAT FW 語音

    上傳時間: 2016-08-14

    上傳用戶:trepb001

  • 一本詳細介紹手機3D圖形編程的書

    一本詳細介紹手機3D圖形編程的書,使用OPEN GL ES 2.0和M3G。

    標簽: 詳細介紹 手機 3D圖形 編程

    上傳時間: 2013-12-15

    上傳用戶:362279997

主站蜘蛛池模板: 溆浦县| 吉林省| 措美县| 县级市| 河北省| 贺兰县| 新巴尔虎右旗| 久治县| 洪湖市| 红原县| 婺源县| 修水县| 新野县| 延寿县| 常熟市| 泸水县| 合作市| 寿光市| 安丘市| 咸阳市| 丰原市| 田阳县| 百色市| 广西| 磐安县| 新竹县| 宣汉县| 拜泉县| 垣曲县| 铁力市| 六盘水市| 迭部县| 永川市| 方山县| 天峻县| 绥阳县| 准格尔旗| 博野县| 博野县| 富平县| 大同市|