搜索资源列表
编译原理及实践
- 目 录 译者序 前言 第1章 概论 1 1.1 为什么要用编译器 2 1.2 与编译器相关的程序 3 1.3 翻译步骤 5 1.4 编译器中的主要数据结构 8 1.5 编译器结构中的其他问题 10 1.6 &
MtstuCet62.3.1
- 英语学习工具 英语学习好软件开发自由多了 能帮助你把真正的四六级过关 读写英语会有很大的提高-A tool for studing English. English is useful for program development. This tool is helpful in CET4&6 and spoken English and written English.
lccsrc3.6
- c语言编译器,3.6版本 lcc version 3.x is described in the book \"A Retargetable C Compiler: Design and Implementation\" (Addison-Wesley, 1995, ISBN 0-8053-1670-1). There are significant differences between 3.x and 4.x, most notably in the intermediate
254
- 题目:计算打鱼还是晒网题目:企业发放的奖金根据利润提成。利润(I)低于或等于10万元时,奖金可提10%;利润高 于10万元,低于20万元时,低于10万元的部分按10%提成,高于10万元的部分,可可提 成7.5%;20万到40万之间时,高于20万元的部分,可提成5%;40万到60万之间时高于 40万元的部分,可提成3%;60万到100万之间时,高于60万元的部分,可提成1.5%,高于 100万元时,超过100万元的部分按1%提成,从键盘输入当月利润I
1~9组成三个3位的平方数
- 将1、2、3、4、5、6、7、8、9九个数字分成三组,每个数 字只能用一次,即每组三个数不允许有重复数字,也不许同其它 组的三个数字重复,要求每组中的三位数都组成一个平方数。-1,2,3,4,5,6,7,8,9 nine figures will be split into three groups, each number can only be used once, the number three in each group is allowed to repeat t
2060
- 判断另一种斐波那契系列是否是3 的倍数问题 该题如果用递归求出F(n),然后判 断将会超时。 注意到F(n) = F(n-1) + F(n-2)根据和的模等于模的和。 即有F(n)%3=(F(n-1)%3+F(n-2)%3)%3 F(0)%3=1,F(1)%3=2 计算F(n)%3 : 1,2,0,2,2,1,0,1,1,2,0,2,2,1…………… 可以看出F(n)%3 以1,2,0,2,2,1,0,1, 重复出现 F(n)%3=0 即F(n)是3 的倍数此时的n
josep
- Josephus排列问题定义如下:假设n个竞赛者排成一个环形。给定一个正整数m,从某个指定的第一个人开始,沿环计数,每遇到第m个人就让其出列,且计数继续进行下去。这个过程一直到所有的人都出列为止。最后出列都优胜者。每个人出列的次序定义了整数1,2,...,n的一个排列。这个排列称为一个(n,m)Josephus排列。例如,(7,3)Josephus排列为3,6,2,7,5,1,4.对于给定的1,2,...n中的k个数,Josephus想知道是否存在一个正整数m(n,m)Josephus排列的最后
ch3,ch4,ch6辨识程序夹1
- 系统辨识及其MATLAB仿真 2,3,6章原码-system identification and simulation of MATLAB 2,3,6 Chapter source
AT91RM9200-GettingStarted-GHS3_6-1_1
- This zip file provides Getting Started quickly on the AT91RM9200 Evaluation Kit (AT91RM9200-EK) with Green Hills 3.6.1 Multi® 2000 Software Tool. Includes main.html file for help.
gh0st3[1].6_src
- 最近ghost 3.6开源代码 要的快下
TsiLang.Components.Suite.v6.3.0.4.Delphi4~12.CBuil
- 多國語言開發元件 6.3.0.1 for Delphi and BCB and BDS-The development of multi-language component 6.3.0.1 for Delphi and BCB and BDS
CoolTrayIconv.4.3.1
- CoolTrayIcon:在任务栏放置图标的控件,是同类空间中功能最为完善和强大的。 1、支持动态图标 2、交互式气球样式的提示框 3、支持bitmaps到icons的转换 4、支持设计状态预览 5、提供继承的TextTrayIcon可以让你直接显示Text文本 6、8个代码例子1个exe例子。-CoolTrayIcon: put the icon in the taskbar control is similar in function space for
ZLibEx_1.2.3
- These objects and sources are targeted for executing into P6+ CPU core, and Delphi5-6-7-x software. Benchmarks show this zlib 40 average faster than native DLL distribution and 100 reliable (original test of zlib 1.1.4 version).-These objects and s
3.6.1-videoReverse
- 实现语音新年好的水梳理过程和数字回声的生成-New Year' s good water sort of voice and digital echo generation process
ckeditor_3.6.1
- 一款功能强大的web编辑器,简单易用,多语言支持-A powerful web editor, easy to use, multi-language support
DelphiBackup-1.3
- 右键备份Delphi工程 v1.3 功能描述: 1.支持右键备份文件夹 2.支持清除临时文件 3.支持清除临时文件并备份 4.支持完整备份而不清除临时文件 5.支持子文件夹 6.支持设置临时文件类型 7.支持备份前停止和备份后启动SqlSever 8.支持压缩率的设置 9.本程序为Delphi7编译程序,源码中已经制作了安装包 提醒:不是批处理文件,这样你就可以右键菜单备份了,不用把批处理文件放到每一个目录下了-Right Backup Delp
8-3
- 将加密过的数据进行解密,并将解密数据在屏幕上显示出来,其中显示功能由子程序OUTPUT完成。 数字0-9与加密和解密数据的对应关系如下: 原 数 字:0 1 2 3 4 5 6 7 8 9 密码数字:7 5 9 1 3 6 8 0 2 4 解密数字:7 3 8 4 9 1 5 0 6 2-Will be encrypted to decrypt the data, and decrypt the data displayed on the screen, which displ
6.tar
- 6.1 循环控制指令 6.2 单循环结构程序设计 6.3 多重循环结构程序设计 -6.1 loop control instructions of 6.2 single cycle structure program design 6.3 multi-loop structure of the program design
LOL---Game-Master(Beta1-V3.1.3.6)
- LOL - Game Master(Beta1-V3.1.3.6) LOL - Game Master(Beta1-V3.1.3.6)-Game Master Game Master Game Master Game Master Game Master
code(1)
- 风电机组: 电价0.6 Pw_max=[2,1,3,4,5,5,4,2,3,5,5,1,2,4,5,5,5,4,3,5,3,3,2,4]; 光伏: 电价0.9 Pf_max=[0,0,0,0,0,0,1,2,3,4,5,5,5,5,4,3,1,0,0,0,0,0,0,0]; 热电机组: 电价 0.4 成本 标准煤价格 500元 电加热: 功率平衡约束: QL=[18,16,12,16,18,20,14,22,12,18,4,20,6