登录
首页 » 数据结构 » 客户关系管理系统,可以进行一些简单的客户关系管理

客户关系管理系统,可以进行一些简单的客户关系管理

于 2022-05-31 发布 文件大小:793.11 kB
0 214
下载积分: 2 下载次数: 1

代码说明:

客户关系管理系统,可以进行一些简单的客户关系管理

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

发表评论

0 个回复

  • TwoEmbranchmentTree : As ancestor has its children, a tree has its leaves. we co...
    TwoEmbranchmentTree:As ancestor has its children , a tree has its leaves. we could check its leaves in terms of algorithm as preorder , midorder or postorder.-TwoEmbranchmentTree : As ancestor has its children, a tree has its leaves. we could check its leaves i n terms of algorithm as preorder. midorder or postorder.
    2022-06-12 18:19:19下载
    积分:1
  • 这是我的一些(C语言)源代码 比如LinkList,String,Array,Tr...
    这是我的一些数据结构(C语言)源代码 比如LinkList,String,Array,Tr-This is some of my data structure (C Language) source code for LinkList, String, Array, Tree, etc.
    2023-01-08 06:55:02下载
    积分:1
  • SSD5练习4
    ssd5 exercise 4 ssd5 exercise 4 ss d5 exercise 4 -ssd5 exercise 4 ssd5 exercise 4 ssd5 exercise 4 ssd5 exercise 4
    2022-12-07 04:15:03下载
    积分:1
  • 这是的四则运算的c语言程序,只要编译就能运行呀!...
    这是数据结构的四则运算的c语言程序,只要编译就能运行呀!-This is the data structure of the four operations c language program, as long as the compiler can run!
    2022-01-21 01:27:28下载
    积分:1
  • 对二叉树进行插入,打印屏幕等操作
    对二叉树进行插入,打印屏幕等操作。使用动态结构实现,可以学习。代码简洁明了,便与学习。有注释。插入元素,采用递归实现。在t节点插入元素x;深度是temp;num表示若是在满二叉树情况下的编号,用于计算坐标;计算深度是x,满二叉树编号是y点的坐标。
    2023-08-12 22:50:03下载
    积分:1
  • labyrinth: You need to find the doable way to go to the destinaton.And then prin...
    labyrinth: you need to find the doable way to go to the destinaton.And then print out the path.-labyrinth: You need to find the doable way to go to the destinaton.And then print out the path.
    2023-04-17 06:20:02下载
    积分:1
  • 此程序还不能对字符串排序,望能予以改进
    此程序还不能对字符串排序,望能予以改进-A general soring program.*It can t sort string, and need to be improved.
    2022-01-26 00:26:33下载
    积分:1
  • 【10】玉兔_spi_dataflash
    【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash
    2022-04-15 21:04:00下载
    积分:1
  • 设计一个计算机管理系统完成图书管理基本业务1,每种书的登记内容包括书号、书名、著作者、现存量和库存量;2)对书号建立索引表(线性表)以提高查找效率3)系统主要功...
    设计一个计算机管理系统完成图书管理基本业务1,每种书的登记内容包括书号、书名、著作者、现存量和库存量;2)对书号建立索引表(线性表)以提高查找效率3)系统主要功能如下: 采编入库:新购一种书,确定书号后,登记到图书帐目表中,如果表中已有,则只将库存量增加; 借阅:如果一种书的现存量大于0,则借出一本,登记借阅者的书证号和归还期限,改变现存量; 归还:注销对借阅者的登记,改变该书的现存量。 1)系统功能的进一步完善2)索引表采用树表。3)设计内容4)程序流程图5)源程序6)软件测试报告(包括所用到的数据及结果) -Books Management System
    2022-02-24 14:53:07下载
    积分:1
  • 全国交通算法,求最短路径,最省时间,最少工作量. VC开发的,很有借鉴意义...
    全国交通算法,求最短路径,最省时间,最少工作量. VC开发的,很有借鉴意义-National transport algorithm for the shortest path, least time, at least workload. VC developed referential significance
    2022-05-15 10:30:14下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载