搜索资源列表
-
0下载:
C语言多种求最优的程序源代码,方便实用
对编程有很大帮助-C language for a variety of optimal source code, useful for programming will be of great help
-
-
0下载:
C语言精彩编程百例源代码,希望对你有所帮助-C Programming Language brilliant 100 cases source code, and I hope to help you
-
-
3下载:
用单片机C语言编程实现4台单片机之间的多机通信,有完整的Protues仿真源代码。,C programming language used to achieve single-chip 4 between the single-chip multi-machine communications, complete source code Protues simulation.
-
-
0下载:
里面包含09汇编语言的PPT课件与解说以及代码,PDF格式的C语言趣味百例,初学单片机的40个基本实验,Keil2的单片机编程使用说明以及绝对完整的UsbISP的下载线制做过程和资料-Which contains 09 assembly language courseware and explanation, and code PPT, PDF format, 100 cases of C-language fun, beginner basic experimental SCM 40, Kei
-
-
0下载:
C语言程序宝典,一些有用的C语言源程序,希望能帮上大家的忙.-C Programming Language Collection, some useful C language source code, I hope you can help on the busy.
-
-
0下载:
哈工大汇编语言老师老师带着写的代码,用c和汇编进行联合编程!是底层实现更快!-Hit the assembly language teacher teacher took to write the code, using C and assembly joint programming! Is the underlying implementation faster!
-
-
0下载:
C语言是一种计算机程序设计语言,它既具有高级语言的特点,又具有汇编语言的特点。它由美国贝尔研究所的D.M.Ritchie于1972年推出,1978年后,C语言已先后被移植到大、中、小及微型机上,它可以作为工作系统设计语言,编写系统应用程序,也可以作为应用程序设计语言,编写不依赖计算机硬件的应用程序。它的应用范围广泛,具备很强的数据处理能力,不仅仅是在软件开发上,而且各类科研都需要用到C语言,适于编写系统软件,三维,二维图形和动画,具体应用比如单片机以及嵌入式系统开发。-The C languag
-
-
0下载:
C语言编程资料和源程序的178个经典C语言源代码-C language source code for the C programming language and source 178 classic
-
-
0下载:
用c语言编写一个通讯录,并对他进行增加,查询,删除,修改,显示记录等操作,要写出源代码并画出流程图..
编程要求:
在编写的程序中应该包括以下模块
第一个模块--主函数main()的功能是:根据选单的选项调用各函数,并完成相映的功能.
第二个模块--Menu()的功能是:显示英文提示选单.
第三个模块--Quit()的功能是推出选单.
第四个模块--Creat()的功能是:创建新的通讯录.
第五个模块--Add()的功能是:在通讯录的末尾,写入新的信息,并返回
-
-
0下载:
C语言程序设计入门经典源代码,适用于初学者练习和学习-Introduction to C Programming Language classical source code, suitable for beginners to practice and learn
-
-
0下载:
模糊综合评判算法(C语言编程)的实现:
本算法采用了二级模糊综合评判法,评价集个数为4,评价因子个数为11,实现c语言编译过程
-Fuzzy comprehensive evaluation of the implementation of the algorithm (C programming language): This algorithm uses two fuzzy comprehensive evaluation method, the number of evaluati
-
-
0下载:
DS18b20温度采集,汇编语言和C语言分别编写源代码,采用VB编程实现上位机显示。-DS18b20 temperature acquisition, assembly language and C language source code were written using VB Programming PC display.
-
-
0下载:
PIC单片机C语言程序设计实例精粹源代码-PIC Microcontroller C programming language source code examples of the essence
-
-
0下载:
Miracl库包含100余个例程,涉及多倍精度运算(multiprecision arithmetic)的各个方面。定义了两种新的数据类型——表示大整数的big类型和表示有理数的flash(short for floating-slash)类型。大整数例程基于Knuth算法(在他的著作“The Art of Computer Programming”第四章中提出)。floating-slash(不固定斜杠?)算法基于圆整小数,最初由D.Matula和P.Kornerup提出。所有例程都针对速度和
-
-
0下载:
10个c源代码,用c语言编程解决问题,解决数学或者画出某种特定图案-10 c source code, using c programming language to solve problems, to solve mathematical or draw a particular pattern
-
-
0下载:
基于《C程序设计》的静态变量模板运算符重载的c语言代码-Based on " C Programming" static variable template operator overloading c language code
-
-
0下载:
可以被其它程序调用的具有特定功能的一段相对独立的程序模块,在C语言中称为函数。引入函数的目的主要是解决两个问题一是为了解决代码的重复。如果一个程序段需要在程序中出现多次,每次都写出来既麻烦又使得程序变长此时可把该程序段定义成一个函数。在需用该程序段的地方直接调用。二是结构化模块化编程的需要。(A relatively independent program module that has a specific function that can be invoked by another pr
-
-
1下载:
LED跑马灯实验,汇编语言基础功能实现。进一步熟悉ADS开发环境,并能进行相关设置;熟悉裸机系统下C语言运行环境的设置方法; 掌握ADS下C语言程序的编辑、编译、链接及下载方法;掌握ADS下C程序代码的调试及内存值的检查方法。(LED marquee experiment, based on assembly language functions.More familiar with the ADS development environment, and related settings; f
-