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

[VC书籍] commons-fileupload-1.3.3-bin.tar

EJB是sun的JavaEE服务器端组件模型,设计目标与核心应用是部署分布式应用程序。简单来说就是把已经编写好的程序(即:类)打包放在服务器上执行。凭借java跨平台的优势,用EJB技术部署的分布式系统可以不限于特定的平台。EJB (Enterprise JavaBean)是J2EE(javaEE)的一部分,定义了一个用于开发基于组件的企业多重应用程序的标准。其特点包括网络服务支持和核心开发工具(SDK)。 在J2EE里,Enterprise Java Beans(EJB)称为Java 企业Bean,是Java的核心代码,分别是会话Bean(Session Bean),实体Bean(Entity Bean)和消息驱动Bean(MessageDriven Bean)。在EJB3.0推出以后,实体Bean被单独分了出来,形成了新的规范JPA。
EJB is sun's JavaEE server-side component model. The design goal and core application is to deploy distributed applications. In short, the program that has been written (that is, class) is packaged and executed on the server. With the advantage of Java cross platform, the distributed system deployed with EJB technology can not be limited to a specific platform. EJB (Enterprise JavaBean) is part of J2EE (javaEE), and defines a standard for developing component-based enterprise multiple applications. Its features include network service support and core development tool (SDK). In J2EE, Enterprise Java Beans (EJB), called the Java enterprise Bean, is the core code of Java, which are session Bean (Session Bean), entity Bean and message driven ones. After EJB3.0 was launched, entity Bean was isolated and formed a new specification JPA. (2018-04-29, C/C++, 764KB, 下载2次)

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

[VC书籍] ball

本书从实际应用入手,由浅入深、循序渐进地讲述Windows程序内部运 行机制、MFC框架、文本、菜单、对话框、文件操作、网络编程、进程间通 信、ActiveX控件、动态链接库、HOOK编程等多个主题。 本书适合于VC++6.0的初学者和使用VC++从事开发的程序员,对于具有 一定VC++编程经验的读者,也具有很好的参考价值。
Starting from the practical application of the book, Deep within the program step by step about the Windows operating system, MFC frame, text, menus, dialog boxes, file operations, network programming, interprocess communication, ActiveX controls, dynamic link library, HOOK programming multiple themes. This book is suitable for beginners to VC++6.0 and using VC++ programmers in the development for some VC++ programming with experience in the reader, also has a very good reference value. (2011-04-07, Visual C++, 43KB, 下载2次)

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

[VC书籍] The_Design_And_Evolution_Of_CPP_CN

D&E是一本关于C++语言设计原理、设计决策和设计哲学的专著。它清晰地回答了C++为什么会成为今天这个样子而没有变成另外一种语言。作为C++语言的创建者,Bjarne淋漓尽致地 展示了他独到而深刻的见解。除了广受赞誉的语言特性外,Bjarne没有回避那些引起争议的甚至被拒绝的C++特性,他一一给出了逻辑严密、令人信服的解释。内容涵盖C++的史前 时代、带类的C、C++的设计规则、标准化、库、内存管理、多重继承、模板等,对包括异常机制、运行时类型信息和名字空间在内的重要的新特性都分别进行了深入探讨。每一名 C++程序员都应该可以从Bjarne的阐释中加深对手中这门语言的认识。
This book focuses on the principles, process, and decisions made during the development of the C++ programming language. As the "inventor" of the language, Stroustrup presents his unique insight into the decisions which resulted in the features of C++--the universally praised, the controversial, and even some of the rejected ones. The book provides a solid introduction to OOP and C++ for beginners. (2010-11-17, Visual C++, 14883KB, 下载14次)

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

[VC书籍] 02073055

关于邮件控制的DDoS的研究,代码以及试验报告技术报告出来的大三做的网络对抗试验大作业(感谢LP童鞋,虽然找到的不是最终版本) ,,(顺便提醒下,做胡建伟的大作业不要直接用,他那里都有底子,被发现没学分拿的,信抗的 你们懂的)
About DDoS of message control, code and test report out of junior technical reports against the test network to do great work (thanks to LP children' s shoes, although not found in the final version),, (By the way, the do a big job Seizing Do not directly, he has a base there, was found not to take credit, the letter of you understand anti) (2010-11-12, Visual C++, 7057KB, 下载13次)

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

[VC书籍] Algorithmbonusprogram

企业发放的奖金根据利润提成。利润(I)低于或等于10万元时,奖金可提10 ;利润高    于10万元,低于20万元时,低于10万元的部分按10 提成,高于10万元的部分,可可提    成7.5 ;20万到40万之间时,高于20万元的部分,可提成5 ;40万到60万之间时高于    40万元的部分,可提成3 ;60万到100万之间时,高于60万元的部分,可提成1.5 ,高于    100万元时,超过100万元的部分按1 提成,从键盘输入当月利润I,求应发放奖金总数?
thank you (2010-10-31, Visual C++, 1KB, 下载3次)

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

[VC书籍] MicrosoftADONetCoreReference

本书是使用Microsoft Visual Studio .NET和ADO.NET编写高可伸缩性、可用Web数据库应用程序的开发人员必备指南。介绍了如何使用ADO.NET在企业级的Web应用程序中访问、排序和处理数据。通过书中丰富的实例和工具,读者能够了解编写、测试与调试数据库应用程序代码的方法。本书还介绍了ADO.NET对象模型,用于Web扩展性的XML特性,与SQL Server 2000的集成。 全书共分5大部分。第I部分提供了ADO.NET对象模型的概要叙述,并且提供了【数据窗体向导】的指导内容。第Ⅱ部分介绍了如何使用.NET数据提供程序中的不同对象——Connection、Command、DataReader和DataAdapter对象。第Ⅲ部分包含了对ADO.NET对象模型中的脱机对象的讨论——DataSet、DataTable、DataColumn、DataRow、DataRelation和DataView对象。这一部分还介绍了使用DataAdapter向数据库提交更改的基本和高级场景,还讨论了ADO.NET的XML特性。第Ⅳ部分介绍了使用ADO.NET建立有效率的Windows应用程序和Web应用程序的技术。第V部分是附录。
This book is the use of Microsoft Visual Studio. NET and ADO.NET to prepare highly scalable, available Web database application developers an essential guide. Describes how to use ADO.NET in an enterprise-class Web applications to access, sorting and processing data. Through the book a wealth of examples and tools, readers can understand the preparation, testing and debugging database application code approach. The book also describes the ADO.NET object model for Web extensibility of XML features, and SQL Server 2000 integration. The book is divided into five majority. Part I, provide a narrative summary of ADO.NET object model and provides】 【Data Form Wizard to guide the content. Chapter Ⅱ section describes how to use. NET data provider in the different objects- Connection, Command, DataReader, and DataAdapter objects. Chapter Ⅲ section contains the object model of ADO.NET objects in the off-line discussions- DataSet, DataTable, DataColumn, DataRow, DataRelation, and DataView objects. (2010-03-15, Java, 8008KB, 下载3次)

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

[VC书籍] OGRE_Manual_CN

OGRE中文手册 chm版 OGRE(Object-Oriented Graphics Rendering Engine,即:面向对象图形渲染引擎)是一个用C++开发的面向场景、非常灵活的3D引擎,它旨在让开发人员更容易、更直接地利用硬件加速的3D图形系统开发应用。这个类库隐藏了底层系统库(如:Direct3D和OpenGL)的所有细节,提供了一个基于世界对象和其他直观类的接口。
OGRE Manual (2010-02-06, Visual C++, 424KB, 下载95次)

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

[VC书籍] congxiaogongdaochengxuyuan

“程序员修炼之道”由一系列独立的部分组成,涵盖的主题从个人责任、职业发展,直到用于使代码保持灵活、并且易于改编和服用的各种架构技术,利用许多富有娱乐性的奇闻异事、有思想性的例子以及有趣的类比,全面阐释了软件开发的许多不同方面的最佳实现和重大陷阱。无论你是初学者,是有经验的程序员,还是软件项目经理,本书都适合阅读。
" Pragmatic Programmer" by a series of separate parts, covering topics from personal responsibility, career development, until used to make the code flexible, and easy to adapt and use a variety of framework technologies, using a number of highly entertaining unheard-of different things, there are examples of thoughtful and interesting analogies, comprehensively explained the many different aspects of software development best achieved and major pitfalls. Whether you are a beginner, there are experienced programmers, or software project manager, this book is suitable for reading. (2009-12-28, Visual C++, 10957KB, 下载6次)

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

[VC书籍] zhongxin

中兴3G培训教材 培 训 教 材 移动通信基本知识 随着社会的进步、经济和科技的发展,特别是计算机、程控交换、数字通信的发展,近些年来,移动通信系统以其显著的特点和优越性能得以迅猛发展,应用在社会的各个方面,到目前为止,全球移动用户超过 1亿 ,预计到本世纪末用户数将达到2亿。无线通信的发展潜力大于有线通信的发展,它不仅仅提供普通的电话业务功能,并能提供或即将提供丰富的多种业务,满足用户的需求。 移动通信的主要目的是实现任何时间、任何地点和任何通信对象之间的通信。 从通信网的角度看,移动网可以看成是有线通信网的延伸,它由无线和有线两部分组成。无线部分提供用户终端的接入,利用有限的频率资源在空中可靠地传送话音和数据;有线部分完成网络功能,包括交换、用户管理、漫游、鉴权等,构成公众陆地移动通信网PLMN。从陆地移动通信的具体实现形式来分主要有模拟移动通信和数字移动通信这两部种。 移动通信系统从40年代发展至今,根据其发展历程和发展方向,可以划分为三个阶段:
ZTE 3G training materials Training materials Basic knowledge of mobile communications With the social progress, economic and technological development, especially in computers, program-controlled exchange, the development of digital communication in recent years, mobile communication system with its significant features and advantages of the rapid development can be applied to all aspects of society, To date, more than 100 million mobile subscribers worldwide is expected to end of the century the number of users will reach 200 million. The development potential of wireless communication over wired communication development, which not only provide general telephone business functions, and can provide or will provide a rich variety of services to meet the needs of users. The main purpose of mobile communications is to achieve any time, any place and any communication between the communication objects. From the perspective of communication networks, mobile networks can be seen as (2009-10-12, C/C++, 210KB, 下载15次)

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

[VC书籍] wlyx

电子书营销是一个鲜为人知的秘密武器,本书将为你揭开它的神秘面纱,并帮助你迅速掌握这种强大、高效、简单的武器。 这是第一本关于电子书营销的书籍,本书系统介绍了网络营销相关的知识,并对各种网络营销方式的优劣进行横向比较,重点分析了电子书营销的特点和前景,附以详细的操作方法以及大量实用的工具,为大家提供了又一种选择。这是一本很实用的电子书,适合企业营销人员、个人站长、网店主和博主们阅读。 本书以搜集精选的资料为主体,电子书营销部分多为原创。有的读者看完后可能会觉得这本书很简单,没有深度。没错,这就是我们想要达到的效果,我们希望大部分读者都能很轻松地阅读和理解本书,并在看完后很快就可以模仿并亲自动手操作。实用性、强调可操作性和阅读延展性是本书的特点,这就是一本让你看来你也会制作的电子书。让更多人的掌握电子书营销的技巧,并使电子书营销为大家带来更多帮助,就是我们的最终愿望。 传统纸版图书在印刷出来的那一刻便宣告了它生机的停止,而网络版图书却能不断保持更新,在与读者的互动下,它将焕发出更大的活力。本书也将是一本“活着”的书,长期保持更新。
E-book marketing is a little-known secret weapon, this book will open you the mystery of it, and help you quickly master the powerful, efficient, simple weapons. This is the first book on e-books marketing books, this book introduced a network system of marketing-related knowledge, and a variety of network marketing the merits of horizontal comparison, the focus of an analysis of the characteristics of e-books and the prospect of marketing, supported by detailed method of operation, as well as a large number of practical tools, and has provided an option. This is a very useful e-books, suitable for corporate marketing personnel, the individual station, the main Bo Shop owners and their reading. Featured book to gather information for the main body part of e-book sales for the original. Some readers may feel that after reading this book is very simple, there is no depth. Yes, this is what we want to achieve results, we hope that the majority of readers can easily read and (2009-04-10, Visual C++, 2132KB, 下载6次)

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

[VC书籍] xinfeiku

新飞库电子书连载系统\新飞库电子书下载系统是国内首开源的款专业的电子书下载系统 功能强大,支持txt、chm、jar、jad、umd在线实时生成下载! 采用企业级标准应用三层架构,模块化设计,利用反射抽象工厂模式支持多种数据库访问。 【独家功能】自带有声小说采集,处理和批量发布!(独家)
Xinfei library e-book series system \ library e-book download Xinfei system is China' s first professional open source e-book download section system robust, support txt, chm, jar, jad, umd generate online real-time download! Enterprise-class applications using standard three-tier structure, modular design, the use of reflective abstraction factory pattern to support multiple database access. 【Function】 exclusive voice of the novel has its own collection, treatment and bulk release! (Exclusive) (2009-02-11, ASP, 18637KB, 下载106次)

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

[VC书籍] C_chengxuyuan

C程序员面试宝典下载(pdf版),没办法,我找了很多这本书的电子版,这个是我见到的目前最清晰的了。写的非常好!用很多企业,公司的面试题。有需要的朋友可以下载看看!
C programmers interview book download (pdf version), no way, I find a lot of this electronic version of this book, this is what I see most clearly the. Very well written! With many enterprises, the company s face questions. In need of a friend can download to see! (2009-01-02, Visual C++, 4222KB, 下载4018次)

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

[VC书籍] shenruqianchuVC

深入浅出Visual C++入门进阶与应用实例 随书光盘 作者 何志丹,网名he_idan,2002年6月加入CSDN社区(http://www.csdn.net),2003年3月任CSDN专题开发大版主,2003年7~月任CSDN VC/MFC版的大版主至今,擅长Visual C++技术,从事多年windows平台下的开发,项目经验丰富,现任职于一家大型软件开发企业。关于作者和本书的更多信息可以访问作者个人技术网站(http://www.vcshare.net)或博客(http://blog.csdn.net/he_zhidan/)
In layman (2008-08-23, Visual C++, 3396KB, 下载20次)

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

[VC书籍] VC

随着计算机总线技术的日趋成熟和电子元器件的飞速发展,拓展了电子测量技术及仪器技术的发展空间,高速连续信 号采集与处理也随之广泛应用。本文介绍一种采用多功能数据采集卡,在VC++语言下利用循环缓存技术对高速连续信号 的采集、显示和存储的方法。
With the computer bus technology matures and the rapid development of electronic components, develop an electronic measuring technology and instrument technology development space, high-speed continuous signal acquisition and processing also widely used. This paper presents a use of multi-function data acquisition card in VC++ Language use cycle cache technology for high-speed continuous signal acquisition, display and storage method. (2008-07-06, PDF, 108KB, 下载28次)

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

[VC书籍] ProgrammingWindowsCN

Windows 程序设计 chm 中文 书本主旨: 本书是地球上最有名、最受推崇、最多人使用的程式设计用书。   内容简介: 「到Petzold的书中找找」仍然是解决Windows程式开发各种疑难杂症时的灵丹妙药。在第五版的《Windows程式开发设计指南》中,作者身违背受敬重的Windows Pioneer Award(Windows开路先锋奖)得主,依据最新版本Windows作业系统,以可靠的取材资料校定这一本经典之作一再一次深入探索了Win32程式设计介面的根本重心。   本书特色: 基本入门:输出、输入、对话方块 对Unicode的介绍 图形处理:绘图、文字与字体、点阵图形与metafile 系统核心与印表机 声音与音乐 动态连结程式库 多工与多执行绪 多重文件介面 网际网路与企业内网路程式设计 使用对象 ALL (2008-05-03, Visual C++, 2913KB, 下载20次)

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

[VC书籍] WINDOWS

本书特色: 基本入门:输出、输入、对话方块 对Unicode的介绍 图形处理:绘图、文字与字体、点阵图形与metafile 系统核心与印表机 声音与音乐 动态连结程式库 多工与多执行绪 多重文件介面 网际网路与企业内网路程式设计
This book features: the basic entry: output, input, a dialogue box on the Unicode introduction of the graphics processing: graphics, text and fonts, dot matrix and metafile graphics core of the system with voice and music printer dynamic link library to implement multi-tasking and multi- multiple document interface thread Internet and intranet programming (2008-03-06, Visual C++, 2913KB, 下载13次)

http://www.pudn.com/Download/item/id/411148.html
总计:156