基础篇 1.1 Turbo C语言概述 1.2 C语言的特点 1.3 Turbo C 概述 1.4 Turbo C 2.0的安装和启动 1.5 Turbo C 2.0集成开发环境的使用 1. 数据类型、变量和运算符 2. 数据类型 3. 关键字和标识符 4. 变量 5. 运算符 Turbo C 程序设计初步 1.1 输入输出函数及控制流程语句 1.2 文件的输入输出函数 1.3 控制流程语句 指针、结构、联合和枚举 结构(struct) 联合(union) 枚举(enum) 函数
上传时间: 2015-04-16
上传用户:zjf3110
TC与BC++用户界面程序设计 《Turbo CBorland C++用户界面程序设计》(西安交通大学出版社 周升锋 李立新 等著)的随书软盘,包括很多图形界面开发的实例程序。
上传时间: 2015-04-17
上传用户:ccclll
这是用prolog写的几个程序:程序1是一个旅行社关系系统,程序2是一个家族关系系统,程序3是一个成绩管理系统
上传时间: 2015-04-20
上传用户:星仔
prolog 找路例子程序: === === === === === === Part 1-Adding connections Part 2-Simple Path example | ?- path1(a,b,P,T). will produce the response: T = 15 P = [a,b] ? Part 3 - Non-repeating path As an example, the query: ?- path2(a,h,P,T). will succeed and may produce the bindings: P = [a,depot,b,d,e,f,h] T = 155 Part 4 - Generating a path below a cost threshold As an example, the query: ?- path_below_cost(a,[a,b,c,d,e,f,g,h],RS,300). returns: RS = [a,b,depot,c,d,e,g,f,h] ? RS = [a,c,depot,b,d,e,g,f,h] ? no ==================================
标签: Part connections example prolog
上传时间: 2015-04-24
上传用户:ljt101007
turbo码系统的仿真,包括编码、交织、不同译码、穿孔等各个部分的程序。仿真结果在图中表现。译码算法为log-map。
上传时间: 2015-04-25
上传用户:rocwangdp
用c语言实现的Turbo码仿真系统。做成exe文件形式,可以直接运行。并生成仿真结果文档,保存在所在文件家。仿真结果主要体现为信噪比。
上传时间: 2015-04-25
上传用户:来茴
重点讲述基于符号的Turbo编码,一本很好的英文著作,看了一定受益匪浅!
上传时间: 2015-04-25
上传用户:四只眼
Turbo 码的logmap算法实现。用于通信系统仿真
上传时间: 2015-04-30
上传用户:a673761058
magicSquare 4阶源码 利用swi prolog来编写的
标签: magicSquare prolog swi 源码
上传时间: 2015-05-02
上传用户:tb_6877751
超多的prolog源代码 具体内容见压缩包里面的programs.txt
上传时间: 2015-05-02
上传用户:zhuyibin