二进制浏览器,将数据类型解析成二进制数据,仅供学习使用-binary browser, the type of analytical data into binary data, only learning to use 下载
|
自制的将一个int型数据转化为有数值意义的二进制。- 下载
|
读取Blob字段(大二进制数据)的一个程序,使用了中国的部分数据,生成了一个微型中国地图- 下载
|
极易使用的SQL数据库操作控件 Ver 1.0 一个很容易使用的SQL服务器操作控件,体积小巧,方便使用,摆脱你挣扎在大堆代码中的苦恼,操作SQL数据库仅需要几句代码,易如反掌,主要功能有: 1. 很方便的登录到 SQL 服务器,支持SQL7.0 2000更高版本 2. 备份,修复和还原数据库操作 3. 任意添加和删除数据库操作 4. 任意控制SQL服务器操作 (如启动,停止,暂停和继续等) 5. 检查服务器运行状态 (如是否启动,停止或者暂停等状态) 5. 检查服务器连接状态,如服务器没有激活等 6. 自动列表服务器中数据库,列表数据表,列表字段,并支持绑定到LietBox,ComBox等对象中 7. 支持SQL语法打开数据库 (类似 select) 8. 保存任意文件到二进制类型的字段,如图片,文件等 9. 显示数据库中的图片文件到指定图片控件对象中 10. 把数据库的二进制字段保存为一个文件,如图片,文本文件等 11. 检查记录游标位置,如是否末尾 12. 查找任意记录更方便 13. 添加,编辑t,更新和删除记录更方便 14. 支持绑定数据库字段到 VB对象 (如 Text Box 或者 Label) 15. 方便的绑定数据库的表到 MSFLEXGRID32 网格控件 16. 方便容易的错误处理功能,均返回错误号和错误内容 (非运行时和设计时错误.- 下载
|
DBOLE目录:PB9使用OLE控件实现大型二进制数据的保存与显示的源程序;-DBOLE directory : PB9 use OLE large binary data to achieve the preservation and display of the source; 下载
|
微软的SQL SERVER数据库的Image、text等字段都属于二进制的大对象。这些对象的存取和其他轻型对象略有不同。 微软.NET Framework的System.IO命名空间下给我们提供了一个FileStream文件流类。我们可以使用这个文件流对二进制大对象轻松进行读写。 我实现了一个简单的WinForm程序,这个程序通过点击“Open”按钮选择一个bmp或者jpg文件,并显示在图形控件PictureBox中。通过“Save”按钮存入数据库。点击“View”CheckBox可以切换到浏览状态,观看存入数据库的图片。 由于对二进制大对象使用的流操作,所以对于任何文件都具有通用性。读写文本文件也可以这么做。 -Microsoft s field and so on SQL SERVER database Image, text all belongs to binary the big object. These objects deposits and withdrawals and other light objects have the difference slightly. MicrosoftNET Framework System.Under the IO naming space provided a FileStream document to us to flow the kind. We may use this document to flow to the binary big object with ease carry on read-write. I have realized a simple WinForm procedure, this procedure through clicks on "Open" the button to choose bmp or the jpg document, and the demonstration controls in PictureBox in the graph. The button stores the database through "Save". Clicks on "View" CheckBox to be possible to cut to the browsing condition, watches stores the database the picture. Because to binary big object use class operation, therefore all has the versatility regarding any document. The read-write text documents also may such do. 下载
|
PHP+Mysql组合,可跨平台、移植性高,安全可靠,快速高效; ◇ 使用通用ADODB数据库类,可轻松移植至各种其它主流数据库,如MSSQL、Oracle、Sybase等; ◇ 使用强大的通用Smarty模板引擎,彻底分离程序和页面,并有缓存机制,大大提高维护性和扩展性,可实现多种页面风格; ◇ 全部生成静态html网页,减轻服务器负载,提高访问速度,加强了安全性,更容易被搜索引擎收录; ◇ 各种系统参数轻松定制,如静态html存放目录等,因此能够满足大中型网站的需求; ◇ 可随时选择性的备份数据库、表,防止数据灾难性丢失,保证数据安全; ◇ 音乐播放器自动识别音乐格式,调用不同的插件进行播放; ◇ 默认可直接选择多种样式风格显示,令整个网站立即焕然一新; ◇ 支持批量或单个新增专辑、音乐; ◇ 支持从其它数据库导入数据至本系统; ◇ 支持二级分类,任意设置; ◇ 支持点歌和点歌管理; ◇ 支持公告发布和管理; ◇ 支持友情链接在线管理; ◇ 支持广告在线管理(升级中); ◇ 支持站内搜索; ◇ 支持评论和评论管理; ◇ 支持网上调查管理; ◇ 升级支持,有更高版本则自动提示升级。-PHP Mysql portfolio, cross-platform, portable, safe, reliable, rapid and efficient; With the use of a common database category ADODB be easily ported to a variety of other mainstream databases, such as MSSQL, Oracle, Sybase, etc.; With the use of the powerful General Smarty template engine, complete separation procedures and pages, and cache mechanisms, greatly improving maintenance and expansion, could achieve multiple page styles; Over all generated static html website, reduce server load, increase the speed and security, more easily search engine included; With the various system parameters easily Custom, such as static html storage directory, and so on to meet the needs of large and medium-sized websites; at any time, no selective backup database, the tables, to prevent catastrophic da 下载
|
功能∶ 用于UNIX上做画面、菜单、查询、输入、修改;可操作数据库。 设计思路∶ 将人机对话,可分为基本的输入与输出两大类,在此前提下,为了不同的需要把域分作 多种类型;对涉及数据库的域指明有关的表名、字段名,以进行数据库的读写。将这些 不同功能的域有机的组合在一个FORM中,来实现一个功能模块。将FORM编号,按一定的 结构以二进制的形式存入文件,在使用时,系统按编号读入FORM的数据,按步实现预定 的功能。 -function : for UNIX done screen, menu, query, import, modify; Operational databases. Design : Man-machine dialogue, it can be divided into the basic input and output of two categories, in this premise, To different jurisdictions need to be divided into various types; of the domain database involves specifying the name of the table and field names, Database to write. These different functions of the composition of the organic domain in a FORM, to achieve a functional module. No. of FORM, according to a binary structure deposited in the form of documents, when used, System under the symbol FORM Reading into the data-by-step realization of predetermined functions. 下载
|
提出并研制了一种新型电力系统暂态故障模拟再现系统。该系统通过将系统发生故障时故障录波器录下的数据转换为符合IEEE的COMTRADE格式文件,经数据处理软件进行分析后由电脑并口送入多功能继电保护测试仪,最终由测试仪还原成故障时的PT、CT二次侧电压、电流信号。该系统对继电保护装置参数整定、事故原因查找及分析等有辅助作用。-proposed and developed a new type of power system transient fault simulation and reconstruction system.IEEECOMTRADE. The system of relay device parameter setting, the cause of the accident investigation and analysis of a supporting role. 下载
|
光盘图标、光标、菜单和对话框都是相互关联的,它们是Windows的全部资源型态。资源即数据,它们被储存在程序的.EXE文件中,但是它们并非驻留在程序的数据区域中。也就是说,资源不能从程序原始码中定义的变量直接存取,Windows提供函数直接或间接地把它们加载内存以备使用。我们已经遇到了两个这样的函数,即LoadIcon和LoadCursor,它们出现在范例程序,定义窗口类别结构的内容设定叙述中。它们从Windows中加载二进制图标和光标映象,并传回该图标或光标的句柄。在本章中,我们先建立自己的图标,它会从程序自己的.EXE文件中载入。 -CD icon, cursor, menu and dialog are all interrelated, they are all of the resources of Windows patterns. The data resources, which are stored in the procedure. EXE document, but they are not in the presence of the procedures of the region. In other words, the resources can not source from the procedures defined in the variable direct access, Windows provides function directly or indirectly, they loaded memory for use. We have encountered two such function, and that is LoadIcon LoadCursor. they appeared in the sample programs, the definition of window types of content creation narratives. They load from the Windows binary icon and cursor image, and sent back to the icon or cursor handle. In this chapter, we first establish their own icon, it would have its own procedures. EXE file to inclu 下载
|