-
虽然块头不大,但里面提到的很多是我们必须要注意的
虽然块头不大,但里面提到的很多是我们必须要注意的-physique, which he mentions, many of which we must pay attention to the
- 2022-10-17 04:55:03下载
- 积分:1
-
一个书城项目
package com.hk.book.bean;
public class Book {
private String bid;
private String bname;
private String author;
private double price;
private double currPrice;
private double discount;// 折扣
private String press;// 出版社
private String publishtime;// 出版时间
private int edition;// 版次
private int pageNum;// 页数
private int wordNum;// 字数
private String printtime;// 印刷时间
private int booksize;// 开本
private String paper;
private String cid;
private String image_w;// 大图
private String image_b;// 小图
private int orderBy;
public String getBid() {
return bid;
}
public void setBid(String bid) {
this.bid = bid;
}
public String getBname() {
return bname;
}
public void setBname(String bname) {
- 2023-05-19 22:40:05下载
- 积分:1
-
这本书是不多见的Hspice指导书,里面对Hspice的语法、电路仿真的诸多细节均详细给出,很适合IC设计人员参阅!...
这本书是不多见的Hspice指导书,里面对Hspice的语法、电路仿真的诸多细节均详细给出,很适合IC设计人员参阅!-This book is a guideline for a IC designer!
- 2022-03-10 04:06:59下载
- 积分:1
-
In the visual C++ environment to develop embedded system user s manual.
在Visual C++环境下开发嵌入式系统用户手册。
- 2023-03-31 13:20:04下载
- 积分:1
-
我不会,来这儿想学习的,我对word 宏感兴趣,请大家帮忙。
我不会,来这儿想学习的,我对word 宏感兴趣,请大家帮忙。-I will not, come here want to learn, I am interested in word macros, please help.
- 2022-03-03 14:53:33下载
- 积分:1
-
C/C++程序员实用大全例程300
C/C++程序员实用大全例程300-4-C/C programmers practical Daquan routines 300-4
- 2023-07-11 18:25:03下载
- 积分:1
-
实现众数算法。 众数是数列中出现频数最高的数字。 实现从文件读取数列与数组长度,向文件输出结果与频数。...
实现众数算法。 众数是数列中出现频数最高的数字。 实现从文件读取数列与数组长度,向文件输出结果与频数。-To achieve mode algorithm. Mode is the frequency of the number of the number of columns appear in the highest number. The number of columns to read from a file with the array length and frequency of the output to the file number.
- 2022-08-10 21:37:02下载
- 积分:1
-
Java functions you can quickly drive you to the function category DataBinding re...
? Java函数速查
你能很快的查到你要的函数
DataBinding类
代表数据源字段和组件属性之间一个单独的绑定。
package com.ms.wfc.data.ui
public class DataBinding
implements IConstructable
说明
DataBinder控件使用该类来表示数据源中的每一个绑定。
请参阅:《Microsoft Visual J++ 6.0 程序员指南》第18章“WFC中的数据绑定”。
构造器
DataBinding.DataBinding
创建一个DataBinding对象。
语法
public DataBinding ()
public DataBinding ( IComponent target, String propertyName,String fieldName )
public DataBinding ( IComponent target, String propertyName,String fieldName, IDataFormat format )-Java functions you can quickly drive you to the function category DataBinding representative data source field between attributes and components of a single bundle. Package com.ms.wfc.data.ui public class Data Binding implements IConstructable note DataBin der control the use of such data to indicate the source of each one bundled. Please refer to : "Microsoft Visual J 6.0 Programmer"s Guide" Chapter 18 "WFC the Data Binding .
- 2022-02-06 09:47:25下载
- 积分:1
-
based on avr .. some books on avr
based on avr .. some books on avr
- 2022-08-24 16:24:49下载
- 积分:1
-
swt Desiginer的教程,pdf版。目录:
1. SWT 程序开发步骤。
2. SWT常用组件的使用。
3. SWT的布局。
4....
swt Desiginer的教程,pdf版。目录:
1. SWT 程序开发步骤。
2. SWT常用组件的使用。
3. SWT的布局。
4. SWT 的事件处理。
5. SWT Designer 简介。
本章难点
1. SWT 常用组件的使用。
2. SWT的布局。
3. SWT 的事件处理。-swt Desigine
- 2023-01-14 18:00:04下载
- 积分:1