Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - The C Programming Language
Search - The C Programming Language - List
本书介绍了在Microsoft Windows 98、Microsoft Windows NT 4.0和Windows NT 5.0下程序写作的方法。这些程序用C语言编写并使用原始的Windows Application Programming Interface(API)。如在本章稍后所讨论的,这不是写作Windows程序的唯一方法。然而,无论最终您使用什么方式写作程序,了解Windows API都是非常重要的。 - This book introduced in Microsoft Windows 98, Microsoft Windows NT 4.0 and Windows the NT 5.0 procedures writing method. These procedures use the C language compilation and use primitive Windows Application Programming Interface (API). If, this which later discusses in this chapter writes the Windows procedure only method. However, regardless of finally you use any way writing procedure, understood Windows API all is count for much.
Date : 2008-10-13 Size : 786.23kb User : 冀玉东

C + +程序设计语言(特别版) 第1章忠告 这里是一组在你学习C + +的过程中或许应该考虑的“规则”。随着你变得更加熟练,你将能 把它转化为某种更适合你的那类应用系统或者你自己的程序设计风格的东西。它们有意被写得 很简单,因此都缺乏细节。请不要太拘泥于它们的字面意义。要写出一个好程序需要智慧、品 味和耐性。你不会第一次就能把它搞好的。试验!-C Programming Language (Special Edition) Chapter 1 of advice here is a Group C in your learning process should perhaps consider the "rules." As you become more skilled, you will be able to transform it into something more suitable for your type of applications or your own programming style things. Their intention was to write a very simple, the lack of details. Please do not be too rigidly adhere to their literal meaning. To write a good process requires wisdom, patience and taste. You will not be the first time we will be able to do a good job of it. Test!
Date : 2008-10-13 Size : 42.35kb User : 刘超

本章将介绍C++编程语言的最基本的元素,以及C++的指针、引用和作用域。在第3章和第4章,将介绍C++的类和面向对象编程。在你使用微软基础类库(Microsoft Foundation Class Library,MFC)进行Windows编程时,你需要所有这些知识。 C++是一种复杂的语言,它的许多元素非常抽象。它也是一个庞大的语言,为专业编程而设计。本书的重点是使用Visual C++语言来利用MFC编写Windows程序,因此没有深入地讨论C++语言。 MFC是构造于原始C++之上的应用程序框架,它提供了一个Windows应用程序工作的基础,一个可以向内添入自己代码的框架。这个框架提供了绝大多数Windows特征——菜单、工具栏、对话框、控件和滚动条。它也提供使开发者能相对容易的将数据写入文件、打印数据等机制。这个框架的部件是C++的类,这些类表示了应用程序的组件,例如应用程序的主窗口、它的对话框、字符串、如矩形和点的图像对象,甚至应用程序本身。因此,为了使用Visual C++编写Windows程序,你需要知道足够的C++知识来利用MFC。 -C programming language, the most basic elements, and C pointers, use and scope. In Chapter 3 and Chapter 4, will introduce the class C and object-oriented programming. Your use of Microsoft Foundation Class Library (Microsoft Foundation Class Library, MFC) for Windows programming, you need all knowledge. C is a complex language, and many of its elements is very abstract. It is a huge language, as a professional programming and design. The book focuses on the use of language Visual C MFC prepared to use Windows programs, there is no in-depth discussion of C language. MFC is constructed from the original C above the application framework, which provides a Windows application of foundation, one can be inserted inside their own code framework. This framework provides a majority of Windows feat
Date : 2008-10-13 Size : 28.16kb User : 李和平

经典的嵌入式C语言方面的资料,一共有3篇,针对不同的方面做了嵌入式C编程的讲解。-classic Embedded C language data, a total of three. different aspects of embedded done on the C programming.
Date : 2008-10-13 Size : 7.35mb User : 彭小疯

指针是C语言中广泛使用的一种数据类型。 运用指针编程是C语言最主要的风格之一。利用指针变量可以表示各种数据结构; 能很方便地使用数组和字符串; 并能象汇编语言一样处理内存地址,从而编出精练而高效的程序。指针极大地丰富了C语言的功能。 学习指针是学习C语言中最重要的一环, 能否正确理解和使用指针是我们是否掌握C语言的一个标志。同时, 指针也是C语言中最为困难的一部分,在学习中除了要正确理解基本概念,还必须要多编程,上机调试。只要作到这些,指针也是不难掌握的。-target is C language widely used in a data type. Guidelines used C programming language is the most important one of the style. Use pointer variables can be expressed various data structure; Can be very convenient to use arrays and strings; and like assembly language can deal with the same memory address, which came up with a streamlined and efficient procedures. Guidelines have greatly enriched the C language function. Learning targets C language learning is the most important aspect of a the correct understanding and use of indicators is the availability of a C language signs. Meanwhile, the target is C language most difficult part of the study, in addition to correctly understand the basic concepts, There was also a need to more programming, debugging on the plane. If achieved these tar
Date : 2008-10-13 Size : 19.62kb User : 崔太军

C语言学习300例,适合于C语言初级编程者练习编写程序,很好的学习资料!-C Language Learning 300 cases, suitable to the C programming language primary practice programming, a good learning information!
Date : 2008-10-13 Size : 39.63kb User : 崔宏青

用C语言进行CGI程序设计CGI(公用网关接口)规定了Web服务器调用其他可执行程序(CGI程 序)的接口协议标准。Web服务器通过调用CGI程序实现和Web浏览器的 交互, 也就是CGI程序接受Web浏览器发送给 Web服务器的信息,进行处 理,将响应结果再回送给Web服务器及Web浏览器。CGI程序一般完成We b网页中表单(Form)数据的处理、数据库查询和实现与传统应用系统 的集成等工作。CGI程序可以用任何程序设计语言编写,如Shell脚本 语言、Perl、Fortran、Pascal、C语言等。但是用C语言编写的CGI程 序具有执行速度快、安全性高(因为C语言程序是编译执行且不可被修 改)等特点。-C language programming CGI (common gateway interface) provides a Web server call other executable (CGI) interface protocol standards. Web server by calling the CGI program and Web browser interaction, the CGI program is acceptable Web browser to the Web server to send the information, processing, in response to the results sent back to the Web server and Web browsers. CGI We completed procedures in general b page form (Form), data processing, database inquiries and applications to achieve with traditional systems integration work. CGI programs can be written in any programming language, such as Shell scripting language, Perl, Fortran, Pascal, C language. But using the C language implementation of the CGI program is fast, safe (because the C language compiler implementation, as it is no
Date : 2008-10-13 Size : 4.4kb User : 林丰

DL : 0
根据C语言编程技术,编的程序-under the C programming language, part of procedures
Date : 2008-10-13 Size : 12.09kb User : a

the_c_programming_language2
Date : 2008-10-13 Size : 242.24kb User : 厉敏

C语言,模糊控制程序-The C language, misty control procedure
Date : 2025-12-18 Size : 64kb User : 潘峰

对于使用C语言家族开发工具进行软件开发的技术人员来讲,头文件(后缀名为 .h 的文件)是再熟悉不过的了。头文件作为一种包含功能函数接口声明的一类文件,在C语言家族程序开发中被大量使用。-use of C language family of development tools for software development in terms of technical personnel, the first document (known as the suffix. H document) is very familiar to the people. The first document contains functions as a function of a statement Interface category, in the C programming language family which has been heavily used.
Date : 2025-12-18 Size : 33kb User : 李琳

Socket 编程让你沮丧吗?从man pages中很难得到有用的信息吗?你想跟上时代去编Internet相关的程序,但是为你在调用 connect() 前的bind() 的结构而不知所措?等等… 好在我已经将这些事完成了,我将和所有人共享我的知识了。如果你了解 C 语言并想穿过网络编程的沼泽,那么你来对地方了。 -Socket Programming let you frustrated? From the man pages, it is very difficult to get useful information? Times you want to go to the provision of Internet-related procedures, But as you call connect () before the bind () and the structure of a loss? And so on ... Fortunately, I have these things accomplished, and I will share all the knowledge I had. If you know the C language and would like to network programming through the swamp, then you come to the right place.
Date : 2025-12-18 Size : 24kb User : 李刚刚

Visial Studio 2005中ASP.NET中各种控件的综合使用。用c#语言实现编程。-Visial Studio 2005 in ASP.NET in the integrated use of various controls. With c# programming language implementation.
Date : 2025-12-18 Size : 3.16mb User : wangshuai

The aim of this book is to teach you the fundamentals of programming with C# by using Visual Studio 2005 and the .NET Framework. You will learn the features of the C# language, and then use them to build applications running on the Microsoft Windows operating system. By the time you complete this book, you will have a thorough understanding of C# and will have used it to build Windows Forms applications, access Microsoft SQL Server databases, develop ASP.NET Web applications, and build and consume a Web service.-The aim of this book is to teach you the fundamentals of programming with C# by using Visual Studio 2005 and the .NET Framework. You will learn the features of the C# language, and then use them to build applications running on the Microsoft Windows operating system. By the time you complete this book, you will have a thorough understanding of C# and will have used it to build Windows Forms applications, access Microsoft SQL Server databases, develop ASP.NET Web applications, and build and consume a Web service.
Date : 2025-12-18 Size : 1.59mb User : Mato

DL : 0
C#语言编程,利用ASP.net 2.0平台开发,实现用Response对象传值进行页面登录得功能。-C# programming language, using ASP.net 2.0 platform to achieve with the Response object by value function for page log too.
Date : 2025-12-18 Size : 3kb User : 刘晓敏

采用软件工程的指导方法,选用B/S模式设计的方案,应用SQL Server 2005数据库管理系统,C#程序设计语言,ASP.NET,Visual Studio.NET 2005开发工具等开发出来的基于WINDOWS系列的学生学籍管理系统.该系统面向各部门和全体学生,实现对学生成绩情况、学籍情况等的计算机管理。系统支持学生查询自己的学籍信息和成绩信息,还可以修改自己的密码和选课,而管理员可以对学生的学籍信息、成绩信息、课程信息、认可教师进行添加、删除和修改等的操作。减少了部门之间工作的中间环节,提高了跨部门管理的效率。-Guided by software engineering methods, use B/S model design program, application SQL Server 2005 database management system, C# programming language, ASP.NET, Visual Studio.NET 2005 development tools developed for students based on student status WINDOWS series management system. The system for all departments and all students to realize the situation of student achievement, student status conditions such as Computer Management. System to support the students check their student information and performance information, you can modify your password and course selection, and administrators can pupil information, performance information, course information, authorized teachers to add, delete and modify such operation. Reduce intermediate links between departments and improve the efficiency of cross-sector management.
Date : 2025-12-18 Size : 1.74mb User : qidamade

DL : 0
本书主要介绍如何使用C# 语言进行ASP .NET 应用程序设计编程。分别介绍了 .NET 框架运行环境 在各类Windows 操作系统下的安装与配置、.NET 的开发工具Visual Studio .NET 的安装与使用、C# 语 言基本语法、C# 面向对象编程技术、ASP .NET 各类服务器控件、ASP .NET Web 数据访问技术、 ASP .NET 数据控件技术、ASP .NET Web 页面技术、ASP .NET 访问XML 技术、ASP .NET Web 服务开发 技术以及 .NET 框架的常用类库,本书最后还给出一个项目实例供读者学习和参考。-This book describes how to use the C# language for ASP. NET application design program. Were introduced. NET framework runtime environment in the various Windows operating system installation and configuration,. NET development tool Visual Studio. NET installation and use, C# language basic syntax, C# object-oriented programming, ASP. NET all class server controls, ASP. NET Web data access technology, ASP. NET data control technologies, ASP. NET Web page technology, ASP. NET technology to access XML, ASP. NET Web services development technology, and. NET Framework class library used, the Finally, the book gives the reader a project for study and reference examples.
Date : 2025-12-18 Size : 4.75mb User : cai0538

100omprehensive, the C# Bible will have even beginning programmers up and running with Microsoft s new C# language quickly and easily. But this title does not stop at just presenting the C# language - it teaches practical application development in the new .NET Framework. Starting at ground zero, readers will benefit from veteran developer Jeff Ferguson s insight into topics that include: * Background of C# * .NET concepts * Defining data with variables * Building containers with arrays * Writing expressions and statements * Object Oriented Programming with C# * Maintaining state with fields * Defining behavior with methods * Building WinForm and WebFom applications * Using C# in ASP.NET * Working with COM-100omprehensive, the C# Bible will have even beginning programmers up and running with Microsoft s new C# language quickly and easily. But this title does not stop at just presenting the C# language- it teaches practical application development in the new .NET Framework. Starting at ground zero, readers will benefit from veteran developer Jeff Ferguson s insight into topics that include: * Background of C# * .NET concepts * Defining data with variables * Building containers with arrays * Writing expressions and statements * Object Oriented Programming with C# * Maintaining state with fields * Defining behavior with methods * Building WinForm and WebFom applications * Using C# in ASP.NET * Working with COM
Date : 2025-12-18 Size : 3.73mb User : JI

Jquery+.net实现图像缩放截取,使用c#语言进行编程-Jquery+. Net interception of image scaling, the use of c# programming language
Date : 2025-12-18 Size : 190kb User : 李明

DL : 0
功能分析: 1、强大的新闻系统,多级分类 2、资源下载系统,多级分类 3、会员管理系统,以控制面板方式来管理自已的一切信息,如:加好友,发消息…。 4、个性的会员等级 5、图书图文方式展示 开发工具:VS2005 + Access2003 后台编程语言:C#.Net 页面编程语言:DIV+CSS, Jquery 系统框架:Nbear 系统所用组件:DotNetTextBox、ComponentArt.Web.UI、AjaxPro.2、AspNetPager、SpbDev.FilesNet 运行环境:Microsoft .NET Framework SDK v2.0 浏览器支持:IE6、IE7、Mozilla Firefox、傲游、搜狗… -Functional analysis: 1, a powerful information systems, multi-level classification 2, Download system, multi-level classification 3, member management system to control panel all the way to manage their own information, such as: add friends, message .... 4, individual members of Level 5, book graphic showing as development tools: VS2005+ Access2003 background programming languages: C#. Net programming language page: DIV+ CSS, Jquery system framework: Nbear system uses components: DotNetTextBox, ComponentArt.Web. UI, AjaxPro.2, AspNetPager, SpbDev.FilesNet operating environment: Microsoft. NET Framework SDK v2.0 Browser Support: IE6, IE7, Mozilla Firefox, Maxthon, Sogou ...
Date : 2025-12-18 Size : 13.13mb User : 豆腐干
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.