-
C语言高级编程及实例剖析/王为青, 刘变红编著
ISBN号: 978
C语言高级编程及实例剖析/王为青, 刘变红编著
ISBN号: 978-7-115-15423-1
出版发行项: 北京-人民邮电出版社 2007
光盘内容
附注项: 本书结合实例,深入浅出地介绍了C语言在主要应用领域的编程技术。全书共9章,分别为内存管理、文本屏幕界面设计、文件高级操作、图形图象、中断、通信技术、基本总线接口编程等。
附注项: C语言程序设计人员。
-C high-level programming language and examples of analysis/Wang Qing, Liu red for the ISBN number: 978-7-115-15423-1 published items: Beijing- People" s Posts & Telecom Press, 2007 CD-ROM of the contents of note: the book with examples, to learn more on the C language applications in the main programming. 9 book chapters, respectively, memory management, text-screen interface design, documentation of the advanced operators, graphic images, interruption, communications technology, such as the basic bus interface programming. Note item: C language programmers.
- 2023-05-13 02:20:03下载
- 积分:1
-
The program for the simple udp protocol software, you can do when Ethernet commu...
该程序为简单的udp协议的软件,可以在做以太网通信时,进行数据测试和分析-The program for the simple udp protocol software, you can do when Ethernet communication, data testing and analysis
- 2022-02-28 21:49:15下载
- 积分:1
-
Many of the designations used by manufacturers and sellers to distinguish their...
COM本质论,这本书可以为COM的学习提供更多的参考,也可以让打家更加深入的学习com-Many of the designations used by manufacturers and sellers to distinguish their products
are claimed as trademarks. Where those designations appear in this book and
Addison-Wesley was aware of a trademark claim, the designations have been printed
in initial caps or all caps.
- 2022-08-26 09:32:36下载
- 积分:1
-
VC6.0 API函数库,觉得还是有点用的
VC6.0 API函数库,觉得还是有点用的-VC6.0 API library that is still somewhat used
- 2022-06-18 04:22:34下载
- 积分:1
-
用好LINUX必备哦,快拿去吧!
用好LINUX必备哦,快拿去吧!-good use LINUX essential Oh, the line fast!
- 2023-03-18 00:00:04下载
- 积分:1
-
TR的排序算法语言土耳其说英语。
tr sorting algoritm language turkish noted and english.
- 2023-03-18 02:45:03下载
- 积分:1
-
解压包里的是用C#写的100个例子,值得看一看
解压包里的是用C#写的100个例子,值得看一看-Unzip the bag is the C# Written by 100 examples, it is worth a look
- 2022-03-16 19:50:21下载
- 积分:1
-
spring2.0技术手册。学习spring2的宝典
spring2.0技术手册。学习spring2的宝典-spring2.0 technical manual. Learning the spring2 Baodian
- 2022-04-17 04:14:43下载
- 积分: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
-
关于QT的一些文档资料,很有使用价值,经过我整合到一块,供大家分享。...
关于QT的一些文档资料,很有使用价值,经过我整合到一块,供大家分享。-Some documentation on the QT, great value, after I have integrated into one for all to share.
- 2022-02-20 04:40:39下载
- 积分:1