Classes
共 300 篇文章
Classes 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 300 篇文章,持续更新中。
一、数据库安装 《个人求职管理系统》使用MySQL数据库
一、数据库安装 《个人求职管理系统》使用MySQL数据库,请你先在你的数据库服务器上建立一个数据库,然后将你下载的程序解压缩后上传到你的网站空间下,接下来请将sql目录下的tdjob.sql文件导入你刚建立好的MySQL数据库中,导入的SQL文件会在数据库中新建两个数据表td_pjm_user和td_pjm_jobs。 注意:成功导入数据文件后,请修改lib目录下的config.jsp文件,该文件
PHP Cookbook has a wealth of solutions for problems that you ll face regularly. With topics that ran
PHP Cookbook has a wealth of solutions for problems that you ll face regularly. With topics that range from beginner questions to advanced web programming techniques, this guide contains practical exa
This article shows that by using the tools available and understanding the programming system, it is
This article shows that by using the tools available and understanding the programming system, it is possible to improve programming productivity. Microsoft Foundation Classes (MFC) and other tools le
The C++ standard library provides a set of common classes and interfaces that greatly extend the cor
The C++ standard library provides a set of common classes and interfaces that greatly extend the core C++ language. The library, however, is not self-explanatory. To make full use of its components -
snmp inquistor Pour la communication avec les agents SNMP on utilise un package Java open source
snmp inquistor
Pour la communication avec les agents SNMP on utilise un package Java open source développé par Jonathan Sevy. Ce package contient notamment les différents types de données utilisés
The 1.4 release of Java 2 Standard edition brings a load of new features - and the potential for fru
The 1.4 release of Java 2 Standard edition brings a load of new features - and the potential for frustration. Fret not, our new 4th edition has answers. The accelerated introduction lets you start wri
该程序为GPS数据采集程序
该程序为GPS数据采集程序,AppWizard has created this GPS application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing
数组矩阵函数微积分统计分析等算法VC算法 第N章的所有示例工程源程序 SourceClasses 本书所有算法类的源程序 SourceLib 集成本书所有算法的静态库文件 SourceDl
数组矩阵函数微积分统计分析等算法VC算法
第N章的所有示例工程源程序
\Source\Classes 本书所有算法类的源程序
\Source\Lib 集成本书所有算法的静态库文件
\Source\Dll 集成本书所有算法的动态库文件
Java MP3 Player, Here s a list of features: - Reads, creates, updates, and removes id3v2.3 and id3
Java MP3 Player,
Here s a list of features:
- Reads, creates, updates, and removes id3v2.3 and id3v2.4 tags
- Reads, creates, updates, and removes id3v1 tags
- Extracts MPEG data such as bit rate,
This C++ example demonstrates how to play (a maximum of 16) simultaneous voices. The example has eig
This C++ example demonstrates how to play (a maximum of 16) simultaneous voices. The example has eight blocks moving on the screen and playing sounds when they collide with a wall or with each other.
留言簿架构 oracle 9i + jsp + struts 留言簿基本功能: 1 、客人签写留言 2 、基本的UBB支持
留言簿架构
oracle 9i + jsp + struts
留言簿基本功能:
1 、客人签写留言
2 、基本的UBB支持,如[url]http://www.lunji.com[/url],[color="red"]红色字[/color]
3 、ctrl+enter可提交留言
4 、搜索留言
5 、悄悄话功能
安全:
1 、解决了连串字母将表格撑大问题
2 、用户名与
A translator that converts Qt Designer UI files into SWT java classes. Use the power of Qt Designer
A translator that converts Qt Designer UI files into SWT java classes. Use the power of Qt Designer to generate your user interface and then automatically generate SWT java source code.
Learning Wireless Java is for Java developers who want to create applications for the Micro Editio
Learning Wireless Java is for Java developers who want to create applications for the
Micro Edition audience using the Connected, Limited Device Configuration and the
Mobile Information Device Pro
The document describes an AP library adapted for C++. The AP library for C++ contains a basic set of
The document describes an AP library adapted for C++. The AP library for C++ contains a basic set of mathematical functions and collection classes needed to run the programs from the ALGLIB website.
Design patterns are elegant, adaptable, and reusable solutions to everyday software development prob
Design patterns are elegant, adaptable, and reusable solutions to everyday software development problems. Programmers use design patterns to organize objects in programs, making them easier to write a
VC和USB通讯代码.rarppWizard has created this USBPort application for you. This application not only demo
VC和USB通讯代码.rarppWizard has created this USBPort application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writ
FP + OOP = Haskell. The programming language Haskell adds object-oriented functionality (using a con
FP + OOP = Haskell. The programming language Haskell adds object-oriented functionality (using a concept
known as
type classes
) to a pure functional programming framework. This paper describes
th
A Java application to manage multiple closed answer questions (quiz). Every quiz has many yes/no ans
A Java application to manage multiple closed answer questions (quiz). Every quiz has many yes/no answers, only one answer is correct. All classes should be contained by package "quiz".
Thinking in Java, 3rd ed. Revision 4.0 Preface Introduction 1: Introduction to Objects 2
Thinking in Java, 3rd ed. Revision 4.0
Preface
Introduction
1: Introduction to Objects
2: Everything is an Object
3: Controlling Program Flow
4: Initialization & Cleanup
5: Hiding
Very hard to design reusable Software Design must be specific to problem on hand Design must be ge
Very hard to design reusable Software
Design must be specific to problem on hand
Design must be general enough to address future problems and requirements
Almost impossible to do it right the first