Welcome![Sign In][Sign Up]
Location:
Search - source code for first and follow

Search list

[Other resourceECOM

Description: 这是单板上DPRAM的驱动程序,开发环境是vxworks,是bsp的一部分。如果单板上有DPRAM内存,在启动的时候,加载操作系统之前,需要对硬件进行初始化。后续的内存操作也都是通过此驱动进行的。BSP开发人员只需要修改相关的宏就可以运行。当然,首先必须读懂源代码。此代码是我开发的一块单板的BSP的一部分,经过严格测试。因为是我开发的,且用于实验室中的单板,并非商用产品中的模块,所以不存在版权问题,与大家共享。-This is the single board DPRAM of the driver, the development environment is vxworks, bsp is a part. If a DPRAM single-board memory at startup time, load the operating system, the need for hardware initialization. Follow-up memory operations are also driven through this process. BSP developers only need to amend the relevant Acer can run. Of course, one must first understand the source code. This code is developed by a veneer part of the BSP, after rigorous testing. Because I developed in the laboratory and used for the veneer, which is not a commercial product modules, so there is no copyright issues, and share.
Platform: | Size: 454467 | Author: 丁力 | 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:

[VxWorksECOM

Description: 这是单板上DPRAM的驱动程序,开发环境是vxworks,是bsp的一部分。如果单板上有DPRAM内存,在启动的时候,加载操作系统之前,需要对硬件进行初始化。后续的内存操作也都是通过此驱动进行的。BSP开发人员只需要修改相关的宏就可以运行。当然,首先必须读懂源代码。此代码是我开发的一块单板的BSP的一部分,经过严格测试。因为是我开发的,且用于实验室中的单板,并非商用产品中的模块,所以不存在版权问题,与大家共享。-This is the single board DPRAM of the driver, the development environment is vxworks, bsp is a part. If a DPRAM single-board memory at startup time, load the operating system, the need for hardware initialization. Follow-up memory operations are also driven through this process. BSP developers only need to amend the relevant Acer can run. Of course, one must first understand the source code. This code is developed by a veneer part of the BSP, after rigorous testing. Because I developed in the laboratory and used for the veneer, which is not a commercial product modules, so there is no copyright issues, and share.
Platform: | Size: 454656 | Author: 丁力 | 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:

[ELanguagefirst+and+follow

Description: first集 与 follow集 编译原理-first set and follow the principle set compiler
Platform: | Size: 2048 | Author: yiminhui | Hits:

[ELanguagefirst-follow

Description: slr program for parsers
Platform: | Size: 1024 | Author: sss | 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:

[Software EngineeringSteveMcSonnell.PDF

Description: 代码大全(第二版)是著名IT畅销书作者Steve McConnell十一年前的经典著作的全新演绎:第二版不是第一版的简单修订增补,而是完全进行了重写;增加了很多与时俱进的内容。这也是一本完整的软件构建手册,涵盖了软件构建过程中的所有细节。它从软件质量和编程思想等方面论述了软件构建的各个问题,并详细论述了紧跟潮流的新技术、高屋建瓴的观点、通用的概念,还含有丰富而典型的程序示例。本书中所论述的技术不仅填补 了初级与高级编程技术之间的空白,而且也为程序员们提供了一个有关编程技巧的信息来源。本书对经验丰富的程序员、技术带头人、自学的程序员及几乎不懂太多编程技巧的学生们都是大有裨益的。可以说,无论你是什么背景,阅读本书都会让你在更短的时间内、更容易地写出更好的程序。-Code Complete (Second Edition) is a famous best-selling author Steve McConnell IT Eleven years ago, a new interpretation of the classic: the first edition of the second edition is not a simple revision and addition, but was completely rewritten increase in the number times the content. This is one complete software build manual covers the software build process of all the details. It from the software quality and programming ideas, we discussed the various issues of software construction, and closely follow the trend discussed in detail new technology, the views of a strategically advantageous position, general concepts, but also rich in examples of the typical procedure. The technology discussed in this book not only to fill the primary and the gap between high-level programming techniques, but also for the programmer to provide a source of information about programming skills. Book for experienced programmers, technology leaders, programmers and almost self-programming skills are to
Platform: | Size: 4238336 | Author: 威威哦 | Hits:

[Internet-NetworkBook-Manager-System

Description: 使用MySQL的实验程序:电子书管理软件 功能:管理电脑里的电子书,提供查询,插入,删除,统计书的总数等操作。 开发环境:Linux2.6.38,gcc4.4.3,mysql5.1.41,因为用到了curses库,不确定在其它操作系统下能不能不修改就编译。 编译方法:在源码目录下运行make 使用方法:1.首先请自行安装mysql环境,然后自行新建一个用户(名字随意),并用"create database libmanager"创建数据库(数据库的名字不能变)。2.在终端下用"mysql -u username -p libmanager < createdatabase.sql"命令创建数据库的表,其中的username就是用户自行创建的用户名。3.运行./libmanager,按提示操作。若需批量导入书目信息,请参照源码目录下的booklist.txt文件自行编辑。 程序数据库设计:有3个表,分别为book,type,author,详细结构请看"数据库建模.dia"文件(需装Dia软件)。 许可协议:GPL3.0,若需要协议原文请自行google。-Experimental procedure using MySQL: e-book management software functions: management of e-books, computer query, insert, delete, statistics the total number of books and other operations. Development environment: Linux2.6.38 gcc4.4.3 mysql5.1.41 used curses library, the uncertainty in other operating systems can not fail to modify compile. Compilation method: run make in the source directory to use: First your own install mysql environment itself to create a new user (name optional), and create a database with " create database libmanager" (the name of the database can not be changed). Terminal using " mysql-u username-p libmanager < createdatabase.sql" command to create a database table, where username is the user create your own user name. The Run/libmanager Follow the prompts. For bulk import bibliographic information, please refer to the source code directory booklist.txt file their own editing. Program database design: three tables, database modeling book, type
Platform: | Size: 114688 | Author: 彭睿 | Hits:

[WEB Code8ke

Description: 本程序由WEB端以及采集程序构成,web端为php语言,采集器需要.net2.0支持,数据库为mysql数据库,编码为UTF-8编码。 安装: 第一步:先建立数据库,编码为utf8编码(推荐建2个数据库,一个采集数据库一个web数据库) 第二部:上传全部源码,exe里为采集程序,必须安装成功才能开启采集程序 第三步:http://您的网址/install/index.php,按照步骤填写完毕即可 安装成功后就可以开启exe的采集程序进行采集操作了,采集器需要.net2.0支持,默认有起点的规则,可以导入-This program from the WEB terminal and Web terminal collection procedures, for the PHP language, collector needs to support the.Net2.0, database mysql database, encoding for UTF-8 coding. Installation: The first step: to establish database, encoding for utf8 coding ( recommendations 2 database, a collection database of a web database ) Second: upload all the source code, for exe in acquisition program, must be installed to open the successful acquisition program The third step: http:// your web site /install/index.php, follow the steps can be completed After successful installation can open the EXE acquisition program acquisition operation, the collector needs to support the.Net2.0, the default starting point rule, can import
Platform: | Size: 914432 | Author: sdfweio | Hits:

CodeBus www.codebus.net