资源列表
[书籍源码] C语言函数的嵌套调用
说明:初学C的一些数据类型知识,为初识C语言的学习朋友提供便利。(Beginner C some of the data types of knowledge, to provide convenience for the first C language learning friends.)<Bruce Leung> 在 2024-11-13 上传 | 大小:6kb | 下载:0
[书籍源码] C语言冒泡排序法
说明:冒泡排序(Bubble Sort),是一种计算机科学领域的较简单的排序算法。 它重复地走访过要排序的数列,一次比较两个元素,如果他们的顺序错误就把他们交换过来。走访数列的工作是重复地进行直到没有再需要交换,也就是说该数列已经排序完成。(Bubble sorting is a simpler sorting algorithm in the field of computer science. It repeats the seque<Bruce Leung> 在 2024-11-13 上传 | 大小:6kb | 下载:0
[书籍源码] 用typedef定义结构类型
说明:类型定义符 typedef C语言不仅提供了丰富的数据类型 , 而且还允许由用户自己定义类型说明符 , 也就是说 允许由用户为数据类型取“别名” 。类型定义符 typedef 即可用来完成此功能。(Type delimiter typedefC language not only provides rich data types, but also allows users to define their own types by th<Bruce Leung> 在 2024-11-13 上传 | 大小:5kb | 下载:0
[书籍源码] C语言程序:将一张矩阵笑脸上下翻转成哭脸
说明:这是一个简单C语言程序代码,有兴趣的朋友可以按照代码演示一下,看看有什么惊奇的变化,看看本来是笑脸的矩阵能不能变成哭脸。(This is a simple C language program code, interested friends can according to the code shown, to see what was surprising changes, see the smiling faces of the<Bruce Leung> 在 2024-11-13 上传 | 大小:6kb | 下载:0
[书籍源码] C语言中printf的使用
说明:printf()函数是式样化输出函数, 一般用于向准则输出设备按规定式样输出消息。正在编写步骤时经常会用到此函数。printf()函数的挪用式样为: printf("<式样化字符串>",<参量表>);(The printf () function is a stylized output function, which is generally used to output mes<Bruce Leung> 在 2024-11-13 上传 | 大小:5kb | 下载:0
[书籍源码] C语言中scanf的使用
说明:首先需要#include <stdio.h>int scanf( const char *format, ... );scanf()函数是格式化输入函数,它从标准输入设备(键盘) 读取输入的信息。第一个参数format为一个常量字符串,这个字符串中如果包含‘%’符号则使用后续参数进行匹配如:scanf("%d%d", &a, &b);(First, we need #include <<Bruce Leung> 在 2024-11-13 上传 | 大小:5kb | 下载:0
[书籍源码] C语言中计算两数之和
说明:初学C的一些数据类型知识,为初识C语言的学习朋友提供便利。(Beginner C some of the data types of knowledge, to provide convenience for the first C language learning friends.)<Bruce Leung> 在 2024-11-13 上传 | 大小:7kb | 下载:0
[LabView] 课设,液位监控-完成
说明:实现液位监测的上位机LabVIEW的数据解析与现实(The program of LabVIEW of monitor the level of water)<迪卡夫> 在 2024-11-13 上传 | 大小:324kb | 下载:0
[LabView] AnyCAD_Sample-4.0
说明:CAD控件使用例子。。。。。。。。。。。。。。。(CAD control use example)<飞^飞> 在 2024-11-13 上传 | 大小:7.37mb | 下载:2
[易语言编程] chaoliujisuan
说明:潮流计算算例,希望可以帮助到大家。我也是初学者,希望能一起交流啊(The example of the powerv flow analyze)<三木阿三木> 在 2024-11-13 上传 | 大小:1kb | 下载:0
[书籍源码] 新建文件夹 6
说明:学生管理系统 能够统计每个学生三门功课成绩并显示; 能按学生号查询其三门学功课成绩并显示; 能浏览全部学生成绩; 能按总成绩由高到低显示学生成绩(Student management system To be able to count the three subjects of each student and show them. It can be found and displayed on the stud<white55kai> 在 2024-11-13 上传 | 大小:14kb | 下载:0