虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

dat-files

  • 本程序是我上课实验报告的源代码

    本程序是我上课实验报告的源代码,用Cholesky分解求解最小二乘问题,并可以实现多项式拟合。输入请使用inpuy.dat文件。

    标签: 程序 实验报告 源代码

    上传时间: 2016-08-15

    上传用户:yuanyuan123

  • 设计一个学生成绩管理系统

    设计一个学生成绩管理系统,对上学期的本班的学习成绩进行管理,具有查询和检索功能,并且能够对指定文件操作,也可将多个文件组成一个文件。 A、 设计内容 1、每一条记录包括一个学生的学号、姓名、性别、各门课成绩(上学期的科目)、平均成绩。 2、输入功能:可以一次完成若干条记录的输入。 3、显示功能:完成全部学生记录的显示。 4、查找功能:完成按姓名或学号查找学生记录,并显示。 5、排序功能:按学生平均成绩进行排序。 6、插入功能:按平均成绩高低插入一条学生记录。 7、将学生记录存在文件student.dat中。 8、应提供一个界面来调用各个功能,调用界面和各个功能的操作界面应尽可能清晰美观!

    标签: 管理系统

    上传时间: 2016-08-16

    上传用户:bcjtao

  • For build this project you can use ant (www.apache.org). Before build project rename file build.pro

    For build this project you can use ant (www.apache.org). Before build project rename file build.properties.pattern in build.properties and set specific for your machine parameters, then start build.bat (for Windows platform) or build.sh (for Linux) in root project folder. After compile process all binary files will be copy into build forlder. For additional information please visit web site http://www.m-g.ru/corba To subscribe on news about MT_DORB send e-mail with subject subscribe to corba@m-g.ru We recommend that you place the MTDORB_UCUtils.dll ( or MTDORB_UCUtils.so for Linux) in the Windows\System directory (or Windows\System32 for WinNT and Win2K and /lib for Linux). Main MTDORB author: Oleg V. Safonov <safonov@m-g.ru>

    标签: build project Before apache

    上传时间: 2016-08-20

    上传用户:zhenyushaw

  • 感觉是国内讲的最透彻的图象处理处理中文讲义(国外的做的好的多)

    感觉是国内讲的最透彻的图象处理处理中文讲义(国外的做的好的多),深入浅出,发人深思!特别适合计算机视觉领域研究的新手上路! 1、讲义包括04版和06版,新版本更爽。 2、还有cv领域的前研与应用的介绍。 3、实验报告介绍vi软件的使用(一个简单的图象格式转换转件),vi可读取bmp,jpg,tif,png,gif,rgb,cel,tga,dat,转换输出bmp,jpg,tif,png,dat。 让我们在cv领域中畅想与飞翔!

    标签: 图象处理 讲义

    上传时间: 2014-12-21

    上传用户:lo25643

  • 一个风扇转速控制的上位机程序

    一个风扇转速控制的上位机程序,通过串口与下位机DSP实现通信,协议在压缩包内有说明,显示曲线程序暂时没有,通过向d盘写一个real.dat文件作为曲线显示的接口,方便扩展,上位机只是实现了通讯,具体的控制算法在DSp内部实现的

    标签: 风扇 转速控制 上位机 程序

    上传时间: 2013-12-23

    上传用户:qweqweqwe

  • (1)接收原始数据: 从终端读入字符集大小n

    (1)接收原始数据: 从终端读入字符集大小n,n个字符和n个权值,建立哈夫曼树,存于文件hfmtree.dat中。 (2)编码: 利用已建好的哈夫曼树(如不在内存,则从文件hfmtree.dat中读入)对文件中的正文进行编码,然后将结果存入文件codefile.dat中。 (3)译码: 利用已建好的哈夫曼树将文件codefile.dat中的代码进行译码,结果存入文件textfile.dat 中。 (4)打印编码规则:即字符与编码的一一对应关系。 (5)打印哈夫曼树:将已在内存中的哈夫曼树以直观的方式显示在终端上。

    标签: 接收 字符 数据

    上传时间: 2013-12-10

    上传用户:asdkin

  • The download includes the kernel source code, and a demo application for EVERY RTOS port. See http:

    The download includes the kernel source code, and a demo application for EVERY RTOS port. See http://www.freertos.org/a00017.html for full details of the directory structure and information on locating the files you require. The easiest way to use FreeRTOS is start start with one of the demo application projects. Once this is running the project can be modified to include your own source files. This way the correct files and compiler options will be automatically included in your application. + The Source directory contains the real time kernel source files for every port. The kernel itself is only 3 files. + The Demo directory contains the demo application source files for every port. + The TraceCon directory contains the trace visualisation exe file. See the readme files in the respective directories for further information.

    标签: application download includes kernel

    上传时间: 2016-08-24

    上传用户:zhyiroy

  • RS232.C was written to provide all of the basic functionality needed to employ serial I/O in any a

    RS232.C was written to provide all of the basic functionality needed to employ serial I/O in any application written with Borland C language compilers. Some features are: 1. Ease of use. No assembly language or library files are used and a simple "#include" statement is all that is required to access all of the functions provided. 2. Both input and output are buffered and interrupt driven for efficiency. 3. Serial ports 1 - 4 are supported on PC, AT and PS/2 compatibles.Chained interrupts used on port 3 and 4 are allowed for so as not to interfere with devices such as a mouse or printer. Transmission speeds of 110 to 115200 baud are available. 4. Detection and utilization of hardware buffered UARTs (NS16550AF etc.) found in some machines is automatic. 5. Interrupt driven hardware and XON/XOFF flow control is provided for. 6. All source code is included. RS232.C can be used with all memory models.

    标签: functionality provide written employ

    上传时间: 2016-08-24

    上传用户:小眼睛LSL

  • AC97 Sample Driver and Related Code Samples. This directory contains a sample AC97 adapter driver a

    AC97 Sample Driver and Related Code Samples. This directory contains a sample AC97 adapter driver and several related code samples. These samples need to be compiled with the Windows .NET or Windows XP build environment but are binary compatible with older operating systems like Windows 2000. To build the samples, enter any Windows .NET or Windows XP build environment and run build –cZ from this directory. The AC97 sample driver also runs in Windows 98 Second Edition or Windows Me, but the property page DLL and control panel application do not. For more information, please refer to the readme.htm files in each subdirectory. The INF file in the driver directory installs all of the samples in the subdirectories. The header file in this directory defines the private property used by each of the samples.

    标签: directory contains Related Samples

    上传时间: 2014-07-06

    上传用户:凤临西北

  • Flexible Vector and Matrix Classes enable to use vectors and matrixes with arbitrary bounds. Cont

    Flexible Vector and Matrix Classes enable to use vectors and matrixes with arbitrary bounds. Content. 1. Algorithm 2. Classes 3. Program Files 4. Tests 5. Compiling 6. Running (Log File) 7. Download

    标签: and arbitrary Flexible matrixes

    上传时间: 2016-09-06

    上传用户:libenshu01