搜索资源列表

  1. FsoExcam

    0下载:
  2. 遍历文件夹及目录,读取文件夹、文件夹里的文件、列出本地磁盘,包括USB移动设备等,完全是基于FSO的一个文件操作示例程序,比较简单,容易看懂。-Traverse Folder and directory, read file folder, folders, documents, lists of local disk, including mobile devices such as USB, is a file-based oper
  3. 所属分类:文件操作

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:730
  1. 01_BinaryView

    0下载:
  2. 直接读取文件的二进制,通过此软件,你可以直接看到文件的二进制信息-Read the binary file directly through the software, you can directly see that the binary file information
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1214464
    • 提供者:bigc
  1. 20090611

    0下载:
  2. vc++MFC逐帧读取视频文件,保存所读帧为BMP图像文件-vc++ MFC read video files fr a me by fr a me, to preserve the time-fr a me to BMP image files
  3. 所属分类:视频捕捉/采集

    • 发布日期:2024-05-19
    • 文件大小:8525824
    • 提供者:sun
  1. Scoket

    0下载:
  2. 本程序是一个用C#编写的文件传输程序,分服务端和客户端。 服务端首先监听端口,等待客户端的连接请求,一旦连接成功,即把可供客户端下载的文件名称发给客户端,客户端接受到文件名称后,选择要下载的文件,并发给服务器。服务器根据客户端发送的文件名,选择指定的文件读取文件流,并把文件流内容赋值给网络流发送到客 -This procedure is to use C# to prepare a file transfer program, su
  3. 所属分类:C#编程

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:xiaoping
  1. shareMem

    0下载:
  2. 非常好的一个文件映射实例,一个程序把文件从硬盘映射到内存,一个程序直接从内存中读取文件。-Very good example of a file mapping, a procedure to file from the hard disk is mapped to the memory, a program to read directly from the memory file.
  3. 所属分类:文件操作

    • 发布日期:2024-05-19
    • 文件大小:2273280
    • 提供者:duan
  1. Jbpm

    0下载:
  2. 工作流的应用,包括节点的读取,文件的上传,审批-the application of workflower
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:13535232
    • 提供者:kodes
  1. webserver

    0下载:
  2. 基本功能: 获取远端用户的连接本地服务器的请求,并建立连接 能获取远端用户请求服务的信息,并将服务的内容提交给远端用户 能获取远端用户断开连接的请求,断开和该用户的连接 拓展功能: 必须要能够处理多用户请求,也就是需要实现多线程编码 服务器能处理简单的异常。例如文件不存在、或者没有权限读取文件等 服务器必须记录log文件。记录每次请求的用户IP,机器名、读取时间、读取文件名、服务器响应码等-B
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:592896
    • 提供者:fuyizheng
  1. BFD_single_file

    0下载:
  2. 对单个文件读取文件的二进制值,并且将相应的16进制存到另外一个文件中。 以及硬盘常见故障修复-Read the file on a single file binary value, and the corresponding 16 hex deposit to another file.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:20480
    • 提供者:tang
  1. SPIreadandwrite

    0下载:
  2. 这是一个u盘UART读写例程代码,包含 创建文件、读取文件、删除文件、写入数据到文件、追加数据 操作代码。-This is a u disk read and write routines UART code, create a file that contains, read files, delete files, write data to a file, the additional data manipulation code
  3. 所属分类:USB编程

    • 发布日期:2024-05-19
    • 文件大小:16384
    • 提供者:林凌柒
  1. FolderNotify

    0下载:
  2. 监控文件夹的修改、删除、移动,用线程监循环读取文件的状态来实现该功能-Monitoring changes folder, delete, move, read the file with the thread monitoring the status of recycling to achieve the functionality
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:18432
    • 提供者:李琼
  1. matlab

    0下载:
  2. Matlab中从文件夹中批量读取文件的做法,程序后有详细说明,简单易学!-Matlab, read from a folder in the batch file approach, procedures are detailed, easy to learn!
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:朱兰花
  1. Encrypt_And_Decrypt

    0下载:
  2. 基于异步长和密钥的文件加密解密,利用2进制方式读取文件,理论上可以加解密一切文件,但是具体应用要根据文件的不同而修改文件结束符-Based on asynchronous long file and key encryption and decryption. Reading zhe file by binary mode.In theory this software can used to encrypt and decrypt a
  3. 所属分类:加密解密

    • 发布日期:2024-05-19
    • 文件大小:1624064
    • 提供者:朱晓骏
  1. 基于MFC的多选项选择设置工具源码

    0下载:
  2. 用MFC写的配置工具,可以从一个文件中读取游戏选项,可以选择加载几个游戏,并设置游戏顺序和时间,很不错的一个插件工具,提供源码供你编译
  3. 所属分类:Windows编程

    • 发布日期:2013-09-08
    • 文件大小:27932996
    • 提供者:kakaxi679
  1. 上传文件后缀判断

    0下载:
  2. 基于c#语言开发的文件读取、上传、后缀名称判别功能(Based on c# language development of file read, upload, suffix name discriminant function)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:16384
    • 提供者:加号
  1. 读取dxf文件程序

    0下载:
  2. 用labview读取dxf文件的案列,labview是面向工程师的语言(Using LabVIEW to read the column of the DXF file, LabVIEW is an engineer oriented language)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:181248
    • 提供者:铭刘
  1. 高光谱遥感影像读写附头文件

    0下载:
  2. 可用于读取BIL、BIP、BSQ格式的高光谱遥感影像文件(Can be used for hyperspectral remote sensing image file read BIL, BIP format, BSQ)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:梦萌萌萌
  1. C#_读取DXF文件

    2下载:
  2. C#读取DXF文件,线,圆,圆孤,多线段,半圆,椭圆等dxf文件。(C# reads DXF files, lines, circles, circles, orphaned, polyline, semicircle, ellipse and other DXF files.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:18432
    • 提供者:浴寒风
  1. java对大数据量文件内容的多线程读取和排序

    0下载:
  2. 编写一个java多线程程序,用于文件内容的读取和排序。(Write a Java multi-threaded program for reading and sorting the contents of the file.)
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:哟西君
  1. 读取excel实例

    0下载:
  2. ASP读取excel表格实例,直接把xls文件当数据读取(ASP read the excel table instance, the XLS file directly when the data read)
  3. 所属分类:WEB源码

    • 发布日期:2024-05-19
    • 文件大小:325632
    • 提供者:cxl832004
  1. test3

    1下载:
  2. 新建VI(test3\login_reading.vi),运用循环事件结构,通过输入用户名和密码后登录,实现输入正确和错 误提示、登录前禁用并灰显读取按钮、登录后启用读取按钮、读取并显示文本文件内容、加密程序框图查看操作。(New VI (test3\login_reading.vi), using the loop event structure, login by entering the user name and passwo
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:199680
    • 提供者:旧茶馆
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

源码中国 www.ymcn.org