Welcome![Sign In][Sign Up]
Location:
Search - c code of first and follow

Search list

[OS DevelopMyIE_Code

Description: 1.MyIE开源工程协议 MyIE开源工程遵循GNU通用公共许可证GPL(GNU General Public License)开发,任何人都可以永久免费安装使用,在你下载和使用MyIE源代码前,请阅读并同意这个许可(http://www.gnu.org/copyleft/gpl.html),中文版本(http://www.morequick.com/down/gpl_chs.htm). 2.工程编译提示 如果你使用的是VC++6,你需要更新2个头文件,请从这里下载: http://www.morequick.com/down/hfile.zip,然后将2个头文件\"tlogstg.h\" 和 \"exdisp.h\"放到VC++的头文件目录,如: \"C:\\Program Files\\Microsoft Visual Studio\\VC98\\Include\". -1.MyIE revenue agreement revenue engine works to follow the terms of the GNU General Public License GPL ( GNU General Public License) development, Anyone can install permanent free use, you download and use the engine source code, Please read and agree with the permission (http : / / www.gnu.org / copyleft / gpl.html). Chinese version (http : / / www.morequick.com / down / gpl_chs.htm). 2. If the compiler works suggest you use the VC 6, you need to update two header file, please download here : http : / / www.morequick.com / down / hfile.zip. Then two header file, "tlogstg.h" and "exdisp.h" has been transformed into the first VC directory , such as : "C : \\ Program Files \\ Microsoft Visual Studio \\ VC98 \\ Include. "
Platform: | Size: 384841 | Author: hhh | Hits:

[Other resourcevisualc++_xiwangchubanshe

Description: 《Visual C++ 6.0程序设计教程》 希望出版社 源代码 本书首先从Visual C++6.0的基础知识入手,详细介绍了Visual C++6.0的操作环境和应用程序的基本框架,然后按照由易到难、由浅入深地顺序介绍了用Visual C++6.0开发Windows程序的方法,包括菜单和加速键、对话框、常用控件、文本和字体类、图形图像、文件操作、多线程、动态连接库、网络编程和数据库开发等内容。书中在每一个对应的知识点后面,给出了一个或多个示例。 本书适合想按部就班学习Visual C++6.0编程并很快应用到实践中的初学者阅读。-"Visual C 6.0 Programming Guide" Publishers want the source code from the book First Visua l C 6.0 start of the basic knowledge, Details on the Visual C 6.0 operating environment and application of the basic framework, and then follow the easy to arrive difficult, elementary introduction to the order by using Visual C 6.0 for Windows procedures, including menu and accelerate key, the dialog, common control, text and font type, graphics and video, file manipulation, multi-thread, Dynamic Link Library, network programming and database development, and other content. Each book in a corresponding knowledge points behind, given one or more examples. The book for learning step by step to 6.0 Visual C programming and quickly applied to the practice of reading beginners.
Platform: | Size: 1670105 | Author: 石榴石 | Hits:

[Linux-UnixLinux_Kernel_CN(1)

Description: 本书并不是特意一本Linux 的内部手册相反它是对操作系统的介绍同时以Linux作为示例书中每一章遵循从共性到特性的原则它们将首先给出核心子系统的概叙然后进行尽可能的详细描叙 我不会用routine_X()调用routine_Y()来增加bar 数据结构中foo 域的值这种方式来描叙核心算法 你自己可以通过阅读代码发现它每当需要理解一段代码时我总是将其数据结构画出来这样我发现了许多相关的核心数据结构以及它们之间的关系 每一章都是非常独立的就象Linux 核心子系统一样当然有时它们还是有联系的比如说如果你没有理解虚拟内存工作原理就无法描叙进程 硬件基本概念一章对现代PC 做了简要介绍操作系统必须与硬件系统紧密结合在一起协同工作操作系统需要一些只能够由硬件提供的服务为了全面理解Linux 你必须了解有关硬件的基础知识 软件基本概念一章介绍了软件基本原理与C 程序语言讨论了建立Linux 这样的操作系统的工具并且给出了操作系统的目标与功能的概叙 内存管理这章描叙了Linux 如何处理物理内存以及虚拟存储技术 进程管理描叙了进程的概念以及Linux 核心是如何创建管理与删除系统中的进程 进程间及进程与核心间通讯以协调它们的活动Linux 支持大量进程间通讯IPC -the book is not specifically a Linux internal manual Rather, it was the introduction of the operating system Linux simultaneously in each chapter of the book as an example to follow from the common characteristics of the principles is that they will be the first core subsystems of Syria will then proceed to the detailed depicts as possible, I will not use routine_X () call routine _Y () to increase the bar data structure foo domain of values in this manner, depicts the core algorithm you can read the code when it was found necessary to understand some code, I will always data structure drawn so I found many of the core data structure and the relationship between them each chapter very independent, just like the Linux kernel subsystem of course sometimes they like or linked, for instance if
Platform: | Size: 1200471 | Author: 陈彬 | Hits:

[Linux-UnixLinux_Kernel_CN(1)

Description: 本书并不是特意一本Linux 的内部手册相反它是对操作系统的介绍同时以Linux作为示例书中每一章遵循从共性到特性的原则它们将首先给出核心子系统的概叙然后进行尽可能的详细描叙 我不会用routine_X()调用routine_Y()来增加bar 数据结构中foo 域的值这种方式来描叙核心算法 你自己可以通过阅读代码发现它每当需要理解一段代码时我总是将其数据结构画出来这样我发现了许多相关的核心数据结构以及它们之间的关系 每一章都是非常独立的就象Linux 核心子系统一样当然有时它们还是有联系的比如说如果你没有理解虚拟内存工作原理就无法描叙进程 硬件基本概念一章对现代PC 做了简要介绍操作系统必须与硬件系统紧密结合在一起协同工作操作系统需要一些只能够由硬件提供的服务为了全面理解Linux 你必须了解有关硬件的基础知识 软件基本概念一章介绍了软件基本原理与C 程序语言讨论了建立Linux 这样的操作系统的工具并且给出了操作系统的目标与功能的概叙 内存管理这章描叙了Linux 如何处理物理内存以及虚拟存储技术 进程管理描叙了进程的概念以及Linux 核心是如何创建管理与删除系统中的进程 进程间及进程与核心间通讯以协调它们的活动Linux 支持大量进程间通讯IPC -the book is not specifically a Linux internal manual Rather, it was the introduction of the operating system Linux simultaneously in each chapter of the book as an example to follow from the common characteristics of the principles is that they will be the first core subsystems of Syria will then proceed to the detailed depicts as possible, I will not use routine_X () call routine _Y () to increase the bar data structure foo domain of values in this manner, depicts the core algorithm you can read the code when it was found necessary to understand some code, I will always data structure drawn so I found many of the core data structure and the relationship between them each chapter very independent, just like the Linux kernel subsystem of course sometimes they like or linked, for instance if
Platform: | Size: 1200128 | Author: 陈彬 | Hits:

[OS DevelopMyIE_Code

Description: 1.MyIE开源工程协议 MyIE开源工程遵循GNU通用公共许可证GPL(GNU General Public License)开发,任何人都可以永久免费安装使用,在你下载和使用MyIE源代码前,请阅读并同意这个许可(http://www.gnu.org/copyleft/gpl.html),中文版本(http://www.morequick.com/down/gpl_chs.htm). 2.工程编译提示 如果你使用的是VC++6,你需要更新2个头文件,请从这里下载: http://www.morequick.com/down/hfile.zip,然后将2个头文件"tlogstg.h" 和 "exdisp.h"放到VC++的头文件目录,如: "C:\Program Files\Microsoft Visual Studio\VC98\Include". -1.MyIE revenue agreement revenue engine works to follow the terms of the GNU General Public License GPL ( GNU General Public License) development, Anyone can install permanent free use, you download and use the engine source code, Please read and agree with the permission (http :// www.gnu.org/copyleft/gpl.html). Chinese version (http :// www.morequick.com/down/gpl_chs.htm). 2. If the compiler works suggest you use the VC 6, you need to update two header file, please download here : http :// www.morequick.com/down/hfile.zip. Then two header file, "tlogstg.h" and "exdisp.h" has been transformed into the first VC directory , such as : "C : \ Program Files \ Microsoft Visual Studio \ VC98 \ Include. "
Platform: | Size: 385024 | Author: hhh | Hits:

[source in ebookvisualc++_xiwangchubanshe

Description: 《Visual C++ 6.0程序设计教程》 希望出版社 源代码 本书首先从Visual C++6.0的基础知识入手,详细介绍了Visual C++6.0的操作环境和应用程序的基本框架,然后按照由易到难、由浅入深地顺序介绍了用Visual C++6.0开发Windows程序的方法,包括菜单和加速键、对话框、常用控件、文本和字体类、图形图像、文件操作、多线程、动态连接库、网络编程和数据库开发等内容。书中在每一个对应的知识点后面,给出了一个或多个示例。 本书适合想按部就班学习Visual C++6.0编程并很快应用到实践中的初学者阅读。-"Visual C 6.0 Programming Guide" Publishers want the source code from the book First Visua l C 6.0 start of the basic knowledge, Details on the Visual C 6.0 operating environment and application of the basic framework, and then follow the easy to arrive difficult, elementary introduction to the order by using Visual C 6.0 for Windows procedures, including menu and accelerate key, the dialog, common control, text and font type, graphics and video, file manipulation, multi-thread, Dynamic Link Library, network programming and database development, and other content. Each book in a corresponding knowledge points behind, given one or more examples. The book for learning step by step to 6.0 Visual C programming and quickly applied to the practice of reading beginners.
Platform: | Size: 1670144 | Author: 石榴石 | Hits:

[ELanguageyufafenxiqi

Description: 语法分析器(C++)源代码+其详细的课程设计报告 输入的文法可以消除左递归并提取公共左因子求出文法的非终结集合——FIRST和FOLLOW集并对输入的算符优先文法,构造算符优先关系表 -Parser (C++) Source code its detailed report on curriculum design input left recursive grammar can be eliminated and the public left factor extract derived grammar of non-end collection- FIRST and FOLLOW set of the input operator priority grammar, operator precedence relations structure table
Platform: | Size: 104448 | Author: michelle | Hits:

[ELanguagefirst-follow

Description: slr program for parsers
Platform: | Size: 1024 | Author: sss | Hits:

[Otheraddison.wesley.c.plus.plus.by.dissection

Description: This book presents readers with a clear and thorough introduction to the programming process by carefully developing working C++ programs, using the method of dissection. Dissection is a unique pedagogical tool first developed by the author in 1984 to illuminate key features of working code. A dissection is similar to a structured walk-through of the code. Its intention is to explain to the reader newly encountered programming elements and idioms as found in working code. Programs and functions are explained in an easy-to-follow step-by-step manner. Key ideas are reinforced throughout by use in different contexts. No
Platform: | Size: 3070976 | Author: vkbrain | Hits:

[Audio programG729coder

Description: G.729音频压缩、解压缩到Matlab程序。使用方法详见readme文档。-Description Most of G.729 source code is written in C.But this one is written in matlab. follow these steps to use it: 1.To coder a speech(ensure it as a row vector variable in matlab),simply type "G729code(speech)",then you will see a file called coding.bit in your directory. 2.To decoder the codestream.bit,first,copy the file codestream.bit to your G.729decoder directory,you simply type "main",and it will decoder the above file coding.bit to a speech in your matlab(syn_speech).
Platform: | Size: 239616 | Author: Zachery Chen | Hits:

[CSharpmylist

Description: 纯C语言实现的通用链表(类)源代码 纯C语言代码实现的通用链表(类)源代码,可在bc++、tc,tc++等这些老古董编译器以及gcc、vc6.0、vc2005中通过编译,觉得不错的下载研究研究,不能抓到截图。   一些说明:   为了可扩展使用,下面的结点结构中用TYPE指定数据类型,使用时请按照需要在list_def.h中把TYPE定义为合适的类型,并且提供三个原型函数,第一个用来为TYPE类型的数据赋值,第二个判断两个TYPE类型的数据是否相等,第三个用来打印(显示)TYPE类型的数据。   在list_def.h文件中,已经使用把TYPE定义为int类型 (#define TYPE int) 也按int类型提供了上述三个函数,如需要其它类型只需做出适当的修改。特别说明,也可把"TYPE定义为自己定义的结构体等其它自定义类型。本链表为单向链表,非常有效。可以用作队列,堆栈等一些非常有用的数据结构 -Pure C language of the common list (class) source code Pure C language code to achieve the common list (class) source code can bc, tc, tc and other compilers of these antique and gcc, vc6.0, vc2005 in compile, download feel good research studies, can not be captured screenshots. Some explanation: In order to expand the use of the following node structure used to specify the data type TYPE, please follow the need to use list_def.h TYPE defined in the appropriate type, and provide three prototype function, the first type of number used to TYPE According to the assignment, the second type of data to judge whether the two TYPE equal, and the third is used to print (display) TYPE data type. In list_def.h file, have been used to define TYPE int type (# define TYPE int) also by the type int Provides the three functions, such as the need for other types just make the appropriate changes. Special instructions may also be the "TYPE is defined as self- The structure has been defined, an
Platform: | Size: 55296 | Author: 叶韵 | Hits:

[CSharpyacc

Description: 程序没有写输出部分,所以没有输出C代码,结果只有: firstcheck.txt: 输出每个left的first,可以检查first有无错 table.txt: 用串来表示table中的值,可以检查table是否正确,但只有在表格小的时候才能看出来 forusetable.txt: 输出的是table中真实的值,-1表示erro,其他值要参照程序里producer的数量,和状态总数来表示其意义,也就是说要用我上学期写的程序来检验表格,还需要根据这次yacc程序来修改读表是动作的确定,但只需要改动几行就行了,总之我没能完成输出麻烦却是很多-Program did not write the output section, there is no output C code, the result only: firstcheck.txt: the output of each left the first, you can check whether the fault first table.txt: use strings to represent the table of values, you can check the table is correct , but only when the table can be seen in small forusetable.txt: the output is real value in the table,-1, said erro, other values should follow the Procedures li producer' s number, and state the total number to express the meaning, that is want to spend my last semester to write a program to test form, also need to read the yacc program to modify the action table is set but only change a few lines on the line, a word I did not complete the output is a lot of trouble
Platform: | Size: 90112 | Author: 王伟 | Hits:

[OtherPhunky-Virus-Writing-Guide

Description: 病毒写作不是努力,你可能首先想到。要编写有效的病毒,但是,你知道*必须*汇编语言。短,紧凑的代码是汇编语言特点,这些都是可取的病毒特征。但是,它是*不*必要写在纯组装。 C也可以使用,因为它允许几乎所有的系统总控制,同时产生相对紧凑的代码(如果你远离库函数)。但是,您仍然必须访问中断,因此仍需要装配知识。但是,最好还是坚持使用纯汇编,因为大多数的操作更容易使用汇编。如果你不知道大会,我会建议拿起了Microsoft宏汇编圣经副本(Nabajyoti Barkakati,书号#:0-672-22659-6)。它是一个易于遵循的书,涵盖了非常详细的程序集。也让自己一无证DOS复制(舒尔曼等,书号#0-201-57064-5),因为它是非常有帮助。-Virus writing is not as hard as you might first imagine. To write an effective virus, however, you*must* know assembly language. Short, compact code are hallmarks of assembly language and these are desirable characteristics of virus. However, it is*not* necessary to write in pure assembly. C may also be used, as it allows almost total control of the system while generating relatively compact code (if you stay away from the library functions). However, you still must access the interrupts, so assembly knowledge is still required. However, it is still best to stick with pure assembly, since most operations are more easily coded in assembly. If you do not know assembly, I would recommend picking up a copy of The Microsoft Macro Assembler Bible (Nabajyoti Barkakati, ISBN#: 0-672-22659-6). It is an easy-to-follow book covering assembly in great detail. Also get yourself a copy of Undocumented DOS (Schulman, et al, ISBN#0-201-57064-5), as it is very helpful.
Platform: | Size: 56320 | Author: mall | Hits:

[Windows DevelopCspec

Description: C语言本身虽然是极为灵活的语言,但是做为软件工业化生产的要求,却需要编程者遵循严格的规范。规范的目的,一是在于保证代码的可读性,二是在于保证代码的可维护性-The specification of the C programming language, code format and usage rules. C language itself is a very flexible language, but as the software requirements of industrial production, but the need for programming to follow strict specifications. Specification is intended, first, is to ensure the readability of the code, and second is to ensure the maintainability of the code ...
Platform: | Size: 24576 | Author: Oniontree | Hits:

[Graph programpicture

Description: 图像的绘制中画刷代码我们的图形如何去保存。对于我们的图形来说它是由3个要素决定的。第一个绘制的类型。由类型确定我们画的是点线矩形椭圆。还有两个点一个是起点一个是终点。只要我们按照这3个要素,就可以把这些图形保存起来,然后在OnDraw的函数中重新绘制. 要保存这3要素,类型是不相同的。在C系列的语言当中用结构体来保存不同类型的变量是比较合适的。在C++中结构体就是一个类。所以我们可以用一个类的对象保存图形的三要素。一个类的对象可以保存相关的一个图形的三要素。所以我们可以插入一个新的类。类的类型呢,选择通常的类。Generic Class 名字是CGraph ,我们为这个类定义3个成员变量: -Brush image rendering code how to save our graphics. For graphics, it is decided by the three elements. The first type of draw. Determined by the type of painting dotted line rectangular oval. There are two points is a starting point for one end. Just follow these three elements, we can save these graphics, and then redrawn OnDraw function. Want to save these three elements is not the same type. Different types of variables to save the structure in the C family of languages ​ ​ which is more appropriate. In the structure in C++ is a class. So we can use the three elements of a class of objects saved graphics. A class can save the three elements of a graphical object. So we can insert a new class. Class type, choose the usual class. The the Generic Class name CGraph, three member variables defined for this class:
Platform: | Size: 3072 | Author: 钱小飞 | Hits:

CodeBus www.codebus.net