搜索资源列表
AxPipe-Src-0_9b2
- 一个多线程二进制流操作类库和例子(含英文帮助)-a multithreaded operating binary stream class library and examples (including English Help)
文件传送
- 局域网文件传输 为了设计统一和用户操作方便,我们希望将服务端与客户端融合在一起,形成一个程序,这样用户理解起来,更加直观一点(其实这样做也是为了方便调试,大家可以在本机上测试,自己传文件给自己)。所以,我们在程序中需要使用两个Winsock控件,一个负责监听,一个负责发送,当发送端连接成功以后,便选择一个待发送的文件(可以是任意二进制文件),接着将文件名和文件字节长度发送给接收端,接收端收到这个消息以后,将文件名和文件长度解析出来,然后通知发送端可以开始发送文件;发送端读到这个消息之后,将文
putongv5
- 修改完善内容: 1.彻底解决了原始版本中存在的 杂色现象 2.对生成的图片作了相关修改 直接生成JPG格式文档 以便减少对昂贵空间的占用 3.精简了数据库操作 减少了数据库的体积 直接对二进制流进行jpg压缩 不再需要通过数据库处理图片 4.对相框采取分离式 这样比较直观 5.修改重排了界面和代码 6.增加了摄像头 检测 7.增加了升级提示功能(需要XMLHTTP 支持 但不支持也不会影响运作) 8.简易后台 智能扫面 相框图片并生成XML
blobrw
- 微软的SQL SERVER数据库的Image、text等字段都属于二进制的大对象。这些对象的存取和其他轻型对象略有不同。 微软.NET Framework的System.IO命名空间下给我们提供了一个FileStream文件流类。我们可以使用这个文件流对二进制大对象轻松进行读写。 我实现了一个简单的WinForm程序,这个程序通过点击“Open”按钮选择一个bmp或者jpg文件,并显示在图形控件PictureBox中。通过“Save”按钮存入数据库。点击“View”CheckBo
picture
- ASP二进制流方法隐藏图片文件真实地址ASP binary stream picture Ways to hide the true address of a document-ASP binary stream picture Ways to hide the true address of a document
bcd_bit_convert
- BCD码流(modelsim测试时需使用)转二进制码流(PCM)的matlab代码,给需要的朋友做个参考-BCD code stream (modelsim test to use) to a binary stream (PCM) of matlab code, to be a reference to a friend in need
AMF
- AMF官方文档,以及试验程序。 AMF是Adobe公司开发的基于二进制流的通讯协议。-AMF official documents, as well as testing procedures. AMF is Adobe' s development of communication protocol based on a binary stream.
ExComm
- 一个串口调试的小工具,支持16进制,二进制流。事件驱动!-A serial port to debug a small tool to support 16 hex, binary stream. Event-driven!
Base64
- 将二进制流进行BASE64反编译,将二进制流中的不可见字符全部转换为可见字符-BASE64 will decompile the binary stream
TestExcel
- Excel存入下载到数据库,Excel用二进制流的形式存入数据库-Downloaded to the database into Excel, Excel in the form of binary stream into a database
TestSaveImage(1)
- 图片转为二进制流,存入数据库。读数据库中的二进制流显示图片。-Pictures into a binary stream stored in the database. Read the binary stream in the database display picture.
tupier
- 读取图片为二进制显示出来,读取图片文件为数据流,通过读取数据流转成十六进制或二进制-failed to translate
picturetocode
- 把图片转换成二进制流,并且利用原有图片生成新的图片-Image into a binary stream, and use of the original image to generate a new image
1
- 二进制流读入保存bmp图片,很适合初学者去了解bmp图的结构和读写-The binary stream reads save bmp picture, it is suitable for beginners bmp maps to understand the structure and read and write
POSTpic
- POST图片源码,可以将图片转换到二进制流,再提交到服务器,也可以提交的数据库-POST Image Source, the pictures can be converted to a binary stream, and then submitted to the server, and can also be submitted to the database
PictureStream
- 研究图片格式的源代码.图片的数据流,二进制流操作-research picture format source code, the stream of picture
Excel97-2007BinaryFileFormat(xls)Specification
- 包括Excel97-2007文件的二进制流详情介绍;(Details of binary streams including Excel97-2007 files;)
一种针对二进制数据的多字符组合无损数据压缩方法
- 针对二进制数据压缩方面的专利文献,供参考(Patent literature for binary data compression for reference)
图片二进制保存sql
- 图片以二进制流方式保存到sqlserver(The picture is saved to sqlserver in a binary stream)
基于深度学习的二进制代码漏洞检测系统
- 二进制代码漏洞检测是一个重要的研究问题。针对当前基于静态分析的二进制代码漏洞检测系统普遍存在误报率高,检测粒度粗,且依赖专家经验等问题,提出了用库/API函数调用程序切片细粒度表示二进制程序,并引入深度学习技术,自动检测二进制程序中库/API函数调用相关漏洞,设计并实现了一个基于深度学习的二进制代码漏洞检测系统——BVDetector。该系统通过对二进制程序进行控制流和数据流分析,从程序中提取库/API函数调用的程序切片,并为程序切片添加有无漏洞的标签;然后将程序切片转换成符合漏洞检测深度学习模
