搜索结果
找到约 41 项符合
member 的查询结果
按分类筛选
- 全部分类
- 其他 (5)
- 单片机编程 (4)
- Java编程 (3)
- 其他书籍 (3)
- Delphi控件源码 (2)
- 技术资料 (2)
- 技术书籍 (1)
- 电源技术 (1)
- 教程资料 (1)
- 可编程逻辑 (1)
- SQL Server (1)
- 软件工程 (1)
- Delphi/CppBuilder (1)
- 其他数据库 (1)
- 中间件编程 (1)
- 数学计算 (1)
- J2ME (1)
- 书籍源码 (1)
- 编译器/解释器 (1)
- 文章/文档 (1)
- 系统设计方案 (1)
- 数值算法/人工智能 (1)
- 嵌入式/单片机编程 (1)
- 数据库系统 (1)
- 软件设计/软件工程 (1)
- FlashMX/Flex源码 (1)
- C/C++语言编程 (1)
- 经验 (1)
Java编程 >项目名称:电脑电子商务平台 >1.运行环境JDK1.6+Oracle10g+Tomcat5.5 >2.开发工具: MyEclipse Enterprise Workbench
>项目名称:电脑电子商务平台
>1.运行环境JDK1.6+Oracle10g+Tomcat5.5
>2.开发工具: MyEclipse Enterprise Workbench 项目名称:电脑电子商务平台
1.运行环境JDK1.6+Oracle10g+Tomcat5.5
2.开发工具: MyEclipse Enterprise Workbench 5.1.0 GA
3.开发框架:Struts1.38+Ibertis2.3
4.功能描述: 项目后台和前台.后台是网站管理员 ...
其他数据库 由于C语言中操作系统不是很方便
由于C语言中操作系统不是很方便,因此大部分的数据存储都是通过文件来进行的。数据存储采用3个文件来实现。程序第一次运行的时候便会自动在目录下创建。BOOK.DAK,用于保存图书信息;MEMBER。DAT,用于保存会员信息;TRANS。DAT,用于保存业务信息,即结束还书信息。 ...
其他书籍 The TMS320C64x™ DSPs (including the TMS320DM642 device) are the highest-performance fixed-point
The TMS320C64x&#8482 DSPs (including the TMS320DM642 device) are the highest-performance fixed-point
DSP generation in the TMS320C6000&#8482 DSP platform. The TMS320DM642 (DM642) device is based on
the second-generation high-performance, advanced VelociTI&#8482 very-long-instruction-word (VLIW)
arch ...
中间件编程 通用报表打印类使用说明 主要功能: 1 – 自动分页 2 – 自动划出纵横表格线 3 – 支持横向 / 纵向打印 4 – 支持打印输出或生成文本文件 使用方法: 1.Copy prt.h
通用报表打印类使用说明
主要功能:
1 – 自动分页
2 – 自动划出纵横表格线
3 – 支持横向 / 纵向打印
4 – 支持打印输出或生成文本文件
使用方法:
1.Copy prt.h, prt.cpp --- > Project Path
2.Menu --- > Project --- > Add to project --- > files ( prt.h, prt.cpp )
3.Menu --- > open --- > prt_demo.rc --- > B ...
其他 Statistical Pattern Recognition: A Review Anil K. Jain, Fellow, IEEE, Robert P.W. Duin, and Jianchan
Statistical Pattern Recognition: A Review Anil K. Jain, Fellow, IEEE, Robert P.W. Duin, and Jianchang Mao, Senior Member, I
J2ME 计时器 Run mode: * - stop 0 - switch on backlight # - suspend/resume joystick - set next result
计时器
Run mode:
* - stop
0 - switch on backlight
# - suspend/resume
joystick - set next result
1-9 - set result for member with this number
Inspect mode:
*,#,0 - reset and start
UP,LEFT - show previous result
1-9 - show result for member with this number
Java编程 Whenever there is an application to write, breaking it up to small pieces is a great idea. The small
Whenever there is an application to write, breaking it up to small pieces is a great idea. The smallest piece of any application would probably be a data object, or a simple Bean in Java. Java Beans are simple Java classes that have a distinctive look and behavior. Their simplest purpose is to conta ...
书籍源码 在C++中open一個output file有兩種方式
在C++中open一個output file有兩種方式,一種是使用member function open( ),另外一種是使用constructor給予檔案名稱和open mode。今若欲open一個名為client.dat的output file,試分別寫出該兩種方式open此檔案的statements.(包括include header file,物件的宣告,open指令等) ...
Delphi控件源码 Use the crypto module to encrypt sensitive data using a key you generated yourself... This is quite
Use the crypto module to encrypt sensitive data using a key you generated yourself... This is quite handy with INI files which you can use to get and set data for you applications. You can also check out some dates related to passwords and expiry dates. Send emails using Microsoft Email client. No n ...
编译器/解释器 how to add arrays * Use of const (constant) values. * Creation of vectors. * Passing
how to add arrays
* Use of const (constant) values.
* Creation of vectors.
* Passing vectors as function arguments.
* Reading from files of unknown size (monitoring istream status).
* Repetitive structures (while and for loops).
* The increment operators (++).
* Selection ...