资源列表
[书籍源码] 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-12-29 上传 | 大小: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-12-29 上传 | 大小: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-12-29 上传 | 大小: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-12-29 上传 | 大小: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-12-29 上传 | 大小: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-12-29 上传 | 大小: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-12-29 上传 | 大小:7kb | 下载: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-12-29 上传 | 大小:14kb | 下载:0
[书籍源码] vb与EXCEL几乎所有的操作方法
说明:vb与EXCEL几乎所有的操作方法;VB使用参考资料(Vb and EXCEL almost all operation method;VB use resources)<wwggjj> 在 2024-12-29 上传 | 大小:125kb | 下载:0
[书籍源码] 吴伟民等《数据结构(c语言版)》一书的全部源代码
说明:吴伟民等《数据结构(c语言版)》一书的全部源代码,对于新手学习很有帮助(Wu Weimin, such as "data structure (C Language Edition)" the full source of the book, for novice learning is very helpful)<weitianyuan7> 在 2024-12-29 上传 | 大小:643kb | 下载:0
[书籍源码] 激光自混合微位移测量的FFT相位提取方法_张照云
说明:提出一种基于快速傅里叶变换( F F T)提取相位的方法, 分析自混合干涉信号, 不增加系统复杂度就能将激光自混合( SM LD) 微位移测量精度提高到纳米量级。(A phase extraction method based on F F T is proposed. The self mixing interference signal is analyzed, and the accuracy of the self mixing<walkmanhl> 在 2024-12-29 上传 | 大小:379kb | 下载:0
[书籍源码] STL源码剖析--侯捷
说明:C++源码剖析,值得深入学习。双方的首发哈哈哈(c++ very intresing asf sfdd)<天边浮云> 在 2024-12-29 上传 | 大小:5.98mb | 下载:0