开发者

C语言动态通讯录

0
  • C语言实现一个文件版动态通讯录流程详解

    目录通讯录思维导图一、Contact.h二、Contact.c1.初始化通讯录2.检查容量是否满3.添加联系人4.显示联系人5.查找联系人6.修改联系人7.通过名字来排序联系人8.保存联系人到文本文件中9.从文件中读取联系人的信息10.销毁[详细]

    2023-01-30 10:44 分类:开发
  • C语言实现动态版通讯录的代码分享

    目录前言初始化函数具体实现代码检查容量函数实现代码销毁通讯录函数JRyxiaUPo实现代码动态版通讯录完整代码前言[详细]

    2023-01-13 10:59 分类:开发
  • Autotesting a network interface

    I\'m developing a software component responsible for testing if a network interface has conectivity with the internet. Think of it as the same test the XBOX360 does to inform the user if it\'s connect[详细]

    2022-12-22 01:41 分类:问答