CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - Openfile

搜索资源列表

  1. OpenFile01

    0下载:
  2. VB中的OpenFile01控件的使用,帮助新人方便学习-VB Controls OpenFile01 in use, to help facilitate learning new
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:63818
    • 提供者:李瑞昌
  1. My_NRflow

    0下载:
  2. 各个子文件介绍!! 1.powerflow(主程序) 2.y(节点导纳矩阵) 3. run_NR (利用NR法计算潮流) 4. openfile (打开文件) 5. printY (显示Y矩阵) 6. newnode (节点重新编号) 7. Renode (还原节点) 8. form_jac (求取j矩阵) 9. dPQ (求取有功无功不平衡量) 10. PowerResult(计算节点电压相角) 11. PowerLosses(计算支路性息)
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1210654
    • 提供者:秦勤
  1. openfile

    0下载:
  2. 刚刚学了一个如何用MFC编程的东西,用于查找打开,读入本地的文件-Just learned how to use an MFC programming things, used to find open, read into the local paper
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-29
    • 文件大小:239737
    • 提供者:zhongli
  1. HideDriver_source

    0下载:
  2. The task: The processes selected by the user should be invisible for such applications as the Task Manager, Process Explorer, and others. In addition, they should not be available for such Windows API functions as EnumProcesses(), OpenProcess(), Enum
  3. 所属分类:Hook api

    • 发布日期:2017-04-10
    • 文件大小:1184796
    • 提供者:si perdana
  1. HideDriver_binari1

    0下载:
  2. The processes selected by the user should be invisible for such applications as the Task Manager, Process Explorer, and others. In addition, they should not be available for such Windows API functions as EnumProcesses(), OpenProcess(), EnumProcessMod
  3. 所属分类:Hook api

    • 发布日期:2017-03-30
    • 文件大小:227515
    • 提供者:si perdana
  1. OpenFile

    0下载:
  2. 打开“Open”对话框,左边有一个Places Bar,要想让这个对话框出现,必须在::GetOpenFileName函数中传递OPENFILENAME结构,这个结构隐藏在MFC的CFileDialog类中-Open the " Open" Dialog Box, on the left have a Places Bar, to get this dialog box appears, you must:: GetOpenFileName transfer function
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-08
    • 文件大小:37606
    • 提供者:chenliuzhang
  1. openfile

    0下载:
  2. 打开文件 在IDL开发环境下运行 2010-5.19-open file
  3. 所属分类:GIS program

    • 发布日期:2017-05-08
    • 文件大小:1735277
    • 提供者:杨云源
  1. Openfile

    0下载:
  2. 通过选择磁盘、目录、文件名,打开选定的文件。-By selecting the disk, directory, file name, open the selected file.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:3696
    • 提供者:张文
  1. File

    0下载:
  2. 多种方法的文件读写包括C的OPENFILE,c++的流读写FILE类等-many way to read/write file
  3. 所属分类:File Operate

    • 发布日期:2017-05-15
    • 文件大小:3686262
    • 提供者:xxxxxxx
  1. CMedia

    0下载:
  2. CMedia 类: 接口函数: //打开视频文件 OpenFile(LPCTSTR strFileName /*视频文件名*/ ,HWND hOwnerWnd /*显示视频的窗口句柄*/ ,HWND hNotifyWnd /*接收DSHOW事件消息的串口句柄*/ ) //播放视频 BOOL VideoRun() //暂停视频 BOOL VideoPause() //停止视频 BOOL VideoStop()
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-25
    • 文件大小:3665
    • 提供者:费斌
  1. openfile

    0下载:
  2. 在ArcEngine加载矢量文件的核心代码-In ArcEngine loading of the core code vector documents
  3. 所属分类:GIS program

    • 发布日期:2017-04-07
    • 文件大小:2825
    • 提供者:
  1. openFile

    0下载:
  2. qt4 打开文件的简单函数,很容易看懂的,学习之用-Qt4 open files of simple function, is very easy to understand and study with
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4045
    • 提供者:huangcheng
  1. OpenFile

    0下载:
  2. 在对话框中实现选择打开文件的功能,并可在对话框中显示打开文件按钮。-Choose to open the file in the dialog box,and a button that displays open the file can be displayed in the dialog box .
  3. 所属分类:Button control

    • 发布日期:2017-05-07
    • 文件大小:1647141
    • 提供者:wangcan
  1. Pffiilemonu

    0下载:
  2. 纯汇开发的,主要拦截KERNEL32.DLL中的OpenFile、CreateFileA、CreateFileW、ReadFile、 ReadFileEx、WriteFile、WriteFileEx、、、DeviceIoControl等函数,HOOK到的数据未做过滤处理。其中MYDLL运用了skyer的HOOKAPI LIB,放出源码,主程序源码的过程是创建进程后挂起,注入MYDLL后恢复进程,拦截 -Pure exchange, the main interceptor in the Op
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1599
    • 提供者:追求
  1. CFile

    0下载:
  2. 文件操作的封装类,类结束时会自动关闭文件,避免有些文件打开后忘记关闭的情况。 Private mlogFileAccess As CFile Set mlogFileAccess = New CFile mlogFileAccess.OpenFile mlogFileName, omAppend Print #mlogFileAccess.handle, LogText -Wrapper class for file operations at the end of the
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-09
    • 文件大小:1009
    • 提供者:gisnt
  1. open-data

    0下载:
  2. 读取文件。给出一个txt文件(水准数据)利用openfile 语句读取每一行的文件,再读入数据库。-Read the file. Gives a txt file (level data) to utilize openfile statement reads each line of the file, and read it into the database.
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:12118
    • 提供者:zhangfan
  1. OpenFile

    0下载:
  2. 首先将数据存入txt文档,然后通过对TXT文档的读写会出正弦函数-First, the data stored in the txt document sine function, and TXT documents to read and write
  3. 所属分类:CSharp

    • 发布日期:2017-11-17
    • 文件大小:2439464
    • 提供者:王鹏
  1. openfile

    0下载:
  2. VS2005,基于MFC的程序,打开一个TxT文件,将数据存入全局数组后逐一显示-VS2005, MFC-based program, open a TxT file, the data is stored in the global array one by one
  3. 所属分类:CSharp

    • 发布日期:2017-12-04
    • 文件大小:51524
    • 提供者:chung
  1. OpenFile

    0下载:
  2. MFC基于对话框的打开文件路径编程,获取文件夹路径-MFC dialog-based program to open the file path, folder path
  3. 所属分类:Console

    • 发布日期:2017-05-26
    • 文件大小:8853577
    • 提供者:kzp
  1. OpenFile

    0下载:
  2. 一个用C++编写的打开文件的框架程序,可以用来处理文件,很好用!-A written using C++ framework program to open the file, the file can be used to handle, easy to use!
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:32376
    • 提供者:pustar
« 1 23 »
搜珍网 www.dssz.com