搜索资源列表
YAM_Project
- 仿MATLAB计算软件本软件是一款科学计算平台,支持MATLAB的大多数语法,但尚不支持外部函数调用和复杂的数据结构。本软件可供广大师生进行基本的学习和教学工作,对科研人员也有所帮助。“YAM”意为“Yet Another Matlab”。本套软件包含如下程序: YAM.exe 软件主程序,用于输入和输出指令 compiler.exe 用于进行源代码编译并生成中间代码 interpreter.exe 用于解释中间代码并生成最终结果 Figure.exe 用于绘制图形
C
- 浙江大学何钦铭C语言程序设计教学课件、教学源代码、课程设计-Zhejiang University, Qin-ming, C language program design courseware, teaching source code, curriculum design
ClanguagePptExperimentalExamplesExcellentSource.ra
- c语言ppt,实验实例,精彩源码,是学习c语言的好资料,也进行c语言教学的要收集的好东西了。-c language ppt, experimental examples, wonderful source, is good information to learn c language, c language teaching also carried out to collect the good things.
C-language-programming-in-the-design-of-the-teachi
- C语言程序设计中函数教学的设计C language programming in the design of the teaching function-C language programming in the design of the teaching function
feeling-for-C-program
- 《C语言程序设计》是我院各专业的必修课程,也是我校非计算机专业开设的程序设计课程之一。针对目前程序教学的现状,围绕教学目标,结合国内外优秀编程语言的教学方法和模式,总结和积累教学实践经验,提出几点建议。-" C Programming Language" is a required course for the professional homes, but also non-computer Majors in our school program one of design
c-programming
- 这是我们老师自己做的,浙江大学C语言教学资料,非常适合自学,内容很全面,对于一些经常容易碰到的问题也有详尽的说明-This is our teachers to do their own, Zhejiang University, C language teaching materials, ideal for self-study
C
- C语言教学,实现C语言中一些常用的功能,有注释。-C language teaching, to achieve some common C language functions, there are comments.
ab64t--c
- c语言相关练习和相关参考数据。可用于教学学习或个人练习-The C language exercises and reference data. Can be used for teaching or individual practice
TC2.0-teaching-examples_2
- windows tc2.0环境下快速学习c语言教学示例程序2-The windows environment quickly learn TC2.0 teaching example 2 of procedures
TC2.0-teaching-examples_3
- windows tc2.0环境下快速学习c语言教学示例程序3-Windows TC2.0 environment c language learning teaching example 3 of procedures
TC2.0-teaching-examples_4
- windows tc2.0环境下快速学习c语言教学示例程序4-Windows TC2.0 environment c language learning teaching example 4 of procedures
TC2.0-teaching-examples_5
- windows tc2.0环境下快速学习c语言教学示例程序5-Windows TC2.0 environment c language learning teaching example 5 of procedures
in-year-month-day
- C语言教学,输入年月日,输出第几天,用选择结构实现-C program
ab64t--c
- c语言相关练习和相关参考数据。可用于教学学习或个人练习-The C language exercises and reference data. Can be used for teaching or individual practice
8
- c语言教学,是重点大学的必备课程之一,凡是学生必须学的-c language teaching, is one of the essential key university courses, all students must learn
guess_number_by_c
- 这是一个用C语言(dev c)编写的猜数字游戏,并配备了两份代码编写提示。 如果你能够在两份代码提示的帮助下,独立完成猜数字游戏的编程,说明你对C语言循环语句和控制台编程有了较好的理解。 本文件适合C语言教学培训。-This is a C language (dev c) written guessing game , and is equipped with two coding tips. If you can help the next two code hints , ind
2016第五届数学中国国际赛赛前通知和论文参考模版
- 科研教学,科研学习c语言教学,有资料,可联系我获得,以前编的,好久不变了(research teachingScientific research, teaching, research, learning, C language teaching, there are information, you can contact me to obtain, previously compiled, for a long time unchanged)
c语言程序设计
- c语言程序设计学习入门学习材料,利用最简单的教学,让大家深入的学习C语言。(C language programming, learning portal, learning materials, the use of the most simple teaching, so that we in-depth study of C language.)
C基础教程二 数据类型、变量和运算符(1)
- c语言最基础的教学 我会分很多期上传 大概有一百多吧(for the beginning of learning C # students)
multiplication
- 用C语言实现两位小于1的二进制小数的原码一位乘法。 1. 首先设置两个真值的输入形式为字符串,这样便可以输入正负号和小数点。 2. 程序将两个字符串中的0和1提出存入整形数组 3. 分别提前编写好两个整形数组的相关函数。例如:数组输出函数、全加器函数、右移函数等等。 4. 按照流程图,定义B,C,A数组,长度均为N,N值在开头用define定义。长度N要尽可能设置大一些。 5. 按照流程图的结构,设置循环,判断等结构。最终计算出最后结果真值。(Using C language to a