CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - new table

搜索资源列表

  1. carlengding

    1下载:
  2. 汽车租赁管理系统 随着汽车工业的发展和汽车的普及,汽车租赁成为近年来兴起的一个新兴行业。使用汽车租赁管理系统可以规范企业的管理和经营行为,减少企业的经营成本,提高工作效率。 后台数据库使用SQL Server,前台开发工具使用Visual Basic。术,并将每个数据库表的字段和操作封装到类中,从而成功地将面向对象的程序设计思想应用到数据库应用程序设计中。这也是本系统的特色和优势-car rental management system with the development of
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:287311
    • 提供者:孙雷
  1. register_use

    0下载:
  2. 介绍如何在系统注册表中建立一个新的表项,如何在表项中添加、读写新的变量。-how the system registry to establish a new item table, how in the table above add, read and write the new variable.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:3665
    • 提供者:李力
  1. main

    1下载:
  2. 模拟实现unix文件管理系统 关键词:操作系统,文件系统,UNIX文件系统模拟 具体功能有:显示目录表,创建新目录,更改目录,创建文件,填写文件,读取文件,删除文件,更新文件。-Simulation unix implementation document management system Keywords: operating system, file system, UNIX file system simulation specific features are: table of co
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-26
    • 文件大小:280779
    • 提供者:马文斌
  1. cjgl519

    0下载:
  2. 学生成绩智能管理信息系统 2004 该软件基于学分制管理模式,涵盖学年制管理,另外对选修课成绩管理,英语4,6级成绩和计算机语言课程成绩跟踪管理都能较好处理,有学生名册打印,成绩单打印,缓补考通知单打印,成绩分析,留级,跳级,转学、插班,分班,合班等智能化处理功能,并在局部辅助语音提示。该软件可以记录登陆者的信息,便于加强管理。一定给您全新感受。改进的版本可以从招生大表直接导入新生数据,进行自动分班.您试用后,一定会觉得它给您节约了大量的时间。请多提改进意见。管理员密码是111,进入后可以
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-30
    • 文件大小:13087618
    • 提供者:刘志
  1. ExcelAccessSrc

    0下载:
  2. 针对Excel表格文件操作的编程实现,通过本文及配套示例源码你可以更加灵活的控制Excel表格文件,其中包括创建新Excel文件、写入表格数据、读取表格数据(包括对原建Excel文件自已手工添加的行、列数据的准确读取),删除已有Excel表格,对表格中指定行、列、单元格进行查询、插入、替换等操作,同时还可以将生成的Excel文件转换为按指定分隔符分隔的其它文本格式的文件。-Excel spreadsheet file for programming operations, through the
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:699681
    • 提供者:hyc
  1. fork

    0下载:
  2. 操作系统创建一个新的进程(子进程),并且在进程表中相应为它建立一个新的表项。新进程和原有进程的可执行程序是同一个程序;上下文和数据,绝大部分就是原进程(父进程)的拷贝,但它们是两个相互独立的进程!此时程序寄存器pc,在父、子进程的上下文中都声称,这个进程目前执行到fork调用即将返回(此时子进程不占有CPU,子进程的pc不是真正保存在寄存器中,而是作为进程上下文保存在进程表中的对应表项内)。问题是怎么返回,在父子进程中就分道扬镳。 -Operating system creates a new
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1701
    • 提供者:hylzuo
  1. fork3

    0下载:
  2. 操作系统创建一个新的进程(子进程),并且在进程表中相应为它建立一个新的表项。新进程和原有进程的可执行程序是同一个程序;上下文和数据,绝大部分就是原进程(父进程)的拷贝,但它们是两个相互独立的进程!此时程序寄存器pc,在父、子进程的上下文中都声称,这个进程目前执行到fork调用即将返回(此时子进程不占有CPU,子进程的pc不是真正保存在寄存器中,而是作为进程上下文保存在进程表中的对应表项内)。问题是怎么返回,在父子进程中就分道扬镳。 -Operating system creates a new
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:1703
    • 提供者:hylzuo
  1. elf32_newphdr

    0下载:
  2. Create new ELF program header table.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-01
    • 文件大小:1468
    • 提供者:hongjiecun
  1. elf64_newehdr

    0下载:
  2. Create new program header table.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-10
    • 文件大小:550
    • 提供者:wuiyejan
  1. database

    0下载:
  2. vc连接数据库, 1、启动VC、新建一个工程 2、在StdAfx.h中包含ADO组件 3、在应用程序的实现文件中初始化组件 4、在对话框类中加一个指向ADO连接对象的指针 5、在对话框的初始化函数中连接数据库 6、在提交按钮中写操作数据表的代码-vc connect to the database, a, start VC, create a new project 2, ADO components contained in StdAfx.h 3, in the app
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-12
    • 文件大小:2580801
    • 提供者:盛文杰
  1. OrderedTable

    0下载:
  2. This a new class that was synthesized from the observed requirement for a lookup table that preserves order. -This is a new class that was synthesized from the observed requirement for a lookup table that preserves order.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:1837
    • 提供者:zangjitin
  1. dm-table

    0下载:
  2. Indicates the rw permissions for the new logical device. This should be a combination of FMODE_READ and FMODE_WRITE.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:10706
    • 提供者:dunvongqer
  1. hashtab

    0下载:
  2. Creates a new hash table with the specified characteristics.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2083
    • 提供者:qingzeikp
  1. hyp-stub

    0下载:
  2. x0 must be the physical address of the new vector table, and must be 2KB aligned.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1419
    • 提供者:vinbenka
  1. part_tbl

    0下载:
  2. Original code to handle the new style Mac partition table based on a patch contributed by Holger Schemel (aeglos@valinor.owl.de).
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1814
    • 提供者:fhxgfun
  1. ir_import_prototypes

    0下载:
  2. Add the new function to the symbol table.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1713
    • 提供者:mydiuhu
  1. lower_output_reads

    0下载:
  2. A hash table mapping the original ir_variable shader outputs (ir_var_out mode) to the new temporaries to be used instead. -A hash table mapping the original ir_variable shader outputs (ir_var_out mode) to the new temporaries to be used instead.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2151
    • 提供者:zzwwbon
  1. terminal_position_lookup_table

    0下载:
  2. If the used buffer size is smaller than the actual buffer size, regenerate the lookup table and write the new table to the file. -If the used buffer size is smaller than the actual buffer size, regenerate the lookup table and write the new table t
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2475
    • 提供者:szciuro
  1. open

    0下载:
  2. Delete DAO table to open the new demo, very good-Delete DAO table to open the new demo, very good
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-05
    • 文件大小:18530
    • 提供者:NTUV@6947
搜珍网 www.dssz.com