-
一本很适合在linux下编程的初学者,里面详细的讲解了很多linux下的常见函数的使用,书中也有很多例子。目录如下:
1)Linux程序设计入门...
一本很适合在linux下编程的初学者,里面详细的讲解了很多linux下的常见函数的使用,书中也有很多例子。目录如下:
1)Linux程序设计入门--基础知识
2)Linux程序设计入门--进程介绍
3)Linux程序设计入门--文件操作
4)Linux程序设计入门--时间概念
5)Linux程序设计入门--信号处理
6)Linux程序设计入门--消息管理
7)Linux程序设计入门--线程操作
8)Linux程序设计入门--网络编程
9)Linux下C开发工具介绍-one is very suitable for the under linux programming beginners, which explains in detail the many linux under the common function of the use, the book has many examples. Contents are as follows : 1) Linux program design portal-- basic knowledge 2) Introduction to Linux program design-- the process of introducing 3) Linux program design portal-- File 4) Introduction to Linux program design-- the concept of time 5) Li nux program design portal-- Signal Processing 6) Linux program design portal-- Message Management 7) Linu x Design portal-- Operation Thread 8) Linux program design portal-- Network Programming 9) Linux C development tools introduced
- 2022-06-15 14:24:59下载
- 积分:1
-
很好的书籍,空时编码和mimo系统。介绍很详细
很好的书籍,空时编码和mimo系统。介绍很详细-Good books, space-time coding and MIMO systems. Detailed introduction
- 2022-03-07 03:46:47下载
- 积分:1
-
itpub 第一期
itpub 第一期-itpub first issue
- 2022-12-19 18:10:04下载
- 积分:1
-
关于LCD的编程程序 采用C语言编写,用于LCD的测试
关于LCD的编程程序 采用C语言编写,用于LCD的测试-Procedures on the LCD using C programming language for the LCD test
- 2022-03-23 22:53:59下载
- 积分:1
-
delta = (srcW << 16)/dstW
int pos = delta >> 1...
着几乎所有智能机厂商都将有自己配套的App Store,甚至并非智能手机制造商的三星也有意加入本次混战.
当然,我们也不能忘记苹果最先从iTunes中得到的灵感,从而带来了应用程序商店,一个正确的面向用户,开发者的平台,提供收入分配的盈利模式.
Symbian下也有众多有趣的程序,诺基亚的应用商店将会让这些软件更有吸引力.
-delta = (srcW > 1
for (int x = 0 x < dstW x++) {
g.setClip(x, 0, 1, srcH)
g.drawImage(src, x- (pos >> 16), 0, Graphics.LEFT |
Graphics.TOP)
pos+= delta
}
Image dst = Image.createImage(dstW, dstH)
g = dst.getGraphics()
delta = (srcH > 1
for (int y = 0 y < dstH y++) {
g.setClip(0, y, dstW, 1)
g.drawImage(tmp, 0, y- (pos >> 16), Graphics.LEFT |
Graphics.TOP)
pos+= delta
- 2022-08-15 23:44:24下载
- 积分:1
-
用 VISUAL C++ 设计WIN32应用程序
用 VISUAL C++ 设计WIN32应用程序-with VISUAL C Design WIN32 applications
- 2022-06-21 19:31:14下载
- 积分:1
-
本书适用于希望了解如何使用 MyEclipse 6.0 进行 Java 企业应用开发的 Java 初学者。如果有一定 Java 语言基础或者 Eclipse 使...
本书适用于希望了解如何使用 MyEclipse 6.0 进行 Java 企业应用开发的 Java 初学者。如果有一定 Java 语言基础或者 Eclipse 使用经验,对阅读本书有很大帮助。 由于 MyEclipse 更新非常快,作者在时间充裕的情况下,将推出最新版本的教程。 本书配有高清讲解视频 500MB ,几乎绝大多数章节均配有视频,特别适合于没有条件深造的在校学生,有一定编程基础但期望转向 Java 开发的技术人员使用,也可用于培训机构作为辅助教材。作者模拟培训课堂推出的专业手把手视频,深受广大读者欢迎。 本书虽然主要集中在 MyEclipse 自身使用,但是并非仅限于 HelloWorld ,而是让您切实接触到前沿的开源技术如 SSH , Struts 2 , EJB3 ,文件上传下载,乱码解决等实用案例,让您熟悉环境同时又能拥有一定的实战开发经验。 这本书理论与实践相结合。在你掌握理论的基础上,在结合具体的例子,使你掌握企业中最实用的技术-This book applies to want to know how to use the MyEclipse 6.0 for Java enterprise application development Java beginners. If you have a certain Java-based or Eclipse experience, reading this book very helpful. As the MyEclipse update very quickly, the authors have plenty of time cases, will launch the latest version of the tutorial. This book talks with high-definition video 500MB, almost the vast majority of chapters are equipped with video, in particular, there is no condition for further studies in school, there are certain basics of programming but are look
- 2022-06-03 15:43:40下载
- 积分:1
-
这是本关于网业设计的书,FRONTPAGE,是用WARRAR压缩软件压缩的,希望大家好好学习...
这是本关于网业设计的书,FRONTPAGE,是用WARRAR压缩软件压缩的,希望大家好好学习-this is the network industry on the design of the book, FRONTPAGE, is WARRAR compression software compression, I hope, we can learn from
- 2022-11-09 20:35:03下载
- 积分:1
-
嵌入式不可多得的参考资料。
主要介绍uClinux在Blackfin处理器上的使用。
包括uClinux简介
交叉编译环境的建立等等有用的叙述。...
嵌入式不可多得的参考资料。
主要介绍uClinux在Blackfin处理器上的使用。
包括uClinux简介
交叉编译环境的建立等等有用的叙述。-Embedded invaluable reference. Main Introduction uClinux on the Blackfin processors use. UClinux profile including the establishment of cross-compiler environment, etc. useful narrative.
- 2023-07-11 15:25:06下载
- 积分:1
-
c++学习不错的书籍
c++学习不错的书籍-c++ learning good books
- 2022-01-23 10:54:11下载
- 积分:1