JBuilder是Borland公司所推出的Java语言编程工具,它具有一个功能强大的集成开发环境,可以快速创建各种Java应用程序。本书针对最新版本JBuilder 3提供了使用JBuilder开发数据库应用程序、创建分布式应用程序以及编写JavaBean组件的高级材料,包括JBuilder的DataExpress数据库体系结构的信息,主数据组件和类之间的相互关系,怎样使用DataModeler和Application Generator创建数据驱动的客户机/服务器应用程序等内容。通过阅读本书,可以轻松地掌握Java语言,并能熟练地使用JBuilder 3来编写各种小应用程序和软件组件。
上传时间: 2013-11-26
上传用户:253189838
《JBulider 开发人员指南(中文)》 JBuilder是Borland公司所推出的Java语言编程工具,它具有一个功能强大的集成开发环境,可以快速创建各种Java应用程序。本书针对最新版本JBuilder 3提供了使用JBuilder开发数据库应用程序、创建分布式应用程序以及编写JavaBean组件的高级材料,包括JBuilder的DataExpress数据库体系结构的信息,主数据组件和类之间的相互关系,怎样使用DataModeler和Application Generator创建数据驱动的客户机/服务器应用程序等内容。通过阅读本书,可以轻松地掌握Java语言,并能熟练地使用JBuilder 3来编写各种小应用程序和软件组件。 本书共37章,详细介绍了Jbuilder的使用
标签: JBulider JBuilder Borland Java
上传时间: 2013-12-26
上传用户:jhksyghr
JBulider 开发人员指南(中文): JBuilder是Borland公司所推出的Java语言编程工具,它具有一个功能强大的集成开发环境,可以快速创建各种Java应 用程序。本书针对最新版本JBuilder 3提供了使用JBuilder开发数据库应用程序、创建分布式应用程序以及编写 JavaBean组件的高级材料,包括JBuilder的DataExpress数据库体系结构的信息,主数据组件和类之间的相互关系, 怎样使用DataModeler和Application Generator创建数据驱动的客户机/服务器应用程序等内容。通过阅读本书, 可以轻松地掌握Java语言,并能熟练地使用JBuilder 3来编写各种小应用程序和软件组件。
标签: JBulider JBuilder Borland Java
上传时间: 2015-06-09
上传用户:miaochun888
§ Debussy有四個主要單元(component),nTrace、nWave、nSchema、nState § nTrace -- Hypertext source code analysis and browse tool (為%Debussy &所開啟的主畫面) § nWave -- Waveform analysis tool (可由nTrace內開啟,或直接%nWave &開啟) § nSchema -- Hierarchy schematic Generator
上传时间: 2015-06-25
上传用户:13215175592
Windows下读写硬件的工具. RW - Read & Write utility, for hardware engineers, firmware (BIOS) engineers, driver developers, QA engineers, performance test engineers, diagnostic engineers, etc., This utility access almost all the computer hardware, including PCI (PCI Express), PCI Index/Data, Memory, Memory Index/Data, I/O Space, I/O Index/Data, Super I/O, Clock Generator, DIMM SPD, SMBus Device, CPU MSR Registers, ATA/ATAPI Identify Data, ACPI Tables Dump (include AML decode), Embedded Controller, USB Information and LPT Remote Access. And also an Command Window is provided to access hardware manually.
标签: engineers firmware hardware Windows
上传时间: 2015-07-01
上传用户:xc216
RW - Read & Write utility, for hardware engineers, firmware (BIOS) engineers, driver developers, QA engineers, performance test engineers, diagnostic engineers, etc., This utility access almost all the computer hardware, including PCI (PCI Express), PCI Index/Data, Memory, Memory Index/Data, I/O Space, I/O Index/Data, Super I/O, Clock Generator, DIMM SPD, SMBus Device, CPU MSR Registers, ATA/ATAPI Identify Data, ACPI Tables Dump (include AML decode), Embedded Controller, USB Information and LPT Remote Access. And also an Command Window is provided to access hardware manually. Website1: http://rw.net-forces.com/ Website2: http://home.kimo.com.tw/ckimchan.tw/ Website3: http://jacky5488.myweb.hinet.net/ For best view, please change the screen resolution to 1024 x 768 (or above) pixels.
标签: engineers developers firmware hardware
上传时间: 2013-12-22
上传用户:王楚楚
The DSP Design Flow workshop provides an introduction to the advanced tools you need to design and implement DSP algorithms targeting FPGAs. This intermediate workshop in implementing DSP functions focuses on learning how to use System Generator for DSP, as well as HDL design flow, CORE Generator software, and design implementation tools. Through hands-on exercises, you will implement a design from algorithm concept to verification.
标签: introduction workshop provides advanced
上传时间: 2014-12-06
上传用户:sammi
本文简要介绍了集成电路MAX038的性能,并给出了以MAX038波形产生器为核心具有四种输出波形的函数 信号发生器的设计方案。用这种方法设计的信号发生器具有结构简单、成本低、体积小等特点,很好地满足 了一般的实验要求。 关键词:集成电路 信号发生器 频率 Abstract:The performance ofIC_MAX038 was introduced briefly in this paper.At the sa/ne time,a signal Generator design making with integrated circuit MAX038 is provided,which can produce four kinds of waveforms output.The signal Generator was of characters such as simple structur,cheap expense,small volume and SO on.The signal Generator contents the demand of general experiments very wel1. Key words:Integrated circuit Signal Generator Frequency
上传时间: 2013-12-12
上传用户:四只眼
Hard-decision decoding scheme Codeword length (n) : 31 symbols. Message length (k) : 19 symbols. Error correction capability (t) : 6 symbols One symbol represents 5 bit. Uses GF(2^5) with primitive polynomial p(x) = X^5 X^2 + 1 Generator polynomial, g(x) = a^15 a^21*X + a^6*X^2 + a^15*X^3 + a^25*X^4 + a^17*X^5 + a^18*X^6 + a^30*X^7 + a^20*X^8 + a^23*X^9 + a^27*X^10 + a^24*X^11 + X^12. Note: a = alpha, primitive element in GF(2^5) and a^i is root of g(x) for i = 19, 20, ..., 30. Uses Verilog description with synthesizable RTL modelling. Consists of 5 main blocks: SC (Syndrome Computation), KES (Key Equation Solver), CSEE (Chien Search and Error Evaluator), Controller and FIFO Register.
标签: symbols length Hard-decision Codeword
上传时间: 2014-07-08
上传用户:曹云鹏
About WepDecrypt: Wepdecrypt is a Wireless LAN Tool written in c which guesses WEP Keys based on a active dictionary attack, key Generator, distributed network attack and some other methods, it s based on wepattack and GPL licensed. WepDecrypt highlights: - Implemented packet filters. - Only one crypted packet is enough to start cracking - Has its own key Generator. - Can crack a dumpfile over a network. - Can act as a server and client. - Also works in windows. - Has an fltk gui.
标签: WepDecrypt Wepdecrypt Wireless guesses
上传时间: 2013-12-25
上传用户:6546544