Welcome![Sign In][Sign Up]
Location:
Search - prototype.c

Search list

[Internet-Networkprototype-1.5.0

Description: Prototype is a JavaScript Framework that aims to ease development of dynamic web applications. Featuring a unique, easy-to-use toolkit for class-driven development and the nicest Ajax library around, Prototype is quickly becoming the codebase of choice for web application developers everywhere.-Prototype is a JavaScript Framework that a ims to ease development of dynamic web applicat ions. Featuring a unique, easy-to-use toolkit for class-driven develop ment and the nicest Ajax library around, Prototype is quickly becoming the codebase of c hoice for web application developers everywhe 're.
Platform: | Size: 16096 | Author: shuajie | Hits:

[Windows DevelopC++Prototype

Description: C++Prototype C 源码,经典下载
Platform: | Size: 6147 | Author: 韦灵 | Hits:

[Windows Develop简单聊天系统

Description:

========================================================================
       MICROSOFT FOUNDATION CLASS LIBRARY : Talk
========================================================================


AppWizard has created this Talk application for you.  This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.

This file contains a summary of what you will find in each of the files that
make up your Talk application.

Talk.dsp
    This file (the project file) contains information at the project level and
    is used to build a single project or subproject. Other users can share the
    project (.dsp) file, but they should export the makefiles locally.

Talk.h
    This is the main header file for the application.  It includes other
    project specific headers (including Resource.h) and declares the
    CTalkApp application class.

Talk.cpp
    This is the main application source file that contains the application
    class CTalkApp.

Talk.rc
    This is a listing of all of the Microsoft Windows resources that the
    program uses.  It includes the icons, bitmaps, and cursors that are stored
    in the RES subdirectory.  This file can be directly edited in Microsoft
 Visual C++.

Talk.clw
    This file contains information used by ClassWizard to edit existing
    classes or add new classes.  ClassWizard also uses this file to store
    information needed to create and edit message maps and dialog data
    maps and to create prototype member functions.

res\Talk.ico
    This is an icon file, which is used as the application's icon.  This
    icon is included by the main resource file Talk.rc.

res\Talk.rc2
    This file contains resources that are not edited by Microsoft
 Visual C++.  You should place all resources not editable by
 the resource editor in this file.

 


/////////////////////////////////////////////////////////////////////////////

AppWizard creates one dialog class:

TalkDlg.h, TalkDlg.cpp - the dialog
    These files contain your CTalkDlg class.  This class defines
    the behavior of your application's main dialog.  The dialog's
    template is in Talk.rc, which can be edited in Microsoft
 Visual C++.


/////////////////////////////////////////////////////////////////////////////
Other standard files:

StdAfx.h, StdAfx.cpp
    These files are used to build a precompiled header (PCH) file
    named Talk.pch and a precompiled types file named StdAfx.obj.

Resource.h
    This is the standard header file, which defines new resource IDs.
    Microsoft Visual C++ reads and updates this file.

/////////////////////////////////////////////////////////////////////////////
Other notes:

AppWizard uses "TODO:" to indicate parts of the source code you
should add to or customize.

If your application uses MFC in a shared DLL, and your application is
in a language other than the operating system's current language, you
will need to copy the corresponding localized resources MFC42XXX.DLL
from the Microsoft Visual C++ CD-ROM onto the system or system32 directory,
and rename it to be MFCLOC.DLL.  ("XXX" stands for the language abbreviation.
For example, MFC42DEU.DLL contains resources translated to German.)  If you
don't do this, some of the UI elements of your application will remain in the
language of the operating system.

/////////////////////////////////////////////////////////////////////////////
 


Platform: | Size: 38661 | Author: roothai | Hits:

[Windows Developgina源代码

Description: ======================================================================== MICROSOFT FOUNDATION CLASS LIBRARY : MyGina ======================================================================== AppWizard has created this MyGina DLL for you. This DLL not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your DLL. This file contains a summary of what you will find in each of the files that make up your MyGina DLL. MyGina.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally. MyGina.h This is the main header file for the DLL. It declares the CMyGinaApp class. MyGina.cpp This is the main DLL source file. It contains the class CMyGinaApp. MyGina.rc This is a listing of all of the Microsoft Windows resources that the program uses. It includes the icons, bitmaps, and cursors that are stored in the RES subdirectory. This file can be directly edited in Microsoft Visual C++. MyGina.clw This file contains information used by ClassWizard to edit existing classes or add new classes. ClassWizard also uses this file to store information needed to create and edit message maps and dialog data maps and to create prototype member functions. res\MyGina.rc2 This file contains resources that are not edited by Microsoft Visual C++. You should place all resources not editable by the resource editor in this file. MyGina.def This file contains information about the DLL that must be provided to run with Microsoft Windows. It defines parameters such as the name and description of the DLL. It also exports functions from the DLL. ///////////////////////////////////////////////////////////////////////////// Other standard files: StdAfx.h, StdAfx.cpp These files are used to build a precompiled header (PCH) file named MyGina.pch and a precompiled types file named StdAfx.obj. Resource.h This is the standard header file, which defines new resource IDs. Microsoft Visual C++ reads and updates this file. ///////////////////////////////////////////////////////////////////////////// Other notes: AppWizard uses "TODO:" to indicate parts of the source code you should add to or customize. /////////////////////////////////////////////////////////////////////////////
Platform: | Size: 79845 | Author: mw@nwnu.edu.cn | Hits:

[OS DevelopLinux0。01源代码

Description: Linux的雏形,也就是Linux的创始人公布的最初代码。 现在各种分析Linux的书太多了,但对于初学者来说都过于复杂,难以理解,这个最初版本相对来说要简单多了,但一样可以让我们了解Linux的基本实现过程,大小只有70多K-Linux prototype, is the founder of Linux announced the initial code. Now, all kinds of analysis of the Linux too many books, but for a newcomer are too complicated to understand, the initial version to be relatively more simple, but you can help us understand the basic realization of Linux process, the size of only 70 K
Platform: | Size: 65536 | Author: | Hits:

[DocumentsJSP开发SQ演示(985)

Description: 基于JSP技术的网络书店原型的实现-JSP-based network prototype realization Bookstore
Platform: | Size: 215040 | Author: fdf | Hits:

[ELanguageC_minus语言说明

Description: C_minus语言的BNF语法定义 程序由声明的列表(或序列)组成,声明可以是函数或变量声明,顺序是任意的。至少必须有一个声明。接下来是语义限制(这些在C中不会出现)。所有的变量和函数在使用前必须声明(这避免了向后backpatching引用)。程序中最后的声明必须是一个函数声明,名字为main。注意,C-缺乏原型,因此声明和定义之间没有区别(像C一样)。-C_minus BNF language syntax definition of procedures from the list of statement (or sequence), with a statement can be variable or function statement, the order is arbitrary. There must be at least one statement. Next is the semantic constraints (these will not arise C). All the variables and functions to be used in the statement (which avoids the use Backpatching backwards). Procedures must be the last statement is a function declaration, the name of the main. Attention C- lack of a prototype, and the definition of a statement is no difference between (the same as C).
Platform: | Size: 6144 | Author: 林丰 | Hits:

[CSharpprototype

Description: 相册管理系统(源代码),使用ASP.NET 与C#可以轻松的上传照片,管理照片功能.-photo management system (source code), the use of ASP.NET and C# can easily upload photographs, photo management functions.
Platform: | Size: 13312 | Author: 蒋锋 | Hits:

[Windows DevelopWindows串口编程例子

Description: in the RES subdirectory. This file can be directly edited in Microsoft Visual C++. ver10.clw This file contains information used by ClassWizard to edit existing classes or add new classes. ClassWizard also uses this file to store information needed to create and edit message maps and dialog data maps and to create prototype member functions. res\ver10.rc2 This file contains resources that are not edited by Microsoft Visual C++. You should place all resources not editable by the resource editor in this file. ver10.def This file contains information about the DLL that must be-subdirectory in the RES. This file can be di rectly edited in Microsoft Visual C. ver10.clw This file contains information used by ClassWi Zard to edit existing classes or add new classes . ClassWizard also uses this file to store infor mation needed to create and edit maps an message d dialog data to create maps and prototype Membe r functions. res \ ver10.rc2 This file contains resources that are not edited by Microsoft Visu al C. You should not place all resources editabl e by the resource editor in this file. ver10.def This file contains information about the DLL th must be at
Platform: | Size: 39936 | Author: kkkk | Hits:

[OS programtestdesk

Description: 可以替换windows桌面的桌面原型程序。使用MFC编写。修改注册表的HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\winlogon\的shell子键为这个的程序,程序启动后就会自动启动这个程序-can replace the windows desktop desktop prototype. MFC prepared. Amending the registry HKEY_CURRENT_USER \ Software \ Microsoft \ Windows NT \ CurrentVersion \ Winlogon \ Version \ shell son of the keys to the procedures after the commencement of proceedings will automatically activate this process
Platform: | Size: 5738496 | Author: 读卡 | Hits:

[Compress-Decompress algrithmsx264-060805

Description: 最新h.264 c++原型代码。请解压到固定目录下,目录中有编译说明。-latest h.264 c prototype code. Please extract fixed directory and compile a directory shows.
Platform: | Size: 618496 | Author: HanZe | Hits:

[VC/MFCcfunctioncheckbook

Description: C语言库函数速查[CHM文档]是一个很好的C语言函数查询器.属于CHM文档. iscntrl 原型:extern int iscntrl(int c) 用法:#include <ctype.h> 功能:判断字符c是否为控制字符 说明:当c在0x00-0x1F之间或等于0x7F(DEL)时,返回非零值,否则返回零。-C language library functions Check [CHM documentation] is a very good C language function for inquiries. CHM belonging to the text Ref. iscntrl prototype : extern int iscntrl (int c) Usage :# include
Platform: | Size: 82944 | Author: 王敏 | Hits:

[ISAPI-IEprototype-1.5.0

Description: Prototype is a JavaScript Framework that aims to ease development of dynamic web applications. Featuring a unique, easy-to-use toolkit for class-driven development and the nicest Ajax library around, Prototype is quickly becoming the codebase of choice for web application developers everywhere.-Prototype is a JavaScript Framework that a ims to ease development of dynamic web applicat ions. Featuring a unique, easy-to-use toolkit for class-driven develop ment and the nicest Ajax library around, Prototype is quickly becoming the codebase of c hoice for web application developers everywhe 're.
Platform: | Size: 15360 | Author: shuajie | Hits:

[Windows DevelopC++Prototype

Description: C++Prototype C 源码,经典下载-C++ Prototype C source code, classic download
Platform: | Size: 61440 | Author: 韦灵 | Hits:

[JSP/Javaprototype-chm

Description: prototype.js 是由 Sam Stephenson 写的一个 javascript 类库。这个构思奇妙,而且兼容标准的类库,能帮助你轻松建立有高度互动的 Web 2.0 特性的富客户端页面。 -prototype.js written by Sam Stephenson, a javascript library. The idea intriguing, but also compatible with the standard class library, can help you easily create highly interactive Web 2.0 features of rich-client page.
Platform: | Size: 66560 | Author: huahua | Hits:

[Otherc-language-graphics-functions-description

Description: Turbo C提供了非常丰富的图形函数, 所有图形函数的原型均在graphics. h中, 本节主要介绍图形模式的初始化、独立图形程序的建立、基本图形功能、图形窗口以及图形模式下的文本输出等函数。另外, 使用图形函数时要确保有显示器图形驱动程序*BGI, 同时将集成开发环境Options/Linker中的Graphics lib选为on, 只有这样才能保证正确使用图形函数。-Turbo C provides a very rich graphical functions, all the graphics functions of the prototype are in graphics. H in, this section focuses on the initialization of graphics mode, the establishment of an independent graphics program, the basic graphics functions, graphics window, as well as graphics mode text output and other functions. In addition, when using the graphics function is to ensure that display graphics drivers* BGI, while Integrated Development Environment Options/Linker in the Graphics lib voted on, the only way to ensure the proper use of graphics functions.
Platform: | Size: 100352 | Author: | Hits:

[OtherPrototype.js1.6.0.3gbchm

Description: prototype.js开发手册 Prototype.js+1.6.0.3中文参考手册chm javascript本身不是一个面向对象的脚本语言,但是可以通过prototype属性可以绑定function,从而实现一个关键字绑定多个方法和属性,通过new+关键字名可以实现面向对象编程-prototype.js Development Manual Prototype.js+1.6.0.3 Reference Manual chm javascript itself is not an object-oriented scripting language, but can be bound through the prototype property of function, in order to achieve more than a keyword binding methods and properties, keyword names by new+ object-oriented programming can be achieved
Platform: | Size: 275456 | Author: 洪传斌 | Hits:

[JSP/Javaprototype_js_chm

Description: javascript的有效帮助文档,能够让用户更方便的了解prototype的开发-javascript effective help document, allowing users to more easily understand the development of prototype
Platform: | Size: 1496064 | Author: chen yun | Hits:

[SCMc语言实践大全

Description: stm32按键控制led亮灭,另有其他小c语言程序,仅供参考(A prototype C language ALGOL 60 language. (Also known as the A language) In 1963, the University of Cambridge will be developed into ALGOL 60 language CPL (Combined Programming Language) language.)
Platform: | Size: 2048 | Author: 愚子之手 | Hits:

[SCMthe c program begin

Description: c语言的开篇简介,与c语言的相关视频的介绍(A prototype C language ALGOL 60 language. (Also known as the A language))
Platform: | Size: 70328320 | Author: 师子 | Hits:
« 12 3 4 5 6 7 8 »

CodeBus www.codebus.net