-
C常用算法程序集第二版(徐士良编著)随书源码[C]
C常用算法程序集第二版(徐士良编著)随书源码[C]-C algorithms procedures set the second edition (Shi-Liang Xu ed.) with the book-source [C]
- 2022-09-23 10:15:03下载
- 积分:1
-
该文件是学习<<java编程语言>>的配套教材之一,适合各类人员使用...
该文件是学习的配套教材之一,适合各类人员使用 -the document is learning lt; Lt; Java programming language gt; Gt; One of the supplementary materials, suitable for all types of use
- 2023-04-30 15:10:10下载
- 积分:1
-
电脑硬件维修手册 有关各种硬件的维修及保养方法并附bios信息详解。...
电脑硬件维修手册 有关各种硬件的维修及保养方法并附bios信息详解。-computer hardware maintenance manual for the various hardware repair and maintenance methods together with the understanding bios information.
- 2022-04-10 06:28:03下载
- 积分:1
-
Programming Windows programs to develop design guidelines
编写Windows程序开发设计指南
- 2022-03-22 15:41:45下载
- 积分:1
-
Windows 2000_XP 下实现休眠
Windows 2000_XP 下实现休眠-under Windows 2000_XP dormancy
- 2022-03-05 16:17:46下载
- 积分:1
-
MFC的面试问题
MFC Interview Question
- 2022-02-01 08:15:45下载
- 积分:1
-
This document describes how to do network programming to make programs not only...
这个文档介绍了如何在做网络编程时使程序不仅支持IPv4,还同时支持下一代互联网使用的IPv6协议。-This document describes how to do network programming to make programs not only supports IPv4, also supports the IPv6 protocol which the next generation of Internet uses.
- 2022-08-05 15:17:23下载
- 积分:1
-
经典代码,很好的看吧。说实话,我也想访问…
经典的代码,好好看看吧。
说实在的,我也很想获取这里的代码。
有点儿私心。
自己传来才能获得别人的,很好的方法。
谢谢管理员。-Classical code, a good look at it. To tell the truth, I also want to access the code here. A bit selfish. Himself came to get other people s, very good way. Thank you administrator.
- 2022-03-12 02:18:11下载
- 积分:1
-
VHDL状态机设计,如何设计一个可以通用的状态机,如何保证状态机的可维护性和可扩展性。...
VHDL状态机设计,如何设计一个可以通用的状态机,如何保证状态机的可维护性和可扩展性。-VHDL state machine design, how to design a generic state machine, how to ensure that state machine maintainability and scalability.
- 2022-01-26 00:51: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