登录
首页 » 数据结构 » 实时数据库pi的中文说明 对pi的纤细说明 包括 其中的大部分功能 对人们了解pi的架构有很大作用 实时数据库 还是空白...

实时数据库pi的中文说明 对pi的纤细说明 包括 其中的大部分功能 对人们了解pi的架构有很大作用 实时数据库 还是空白...

于 2022-02-15 发布 文件大小:13.95 kB
0 184
下载积分: 2 下载次数: 1

代码说明:

实时数据库pi的中文说明 对pi的纤细说明 包括 其中的大部分功能 对人们了解pi的架构有很大作用 实时数据库 还是空白-real-time database of Chinese explanation pi pi to the slim note including the majority of people understand the function of the structure of pi is very effective real-time database or blank

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

发表评论

0 个回复

  • 输入您的生辰八字,程序会帮你算出你的一元周期的所有点
    输入您的生辰八字,程序会帮你算出你的一元周期的所有点-Enter your birthday character, the program will help you calculate your cycle of one dollar all point
    2022-02-14 08:20:42下载
    积分:1
  • 科研管理
    该科研管理系统主要有查询和管理两项功能。查询模块对应一般用户,管理模块对应管理员。通过管理和查询的相应模块可已很方便地对数据库进行一系列的操作,这在模块功能描述里已简单描述过。因还是初次用VC6.0设计基于对话框的应用程序,所以了解很浅薄,我没有设计用户登陆和用户注册了,也就是没有规定用户权限。也没有对对话框进行最大化,最小化处理。还有科研管理系统就实现了对数据库表的一些最基本的查询、增删改操作,没有对查询功能进行细化等,如按不同类别查询科研成果,按不同职称查询教师信息等。我做的这个系统比较简单,所以出现的一些问题也比较好解决,如一开始我在实现程序代码的时候对于数据表映射类、对话框类等是定义指针的,但在运行时总出现某某内存不可读,不可写的问题,所以我就改成直接定义这些类的对象排出了这类问题。其实一开始我定义指针让其指向new生成的对象是打算之后可以释放内存空间的,减小内存的开销,可指针我用不好,所以在这点上我处理的不好。因此,我对自己所做的这个系统提出的改进意见是设计用户注册、登录模块、将各模块的功能进行细化,实现对对话框大小能进行调整的功能等。
    2022-05-14 17:51:42下载
    积分:1
  • trainreset:有许多列车需要开车出站的作用。
    TrainReset:there are many trains need to drive out of the station .In terms of their numbers from small to large.There are only three railways used to place the trains ,and also need the same order.-TrainReset : there are many trains need to drive out of the sta tion. In terms of their numbers from small to deviation ge.There are only three railways used to place t he trains, and also need the same order.
    2022-07-14 05:15:14下载
    积分:1
  • 用struts hibernate 开发的论坛源码! 开发平台:eclipese 3.1.2 web服务器: tomcat 5 库: mysql...
    用struts hibernate 开发的论坛源码! 开发平台:eclipese 3.1.2 web服务器: tomcat 5 数据库: mysql5.0 -Developed using struts hibernate forum source! Development platform: eclipese 3.1.2 web server: tomcat 5 Database: mysql5.0
    2023-06-16 16:40:07下载
    积分:1
  • Data Structure e
    数据结构电子书,清华大学出版社,严蔚敏老师-Data Structure e-books, Tsinghua University Press, YAN Wei-min Teachers
    2022-01-22 06:44:26下载
    积分:1
  • 利用栈的方式完成车厢调度,的实习题目,已完成基本内容....
    利用栈的方式完成车厢调度,数据结构的实习题目,已完成基本内容.-Completes the compartment dispatch using the stack way,Construction of data practice topic,Has completed the basic content
    2022-07-02 13:22:17下载
    积分:1
  • 我写的小程序是关于排序算法的,功能比较全
    我写的数据结构小程序是关于排序算法的,功能比较全-I write the data structure of small programs algorithm, the entire comparison function
    2022-01-26 08:23:21下载
    积分:1
  • VC下ADO开发实践,整理总的一片文章,可以按照其说明学习在VC环境下的ADO库应用程序开发...
    VC下ADO开发实践,整理总结的一片文章,可以按照其说明学习在VC环境下的ADO数据库应用程序开发-VC developed under the ADO practice, finishing a summary of the article, you can note in accordance with their learning in VC environment ADO database application development
    2022-02-05 07:58:12下载
    积分:1
  • 学习写的排序代码,有冒泡排序、直接插入、希尔排序、简单选择排序、快速排序、堆排序...
    学习数据结构写的排序代码,有冒泡排序、直接插入、希尔排序、简单选择排序、快速排序、堆排序-study data structure was sort of code, Bubble Sort directly inserted, Hill, in order of simple choice, in order of Quick Sort, Heap Sort
    2022-06-27 11:18:18下载
    积分:1
  • 一. 问题描述很多涉及图上操作的算法都是以图的遍历为基础的。试写一个程序,演示在连通的无向图上访问全部节点的操作。二. 基本要求以邻接多重链表为存储。实现连...
    一. 问题描述很多涉及图上操作的算法都是以图的遍历为基础的。试写一个程序,演示在连通的无向图上访问全部节点的操作。二. 基本要求以邻接多重链表为存储结构。实现连通无向图的深度和广度优先遍历。以用户指定的节点为起点,分别输出每种遍历下的节点访问序列和相应生成树的边集。-one. Description many issues involving maps of algorithms are to traverse the map-based. A written test procedures, demonstrating the connectivity of undirected graph visit all the nodes on the operation. 2. Adjacent to the basic requirements for storage of multiple linked list structure. Connectivity to the map without the depth and breadth- first traversal. User specified nodes as a starting point, the output of each node traversal visit Spanning Tree sequence and the corresponding set of edges.
    2022-07-10 16:08:09下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载