-
很好的c语言教程呀
很好的c语言教程呀- Very good c language course
- 2023-02-17 05:50:03下载
- 积分:1
-
是MFC平台下开发的几个源代码,其中代码详细,是很好的参考材料。可以进行借鉴...
是MFC平台下开发的几个源代码,其中代码详细,是很好的参考材料。可以进行借鉴-MFC platform was developed under a number of source code, including code in detail, is a very good reference material. Can learn from
- 2023-04-18 13:05:05下载
- 积分:1
-
单片机的位置定位很好的学习资料大家快来下载啊 共同学习
单片机的位置定位很好的学习资料大家快来下载啊 共同学习-SCM location positioning everyone a good learning materials to download ah Come learn together
- 2022-03-17 04:22:33下载
- 积分:1
-
Manning newly published Ajax in Action. Ajax used Gmail is a web asynchronous in...
Manning新出版的Ajax in Action。Ajax是Gmail所采用的一种网页异步交互技术,用户有非常好的使用体验。-Manning newly published Ajax in Action. Ajax used Gmail is a web asynchronous interactive technology, users have a very good experience.
- 2022-03-06 03:29:32下载
- 积分:1
-
专家系统与程序设计
专家系统原理与编程-Expert System and Programming
- 2022-03-13 03:25:47下载
- 积分:1
-
isp1181pc_schematic.rar
ISP1181PC_Schematic.rar
- 2022-03-15 16:27:15下载
- 积分:1
-
my name is data my name is data
电子书籍 电子书籍 源码重复寻在-my name is data my name is data
- 2022-08-13 19:18:01下载
- 积分: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
-
Python简明 Python 教程
Swaroop, C. H. 著
沈洁元 译
Python简明 Python 教程
Swaroop, C. H. 著
沈洁元 译
-Python Tutorial Python concise Swaroop, CH Shen Jie Yuan a translation
- 2022-04-24 02:26:15下载
- 积分:1
-
′问题描述:
设 X[0:n
′问题描述:
设 X[0:n-1]和 Y[0:n-1]为 2 个数组,每个数组中含有 n 个已排好序的数。试设计一个
O(logn)时间的算法,找出X和Y的2n个数的中位数。
例如,当n=7,X=[1,3,6,7,8,9,10];Y=[2,4,5,11,12,13,14]时,X 和Y
的中位数是7。
- 2022-06-19 00:51:04下载
- 积分:1