CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 数据储存

搜索资源列表

  1. 一个非常好用的Autocad工具集

    6下载:
  2. ********************************************************* * AyungerStudio AutoCAD-Tools 更新日期: 2010.02.01 * ********************************************************* 这是本人近年来独自开发的一个AutoCAD修改工具集合,现与各位共享,主要包括: 1、 绘制类: 箭头、示坡线、锥坡线、剖断线、垂线、切线、等高线加
  3. 所属分类:其他小程序

    • 发布日期:2010-03-26
    • 文件大小:1.96mb
    • 提供者:ayungerstudio
  1. StuInfoManager

    0下载:
  2. 学生信息管理系统 DOS界面 内部用VECTOR储存数据-Student Information Management System for DOS interface VECTOR internal storage of data
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:1.15mb
    • 提供者:李康
  1. A

    0下载:
  2. 本次程序实习我采用结构体链表为主要数据结构来存储所有学生信息,配合使用一个结构体数组存储组长信息,总共使用了22个函数体,其中有9个重要函数和主函数构成了该系统,现在我介绍一下该系统的使用方法。 进入该系统后系统会提示所有数据已经初始化,此时系统中不存在任何数据,接着会提示你需要做的操作: 1--读取文件中的学生数据; 2--储存你所修改的数据进入文件; 3--初始化学生数据; 4--查询所有学生的信息; 5--查询一支队伍的信息; 6--查询一个学生的信息; 7
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:34.91kb
    • 提供者:heizi1127
  1. 6

    0下载:
  2. 学生成绩管理系统,功能有:录入新学生成绩记录,显示学生成绩数据,储存为TXT文件等。-The student achievement management system management system,the function icludes:Inputs the new student achievement record,demonstrates the student
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:220.14kb
    • 提供者:jinyujie
  1. PB6-datawindow-Advanced-article

    0下载:
  2. 还是比较基础的。不管PB哪个版本,数据窗口总是没什么大变化的吧. PowerBuilder 6.0进阶篇——数据窗口的应用.内 容 简 介 本书介绍了PowerBuilder 6.0数据窗口的基本概念、数据窗口暂存区的数据处理、数据窗口对象的语法表示、外部数据窗口、错误处理方式、规则检查、数据共享、数据储存、报表制作与打印、图形报表的应用、数据查询、数据读取效率与一致性、声音和影像处理、动态数据窗口的应用、使用PowerSoft Repository、数据仓库、多个数据库的连接、数据传输管等
  3. 所属分类:Other systems

    • 发布日期:2017-05-11
    • 文件大小:2.47mb
    • 提供者:huangjunjun
  1. aaa

    0下载:
  2. ram 程序用于存储数据进行算数运算。 加减乘除 结果的储存 分周期描述-ram program which used to do calculation and save data before they were used to calculation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:127.14kb
    • 提供者:wen
  1. vehicle-informationsystem

    0下载:
  2. 程序应完成对汽车信息的储存管理以及浏览、增加、修改、删除、查询等功能; 实现菜单管理设计; 应用结构体、类、对象和指针等,使用文件保存数据; 对修改、插入和删除等操作最好通过密码验证。 -Program should complete storage management for automotive information browsing, increase, modify, delete, query and other functions menu management
  3. 所属分类:Other systems

    • 发布日期:2017-11-22
    • 文件大小:226.02kb
    • 提供者:冷轩一
  1. addressNote

    0下载:
  2. 单个c语言文件,实现了数据文件储存联系人信息,可编辑排序-Single c language files, data files stored contact information, editable Sort
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-21
    • 文件大小:40.96kb
    • 提供者:wwc
  1. memtest86_v420tar

    0下载:
  2. memtest86_v420tar源码MemTest 是一款不错的内存检测工具,它可以通过长时间运行以彻底检测内存的稳定性,同时测试内存的储存与检索数据的能力,让你知道自己内存的可靠性。 -memtest86_v420tar source MemTest is a good memory detection tool, it can be long-running stability to thoroughly detect memory testing memory storage and t
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:199kb
    • 提供者:hujunfei
  1. ex3

    0下载:
  2. 设计一个静态链表(或称为数组链表),该链表储存的数据类型为string,请实现以下的功能。-Design a static list (or referred to as an array of linked lists), the type of data stored in the linked list to string, please realize the following functions.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-16
    • 文件大小:1.92kb
    • 提供者:杨小军
  1. joseph

    0下载:
  2. 约瑟夫环:由约瑟夫环的游戏规则可知,在游戏中,我们需要输入的是总人数n值、一开始选的上限值m和每个人手中所持的密码值cipher。这些数都应该是正整数,且n小于等于30,若输入的是小于等于0的数,应该提醒输入有误。用scanf()函数实现输入操作,空格、回车或者Tab键位输入结束标志。 在程序根据输入的数据运行之后,按顺序输出出列人的编号num,用printf()函数实现。 程序执行的命令包括:①构造结构体;②链表动态内存申请;③逐个插入链表结点并储存结点内容;④形成循环链表;⑤删除结点
  3. 所属分类:Other systems

    • 发布日期:2017-11-06
    • 文件大小:41.72kb
    • 提供者:蚊子冲冲冲
  1. qianrushi_splite3

    0下载:
  2. SQLite有以下特性: 支持ACID事务; 零配置一无需安装和管理配置; 储存在单一磁盘文件中的一个完整的数据库; 数据库文件可以在不同字节顺序的机器间自由共享; 支持数据库大小至2TB; 足够小,全部源码大致3万行c代码,250KB; 比目前流行的大多数数据库对数据的操作要快; -SQLite has the following features: support for ACID transactions zero without having to in
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:4.84kb
    • 提供者:cqj
  1. GZDX_duguli

    0下载:
  2. NBA信息管理系统,数据结构是十字链表,有冒泡排序算法,功能是查询、删除、增加、排序球队、球员的具体信息,有文件储存功能-The NBA information management system, data structure is a productive capacity table, a bubble sort algorithm, function is to query specific information, to increase the sort team s file st
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:112.55kb
    • 提供者:德古力
  1. Exp4

    0下载:
  2. 这是清华大学数据与算法实验作业。题目为:增强搜索二叉树的储存与性质。-It is the job of Tsinghua experimental data and algorithms. Entitled: Enhanced Storage and nature of the binary tree search.
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:227.39kb
    • 提供者:刘星
  1. keshe

    0下载:
  2. c语言课程设计,一个药房药品管理系统,系统主要涉及“药房”、“药品”和“出入记录”3类信息,采用多重链式数据结构储存。-c language curriculum design, a pharmacy drug management system, the system mainly relate to " pharmacy" , " drugs" and " access to records" three types of informat
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:207.38kb
    • 提供者:汪亮
  1. car.-part

    0下载:
  2. 数据结构课程设计,运用链表与文件储存信息,实现简单的停车场信息统计。-Data structure course design, using linked list and file storage information to achieve simple parking information statistics.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-11
    • 文件大小:4.46kb
    • 提供者:吴天
  1. smzS7_200

    1下载:
  2. 西门子plc编程软件支持新款CP243-1 (6GK7 243-1-1EX01-0XE0)。通过下列改进实现新的互联网向导:支持 BootP 和 DHCP,支持用于电子邮件服务器的登录名和密码。西门子plc编程软件可进行远程编程、诊断或数据传输。控制器功能中已集成了Profibus DP Master/Slave, ProfibusFMS和LONWorks。利用web server进行监控。储存HTML网页、图片、PDF文件等到控制器里供通用浏览器查看扩展操作系统功能(SIEMENS PLC p
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:1.04mb
    • 提供者:我爱学习66
  1. 1000以内阶乘

    0下载:
  2. 此算法可以计算1000以内任何数的阶乘,解决了大数据难以储存的问题(This algorithm can calculate the factorial of any number within 1000, and solve the problem that the large data is hard to store.)
  3. 所属分类:其他小程序

    • 发布日期:2018-04-21
    • 文件大小:3.44mb
    • 提供者:Cover attano
  1. CR8000

    0下载:
  2. 串口通信数据储存记录打印等,适合广大的朋友学习参考用(Serial communication data storage and printing, and so on, suitable for the majority of friends to learn reference)
  3. 所属分类:其他

    • 发布日期:2018-04-28
    • 文件大小:2.04mb
    • 提供者:fengyuminggg
  1. VC++ ODBC 用户DSN连接数据库开发应用程序

    0下载:
  2. VC++开发数据库系统时,可以把SQL2000数据库表作为内部数据储存仓,连接数据库时采用ODBC配置数据源,这是一个比较通用的配置数据库的方法(When developing a database system with VC++, the SQL2000 database table can be used as the internal data storage warehouse, and the ODBC configuration data source is used when c
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:12kb
    • 提供者:雪龙骏
« 12 »
搜珍网 www.dssz.com