CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - pascal to

搜索资源列表

  1. SourceFormatX-crack.rar

    0下载:
  2. SourceFormatX 破解版 注册版 让您敢于面对混乱的代码! SourceFormatX 是一个强大的源代码自动格式化, 缩进, 排版, 美化工具。它可以格式化 C, C++、Java、C#、Object Pascal、PHP、ASP、JSP、VB、VB.NET、VBscr ipt、Javascr ipt和HTML Components源代码。它还可以将源代码输出为语法高亮显示的 HTML 或 RTF 文件。 严谨良好的代码风格是软件稳定可靠的必要保障,可是通常您从前任同行手
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:2602111
    • 提供者:王锋
  1. SGU

    0下载:
  2. Amber大牛的SGU程序,对于ACM比赛的同学们非常有用-This is the solution code set for SGU online judge system, it is very helpful to people involving ACM competitions
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:70827
    • 提供者:huyichen
  1. cq-001

    0下载:
  2. noip2008提高组复赛源程序,330分重庆市第一名,前三题AC-to improve the semi-finals noip2008 source group, the first 330 hours in Chongqing, the first three questions AC
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:2790
    • 提供者:WSC
  1. [p]singleton.eg

    0下载:
  2. 入门演示GOF初级模式经典的单态演示,但是是用pascal语言来实现,同时演示如何轻量级快速编译pascal小程序-GOF primary mode of entry-demo monomorphism classic presentation, but is pascal language to achieve, at the same time demonstrate how fast compiler pascal lightweight applet
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:5657
    • 提供者:love4myxsg
  1. prime

    0下载:
  2. 质性测试,小于32767一个最小的质数,使用PASCAL编写-Qualitative test, less than 32767 to one of the least prime number
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:553
    • 提供者:gy
  1. frog

    0下载:
  2. 有一条河,左边一个石墩(A区)上有编号为1,2,3,4,…,n的n只青蛙,河中有k个荷叶(C区),还有h个石墩(D区),右边有一个石墩(B区),如图3-1所示。n只青蛙要过河(从左岸石墩A到右岸石墩B)-There is a river, the left side of a stone (A zone) has numbered on 1,2,3,4, ..., n of n only frogs, the river has k-lotus leaf (C zone), also a Shi
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:16896
    • 提供者:faruh
  1. ObjectPascal2

    0下载:
  2. phi 中的Object Pascal 语言参考指南中文版(CHM 格式)-phi in the Object Pascal language reference guide to the Chinese version (CHM format)
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1485278
    • 提供者:李志坤
  1. C2PAS08B

    1下载:
  2. C2PAS is a program that processes a C source code ASCII file and produces a source file that is very close to being a valid source file for Turbo Pascal -C2PAS is a program that processes a C source code ASCII file and produces a sourc
  3. 所属分类:Other windows programs

    • 发布日期:2014-08-27
    • 文件大小:11067
    • 提供者:Javier
  1. fft.delphi

    0下载:
  2. The source code that shows how to get Fast Fourier Transform in Delphi(Pascal).
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:19043
    • 提供者:Victor
  1. A0_003

    0下载:
  2. Pascal写的用格里公式求派(圆周率).-Gerry seeking to use the formula to send (pi).
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:1394
    • 提供者:王力
  1. TPMorse

    0下载:
  2. Here is a program that does the conversion for a message written in normal lanquage to the morse language, and vice-versa . It has been developped with Pascal, using graphics to make a simple and easy to use interface.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:14647
    • 提供者:hamzad_cne
  1. namecard

    0下载:
  2. 用Pascal语言编写的小软件名片录,可以更换背景-failed to translate
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-17
    • 文件大小:4670912
    • 提供者:刘生
  1. Essential_Pascal

    0下载:
  2. Pascal语言精要,讲述Pascal历史、如何编写Pascal代码、类型、变量及常量、用户自定义数据类型、语句、过程与函数、字符串操作与内存、Windows编程相关、Variant类型、程序与单元等,另附有术语表和例名表等-Essentials of Pascal language, Pascal tells the history of how to write Pascal code, type, variables and constants, user-defined data typ
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:219878
    • 提供者:松公子
  1. pascal-beginner-exercises

    0下载:
  2. Pascal Examples to beginners
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:2847
    • 提供者:Marcelo
  1. pascal

    0下载:
  2. 对给定一个Pascal源文件,检查其中 (1)begin与end (2)if,then,else 是否合法配对。 对于begin与end,可以理解为C语言中的“{”与“}” 对于if,then,else,可以这么理解:if与then合在一起相当于C语言中的if, else与C语言中的else完全相同。-Given a Pascal source file, to check which (1) begin and end (2) if, then, else th
  3. 所属分类:Other systems

    • 发布日期:2017-11-11
    • 文件大小:609
    • 提供者:lihuaxin
  1. pascal-program

    0下载:
  2. pascal的基础例题及源代码,提供给pascal的初学者使用。-pascal based examples and source code available to pascal for beginners to use.
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:94569
    • 提供者:赵吕坤
  1. BUPT_course-design-of-compiling

    0下载:
  2. 将pascal语言程序编译成为C++语言的程序。-Transfer the program edited with Pascal to that with C++
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1408901
    • 提供者:张育涵
  1. src

    0下载:
  2. I want to download library
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:498688
    • 提供者:DashaChuk
  1. 26951_c_to_pascal_converter_2.1.7.2015

    0下载:
  2. Convert C Headers to Pascal
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:4065280
    • 提供者:karraksc
  1. C-To-Delphi-master

    0下载:
  2. MIT License Copyright (c) 2016 Wouter van Nifterick Permission is hereby granted, free of charge, to any person obtaining a copy(MIT License Copyright (c) 2016 Wouter van Nifterick Permission is hereby granted, free of charge, to any pers
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:6633472
    • 提供者:zwzqq
« 12 3 »
搜珍网 www.dssz.com