-
Java开发案例分析 大件来看看 这也太麻烦了 我快疯了 赶紧让我上传...
Java开发案例分析 大件来看看 这也太麻烦了 我快疯了 赶紧让我上传-I don"t know
- 2022-04-18 07:13:13下载
- 积分:1
-
用C语言实现声音编程
用C语言实现声音编程-C programming language voice
- 2022-02-13 00:25:31下载
- 积分:1
-
非常经典的的ejb书籍,适合初学者看哦。
非常经典的的ejb书籍,适合初学者看哦。-very classic of the Bob books for beginners FACT.
- 2022-07-20 14:59:05下载
- 积分:1
-
返回
第一章 关于寿星万年历
第二章 公历与儒略日
第三章 回历计算
第四章 天文坐标
第五章 近现代农历的天...
返回
第一章 关于寿星万年历
第二章 公历与儒略日
第三章 回历计算
第四章 天文坐标
第五章 近现代农历的天文学性质及其规则
第六章 离散序列的直线拟合算法
第七章 关于deltat T的计算
使用方法
显示某日的信息摘要后,如果按住ctrl键不放,再将鼠标移出日历区,即可保持该日信息摘要不变
-Shouxing to return to the first chapter on the chapter calendar and Julian calendar date back to reckoning in Chapter III Chapter IV Chapter V of the astronomical coordinates of modern Chinese astronomy and the nature of the rules of Chapter VI of the linear sequence of discrete Chapter VII of the fitting algorithm on deltat T method of calculation shows that the use of the information summary of a certain day, if holding down the ctrl key, and then the mouse out of the district calendar, you can keep the same message digest of the day
- 2022-07-15 16:53:23下载
- 积分:1
-
常用算法程序集(C语言)是符合第三版…
常用算法程序集(C语言描述)徐士良 第三版配套光盘
C:.
├─ch09
├─ch08
├─ch07
├─ch06
├─ch05
├─ch04
├─ch03
├─ch02
├─ch16
├─ch15
├─ch14
├─ch13
├─ch12
├─ch11
├─ch10
└─ch01-algorithm commonly used procedures set (C language) is the third edition of matching XU Shi-liang CD C :. East-East-ch09 ch08 ch07 East-East-East-ch06 ch05 ch04 East-East-East-ch03 ch02 ch16 East-East-East-Holocene ch15 East-CH13 ch12 East-East-East-ch11 ch10 supply-CH01
- 2023-07-11 13:55:03下载
- 积分:1
-
一套不错的vc视频教程,希望大家喜欢,
一套不错的vc视频教程,希望大家喜欢,-a good vc Video Guide, hope you like them, thank you
- 2022-09-14 23:30:05下载
- 积分:1
-
世界名著安徒生大作。
世界名著安徒生大作。-world famous Andersen NPC.
- 2022-05-08 20:00:31下载
- 积分:1
-
JAVA编程思想中文版,一本入门的java书籍,适合初学者
JAVA编程思想中文版,一本入门的java书籍,适合初学者-JAVA programming thought the Chinese version of an entry-java books, suitable for beginners
- 2022-07-14 01:45:08下载
- 积分:1
-
个人觉得这是一部很好的JAVA自学用书
个人觉得这是一部很好的JAVA自学用书-personally feel that this is a very good self-learning Java book
- 2022-01-25 16:22:44下载
- 积分: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