联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 书籍源码(845) 

[书籍源码] steam

可使用EXCEL调用相关函数,进行VBA编程
this file can be used in EXCEL (2018-12-24, VBA, 258KB, 下载0次)

http://www.pudn.com/Download/item/id/1545612382538457.html

[书籍源码] PowerBuilder使用技巧集CHM

PB综合编程技巧和源码,适合初学者和零基础的学员
PB programming skills and source code (2018-03-06, PowerBuilder, 133KB, 下载1次)

http://www.pudn.com/Download/item/id/1520301906820466.html

[书籍源码] TensorFlow实践

面向机器智能的TensorFlow实践+(智能系统与技术丛书)_
Machine oriented intelligent TensorFlow + Practice (intelligent systems and Technology) _ (2018-01-12, WINDOWS, 20628KB, 下载9次)

http://www.pudn.com/Download/item/id/1515723019566758.html

[书籍源码] 矩阵形式的仿真程序

矩阵形式的仿真程序 Matlab编程 合成孔径雷达成像
Matrix form of simulation program (2017-06-16, matlab, 125KB, 下载2次)

http://www.pudn.com/Download/item/id/1497580284221268.html

[书籍源码] sgurce

VB综合编程代码,例如原代码的管理系统,不错
Comprehensive programming VB code, such as the management system source code, is good (2017-04-15, Visual Basic, 274KB, 下载2次)

http://www.pudn.com/Download/item/id/1492211762674362.html

[书籍源码] naming-rules

主要讲述匈牙利命名规则,编程规范,代码书写规范~~~~
About the Hungarian main rules, programming specifications, code written specifications ~ ~ ~ ~ (2011-06-09, C/C++, 12KB, 下载9次)

http://www.pudn.com/Download/item/id/1564017.html

[书籍源码] Ccc

一本介绍C++编程技术的书籍,书中例子很丰富,值得借鉴
1 Introduction C++ programming books, book case is very rich, worth learning (2010-05-25, Visual C++, 3926KB, 下载3次)

http://www.pudn.com/Download/item/id/1188246.html

[书籍源码] VB60codeexample

vb6.0编程书籍的课后源程序,200精彩例程
vb6.0 programming books, after-school source, exciting routines 200 (2010-05-21, Visual Basic, 519KB, 下载13次)

http://www.pudn.com/Download/item/id/1182362.html

[书籍源码] VisualC6.0

Visual C++ 6.0 高级编程技术精粹 随书光盘
Visual C++ 6.0 the essence of advanced programming techniques with the book CD (2010-05-16, Visual C++, 5474KB, 下载7次)

http://www.pudn.com/Download/item/id/1174772.html

[书籍源码] codeofprogrammingpearls

大牛书编程珠玑的一些实例代码,尽情使用~
Programming Pearls Large Niu some examples of code, and Enjoy ~ (2009-10-14, C/C++, 26KB, 下载95次)

http://www.pudn.com/Download/item/id/937527.html

[书籍源码] Cbaseprogramppt

C语言学习资料,对初学编程人员非常有帮助,而且是PPT,浅显易懂!!
C language learning materials, for beginner programmers very helpful (2009-09-19, Unix_Linux, 265KB, 下载7次)

http://www.pudn.com/Download/item/id/915742.html

[书籍源码] VS2005CsharpPhotoshop

VS2005 C# (《图像编程精髓:从开发自己的Photoshop开始》配套代码) VS2005 C# (《图像编程精髓:从开发自己的Photoshop开始》配套代码)
VS2005 C# ( " the essence of Graphics Programming: From the beginning to develop their own Photoshop" complementary code) VS2005 C# ( " the essence of Graphics Programming: From the beginning to develop their own Photoshop" complementary code) (2009-08-31, C#, 735KB, 下载37次)

http://www.pudn.com/Download/item/id/895950.html

[书籍源码] Codes_of_programming_the_finite_element_method_in_

《有限元方法编程》--programming the finite element method-- 该书中的Fortran源程序
Codes for the book "Programing the finite element method" (2009-08-20, Fortran, 226KB, 下载145次)

http://www.pudn.com/Download/item/id/884301.html

[书籍源码] lingyangdanpianji1

DS18B20的c语言编程,希望能对朋友们有帮助。
DS18B20 the c language programming, hoping to be helpful to my friends. (2009-07-07, C/C++, 491KB, 下载24次)

http://www.pudn.com/Download/item/id/835237.html

[书籍源码] 11-12

《VisualC++实效编程百例》随书光盘,包括书内一百个实例的源码。此为第11-12章(最后两章)。 (2008-05-07, Visual C++, 747KB, 下载11次)

http://www.pudn.com/Download/item/id/455649.html

[书籍源码] 0123456

这是"串口通信编程实践"一书的程序源代码
This is the "Serial Communication Programming Practice," a book of source code (2006-09-05, Visual C++, 570KB, 下载4次)

http://www.pudn.com/Download/item/id/212430.html

[书籍源码] Windows32-asm-lo

Windows环境下32位汇编语言是一种全新的编程语言。它使用与C++语言相同的API接口,不仅可以用来开发出大型的软件,而且是了解操作系统运行细节的最佳方式。本书从编写应用程序的角度,从“Hello World!”这个简单的例子开始到编写多线程、注册表和网络通信等复杂的程序,通过60多个实例逐渐深入Win32汇编语言的方方面面。本书作者罗云彬拥有十余年汇编语言编程经验,是汇编编程网站http://asm.yeah.net和汇编编程论坛http://win32asm.yeah.net的站长。本书是作者多年来编程工作的总结,适合于欲通过Win32汇编语言编写Windows程序的读者。
under Windows 32 assembly language is a brand new programming language. It uses the same language with the C API interface, not only can be used to develop large-scale software but details of the operating system running in the best way. Preparation of the book from the perspective of applications, "Hello World!" this is a simple example of the beginning of the preparation of multi-threaded, the registry, and network communications, such as complex procedures, through more than 60 examples of deepening Win32 compilation of language in all its aspects. The author of this book Luo Bin has ten years experience in assembly language programming, the programming is a compilation website http :// asm.yeah.net Programming Forum and compilation http :// win32asm.yeah.net Webmaster. Th (2006-05-07, Asm, 2754KB, 下载27次)

http://www.pudn.com/Download/item/id/181024.html

[书籍源码] 《Visual Basic.NET精彩编程百例》源代码(第6章)

Source code for VB.NET book - Chapter 6
Source code for VB.NET book- Chapter 6 (2004-09-06, Visual Basic, 430KB, 下载146次)

http://www.pudn.com/Download/item/id/1094437591905444.html

[书籍源码] 《Visual Basic.NET精彩编程百例》源代码(第5章)

Source code for VB.NET book - Chapter 5
Source code for VB.NET book- Chapter 5 (2004-09-06, Visual Basic, 658KB, 下载115次)

http://www.pudn.com/Download/item/id/1094437521993773.html

[书籍源码] 《Visual Basic.NET精彩编程百例》源代码(第3章)

Source code for VB.NET book - Chapter 3
Source code for VB.NET book- Chapter 3 (2004-09-06, Visual Basic, 131KB, 下载113次)

http://www.pudn.com/Download/item/id/1094437290608201.html