-
this is the C51 learning on the books, very good, the hope that we can benefit f...
这是本关于C51学习的书籍,很不错的,希望大家能够从中受益,也不枉我辛苦上载一次-this is the C51 learning on the books, very good, the hope that we can benefit from it, I have set out to do hard time on the
- 2022-08-21 14:19:17下载
- 积分:1
-
侯捷译PracticalJava(含源码)
rar 压缩文件
大小 1.48MB
侯捷译PracticalJava(含源码)
rar 压缩文件
大小 1.48MB-translated PracticalJava (including source code) rar compressed file size 1.48MB
- 2022-07-23 08:48:04下载
- 积分:1
-
a simple database
一个简单的数据库程-a simple database-
- 2022-07-24 20:15:17下载
- 积分:1
-
c语言的编程规范,对于开发c语言的规范话有很大的帮助作用。...
c语言的编程规范,对于开发c语言的规范话有很大的帮助作用。-c programming language norms, c language for the development of norms that there would be very helpful.
- 2022-01-24 08:44:51下载
- 积分:1
-
讲解C++的PPT(主要是C++环境下的windows)
讲解C++的PPT(主要是C++环境下的windows)-Explain the C++, PPT (mainly C++ environment for windows)
- 2022-03-25 01:59:48下载
- 积分:1
-
C程序设计实验指导_10205754 对学习C语言有一定帮助
C程序设计实验指导_10205754 对学习C语言有一定帮助-C program to design an experiment to study guide _10205754 C language to a certain extent help
- 2022-01-26 08:11:26下载
- 积分: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
-
Windows2000_XP API 实例精解源代码win2000api是一本以实际例子讲解程序代码的书。...
Windows2000_XP API 实例精解源代码win2000api是一本以实际例子讲解程序代码的书。-Jing Xie Windows2000_XP API source code examples are win2000api to an actual example of code on the book.
- 2022-03-01 19:44:46下载
- 积分:1
-
关于图像处理的电子书籍,可以用超星阅览器阅读
关于图像处理的电子书籍,可以用超星阅览器阅读-on image processing of e-books can be read Superstar Browser
- 2022-12-22 16:50:04下载
- 积分:1
-
很容易确定该 BP 网络的输入为 64维。当数字数据混入噪声时,可以看作是对 0、1 数据进行简单的。比如说,要加入 7%的噪声,那就可以对 4 个 0或者 1...
很容易确定该 BP 网络的输入为 64维。当数字数据混入噪声时,可以看作是对 0、1 数据进行简单的。比如说,要加入 7%的噪声,那就可以对 4 个 0或者 1 进行反转。反转哪一个,这里是随机的。-very easy to determine the BP network for the importation of 64 peacekeepers. When mixed with the noise of digital data, can be seen as data on 0,1 simple. For example, to join the 7% of the noise, it can be 0 for 4 or for a reversal. What a reversal here is random.
- 2022-08-15 13:21:22下载
- 积分:1