搜索资源列表
PowerDBF
- 一个接口齐全,功能强大的DBF类,由DELPHI实现.-a complete interface, powerful DBF category, DELPHI.
DDR_SDRAM_use_in_embedded
- 很多嵌入式系统,特别是应用于图像处理与高速数据采集等场合的嵌入式系统,都需要高速缓存大量的数据。DDR(Double Data Rate,双数据速率)SDRAM由于其速度快、容量大,而且价格便宜,因此能够很好地满足上述场合对大量数据缓存的需求。但DDR SDRAM的接口不能直接与现今的微处理器和DSP的存储器接口相连,需要在其间插入控制器实现微处理器或DSP对存储器的控制。-many embedded systems, especially for image processing and hi
SPIIIC
- 主要讲述了SPI接口的实现方法,主要的接口电路,时钟等-mainly on the SPI interface method, the main interface circuit, the clock, etc.
JDBCracle
- Java数据库连接(JDBC)API是一系列能够让Java编程人员访问数据库的接口,各个开发商的接口并不完全相同。在使用多年的Oracle公司的JDBC后,我积累了许多技巧,这些技巧能够使我们更好地发挥系统的性能和实现更多的功能。-Java Database Connectivity (JDBC) API is a series enables Java programmers a couple of According to the interface, developers of the v
Liferay_Portal_4.3Chinese_DEV
- 下载后请将文件后缀名改为pdf Portlet是基于java的web组件,由portlet容器管理,并由容器处理请求,生产动态内容。Portals使用portlets作为可插拔用户接口组件,提供信息系统的表示层。作为利用servlets进行web应用编程的下一步,portlets实现了web应用的模块化和用户中心化。
os
- 本程序为二级文件系统,同时实现基本的功能。用户通过本文件系统所提供的系统调用实现对文件的操作。最基本文件操作用:创建文件、上出文件、读文件、写文件。本文件系统可分为三个层次,其最底层是对象及其属性;中间层是对对象进行操纵和管理的软件集合;最高层是文件系统提供给拥护的接口。本程序基本实现功能如用户登陆、列举文件目录、创建/删除文件、创建/删除子目录等。
Tsinghua2University2dsp2digital2signal2processing2
- 一、课程目的与要求 本课程的主要目的是在了解数字信号处理的基本概念和基本方法的基础上,掌握利用数字信号处理器件进行数字信号处理的工程实现的基本方法和过程。数字信号处理理论不是本课程的重点,课程实验设置的目的也不是要求学生掌握一个或几个复杂的数字信号处理算法的实现方法,而是通过简化对数字信号处理理论的要求,使学生将主要注意力集中在完整的数字信号处理的工程实现方法和流程上来。但是学生必须首先具备以下要求: 1. 了解\"信号与系统\"以及\"数字信号处理\"的基本概念
WinPcap4.0.1
- 基于WINPCAP接口的嗅探器实现文档,实现数据包的获取与过滤功能!
TextClassify
- 应用中科院的分词程序,调用它的接口,从而实现简单的文档分词!-Chinese Academy of Sciences of the sub-word application procedures, call its interface, in order to achieve a simple word document points!
Excel_Read_Write
- 实现Excel 读写,包含很多函数接口 可以实现很多功能-Implement read and write Excel, the interface contains many functions can be achieved a lot of features
simpleini
- 在VC下实现的INI配置文件读写类,接口比较简单。-In the VC under the INI configuration file reading and writing classes, interfaces relatively simple.
CMyIniFile
- CIniFile类。可以读取INI后缀名的外部文件。习惯了在外部文件修改文件参数的朋友有福了。不用怕编译好的EXE文件在过后要修改文件的参数而重新编译文件。只要把你的内部参数接口写在Ini文件上面,就可以实现简单的修改参数工作。-CIniFile category. INI can read an external file name suffix. Used to modify the file in an external file parameters friend blessed. Do
csharp_flash
- falsh控件中flash文件与外部程序的通讯接口支持,可以实现flash文件与外部支撑程序间的互动操作-falsh control procedures flash file with the outside support of the communication interface can be achieved with an external flash file support operation of the interaction process
GPIBUSB
- 本代码为了实现GPIB接口与USB接口的数据通信。-Communication GPIB interface with USB
J2ME
- 是一个基于LZARI算法的数据压缩的类.Haruhiko Okumura 于1989年7月4日用c语言写实现了这个算法.但是上面用到了一些全局或静态的变量,在MFC下用起来很不方便.我把它改写成了一个c++类,使它可以方便的压缩和解压缩,更重要的是,我新增加了两个接口,这个类可以压缩/解压缩一段内存缓冲区,而不仅仅是文件. 一共提供了5个对外接口: -Is a data compression algorithm based on LZARI class. Haruhiko Okum
fast-file-transfering
- 高效的文件读写操作实现,可以提供简易的调用接口,适合大文件-File read and write operations to achieve efficient and can provide a simple call interface
pdfread
- 读取PDF文件信息,实现了pdf文件内容读取的接口,直接在在项目引用使用即可。-Read the PDF file information, to achieve a pdf file to read the contents of the interface used directly in reference to the project.
excel
- 自己写的Excel类,通过调用VBA提供的接口实现的,这样就可以直接通过调用这个类导出或导入Excel了-Excel class, write your own by calling the VBA provides the interface, so you can direct by calling this class to export or import Excel
xmlToWord
- xmlToWord程序,定义一套xml描述接口,用户使用xml描述要生成的word文档的格式和内容,程序生成相应的word文档。程序使用python语言实现,通过com调用word编程开发接口,实现word文档自动生成。程序在word 2010上通过测试,其它版本在自动生成目录操作时需要对模板文件路径进行修改。-xmlToWord: define a xml interface, user can use xml file to describe the format and content.
利用VC实现Word文档预览
- 利用VC实现word文档预览功能,可以将预览嵌入到应用的对话框中。原理是:先调用word的ole接口将doc文件转换为pdf,再利用pdf2swf.exe工具将pdf转换为swf,利用swf进行预览。内有详细的说明文档。(Using VC to implement the word document preview function, you can embed the preview into the dialog box of the application. The principle i