登录
首页 » 其他项目 » 一些基本函数的程序源代码:包括(1)malloc函数(2)free函数(3)realloc函数(4)calloc函数 (5)学生数据库的编写(6)通讯录 以上都...

一些基本函数的程序源代码:包括(1)malloc函数(2)free函数(3)realloc函数(4)calloc函数 (5)学生数据库的编写(6)通讯录 以上都...

于 2023-06-27 发布 文件大小:48.45 kB
0 248
下载积分: 2 下载次数: 1

代码说明:

一些基本函数的程序源代码:包括(1)malloc函数(2)free函数(3)realloc函数(4)calloc函数 (5)学生数据库的编写(6)通讯录 以上都包含c语言源码,obj文件及应用程序-Some of the basic function of the source code of the program include: (1) malloc function (2) free function (3) realloc function (4) calloc function (5) the preparation of students in the database (6) address book contains more than c language source code, obj documents and applications

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • BlueCore supports a mechanism called Device Firmware Upgrade (DFU) to enable its...
    BlueCore supports a mechanism called Device Firmware Upgrade (DFU) to enable its software and configuration data to be replaced. To guard against unauthorised changes, downloaded files can be verified by means of signatures. The DFU Tools are a suite of programs that enable firmware and persistent store files to be signed and combined to form DFU files. -BlueCore supports a mechanism called Device Firmware Upgrade (DFU) to enable its software and configuration data to be replaced. To guard against unauthorised changes, downloaded files can be verified by means of signatures. The DFU Tools are a suite of programs that enable firmware and persistent store files to be signed and combined to form DFU files.
    2022-01-27 11:15:20下载
    积分:1
  • Under DOS output 99 multiplication table for everyone to learn!
    DOS下的99乘法表输出,供大家学习! ÿ -Under DOS output 99 multiplication table for everyone to learn!
    2023-05-06 14:15:03下载
    积分:1
  • 控制系统,请仔细查看 也许对你有用
    控制系统,请仔细查看 也许对你有用 -Control System, please carefully review may be useful to you
    2022-07-28 07:12:22下载
    积分:1
  • 控制器与电机驱动器之间的连接板设计图,是为了保护控制器电路的安全....
    控制器与电机驱动器之间的连接板设计图,是为了保护控制器电路的安全.-Controller and motor drive design连接板between, are in order to protect the safety of the controller circuit.
    2023-03-16 13:50:04下载
    积分:1
  • AT89S52单片机电子钟(含万年历、闹铃)
    应用背景用于大学51单片机课程设计,数码管显示时间,设置闹铃,电子钟,显示时间、日期,秒表用于计时,用于51单片机关键技术AT89S52单片机电子钟(含万年历、闹铃、秒表)有注释,可以删除部分功能,所有功能都采用子函数,采用8位数码管显示,采用8位IO口独立式按键输入。涵盖电子钟所有内容。
    2022-08-20 23:38:14下载
    积分:1
  • Qvod网页播放器的使用!及参数的具体作用!
    Qvod网页播放器的使用!及参数的具体作用!-Qvod page using the player! And parameters specific role!
    2023-01-29 16:50:04下载
    积分:1
  • 阅读的格式SEGY地震数据segyreader,输入SEGY .h文件卷赛格…
    读取Segy格式地震数据的类SegyReader, 在segy.h文件中有segy卷头/道头的每一个字段的中文详细说明,方便大家查询使用. 另外, 使用QT3.x制作的GUI界面程序, 可以选择一个segy文件, 使用SegyReader类读取并显示相关信息在界面上.-Read format Segy type of seismic data SegyReader, in segy.h document volumes segy head/Road, the first field of each detailed description of the Chinese to facilitate the use of inquiries. In addition, the use of the GUI interface QT3.x production procedures, segy can choose a file, use the category SegyReader read and display relevant information in the interface.
    2022-04-15 15:36:12下载
    积分:1
  • 编程求出二维数组中的最大和最小元素的值及位置。设二维数组如下: A={ { 3,13,7,9},{11,8,23,5},{6,34,16,4}}。...
    编程求出二维数组中的最大和最小元素的值及其位置。设二维数组如下: A={ { 3,13,7,9},{11,8,23,5},{6,34,16,4}}。 -programming calculated two-dimensional array of elements in the largest and smallest values and its location. Two-dimensional arrays located as follows : A = () (3,13,7,9, 11,8,23,5 (), (6,34,16, 4).
    2022-03-13 09:28:02下载
    积分:1
  • 利用opnet网络仿真软件,研究802.11的QOS,可以利用此模块研究802.11e...
    利用opnet网络仿真软件,研究802.11的QOS,可以利用此模块研究802.11e-opnet use of network simulation software, the study 802.11 QOS, You can use this module study 802.11 e
    2023-01-11 14:35:03下载
    积分:1
  • Find prime numbers prepared by screening the function: void sieve (bool isPrime...
    编写筛选查找素数函数: void sieve(bool isPrime[], int n) 其中isPrime[ ]为一个布尔型数组,n为数组大小。由于2是第一个素数, 所以设置isPrime[0]和isPrime[1]的值为false,并设置其余的元素初值为true。 然后对从4到n-1的每一个i,判断i是否能够被2整除,如果i能够被2整除,则设置isPrime[i]为false。 对从2到n/2的每一个可能的数值重复以上处理,当操作结束时,所有值为true的isPrime[i]所对应的i就是素数,它们将是从筛子中掉下来的。-Find prime numbers prepared by screening the function: void sieve (bool isPrime [], int n) which isPrime [] as a Boolean array, n is the size of the array. Because 2 is the first prime number, so set the isPrime [0], and isPrime [1] a value of false, and set the initial value of the remaining elements of true. And then from 4 to n-1 for each i, to determine whether i can be divisible by 2, if i can be divisible by 2, then set the isPrime [i] is false. From 2 to n/2 possible values for each one to repeat the above processing, when the operation ended, all the true value of the isPrime [i] corresponding to i is a prime number, they will be falling from the sieve in the past.
    2023-03-02 04:45:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载