-
随机确定内存大小,页面数,进程的个数,每个进程的页数,给进程分配的页面数。要求计算缺页次数,缺页率,被淘汰的序列。...
随机确定内存大小,页面数,进程的个数,每个进程的页数,给进程分配的页面数。要求计算缺页次数,缺页率,被淘汰的序列。-ramdom get memory size, page mumber, process number, page number for each page, allocated page number for the process. To calculate the page lacking number, page missing rate, wash out sequence
- 2022-02-07 16:20:37下载
- 积分:1
-
Can be obtained from the camera video and image data, and saved to the computer.
可以从摄像头获得视频和图像资料并且保存到电脑中。-Can be obtained from the camera video and image data, and saved to the computer.
- 2022-01-25 14:31:08下载
- 积分:1
-
工资管理系统的应用
这个应用程序的工资管理系统,该系统在工资管理部门记录所有一切,这个系统是非常简单的使用。
- 2022-03-10 00:46:38下载
- 积分:1
-
包括一个简单的计算器和一个图像滤波程序
包括一个简易计算器和一个图像过滤两个程序-Includes a simple calculator and an image filter two procedures
- 2022-04-25 17:33:43下载
- 积分:1
-
the functional and can be plugged into a variety of common file types, charts, a...
此程序的功能很大,能够插入各种常用的文档类型,图表和幻灯片等功能!并且能对它们进行常规的操作。-the functional and can be plugged into a variety of common file types, charts, and features such as slides! they can be right and routine operation.
- 2022-11-19 04:50:03下载
- 积分:1
-
asp写的发送邮件系统
asp写的发送邮件系统-the mail sender system in asp.
- 2022-01-26 16:12:56下载
- 积分:1
-
the driver source of the keyboard of the SPCE061
SPCE061A单片机键盘驱动源程序,键盘位置计算。-the driver source of the keyboard of the SPCE061
- 2022-10-06 21:35:03下载
- 积分:1
-
聊天室,适合学习VC+网络编成的朋友参考, 内容清晰,可供参考!...
聊天室,适合学习VC+网络编成的朋友参考, 内容清晰,可供参考!-The BBS software is useful for programmer who is learning VC+ web programming, the content is clear and could be use as reference too!
- 2022-03-13 11:39:19下载
- 积分:1
-
Exchenger 的交易在波斯
这个应用程序是一个交换器来处理他的客户的闲暇时间的应用。它的设计特别是伊朗人在波斯语言。我在访问2003然后升级到Access 2007为更好的使用创造它。请激活访问的“启用所有宏”中的“信任中心设置”,然后打开应用程序。希望你喜欢它!
- 2022-12-31 23:25:03下载
- 积分:1
-
ISO8583c#实现方式
应用背景
金融行业通信标准。ISO8583 128位域解析传输。
SOCKET传输。
C#实现方式
WEB示例代码
关键技术
//智能组包
Iso8583Package sendPackage = new Iso8583Package("fullSchema.xml");
sendPackage.SmartBitmap = true;
sendPackage.MessageType = "0210";
sendPackage.SetString(2, "8888888888888888888");
sendPackage.SetString(3, "171111");
sendPackage.SetMoney(4, 12.34M);
sendPackage.SetDateTime(7, DateTime.Now);
sendPackage.SetNumber(11, 111);
sendPackage.SetDateTime(12, DateTime.Now);
sendPackage.SetDateTime(13, DateTime.Now);
sendPackage.SetString(25, "20");
sendPackage.SetNumber(28, 123);
sendPackage.S
- 2023-06-13 06:35:04下载
- 积分:1