登录
首页 » Windows开发 » 通用固定资产管理

通用固定资产管理

于 2022-01-21 发布 文件大小:3.77 MB
0 190
下载积分: 2 下载次数: 1

代码说明:

该系统运用现代化信息技术手段加强固定资产的核算管理,可以大大的降低核算工作量,加快收集信息的速度,通过加强管理,保证固定资产的完整无缺,充分挖掘潜力,不断改进固定资产利用情况,提高固定资产的使用经济效益,不仅有利于企业增大产品产量,增加产品品种,提高产品质量,降低产品成本,还可以节约企业基本建设投入资金,以有限的建设资金不断扩大企业资产规模,实现国有资产的保值增值。

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

发表评论

0 个回复

  • 1、BOOTSECT.BIN 功能:1.44M软盘的引导扇区中的文件 源代码文件:BOOTSECT.ASM 编译方法 nasm bootsect...
    1、BOOTSECT.BIN 功能:1.44M软盘的引导扇区中的文件 源代码文件:BOOTSECT.ASM 编译方法 nasm bootsect.asm -o bootsect.bin 2、WRBOOT.COM 功能:将BOOTSECT.BIN 写到软盘的引导扇区 源代码文件:WRBOOT.ASM 编译方法 nasm wrboot.asm -o wrboot.com 使用方法:将BOOTSECT.BIN 与WRBOOT.COM 置于同一目录下,软驱中插入软盘,执行WRBOOT.COM 3、OS.PCS 功能:操作系统的任务切换演示 源代码文件:PCS.ASM 编译方法 nasm pcs.asm -o os.pcs 使用方法:将OS.PCS拷贝到引导扇区为BOOTSECT.BIN的软盘上,设定从软驱启动计算机,重新启动计算机,电脑启动成功后可运行OS.PCS文件以显示任务切换。 -1, BOOTSECT.BIN features: 1.44M floppy disk boot sector of the document source code files: BOOTSECT.ASM compiler methods nasm bootsect.asm-o bootsect.bin2, WRBOOT.COM features: The floppy disk BOOTSECT.BIN wrote the guide Sector source code files: WRBOOT.ASM compiler methods nasm wrboot.asm-o wrboot.com use Methods: BOOTSECT.BIN with WRBOOT.COM under the same directory, insert the floppy diskette, the implementation of WRBOOT.COM3, OS.PCS functions: task switching operating system demo source code files: PCS.ASM compiler methods nasm pcs.asm-o os.pcs use
    2022-03-26 13:01:00下载
    积分:1
  • 本程序实现了数学上两点之间的求距离的算法,与具体的实现过程.希望对大家有一定的帮助....
    本程序实现了数学上两点之间的求距离的算法,与具体的实现过程.希望对大家有一定的帮助.-realized by the mathematical 2:00 for the distance between the algorithm and its implementation process. We hope to have some help.
    2022-03-18 16:10:00下载
    积分:1
  • SMBIOS读取PC的BIOS程序,在Visual Studio环境里实现
    SMBIOS读取PC的BIOS程序,在Visual Studio环境里实现-SMBIOS read PC BIOS procedures in Visual Studio environment to achieve
    2023-02-07 05:25:04下载
    积分:1
  • VB代码库,包括各种小的程序代码.杂而精
    VB代码库,包括各种小的程序代码.杂而精-VB code base, including small code. Miscellaneous but excellent!
    2022-03-17 04:45:18下载
    积分:1
  • numerical code for PBG simulation using bpm
    numerical code for PBG simulation using bpm
    2022-03-23 20:43:48下载
    积分:1
  • 本源码实现了bmp图像的读取与显示,对于基本的bmp图像操作给予实现...
    本源码实现了bmp图像的读取与显示,对于基本的bmp图像操作给予实现-The source realize the bmp image to read and display, for the basic operating grant bmp image realize
    2022-06-03 04:17:01下载
    积分:1
  • 建立词法分析过程,实现一个固定词法的算符优先分析
    建立词法分析过程,实现一个固定词法的算符优先分析-The establishment of the process of lexical analysis, the realization of the operator a fixed priority analysis of lexical
    2022-08-26 10:48:37下载
    积分:1
  • 使用贝叶斯网络的自动建模
    Automatic Modelling using Bayesian Networks for Explanation Generation
    2023-04-11 18:55:04下载
    积分:1
  • 如果你用 MFC 编写过多文档界面(MDI)Windows 程序,那么肯定知道:如果父窗口标题为“PCaption”,子窗口标题为“CCaption”,那么每当...
    如果你用 MFC 编写过多文档界面(MDI)Windows 程序,那么肯定知道:如果父窗口标题为“PCaption”,子窗口标题为“CCaption”,那么每当子窗口最大化并处于激活状态时,子窗口标题一般都会与父窗口标题合二为一,变成“PCaption-[CCaption]”。 这是一种 MDI 的默认行为。用 C# 编写多文档界面程序也不例外。很多用户都不喜欢这种缺省特性,往往想用定制的窗口标题取而代之。该例子示范如何在C#程序中定制和修改MDI应用的窗口标题。-If you use MFC prepared excessive document interface (MDI) Windows procedures, Well know for sure : If the father window entitled "PCaption" Subwindow entitled "CCaption," then maximize the window whenever son was in a state of activation, Subwindow heading generally patriarchal heading into one window, become "PCaption-[CCaption]." This is a MDI default behavior. C# prepared multi-document interface procedures are no exception. Many users do not like this default characteristics are often customized to use the title of the window replaced. The examples demonstrate how C# procedures customization and modification of MDI application"s window title.
    2023-02-19 06:00:03下载
    积分:1
  • 有关文件读取以及将所得数据整合再画出图形
    有关文件读取以及将所得数据整合再画出图形-Read the relevant documents as well as the data integration re-drawn graphics
    2022-03-15 01:51:19下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载