-
phpmore电子杂志... ....4
phpmore电子杂志... ....4-phpmore electronic magazine ..................... 4
- 2022-02-09 19:35:41下载
- 积分:1
-
很好的学习C语言程序的例子,里面有00多个程序吧,希望给大家带来帮助。...
很好的学习C语言程序的例子,里面有00多个程序吧,希望给大家带来帮助。-the paper is good for you!
- 2022-01-22 02:26:06下载
- 积分:1
-
CCS例程,关于CCS初学者的有用工具,对于入门级的同学很有用
CCS例程,关于CCS初学者的有用工具,对于入门级的同学很有用-CCS routines, on the CCS a useful tool for beginners, entry-level students useful
- 2023-08-27 14:35:04下载
- 积分:1
-
经典LabWindows CVI方面的教材《LabWindows CVI开发入门和进阶》一书第8章中的例题源码,使用LabWindows CVI的人用得着。麻烦...
经典LabWindows CVI方面的教材《LabWindows CVI开发入门和进阶》一书第8章中的例题源码,使用LabWindows CVI的人用得着。麻烦管理员帮我开通下载功能,我急需要本网站上的labwindows/CVI方面的数据库教程,谢谢!-LabWindows CVI aspects of the classic textbook
- 2023-01-14 01:30:05下载
- 积分:1
-
《PowerBuilder程序设计教程》电子教案是用WORD制作的电子文档,介绍了Power Builder的基本操作.如果你想学PowerBuilder,这个...
《PowerBuilder程序设计教程》电子教案是用WORD制作的电子文档,介绍了Power Builder的基本操作.如果你想学PowerBuilder,这个电子文档是个不错的选择.-"PowerBuilder Program Design Guide" electronic templates using Word is the production of electronic documents, Power Builder introduced the basic operation. If you want to learn PowerBuilder, the electronic document is a good choice.
- 2023-06-07 19:30:04下载
- 积分:1
-
一篇有关编译原理的讲义,我认为讲得还是比较详细的,适合初学者...
一篇有关编译原理的讲义,我认为讲得还是比较详细的,适合初学者-a compiler of the principle of lectures, I think or speak in more detail, see for beginners
- 2023-03-17 18:25:04下载
- 积分:1
-
FreeBSD 中文使用手册
本手册适用于安装 FreeBSD 5.4
FreeBSD 中文使用手册
本手册适用于安装 FreeBSD 5.4-RELEASE 和 FreeBSD 6.0-RELEASE 以及它们的日常使用。-FreeBSD Chinese use this manual applicable to the installation of FreeBSD 5.4-RELE ASE and FreeBSD 6.0-RELEASE and their daily use.
- 2022-08-07 11:41:57下载
- 积分:1
-
MQ编程模式(中文)
在本红皮书的第一部分,我们将探讨程序员将使用的典型编程流模式,以及应用程序程序员决定编程路径时所要面临的选择。在第二部分详细介绍之前,我们提供了根据编程模型选择语言的简要概述,并尝试使选择正确语言的过程更加简便。
- 2022-02-04 07:06:32下载
- 积分:1
-
多Agent系统的英文课件,对于学习Agent有很大帮助,值得一看。...
多Agent系统的英文课件,对于学习Agent有很大帮助,值得一看。-Multi-Agent System for English courseware, Agent for the study of great help, worth a visit.
- 2022-10-01 23:00: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