搜索资源列表
myproc
- 該存儲過程回寫庫存品的各項金額,並且進行成本分配計算-the storage process inventory write back the amount, and cost allocation calculations
DCKG
- 软件中集成的库存物资的入库、出库、调拨、借入、借出、还入、还出、盘点等数据的录入、维护、汇总、统计、查询、报表打印等系列功能,-Software integrated warehousing inventory supplies, a library, allocation, borrowing, lending, but also income, but also out, inventory and other data entry, maintenance, summary, statis
patient-data-system
- (1) 用户登录模块 用户登录,用户信息的添加、删除和修改,密码管理并可以设置权限。 (2) 病房床位管理模块 根据病房的最大放置数添加病床,删除病床,适时整理与维护。 (3) 病人与医生信息管理模块 根据病人就医情况,添加医患信息,并适时删除与修改医患信息,并可以查询信息。 (4) 病房床位分配模块 根据医生的诊断,给病人安排合适的病床与病房并可以查询。如果病人病情好转,就可以根据病情重新分配床位。 -(1) user login module user l
DBSearch
- 第一次从DB搜寻后缓冲搜寻结果索引,以后用此索引直接提取数据库 主要分3个类:SyncDictionary<T> , IndexItem ,DBStringSearch SyncDictionary<T>:用于建立搜寻结果字典,便于对搜寻结果作缓存,支持自动 压缩(当字典超过设定长度则以最近使用时间为依据压缩)。 IndexItem:包装的一个Index数组,用于存放搜寻结果的索引,支持自动分配和 删除数组(内部保留删除的数组用于从新分配,保留的
aaa
- 企业仓库管理系统能够实现商品的入库、入库退货管理。实现商品的库存盘点管理。实现商品的库存调拨、出库管理。实现商品的库存上、下限管理。实现入库、入库退货、商品出库等查询管理。-Enterprise warehouse management system to achieve the storage of goods, storage of return management. Commodity inventory management. Inventory allocation of goods
MRP
- 1、 根据新报名的人员,每天自动分配座位、场次,(可以调整考试人员的座位、场次)并打印学员证,持证学习;打印准考证,持证考试;打印成绩通知单;(三证打印) 2、 考试时录入考号(建议使用条码识别仪)或调出考试场次分配表(由上一步生成) 3、 可以单人考,可以全部考 4、 考试合格后,回填学习证档案的交通成绩法规,套打印成绩通知单 -1, according to the new registration staff, daily automatic seat assignment
the-avg---min-and-max-scores
- 输入学生人数后输入每个学生的成绩, 最后输出学生的平均成绩、最高成绩和最低成绩。 要求使用动态内存分配来实现-Enter each student s achievement after entering the number of students, Finally, the students grade point average output, the highest score and the lowest score. Require the use of dyn
Allocation
- Allocation extends BaseObj Source Code for Embedded Linux.
bestfit
- 内存动态分配的用最佳适应算法实现的动态分配内存管理-Dynamic allocation of memory to use best-fit algorithm to achieve dynamic allocation of memory management
alloc
- Memory Allocation in C-write part of a dynamic storage allocationpackage. The package provides three function calls: void initalloc(), toinitialize the data structures involved char* alloc(int n), which returnsa pointer to a block of n chars when ca
bitmap100
- 用位示图管理磁盘空间的分配与回收 操作系统课程设计-Management with a bit map display of disk space allocation and recycling courses on operating system design
Cpp1
- 操作系统学习的磁盘空间划分的实验,实现对磁盘空间的划分和管理-Operating system disk space to study the division of the experiment, the realization of the disk space allocation and management
FCFS101
- FCFS算法每次从就绪队列中选择一个最先进入该队列的进程,为之分配CPU,使之运行。该进程一直运行道完成或被某事件阻塞后,才放弃CPU。本程序模拟了FCFS算法。-FCFS algorithm for each queue ready to a first cohort to enter the process, which the allocation of CPU, to make it run. Run Road, the process has been completed or o
malloc-memory
- 模拟操作系统对内存分配和释放的四种情况。用户可以自行设定将要分配和释放的内存大小来查看相应的结果。-Simulation of the operating system on memory allocation and release of the four types of circumstances. Users can set their own distribution and release to the memory size to see results.
malloc
- Malloc 向系统申请分配指定size个字节的内存空间。返回类型是 void* 类型。void* 表示未确定类型的指针。C,C++规定,void* 类型可以强制转换为任何其它类型的指针。-Malloc to the system for the allocation of the specified size bytes of memory space. Return type is void*. void* indicates undetermined type pointer. C, C+
memdemo
- Memory allocation and free in multi threads.
memoryAlgorithminC
- c程序内存分配算法,通过适应性算法获得最佳内存分配申请条件-c procedures for memory allocation algorithm, through the adaptive algorithm to obtain the best conditions for the application memory allocation
MemoryAllocation
- 一个模拟系统对进程进行内存分配的C语言代码,并回收一个进程,进行相应的内存合并操作-A simulation system processes the C language code memory allocation, and recovery of a process, the corresponding memory merge operations
memoryassign
- 使用c编的内存自动分配程序,用起来很方便,欢迎实用!-Use c-series automatic memory allocation process is very easy to use, welcome practical!
MemoryManagementOfDOS
- 详细讲解Dos机制下内存的分配,是Windows内存管理的雏形。-Dos explain in detail the memory allocation mechanism is the embryonic form of Windows memory management.
