您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Visual C++ 编程资源大全(英文源码 DLL)

  2. 1,01.zipDialogs in DLL在DLL中实现对话框(5KB)2,02.zipExport dialogs in MFC Extension DLLs在MFC扩充DLL中输出对话框(12KB)3,03.zipRemapping resource scr ipt ID's重影象资源的标识符(4KB)4,04.zipDetermine DLL version number检测DLL的版本号(7KB)5,05.zipGetting the complete information abo
  3. 所属分类:C++

    • 发布日期:2007-10-23
    • 文件大小:3mb
    • 提供者:zhangxucool
  1. Lex和Yacc入门(A COMPACT GUIDE TO Lex&Yacc)含源码

  2. 该文档主要讲解了如何用lex和yacc组建一个编译器。并描述了如何做一个复杂的计算器。 This document explains how to construct a compiler using lex and yacc. Lex and yacc are tools used to generate lexical analyzers and parsers. I assume you can program in C, and understand data structures s
  3. 所属分类:Web开发

    • 发布日期:2010-02-22
    • 文件大小:126kb
    • 提供者:xyzr0482
  1. z-stack based on cc2430/2431

  2. 基于cc2430/cc2431 的ZigBee协议栈
  3. 所属分类:嵌入式

    • 发布日期:2010-03-03
    • 文件大小:14mb
    • 提供者:zhangch6688
  1. Using LUA with Visual C++ (Introduction)

  2. What is LUA? LUA is a scr ipting language, its power lies in the fact that it can be embedded in your C++ programs. scr ipts give you the possibility to change the behaviour of your C++ programs without any need to recompile your program. A real wor
  3. 所属分类:C++

    • 发布日期:2010-07-27
    • 文件大小:289kb
    • 提供者:hloveloveu
  1. Programming with Lcc-win

  2. Chapter 1 Introduction to C 1 Why learn C? 1 Program organization 2 Hello 3 Program input 4 What are “function parameters” ? 5 Console mode programs and windows programs 6 An overview of the compilation process 6 The run time environment 7 An overvi
  3. 所属分类:C

    • 发布日期:2010-09-30
    • 文件大小:2mb
    • 提供者:ywj1225
  1. 一个跨平台的CString源码

  2. // ============================================================================= // FILE: StdString.h // AUTHOR: Joe O'Leary (with outside help noted in comments) // // If you find any bugs in this code, please let me know: // // jmoleary@earthlink.
  3. 所属分类:C++

    • 发布日期:2010-10-15
    • 文件大小:33kb
    • 提供者:rendao0563
  1. 堆溢出和对抗GS编译的栈溢出经典文献两篇

  2. 文献标题: 1.Defeating Microsoft Windows XP SP2 Heap protection and DEP bypass 2.Defeating the Stack Based Buffer Overflow Prevention Mechanism of Microsoft Windows 2003 Server.
  3. 所属分类:其它

    • 发布日期:2010-11-06
    • 文件大小:141kb
    • 提供者:GaA_Ra
  1. 汇编语言艺术 AoACHM .rar

  2. -------------------------------------------------------------------------------- The Art of Assembly Language -------------------------------------------------------------------------------- (Full Contents) ------------------------------------------
  3. 所属分类:Access

    • 发布日期:2011-01-12
    • 文件大小:3mb
    • 提供者:wxqian25
  1. retro-11.3.tar.gz

  2. Retro is a concatenative, stack-based programming language with roots in Forth. It is intended to be clean and practical. All code, documentation, and any binaries included are provided under the ISC License unless otherwise noted in the source. Ple
  3. 所属分类:C++

    • 发布日期:2012-04-21
    • 文件大小:1mb
    • 提供者:forth999
  1. lex yacc tutorial

  2. This document explains how to construct a compiler using lex and yacc. Lex and yacc are tools used to generate lexical analyzers and parsers. I assume you can program in C, and understand data structures such as linked-lists and trees.The introducti
  3. 所属分类:C

    • 发布日期:2007-04-20
    • 文件大小:202kb
    • 提供者:smh_only
  1. 仿真CPU的java写成的软件

  2. CPU Sim is a Java application that I wrote that allows users to design simple computer CPU's at the microcode level and to run machine-language or assembly-language programs on those CPU's through simulation. It can be used to simulate a variety of
  3. 所属分类:硬件开发

    • 发布日期:2014-05-25
    • 文件大小:604kb
    • 提供者:w13987145162w
  1. Defeating the Stack Based Buffer Overflow

  2. Defeating the Stack Based Buffer Overflow Prevention Mechanism of Microsoft Windows 2003 Server
  3. 所属分类:系统安全

    • 发布日期:2015-11-09
    • 文件大小:62kb
    • 提供者:qq_32678391
  1. Pro MERN Stack(Apress,2017)

  2. Assemble the complete stack required to build a modern web app using React: MongoDB (a NoSQL database) and Express (a framework for web application servers), which runs on Node (Javascr ipt on the server side), complement React very nicely. This boo
  3. 所属分类:Web开发

    • 发布日期:2017-03-05
    • 文件大小:3mb
    • 提供者:vanridin
  1. Pro.MERN.Stack.pdf

  2. Assemble the complete stack required to build a modern web app using React: MongoDB (a NoSQL database) and Express (a framework for web application servers), which runs on Node (Javascr ipt on the server side), complement React very nicely. This boo
  3. 所属分类:Web开发

    • 发布日期:2017-03-15
    • 文件大小:3mb
    • 提供者:ramissue
  1. 虎书 龙书 鲸书

  2. 对于普通程序员,我认为编译原理这门课主要掌握几点就够用了:1. 词法分析方面,掌握正则表达式,了解dfa/nfa。2. Parsing 方面,能读懂BNF,知道AST,会写简单的递归下降parser,会用antlr之类的parser generator。3. 优化方面,知道现代编译器的优化能力有多强,知道如何配合编译器写出高效易读的代码,避免试图outsmart编译器。4. 会实现简单的虚拟机(stack-based,不带GC),并把四则运算表达式翻译为虚拟机指令。
  3. 所属分类:其它

    • 发布日期:2017-03-27
    • 文件大小:216byte
    • 提供者:qq_27504763
  1. Z-Stack 3.0.1

  2. Z-Stack 3.0.x is TI's Zigbee 3.0 compliant protocol suite for the CC2530, CC2531, and CC2538 Wireless MCU. Supports the CC2592 and CC2590 RF front ends which extend up to +22dBm and +14dBm transmit power, respectively, and provide improved receiver
  3. 所属分类:C

    • 发布日期:2017-09-18
    • 文件大小:23mb
    • 提供者:michael3715
  1. Z-Stack 3.0.1

  2. Z-Stack 3.0.x is TI's Zigbee 3.0 compliant protocol suite for the CC2530, CC2531, and CC2538 Wireless MCU. Supports the CC2592 and CC2590 RF front ends which extend up to +22dBm and +14dBm transmit power, respectively, and provide improved receiver
  3. 所属分类:嵌入式

    • 发布日期:2017-12-07
    • 文件大小:23mb
    • 提供者:a407789912
  1. Full-Stack React Projects

  2. Unleash the power of MERN stack by building diverse web applications using React, Node.js, Express, and MongoDB The benefits of using a full Javascr ipt stack for web development are undeniable, especially when robust and widely adopted technologies
  3. 所属分类:Javascript

    • 发布日期:2018-10-02
    • 文件大小:22mb
    • 提供者:demorngel
  1. Full-Stack React Projects

  2. Book Descr iption The benefits of using a full Javascr ipt stack for web development are undeniable, especially when robust and widely adopted technologies such as React, Node, and Express and are available. Combining the power of React with industr
  3. 所属分类:Javascript

    • 发布日期:2018-12-19
    • 文件大小:21mb
    • 提供者:pavee
  1. stack-based-vm-csharp:C#中基于堆栈的简单虚拟机-源码

  2. 一个简单的基于堆栈的虚拟机 该项目是用C#(Mono)写的,并且包含: 解释器(带有跟踪器和简单的单步调试器) 允许创建独立的.NET程序集可执行文件的编译器 格式化程序,它可以(重新)格式化源 要求 单声道4.8.0或更高版本 制作(以进行构建,或者也可以手动进行) 结构体 src / :包含所有源代码 Tools / :包含所有工具(解释器,编译器,格式化程序) examples / :包含示例指令文件 如何编译 为了编译源代码和所有工具,只需执行以下命令: $ make 编译的工具
  3. 所属分类:其它

    • 发布日期:2021-02-04
    • 文件大小:67kb
    • 提供者:weixin_42175035
« 12 3 4 5 6 7 8 9 10 ... 15 »