-
procedures for the creation of the dynamic link library
本程序创建动态链接库-procedures for the creation of the dynamic link library
- 2022-04-24 23:22:11下载
- 积分:1
-
关于windowsce驱动开发的权威资料,驱动开发是windowsce中最为重要的环节...
关于windowsce驱动开发的权威资料,驱动开发是windowsce中最为重要的环节-authority data about making windowsce s drive which is a most importent tache
- 2022-03-01 05:05:36下载
- 积分:1
-
微软的早期Dos操作系统的完整源代码.让你一窥究竟.
微软的早期Dos操作系统的完整源代码.让你一窥究竟.-Microsoft"s early Dos integrity of the operating system source code. Let you peek at what.
- 2022-05-17 05:15:17下载
- 积分:1
-
《Inside C#》教程和一些C#例子
《Inside C#》教程和一些C#例子- Inside C# Guide and a number of C# Example
- 2022-05-28 00:37:12下载
- 积分:1
-
Features: Financial Management: to be able to deal with accounting documents, ca...
功能特点: 财务管理:能够进行会计凭证处理、现金费用、一般费用、其它收入、待摊费用摊销、固定资产变动、固定资产折旧处理、提现存现业务、财务调帐、库存商品成本调整、期初收入和费用的调整;能够对往来单位的员工借还款业务进行单独管理,自动生成经营所需的费用、现金银行、其它收入、固定资产等统计报表;能够对往来单位的员工借款进行单独管理。 采购业务:采购订单处理、按单结算、分批分期收货、采购付款、采购退货、预设售价设置、库存上限下限报警、运输单位的费用统计。-Features: Financial Management: to be able to deal with accounting documents, cash expenses, general expenses, other income, amortization of deferred expenses, changes in fixed assets, fixed assets depreciation treatment, are mentioned the existing business, financial stock cost adjustment, beginning of the adjustment of income and expenses between units to be able to borrow to repay the staff to carry out a separate business management, automatic generation of operating costs, cash banking, other income, fixed assets, such as statistics able to employees between the units to carry out a separate loan Procurement operations: purchase order processing, according to a single settlement, in batches receiving installments, payments purchases, purchase returns, the
- 2022-03-21 08:50:34下载
- 积分:1
-
调试环境是VC++6.0,game函数中被注释的代码段是用来具体打印牛X的组合...
调试环境是VC++6.0,game函数中被注释的代码段是用来具体打印牛X的组合-Debugging environment is VC++6.0, game function was annotated code segment is used to print a specific combination of X Ox
- 2022-12-26 10:30:03下载
- 积分:1
-
This is my test of how successful Windows CE to achieve self
这是本人测试成功了的如何在Windows CE下实现自启动和创建快捷方式以及将快捷方式
复制到桌面上-This is my test of how successful Windows CE to achieve self-starting and create a shortcut and copy the shortcut to the desktop
- 2023-08-26 23:10:03下载
- 积分:1
-
词法扫描并生成中间表达式,理解中间代码,将非后缀式用来表示的算术表达式转换为用逆波兰式来表示的算术表达式...
词法扫描并生成中间表达式,理解中间代码,将非后缀式用来表示的算术表达式转换为用逆波兰式来表示的算术表达式
-Lexical scanning and generate intermediate expression, understanding of intermediate code will be used to indicate the non-suffix type is converted to the arithmetic expressions using reverse Polish expression to represent the arithmetic
- 2022-02-02 06:28:00下载
- 积分:1
-
Designing windows calculator usin VB
Designing windows calculator usin VB
- 2022-05-13 08:29:59下载
- 积分:1
-
最低松弛度优先算法
char pname[5]; //进程名
int deadtime; //周期
int servetime; //执行时间
//周期进程某一次执行到停止的剩余需执行时间(考虑到抢占),初始为deadtime
int lefttime;
int cycle; //执行到的周期数
//进程最近一次的最迟开始执行时间,- currenttime 即为松弛度
int latestarttime;
//进程下一次最早开始时间
int arivetime;
int k; //k=1,表示进程正在运行,否则为0,表示进程不在执行期间
/*
若存在最小松弛度进程个数多于1个,
则采用最近最久未使用算法
采用一计数器LRU_t
*/
- 2023-06-22 00:00:04下载
- 积分:1