搜索结果

找到约 490 项符合 open 的查询结果

按分类筛选

显示更多分类

CA认证 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)) ...
https://www.eeworm.com/dl/640/315676.html
下载: 92
查看: 1044

驱动编程 虚拟串口程序源代码 使用Vc开发的

虚拟串口程序源代码 使用Vc开发的,open source!!fr
https://www.eeworm.com/dl/618/317747.html
下载: 171
查看: 1076

文章/文档 主要源码: 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.G ...
https://www.eeworm.com/dl/652/318659.html
下载: 186
查看: 1046

文章/文档 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 Tre ...
https://www.eeworm.com/dl/652/327021.html
下载: 185
查看: 1056

嵌入式/单片机编程 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 ...
https://www.eeworm.com/dl/647/330896.html
下载: 64
查看: 1076

其他行业 用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" _ (By ...
https://www.eeworm.com/dl/668/331526.html
下载: 66
查看: 1078

VC书籍 socket编程原理:UNIX系统的I/O命令集

socket编程原理:UNIX系统的I/O命令集,是从Maltics和早期系统中的命令演变出来的,其模式为打开一读/写一关闭(open-write-read- close)。在一个用户进程进行I/O操作时,它首先调用“打开”获得对指定文件或设备的使用权,并返回称为文件描述符的整型数 ...
https://www.eeworm.com/dl/686/332226.html
下载: 167
查看: 1078

Delphi控件源码 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 i ...
https://www.eeworm.com/dl/666/332246.html
下载: 90
查看: 1056

通讯/手机编程 一本详细介绍手机3D图形编程的书

一本详细介绍手机3D图形编程的书,使用OPEN GL ES 2.0和M3G。
https://www.eeworm.com/dl/527/339332.html
下载: 195
查看: 1043

通讯编程文档 pl/sql的综合运用上例用到的oracle里关于游标的几个内置函数:%isopen,%notfound,%rowcount。 隐式游标更多用在for loop中

pl/sql的综合运用上例用到的oracle里关于游标的几个内置函数:%isopen,%notfound,%rowcount。 隐式游标更多用在for loop中,你不用再手工去open,fetch或是close游标,非常方便
https://www.eeworm.com/dl/646/349431.html
下载: 111
查看: 1139