登录
首页 » 数据结构 » 进制转换

进制转换

于 2022-07-17 发布 文件大小:11.11 kB
0 171
下载积分: 2 下载次数: 1

代码说明:

这个源代码是二进制,八进制,十进制数字之间的互相转换。

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

发表评论

0 个回复

  • c++链式队列的实现
    c++链式队列的实现头文件如下: typedef int Item; typedef struct node * PNode; typedef struct node {  Item data;  PNode next; }Node; typedef struct {  PNode front;  PNode rear;  int size; }Queue; /*构造一个空队列*/ Queue *InitQueue(); /*销毁一个队列*/ void DestroyQueue(Queue *pqueue); /*清空一个队列*/ void ClearQueue(Queue *pqueue); /*判断队列是否为空*/ int IsEmpty(Queue *pqueue); /*返回队列大小*/ int GetSize(Queue *pqueue); /*返回队头元素*/ PNode GetFront(Queue *pqueue,Item *pitem); /*返回队尾元素*/ PNode GetRear(Queue *pqueue,Item *pitem); /*将新元素入队*/ PNode EnQueue(Queue *pqueue,Item item); /*队头元素出队*/ PNode DeQueue(Queue *pqueue,Item *pitem); /*遍历队列并对各数据项调用visit函数*/ void QueueTraverse(Queue *pqueue,void (*visit)());
    2023-09-04 20:50:03下载
    积分:1
  • ODBC API访问库的文章却少之又少。虽然用ODBC访问库比较麻烦,但却很灵活,效率高,
    ODBC API访问数据库的文章却少之又少。虽然用ODBC访问数据库比较麻烦,但却很灵活,效率高,-ODBC API to access the database of the article are few and far between. Although access to the database using ODBC is too much trouble, but it is very flexible, high efficiency,
    2022-07-08 05:31:07下载
    积分:1
  • swgl Business Management System
    swgl业务管理系统
    2022-06-14 13:38:45下载
    积分:1
  • 车辆管理
    这是车辆管理系统的 PHP 源代码。欢迎下载,试用。谢谢大家的支持 !希望能有帮助!
    2022-03-14 18:37:08下载
    积分:1
  • sgfdsgsdfsdfsdfasdgfagagggag
    权限控件sdfsfsdagfadsgasdgads-sgfdsgsdfsdfsdfasdgfagagggag
    2022-12-16 17:30:03下载
    积分:1
  • 层次的非递归算法
    层次的非递归算法-level of non- recursive algorithm
    2022-12-16 09:10:03下载
    积分:1
  • VC++语言实现与库的连接,效果不错的
    VC++语言实现与数据库的连接,效果不错的-VC++ Language with database connectivity, the effect of good
    2022-08-03 19:08:44下载
    积分:1
  • data structure c
    数据结构c++-书的一些源代码-data structure c-some of the source code
    2022-01-30 17:25:38下载
    积分:1
  • algorithm, tree hash table, b tree, Tas de Fibonnaci
    algorithm , tree hash table, b tree, Tas de Fibonnaci-algorithm, tree hash table, b tree, Tas de Fibonnaci
    2022-10-23 03:50:03下载
    积分:1
  • 不错的代码 希望大家喜欢 别忘了看完以后联系我
    不错的代码 希望大家喜欢 别忘了看完以后联系我 -good code hope you like do not forget to contact me after reading
    2022-10-09 22:45:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载