登录
首页 » 数据结构 » C语言,数据结构。通过二分法求解方程的根值

C语言,数据结构。通过二分法求解方程的根值

于 2022-03-30 发布 文件大小:787.00 B
0 228
下载积分: 2 下载次数: 1

代码说明:

C语言,数据结构。通过二分法求解方程的根值-C language data structures. Through the dichotomy solving the root of the value equation. . .

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

发表评论

0 个回复

  • 一种基于访问流的库索引优化方法该方法通过集成业务流程模型与模型,抽取了流程活动中包含的访问操作和流程的控制形成访问流,分析了访问流中...
    一种基于数据访问流的数据库索引优化方法该方法通过集成业务流程模型与数据模型,抽取了流程活动中包含的数据访问操作和流程的控制结构形成数据访问流,分析了数据访问流中数据访问操作的频度,为频繁数据访问操作所对应的数据项创建索引,达到改善数据访问性能的目的。实验结果表明,该方法提高了数据查询的速度。-A novel method called data-access-flow based index optimization (DAFIO) is proposed to provide automatic index select for databasein order to improve the data access performance. By integrating the data model and process model of the IT systems and getting data access flow, theDAFIO method can analyze the data access flow to find those data item which are accessed frequently, and then create indexes for these frequentitems. The experiment results show that the novel method is effective to improve the data access performance.
    2023-04-15 10:50:04下载
    积分:1
  • Manager: In this system there is only one administrator, that is, the system adm...
    管理员:在此系统中只有一个管理员,即系统管理员。具有一般用户所没有的权限,即具有管理一般用户、试题管理功能。 管理员可以向题库中添加各种类型且符合要求的试题,也可以对它们进行修改和删除。同时,管理员也能对科目、用户、考试记录等数据进行管理。 试题管理-Manager: In this system there is only one administrator, that is, the system administrator. General users do not have permission, that is, with the management of general users, test management capabilities. Administrators can add to the questions of all types and meet the requirements of the test, can also modify and delete them. At the same time, administrators can also subjects the user, the examination of data records management. Test Management
    2022-05-17 02:44:48下载
    积分:1
  • Rijndael algorithm for SqlServer 2005 UDT
    &公共静态字节[]加密(SqlString s)
    2022-02-05 04:53:46下载
    积分:1
  • BM关键字查找算法,在用于查找子字符串的算法当中,BM(Boyer...
    BM关键字查找算法,在用于查找子字符串的算法当中,BM(Boyer-Moore)算法是目前相当有效又容易理解的一种,一般情况下,比KMP算法快3-5倍。-BM keyword search algorithm used in the sub-string search algorithm which, BM (Boyer-Moore) algorithm is quite effective and easy to understand A, under normal circumstances, more than 3-5 times the KMP algorithm quickly.
    2022-03-10 14:08:21下载
    积分:1
  • PB对象连接与嵌入
    PB对象连接与嵌入-PB Object Linking and Embedding
    2022-06-28 21:09:13下载
    积分:1
  • 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
  • 这是我的课程设计源代码,请务必按提示输入,该程序的功能是用链表实现多项式的四则运算。...
    这是我的数据结构课程设计源代码,请务必按提示输入数据,该程序的功能是用链表实现多项式的四则运算。-This is my data structure course design source code, you must follow the directions to input data, the program"s function is used to achieve Chain of four polynomial operations.
    2022-08-16 11:50:15下载
    积分:1
  • 学生信息与 MS 访问连接
    这个项目主要集中在数据库连接。连接数据库系统中是至关重要的因素。它是决定功能和应用程序的效率的一个因素。它是只反映在前端所做的更改将反映在后端,反之亦然。在这里,前端是 Visual basic 6.0 和后端是 Microsoft Access。它是容易和友好学习的学习者和还在代码中的任何修改可以做很容易。
    2022-01-26 04:40:29下载
    积分:1
  • 这是一套医院使用的订购药品的进存销系统,功能强大,使用方便...
    这是一套医院使用的订购药品的进存销系统,功能强大,使用方便-This is a set of ordering the use of hospital drugs into Cun-pin system, a powerful and easy to use
    2023-04-27 04:55:03下载
    积分:1
  • 这是课程设计的4个原程序代码分别是课程设计――猴子选大王问题课程设计...
    这是数据结构课程设计的4个原程序代码分别是数据结构课程设计――猴子选大王问题数据结构课程设计-This the data structure of curriculum design four original code was designed data structure courses-- monkeys elected king issues of curriculum design data structure
    2022-11-05 08:40:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载