-
数据库编程入们详细介绍了在delphi下的数据库编程
数据库编程入们详细介绍了在delphi下的数据库编程-database programming into a detailed presentation of the delphi of Database Programming
- 2023-04-09 16:35:04下载
- 积分:1
-
please try this for vb beginners.
please try this for vb beginners.
- 2022-02-20 11:16:30下载
- 积分:1
-
OReilly Java IO,非常不错的书,经典书
OReilly Java IO,非常不错的书,经典书-OReilly Java IO,a very good book.
- 2022-05-18 13:19: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
-
c language curriculum design topics, can be achieved: increased staff records d...
c language curriculum design topics, can be achieved: increased staff records delete staff records find staff records amend trade union records with staff records and other functions. From beginner c language source code is very useful.
- 2022-02-05 01:35:09下载
- 积分:1
-
经典的can 总线入门教程can总线协议的入门讲解
经典的can 总线入门教程can总线协议的入门讲解-Classic tutorials can bus entry
- 2022-09-29 06:45:05下载
- 积分:1
-
ieee research article on 4g
ieee research article on 4g
- 2023-05-16 11:35:02下载
- 积分:1
-
mfc扩展编程实例,pdf格式
本书主要介绍了运用Visual C++ 5.0或6.0的高级编程技巧,内容涉及MFC程序设计的最新概念,全书提供了大量VC的...
mfc扩展编程实例,pdf格式
本书主要介绍了运用Visual C++ 5.0或6.0的高级编程技巧,内容涉及MFC程序设计的最新概念,全书提供了大量VC的编程实例,旨在帮助读者较为全面地掌握VC编程知识、技巧和方法。全书分为三个部分和附录。第一部分介绍Windows编程的基础知识,第二部分讲解用户界面编程技巧,最后一部分涉及Windows内部进程的一些实例。本书思路清晰,实用性强,是计算机应用人员及大专院校师生不可多得的参考书。-mfc
- 2022-04-16 13:14:39下载
- 积分:1
-
java application skills, it is practical, interested friends to see it
java应用技巧,很实用,有兴趣的朋友看看吧-java application skills, it is practical, interested friends to see it
- 2022-01-26 03:48:59下载
- 积分:1
-
一个仓库管理系统,用C语言编写的,之前做过学生成绩管理系统与此有相同的地方。采用结构体数组,具有输入商品,排序的功能,用菜单实现查询,学习C语言的好程序...
一个仓库管理系统,用C语言编写的,之前做过学生成绩管理系统与此有相同的地方。采用结构体数组,具有输入商品,排序的功能,用菜单实现查询,学习C语言的好程序-a warehouse management system using the C language, the students did before the performance management system with the same place. Using the structure of the array, with the importation of goods, sorting functions, using the menu to achieve inquiries, the C language learning program is
- 2022-08-10 04:39:32下载
- 积分:1