-
C语言是一种结构化语言。它层次清晰,便于按模块化方式组织程序,易于调试和维护。C语言的表现能力和处理能力极强。它不仅具有丰富的运算符和数据类型...
C语言是一种结构化语言。它层次清晰,便于按模块化方式组织程序,易于调试和维护。C语言的表现能力和处理能力极强。它不仅具有丰富的运算符和数据类型-C language is a structured language. Its level of clear, easy to organize procedures in accordance with modular, easy to debug and maintain. C language and ability to deal with the performance ability. It not only has a wealth of data types and operators…………
- 2022-05-21 12:37:58下载
- 积分: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
-
Visual C++ to implement the reading of the image data display
Visual C++中实现对图像数据的读取显示-Visual C++ to implement the reading of the image data display
- 2022-08-18 23:44:44下载
- 积分:1
-
Object
Object-Oriented Programming With ANSI-C这本书中的源代码!找了很久,好不容易找到的,给大家分享一下,提供了C面向对象的方法,书本可以网上下载!-Object-Oriented Programming With ANSI-C the book
- 2022-04-14 11:29:40下载
- 积分:1
-
Java2实用教程(第三版)
附:目录
第1章 Java入门
第2章 标识符、关键字和数据类型
第3章 运算符、表达式和语句
第4章...
Java2实用教程(第三版)
附:目录
第1章 Java入门
第2章 标识符、关键字和数据类型
第3章 运算符、表达式和语句
第4章 类、对象和接口
第5章 字符串
第6章 时间、日期和数字
第7章 AWT组件及事件处理
第8章 建立对话框
第9章 Java多线程机制
第10章 输入输出流
第11章 Java网络的基本知识
第12章 Java Applet基础
第13章 常见数据结构的Java实现
第14章 图形与图像
第15章 Java数据库连接(JDBC)
第16章 Java与多媒体
第17章 Java Swing基础-Java2 Practical Guide (third edition) By-laws: Chapter 1 Contents Chapter 2 Introduction to Java identifiers, keywords and data types in Chapter 3 operator, expressions and expressions Chapter 4 categories, objects and interfaces in Chapter 5 string Chapter 6 of the time, date and number of Chapter 7 dealing with AWT components and the events in Chapter 8 to establish dialog box Chapter 9 Java multi-threading mechanism of Chapter 10 input and output flows in Chapter 11 of the basic knowledge of Java Network Chapter 12 Java Applet Chapter 13 based on common Java data structures to achieve Chapter 14 graphics and image Chapter 15 Java Database Connectivity (JDBC) Chapter 16 Java and Mul
- 2023-08-22 12:55:08下载
- 积分:1
-
win2000驱动编程
win2000驱动编程-WIN2000-driven programming
- 2022-07-06 09:42:43下载
- 积分:1
-
TechTips.zip
TechTips.zip
- 2022-12-01 11:40:03下载
- 积分:1
-
钱江水产源代码, 钱江水产源代码
钱江水产源代码, 钱江水产源代码-ssddsssssssssssss
- 2022-02-07 12:05:21下载
- 积分:1
-
本书主要介绍了运用Visual C++6.0的高级编程技巧,内容涉及MFC程序设计的最新概念,全书提供了大量VC的编程实例,旨在帮助读者较为全面地掌握VC编程知...
本书主要介绍了运用Visual C++6.0的高级编程技巧,内容涉及MFC程序设计的最新概念,全书提供了大量VC的编程实例,旨在帮助读者较为全面地掌握VC编程知识、技巧和方法。-the book introduces the use of Visual C 6.0, the advanced programming skills, MFC procedures covering the latest design concepts, the book provides a lot of VC programming examples, intended to help readers more fully grasp the VC programming knowledge, skills and methods.
- 2022-12-21 23:30:04下载
- 积分:1
-
本书介绍了IP组播的应用,如IPTV
The book introduces the IP multicast and its applications, such as IPTV
- 2022-06-17 10:09:05下载
- 积分:1