-
这是一个生活的小工具,有很多东西可以查,很方便。
这是一个生活的小工具,有很多东西可以查,很方便。-This is a life of small tools, a lot of things can be investigated easily.
- 2022-01-25 15:28:40下载
- 积分:1
-
安全焦点文档精华,是安全焦点的精华总结,针对网络安全,计算机安全等各个方面,全面,实用,对安全感兴趣的朋友不要错过啦...
安全焦点文档精华,是安全焦点的精华总结,针对网络安全,计算机安全等各个方面,全面,实用,对安全感兴趣的朋友不要错过啦-The essence of the security focus of the document, it is safe to sum up the essence of the focus, in view of network security, computer security and other aspects, comprehensive, practical, a friend of the security interest not to miss you
- 2022-03-18 11:06:01下载
- 积分:1
-
遥感图像处理软件envi使用教程,介绍其详细操作方法
遥感图像处理软件envi使用教程,介绍其详细操作方法-remote sensing image processing software envi directory, introduced its detailed method of operation
- 2023-01-06 21:30:02下载
- 积分: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
-
常用电子元器件手册目录和常用电子元器件手册
常用电子元器件手册目录和常用电子元器件手册-Manual directory of commonly used electronic components and electronic components commonly used manual
- 2022-01-31 00:03:10下载
- 积分:1
-
The first two functions are useful for creating a blank image of the specified p...
The first two functions are useful for creating a blank image of the specified parameters. A possible use is in functions that require a pointer to a result.
The clone function performs an exact copy of the IplImage* parameter-The first two functions are useful for creating a blank image of the specified parameters. A possible use is in functions that require a pointer to a result.
The clone function performs an exact copy of the IplImage* parameter
- 2022-09-15 01:50:03下载
- 积分:1
-
android onTouch
Android中丰富多彩的onTouch事件-android onTouch
- 2022-02-06 22:06:19下载
- 积分:1
-
function
simple php - function-simple php- function
- 2022-02-22 08:11:15下载
- 积分:1
-
linux filesystem bootdisk
linux filesystem bootdisk-howto.This document describes how to design and build boot/root diskettes for Linux. These disks can be used as
rescue disks or to test new system components. You should be reasonably familiar with system
administration tasks before attempting to build a bootdisk. If you just want a rescue disk to have for
emergencies,
- 2022-08-23 04:55:54下载
- 积分:1
-
给定一个正整数 n,计算有多少个不同的连续自然数段,其和恰为 n。例如,当 n=27
时,有4个不同的连续自然数段的和恰为27:2+3+4+5+6+7;8+...
给定一个正整数 n,计算有多少个不同的连续自然数段,其和恰为 n。例如,当 n=27
时,有4个不同的连续自然数段的和恰为27:2+3+4+5+6+7;8+9+10;13+14;27。 -Given a positive integer n, calculate the number of consecutive natural number of different paragraph, and its and exactly n. For example, when n = 27 when the four have a different section of consecutive natural numbers and exactly 27:22 B! 3+ 4+ 5+ 6+ 7 8+ 9+ 10 13+ 14 27.
- 2022-02-05 23:56:32下载
- 积分:1