搜索资源列表
ieeeOFDM0509
- 一篇05年9月IEEE上发表的论文,题目是Definition of Efficient PAPR in OFDM.pdf-a September 05 on the IEEE published papers, topic Definition of Efficient PAPR in OFDM.pdf
bcd2bin(2)
- 一种BIN码与BCD码转换电路的设计与实现.pdf-a BIN-coded decimal converter circuit design and implementation. Pdf
PDF实例
- 本实例通过使用iText包生成一个表格的PDF文件,实例能创建汉字字体,增加一个水印等-example through the use of the iText packet generation of a PDF file forms, examples of Chinese characters to be able to create fonts, add a watermark, etc.
java-swing.rar
- swing教程是一个比较好的pdf教程,希望对大家有用,swing is a good tutorial pdf tutorial, I hope useful for all of us
html2pdf
- 利用iText组件,完成html到pdf的转换。并进行了中文的转换。-Use iText components, complete the html to pdf conversion. And conduct a Chinese conversion.
Struts2(PDF)
- Struts2权威指南,由李刚编写的一个非常经典的书。特适合初学者看,而且还和Struts1做了详细的比较。-Struts2 authoritative guide, written by Li Gang, a very classic book. Specially suitable for beginners to see, but also, and Struts1 made a detailed comparison.
Java Card Technology for Smart Cards
- JavaCardTechnologyforSmartCards非常好的将javacard的书-JavaCard JavaCardTechnologyforSmartCards will be a very good book
Hibernate3.2_Reference_CN
- Hibernate最新版3.2的参考手册中文版,是开发Java Hibernate程序人员实用手册。-The latest version 3.2 of the Hibernate reference manual Chinese version, is to develop procedures for staff Java Hibernate A Practical Handbook.
Eclipse_pdf
- 对于初学JAVA语言的人来说,经常对eclipse这个开发工具的使用很不熟悉,这个PDF文件可以帮助你进行很好的了解和掌握-JAVA language for beginner people, often eclipse the use of development tools is very familiar with, this PDF document can help you carry out a very good understanding and knowledge of
JAVA-socket
- [Socket编程]socket开发指南.pdf 有相应的配有代码。-[Socket Programming] socket Development Guide. Pdf with a corresponding code.
JavaServletpdfziliao
- 这是学习jsp的很好的资料,是我们老师给的,她说珍藏了好久了,现在我给大家共享一下,希望能给学习的人带来帮助!-This is a good learning jsp information to our teachers, she said collections for a long time, and now I share what I hope can be helpful to learn!
Dynamic_PDF_creation_from_database
- This a sample JSP which creates an XML definition for a PDF file.
Creates_an_FDF_and_merges_it_with_a_PDF
- Creates an FDF and merges it with a PDF
Perl_Language_programing
- perl语言编程的中文指导书,传说的大骆驼书,介绍很详细,适合入门学习-perl programming language Chinese guide book, the great legend of the camel book on a very detailed and suitable for study entry
AspPDF
- asp开发pdf方案,可以将文件内容动态的转换成pdf.-asp development pdf program, you can convert the file contents of a dynamic pdf.
pdf-file
- 很多应用程序要求动态生成 PDF 文档。这类应用程序包括银行生成用于电子邮件投递的客户报表,到读者购买特定图书章节并以 PDF 格式接收这些文档。例子罗列下去是很多的。在本文中,将使用 iText Java 库生成 PDF 文档,并引导您完成一个示例应用程序,以使您能够更好地理解和使用 iText。 -Many applications require dynamic generation of PDF documents. Such applications include banks ge
article_pdf_hibernate.pdf
- This a Hibernate tutorial to help you learn Hibernate and understand how it is used. By reading this Hibernate tutorial you will learn the main concepts, connect to databases using Hibernate by following real source code examples in the tutorial.
EJB-pdf
- EJB框架学习资料与具体操作的实现代码包括会话bean,持久性,安全等-EJB framework of the learning materials and concrete actions to achieve code includes a session bean, persistence, security,
Prueba pdf
- base to create a pdf document with java
pdf-kit-master
- 一、需求说明: 根据业务需要,需要在服务器端生成可动态配置的PDF文档,方便数据可视化查看。 二、解决方案: iText+FreeMarker+JFreeChart生成可动态配置的PDF文档 iText有很强大的PDF处理能力,但是样式和排版不好控制,直接写PDF文档,数据的动态渲染很麻烦。 FreeMarker能配置动态的html模板,正好解决了样式、动态渲染和排版问题。