CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - Compiler program

搜索资源列表

  1. 864004PL0

    0下载:
  2. PL/0语言的pascal编译程序源代码,有详细的编程说明和解释.-PL / 0 pascal language compiler source code, a detailed program descr iptions and explanations.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:6kb
    • 提供者:邓沁
  1. ip_looker

    0下载:
  2. IP数据包流量监控 这个程序利用Winpcap库来捕获IP数据包。在调试时注意: 1:务必将“Include”文件夹下的所有头文件拷贝到VC安装目录下的库文件夹中,如\"D:\\Program Files\\Microsoft Visual Studio\\VC98\\Include\"。 2:将“Lib”文件夹下面的所以库拷贝到VC安装目录下的Lib文件夹下,比如\"D:\\Program Files\\Microsoft Visual Studio\\VC98\\Lib\"。
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:541.33kb
    • 提供者:王磊
  1. proccANDmemory

    0下载:
  2. 进程以及内存分配编程,在TC编译器下以图形方式模拟系统进程调度以及内存分配。-process and memory allocation program, the TC compiler under the graphic simulation and process scheduling system memory allocation.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:3.61kb
    • 提供者:李风
  1. 200603301628629

    0下载:
  2. QQ密码计算器,源程序需要在SGWINDOW开发平台上才能编译, 一般的编译器无法编译此程序.-QQ passwords calculators, and the need SGWINDOW source development platform can be built, general compiler can not compile the program.
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:101.6kb
    • 提供者:冷心
  1. c_compress_realize

    0下载:
  2. 本程序是经典压缩算法的c程序实现,压缩性能很好.通过vc 6.0的编译-classic compression algorithm c program, a very good compression performance. Through vc 6.0 compiler
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:3.73kb
    • 提供者:tqin007
  1. iseemem

    0下载:
  2. 这是一个用于C或C++程序开发的内存防护系统,它可以有效的侦测到内存泄漏及内存读写异常的发生,并可以精确的指出发生问题的原因及相关的代码。相对与1.0版,2.1版本采用了全新的内核,应用了私有堆、虚拟内存、多线程存储等诸多技术,防护效果有了一个质的提升。YZ 编写,编译器:VC6。-for C or C program memory protection system, which can effectively detect memory leaks and memory reader unu
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:23.18kb
    • 提供者:钱 峰
  1. bison

    0下载:
  2. bison源代码.bison 是替代yacc的语法分析程序生成器. yacc是 Yet Another Compiler Compiler的缩写. bison又是什么呐 是一个生成可以分析文本文件结构的程序的程序. 用户不用直接编写程序而只用确定好如何分析这些文本文件的规则就可以了. 这种文本结构应用的例子举不胜举, 其中一个就是计算器(calculator).-bison source code. Bison is a replacement generates a syntax analys
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:280.52kb
    • 提供者:uuutest
  1. gsegyview-0.1

    1下载:
  2. segy 显示程序!希望能给正在做这部分朋友提供一部分资料,我可是找了很久哦,需要自己再编译-segy display program! Hope that they will be part of this is being done as part friends, but I find for a long time, oh, it needs its own compiler again
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:405.97kb
    • 提供者:shendy
  1. DES加密ql

    0下载:
  2. des加密算法的c程序实现,能够加密8位明文,经测试通过编译。-des encryption algorithm c Program to express encryption eight, the test compiler.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:7.22kb
    • 提供者:秦雷
  1. LanExplorer1_52

    0下载:
  2. 该程序用D5编译,若用D6(D7还没试过),虽然编译能通过,但运行会有问题。 生成的可执行文件在Release目录中。若该目录不存在,在本级目录中建一个即可。-The program compiled with D5, if the use of D6 (D7 have not tried), though the compiler pass, but running a problem. Release the resulting executable file in the dir
  3. 所属分类:Network Security

    • 发布日期:2017-04-07
    • 文件大小:817.14kb
    • 提供者:zfjjwf
  1. MSYS-1.0.10

    0下载:
  2. MSYS为跨平台编译软件。用于编译unix下C++程序。-MSYS to compile cross-platform software. Under unix compiler for C++ program.
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-03-31
    • 文件大小:2.65mb
    • 提供者:金亮
  1. C.Compiler

    0下载:
  2. C编译器使用了界面库CJLIB6.0,自己修改了CrystalView的高亮显示方式,仿照emacs,代码生成先使用了PCode,但因为苦于手中没有解释器,编写一个时间不够,所以后来又编写了80x86汇编代码的生成,有一定突破。自我认为整个程序界面比较友好,功能(基于所要求的)也计较完善。-C compiler to use the interface library CJLIB6.0, his revised CrystalView highlighting the way, along th
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-22
    • 文件大小:885.36kb
    • 提供者:白大勇
  1. OS0417

    1下载:
  2. 此为NachOs实验报告及源码,实验内容: 1. 研究code/shell 下的代码: Nachos 所给的源代码的code/shell 目录下的源代码实现了一个shell,该shell 利用C/C++ 对Linux Shell 命令的调用支持( execl (SHELL, SHELL, "-c", exec_name,NULL) )实现了一个Shell 的Wrapper,使得一个函数(nachos_syscall.c 中的Exec(char*exec_name))可以实现所有的Linu
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-05-23
    • 文件大小:272kb
    • 提供者:Lilith
  1. IPcontrol

    0下载:
  2. 这个程序利用Winpcap库来捕获IP数据包。在调试时注意: 1:务必将“Include”文件夹下的所有头文件拷贝到VC安装目录下的库文件夹中,如"D:\Program Files\Microsoft Visual Studio\VC98\Include"。 2:将“Lib”文件夹下面的所以库拷贝到VC安装目录下的Lib文件夹下,比如"D:\Program Files\Microsoft Visual Studio\VC98\Lib"。 以上1、2两个步骤其实是为了让程序能够利
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:546.54kb
    • 提供者:crown
  1. secret

    0下载:
  2. pass.words是弱口令字典,是一个纯文本文件,每行一个口令,可以向里面添加候选口令。 pass.c是进行口令检查的c语言原程序,有两个命令行参数 -w file: 可以使用该选项指定口令字典 -P:默认情况下对/etc/shadow中的用户检查弱口令,可以使用该选项指定检查的文件 编译gcc –o pass pass.c –l crypt 由于要使用加密函数,所以要使用加密库crypt,使用选项-l crypt 运行程序:pass –w ./pass.words –
  3. 所属分类:Linux-Unix program

    • 发布日期:
    • 文件大小:7.41kb
    • 提供者:莫松成
  1. fany

    0下载:
  2. linux平台下用中文编程,该程序将中文程序转换为西文,再直接用gcc编译程序。在windows下也可以用中文编写程序,再用该程序将中文转换为西文编译。-linux platform in Chinese programming, the program will convert the Chinese Spanish procedures, and then directly with gcc compiler. In windows can also be used under the Ch
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-14
    • 文件大小:75.17kb
    • 提供者:孙泽勇
  1. pipe

    0下载:
  2. 操作系统编程,利用pipe管道实现进程间通信,linux环境下gcc编译-Operating system programming, the use of pipe pipeline implementation process communication, linux environment gcc compiler
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:839byte
    • 提供者:
  1. Compiler

    0下载:
  2. PL/0语言建立一个词法分程序GETSYM(函数)-PL/0 language to establish a lexical program GETSYM (function)
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-18
    • 文件大小:2.1kb
    • 提供者:史冬冬
  1. Compiler

    0下载:
  2. 一个用C语言编译器的实现,包含整个程序源码和设计说明-A C language compiler implementation, contains the entire program source code and design specifications
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:910.31kb
    • 提供者:zhangmx
  1. rgzq

    0下载:
  2. 绝对经典的编译器程序设计,需要这方面的同志注意了阿!不错-Absolute classic compiler program design, need attention on this!
  3. 所属分类:Network Security

    • 发布日期:2017-12-17
    • 文件大小:148kb
    • 提供者:merrysft
« 12 3 4 »
搜珍网 www.dssz.com