亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

Head First C

  • 學(xué)編譯原理時寫的一個語法分析程序 分類:C/C++技術(shù)交流 一.[目的要求] ① 對輸入文法

    學(xué)編譯原理時寫的一個語法分析程序 分類:C/C++技術(shù)交流 一.[目的要求] ① 對輸入文法,由程序自動構(gòu)造FIRST FOLLOW集 ② 對輸入文法,由程序自動生成它的LL(1)分析表; ③ 對于給定的輸入串,應(yīng)能判斷識別該串是否為給定文法的句型。 二.[題目分析] 該程序可分為如下幾步: (1)讀入文法 (2)判斷正誤 (3)若無誤,判斷是否為LL(1)文法 (4)若是,構(gòu)造分析表; (5)由總控算法判斷輸入符號串是否為該文法的句型。

    標(biāo)簽: 編譯原理 交流 程序

    上傳時間: 2016-12-05

    上傳用戶:1101055045

  • 軟件簡介:HI-TECH PICC 是一款高效的C編譯器

    軟件簡介:HI-TECH PICC 是一款高效的C編譯器,支持Microchip PICmicro 10/12/14/16/17系列控制器。是一款強勁的標(biāo)準(zhǔn)C編譯器,完全遵守ISO/ANSI C,支持所有的數(shù)據(jù)類型包括24 and 32 bit IEEE 標(biāo)準(zhǔn)浮點類型。智能優(yōu)化產(chǎn)生高質(zhì)量的代碼。屬于第三方開發(fā)工具。能和MPLAB整合,內(nèi)嵌開發(fā)環(huán)境(HI-TIDE)。 Hi-tech PICC Compiler v8.注冊碼 Serial: HCPIC-88888 First Name: ONE Last Name: TWO Company Name:ONE TWO Registration: 任意填,但一定要填 Activation: NPCBACMJKLPCADKLOEDBFPIOCIBAEIDI

    標(biāo)簽: HI-TECH PICC 軟件 C編譯器

    上傳時間: 2016-12-16

    上傳用戶:Andy123456

  • anb 版的LBM程序 This code was written to show beginners in a simple and c short way the relevant proce

    anb 版的LBM程序 This code was written to show beginners in a simple and c short way the relevant procedures of a lattice Boltzmann solver, c pointing on how everything works "in principle". Nearly all c procedures could be implemented other (and better) as it is done c here, and even the algorithms used here could be changed to c save memory and increase performance. But the code works correct, c and we hope it will be good starting point for the first steps c in the lattice Boltzmann field. Good luck !

    標(biāo)簽: beginners relevant written simple

    上傳時間: 2017-02-11

    上傳用戶:wlcaption

  • Windows applications using C++ and the Microsoft Foundation Class (MFC) library. The text builds fro

    Windows applications using C++ and the Microsoft Foundation Class (MFC) library. The text builds from the ground up, first describing the Windows architecture and showing how MFC works with that architecture next covering the document/view framework that simplifies the creation of industrial-strength programs and finally illustrating advanced concepts like the usage of dynamic link libraries (DLL), creating Internet clients, and building form-based applications.

    標(biāo)簽: applications Foundation Microsoft Windows

    上傳時間: 2013-12-19

    上傳用戶:wpt

  • c pgm to find redundant paths in a graph.Many fault-tolerant network algorithms rely on an underlyin

    c pgm to find redundant paths in a graph.Many fault-tolerant network algorithms rely on an underlying assumption that there are possibly distinct network paths between a source-destination pair. Given a directed graph as input, write a program that uses depth-first search to determine all such paths. Note that, these paths are not vertex-disjoint i.e., the vertices may repeat but they are all edge-disjoint i.e., no two paths have the same edges. The input is the adjacency matrix of a directed acyclic graph and a pair(s) of source and destination vertices and the output should be the number of such disjoint paths and the paths themselves on separate lines. In case of multiple paths the output should be in order of paths with minimum vertices first. In case of tie the vertex number should be taken in consideration for ordering.

    標(biāo)簽: fault-tolerant algorithms redundant underlyin

    上傳時間: 2013-12-18

    上傳用戶:jkhjkh1982

  • The Fat Fs module is a middleware that written in ANSI C. There is no platform dependence, so long a

    The Fat Fs module is a middleware that written in ANSI C. There is no platform dependence, so long as the compiler is in compliance with ANSI C. However it handles the system portable FAT structures. You must take the endian into consideration. It must be changed for your platform first or the compiler will abort with an error.

    標(biāo)簽: C. dependence middleware platform

    上傳時間: 2014-01-12

    上傳用戶:cccole0605

  • Exceptional C++ shows by example how to go about solid software engineering. Along with a lot of oth

    Exceptional C++ shows by example how to go about solid software engineering. Along with a lot of other material, this book includes expanded versions of the first 30 issues of the popular Internet C++ feature Guru of the Week (or, in its short form, GotW), a series of self-contained C++ engineering problems and solutions that illustrate specific design and coding techniques.

    標(biāo)簽: Exceptional engineering software example

    上傳時間: 2017-06-07

    上傳用戶:yt1993410

  • Electronics Design Checklist C) 2003 Hank Wallace This is a checklist for electronics designers. T

    Electronics Design Checklist C) 2003 Hank Wallace This is a checklist for electronics designers. The idea is for engineers and technicians to share experiences and create a detailed checklist, which the individual designer can pare down to meet his or her specific needs. There are many details that go into the making of a first-run design success, and this checklist helps prevent Murphy s gremlins from marring an otherwise healthy design.

    標(biāo)簽: Electronics electronics Checklist checklist

    上傳時間: 2017-06-17

    上傳用戶:ddddddos

  • This article discusses some issues that a typical Windows C++ programmer will encounter when approac

    This article discusses some issues that a typical Windows C++ programmer will encounter when approaching Symbian OS for the first time. Our experience in developing for three successive versions of Symbian OS has given us considerable perspective on what can be difficult when working in this otherwise rich and stable environment. While one reason for Symbian s success may be the desire of many mobile phone manufacturers not to be tied to Microsoft, the other reason is that Symbian has put together a lightweight, elegant system that succeeds in providing a very impressive range of functionality. Here are some pointers to help ease the transition to successful Symbian OS application development.

    標(biāo)簽: programmer discusses encounter article

    上傳時間: 2017-07-30

    上傳用戶:zhaiyanzhong

  • Tic tac toe is (exactly what re your thinking) and it s the first game I made. Made it in one whole

    Tic tac toe is (exactly what re your thinking) and it s the first game I made. Made it in one whole day in Turbo C. It uses primitive graphics drawing and also demonstrates how to output an image. Written in C, also uses a library I got from the net (included) for image output.

    標(biāo)簽: thinking exactly first whole

    上傳時間: 2017-08-13

    上傳用戶:xhz1993

主站蜘蛛池模板: 招远市| 德惠市| 乌拉特中旗| 武山县| 大悟县| 富阳市| 临澧县| 周宁县| 万山特区| 花垣县| 石河子市| 潞城市| 黎川县| 观塘区| 永修县| 河津市| 克拉玛依市| 泗阳县| 松原市| 宜都市| 恭城| 涡阳县| 安义县| 宜良县| 澄江县| 新昌县| 尼木县| 虞城县| 界首市| 盐亭县| 博爱县| 五指山市| 斗六市| 贵溪市| 龙门县| 洛浦县| 富民县| 天等县| 汉中市| 永寿县| 庆元县|