搜索资源列表
zhs
- 曲线拟和的设计以及它的实现,对化学实验所得到的数据进行处理,得出准确的值.-curve-fitting and design and its realization, the right chemistry experiment by the data processing, an accurate value.
马踏棋盘C
- 一个数据结构的实验。马踏棋盘的程序。已经通过编译了。-a data structure experiments. Horse riding chessboard procedures. The compiler has been passed.
datred
- 实验用的数据收集程序。你可以从一个或者多个文件中提取某些数据-experimental data collection procedures. You can be one or more documents extract certain data
CandSHUJUJIEGOU
- 这里是C语言与数据结构的课程设计与实验的程序,以及一些程序的原代码.-here is the C language and data structure of the curriculum design and experimental procedures, and some of the procedures of the original code.
xiaoyuanjingdian
- 一个简单的校园景点程序,是数据结构课的编程实验之一,弗洛伊德算法。-a simple campus attractions procedures, data structure class programming experiment, Floyd algorithm.
kuaisupaixu
- 大学数据结构课用的实验程序,快速排序,这个是模板。-University class data structure with the experimental procedure, rapid sequencing, this is a template.
shiyanbaogao11
- 这是我们学校数据结构课程上机作业中的5份实验报告,附带原代码-This is the data structure of our school curriculum on the plane operations of the five experimental, fringe-source
wenjianxitongmonisheji
- 文件系统实现 1. 数据结构设计 通过分析设计题目,具体设计出主要的三个数据结构。 2. 程序流程设计 根据课程设计的内容,给出具体实现的思路和程序框图,并给一定的解释,流程图要和自己的程序实现一致,不求多,要简练明确,可以参考实验指导书。 3. 主要算法设计 根据课程设计的内容和实现文件系统需要,给出查找,插入文件,用户等关键算法,可以参考演示程序。 4. 模拟实现文件系统 根据设计的数据结构,流程框图以及具体算法,用C/C++ 等高级程序设计语言模拟文件系统
sjjgsy
- 数据结构第一次实验。用来创建线性表和求取线性表的第i个元素。-data structure first experiment. Table used to create linear and linear scale struck the first i elements.
wenjianxitongmoni
- 操作系统课程设计报告 文件系统模拟 一、课程设计目的 通过模拟文件系统的实现,深入理解操作系统中文件系统的理论知识。 二、课程设计要求 通过课程设计,要求学生主要掌握如下内容: 1.设计出文件系统中常用的数据结构; 2.理解文件系统的工作流程,给出程序流程图; 3.设计出文件系统中关键的算法; 4.模拟实现二级目录文件系统,并给出一组运行结果。 三、课程设计内容 根据实验指导书补充 四、文件系统实现 -courses on operating
SQLSEVER3
- 《数据库原理》实验报告实验单元三 SQL 数据查询-"database principle" experiment module report experimental data query SQL 3
Curvesimulation
- VB 对实验数据进行仿真分析得到拟合曲线, a good simulation program -VB on experimental data analysis simulation curve fitting, a good simulation program
changqiang
- 电磁场实验中,对场强仪测试所得数据的处理小程序,主要用于画出相应的概率分布。-electromagnetic field experiment, the right of field test data processing procedures for small, used mainly for paint corresponding probability distribution.
1111c
- 一、实验目的:编制一个源程序的输入过程,从键盘、文件或文本框输入若干行语句,依次存入输入缓冲区(字符型数据);并编制一个扫描子程序,该子程序中每次调用能依次从存放源程序的输入缓冲区中读出一个有效字符。-an experimental Objective : To develop a source of the entry process, from the keyboard, Document text box or import a number of firms statement, in
vjgfjh
- 一、实验目的:编制一个源程序的输入过程,从键盘、文件或文本框输入若干行语句,依次存入输入缓冲区(字符型数据);并编制一个扫描子程序,该子程序中每次调用能依次从存放源程序的输入缓冲区中读出一个有效字符。-an experimental Objective : To develop a source of the entry process, from the keyboard, Document text box or import a number of firms statement, in
6
- 1)掌握普里姆构造最小生成树算法的数据结构和算法实现; 2)掌握图或网的邻接矩阵表示及其上基本算法的实现; 3)按照实验题目要求独立完成实验内容(提交程序清单及相关实验数据与运行结果); 4)认真书写实验报告,并按时提交。
diezdiedfj
- 曲线拟合可用于实验数据的处理及实验结果做图等
《计算机网络与数据通信实验教程》源代码
- 《计算机网络与数据通信实验教程》源代码, WinRAR自解压包。-"computer networks and data communication experiment Guide" source code, WinRAR self-extract package.
mobanjihe
- 整个实验的设计思路大致如下:首先通过对话框来输入一个学生的基本信息记录,然后将记录的内容保存到一个对象数组集合类对象中,最后通过文档序列化将记录保存到一个文件中去。当添加记录或打开一个记录文件,还会将记录数据传回到对话框相应控件显示出来。-The experimental design ideas as follows: first through the dialog box to enter the basic information a student record, then recor
班级-实验6姓名-
- 实验目的 ? 了解关系数据库的相关知识; ? 掌握JDBC技术、了解JDBC编程步骤; ? 掌握JDBC访问数据库的方法; ? 掌握Java数据库开发中的相关类、接口及其使用方法。 实验内容 用户登录界面一般包括用户名和密码输入,输入完成后,可以单击“确定”按钮进行用户输入的判断,或单击“取消”按钮清空输入。根据图形界面设计的基本步骤,实施本任务的步骤为首先设计用户登录界面并进行合理,然后对相应组件进行事件处理,实现用户合法性的判断。 要求: 1、要求三个按钮,当输入的用户名和密