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

搜索资源列表

  1. 文件传送

    0下载:
  2. 局域网文件传输 为了设计统一和用户操作方便,我们希望将服务端与客户端融合在一起,形成一个程序,这样用户理解起来,更加直观一点(其实这样做也是为了方便调试,大家可以在本机上测试,自己传文件给自己)。所以,我们在程序中需要使用两个Winsock控件,一个负责监听,一个负责发送,当发送端连接成功以后,便选择一个待发送的文件(可以是任意二进制文件),接着将文件名和文件字节长度发送给接收端,接收端收到这个消息以后,将文件名和文件长度解析出来,然后通知发送端可以开始发送文件;发送端读到这个消息之后,将文
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:11227
    • 提供者:sasa
  1. Symbian 3rd文件系统及操作

    0下载:
  2. 1.掌握TXT文件操作 2.掌握流文件操作
  3. 所属分类:Symbian

  1. 文件流

    0下载:
  2. 文件流
  3. 所属分类:中文信息处理

    • 发布日期:2009-06-26
    • 文件大小:1618
    • 提供者:432101234
  1. 轻量级 工作流引擎+工作流管理工具

    0下载:
  2. 工作流引擎+工作流管理工具+工作流客户应用例子,是个WEB程序,用它部署流程定义时, xpdl文件已经被发布到WEB服务器上了.
  3. 所属分类:中间件编程

    • 发布日期:2009-06-23
    • 文件大小:2864999
    • 提供者:tom_tomtom
  1. DeleteFile 批量删除指定文本中的 路径文件

    0下载:
  2. 批量删除指定文本中的 路径文件 内容包括 文本文件流 文件操作等~-Bulk delete the path specified text file content, including text file stream file operations, etc. ~
  3. 所属分类:对话框与窗口

    • 发布日期:2017-04-09
    • 文件大小:1928820
    • 提供者:CL
  1. AES.rar

    0下载:
  2. 比较严谨的算法,分别针对字符串、文件、流的加密解密算法,, Respectively, for string, file, stream encryption and decryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:249533
    • 提供者:cloneper
  1. Scoket.rar

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

    • 发布日期:2017-03-25
    • 文件大小:4582
    • 提供者:xiaoping
  1. FTP

    0下载:
  2. FTP的客户端和服务器端程序的源码,能够实现文件的上传,下载,修改,删除等诸多功能-FTP client and server-side program source code, to achieve file upload, download, modify, delete, and many other functions
  3. 所属分类:Ftp Client

    • 发布日期:2017-03-30
    • 文件大小:177378
    • 提供者:wxw
  1. EncryptDecrypt

    0下载:
  2. 这是可以加密&解密字符串,二进制流,文件的例子。-This is encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:33015
    • 提供者:yhb
  1. blobrw

    0下载:
  2. 微软的SQL SERVER数据库的Image、text等字段都属于二进制的大对象。这些对象的存取和其他轻型对象略有不同。   微软.NET Framework的System.IO命名空间下给我们提供了一个FileStream文件流类。我们可以使用这个文件流对二进制大对象轻松进行读写。   我实现了一个简单的WinForm程序,这个程序通过点击“Open”按钮选择一个bmp或者jpg文件,并显示在图形控件PictureBox中。通过“Save”按钮存入数据库。点击“View”CheckBo
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-26
    • 文件大小:9686
    • 提供者:tanpan
  1. filetranslate

    0下载:
  2. 演示如何从C盘根目录下的ABC.TXT中读取3个字符串,并把其中的两个传送到当前目录下的ABCD.TXT文件中。(新手可以了解下QT的文件流传输机制),在QT4.4.0,VS2008,C++环境下写的-Demonstrate how the root directory from the C read ABC.TXT under three strings, and two sent to the current directory ABCD.TXT file.
  3. 所属分类:File Operate

    • 发布日期:2017-04-07
    • 文件大小:997368
    • 提供者:昌隆
  1. encuid

    0下载:
  2. 一个使用文件流在文件尾部增加代码从而达到加密的例子.-Use a file stream to increase the tail of the code in the file so as to achieve encryption example.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-01
    • 文件大小:143384
    • 提供者:howant
  1. c

    0下载:
  2. 自己写的C++文件流的读取,很实用 ,自己写了好久,研究了好久 终于弄明白了,真的很不容易,传上来,供大家学习-Write your own C++ file stream to read, very practical, himself wrote a long time to study for a long time has finally figured out, really is not easy, pass up, for them to learn thank you
  3. 所属分类:.net

    • 发布日期:2017-03-28
    • 文件大小:2380
    • 提供者:习永建
  1. TFileStreamScreen

    0下载:
  2. 利用delphi文件流实现局域网屏幕监控,有客户端和服务器端之分!-The use of LAN file stream delphi screen monitor, a client and server side of the points!
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:497537
    • 提供者:changlong
  1. stringFile

    0下载:
  2. 将文件转为二进制,可将二进制转为文件。二进制与文件流相互转换(Convert files to binary,and convert binary to file)
  3. 所属分类:.net编程

    • 发布日期:2018-01-03
    • 文件大小:1509376
    • 提供者:浩洁
  1. C#文件编辑器源码

    0下载:
  2. 读取二进制文件源码 源码描述: 一、源码特点 采用winform进行开发,实现读取二进制文件功能 二、功能介绍 本源码是一个读取二进制文件源码,适合初学者,读取二进制文件,利用C#客户端,读取二进制文件流 三、菜单功能 1、首先创建一个.bin格式的文件 2、运行程序,点击选择,选择.bin文件 3、点击读取,在文件内容中就会显示。 四、注意事项 1、开发环境为Visual Studio 2010,使用.net 3.5开发。(Read the source cod
  3. 所属分类:C#编程

    • 发布日期:2018-05-02
    • 文件大小:46080
    • 提供者:哦嘞嘞
  1. 文件传输

    0下载:
  2. 从客户端到服务器进行文件传输,其中服务器实现并发处理的功能,可以解决重名的情况(File transfer to the server from the client, the server can realize the concurrent processing function, and solve the same name's situation)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:SAKURA鱼
  1. EMPLOYEE

    0下载:
  2. 使用两个输入文件流来与输入文件相关联,从中读取两家子公司各部门业绩到程序变量中(Two input files are used to associate with the input files, and the performance of each subsidiary from the two subsidiaries to the program variables is read from it.)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-06
    • 文件大小:3815424
    • 提供者:LING0712
  1. M文件

    3下载:
  2. 格子boltzmann方法模拟在压力差驱动下的泊肃叶流,模拟效果较好。(poiseuille flow driven by pressure drop in x direction based on lbm method, this prog works very well.)
  3. 所属分类:仿真建模

    • 发布日期:2020-05-29
    • 文件大小:2048
    • 提供者:dlmufk
  1. matlab实现模拟交通流

    3下载:
  2. matlab代码 交通流元胞自动机仿真 双车道 如果需要改变车流密度在脚本文件中修改fp.(Matlab code traffic flow cellular automata simulation of two lanes If you need to change the traffic density, modify the FP in the scr ipt file.)
  3. 所属分类:matlab例程

« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com