-
widestudio 编程程序员手册,内容详细,容易上手
widestudio 编程程序员手册,内容详细,容易上手-Programming widestudio programmers manual, detailed and easy to use
- 2023-01-17 23:10:03下载
- 积分:1
-
foreign experts participating in the programming contest at the entries won. Ass...
此程序是国外高手参加世界编程大赛时的参赛作品,获一等奖。是汇编语言啊感觉很强-foreign experts participating in the programming contest at the entries won. Assembly language is a strong feeling ah
- 2022-02-22 10:05:09下载
- 积分:1
-
动态创建控件实例,演示如何动态创建和删除控件
动态创建控件实例,演示如何动态创建和删除控件-Examples of dynamically created controls, demonstrate how to dynamically create and delete controls
- 2022-04-19 16:59:09下载
- 积分:1
-
深度学习工具包
包含深度学习各种模型,可以随意组合
- 2022-04-23 02:53:24下载
- 积分:1
-
一个常用的windows网络编程片段:获取IP地址.
一个常用的windows网络编程片段:获取IP地址.-A program:get ip address
- 2022-05-17 11:39:29下载
- 积分:1
-
Kohonen projecto
Kohonen神经网络的projecto经常修改的代码在你可能想尝试不同的学习速率的衰减函数,周围半径和社区的影响力。是速度上都有提高。
- 2022-06-28 16:29:02下载
- 积分:1
-
Note : Delphi Object Pascal source tools neatly arranged that the source code (v...
说明:将 Delphi Object Pascal 源码排列整齐的工具的源代码 ( 2.0 版,相当於适用於 Delphi 2.0~5.0 专家版本 2.2.3 版 DELFOREX.ZIP ) -Note : Delphi Object Pascal source tools neatly arranged that the source code (version 2.0, equivalent to 2.0 to 5.0 Delphi experts DELFOREX.ZIP Edition version 2.2.3)
- 2022-04-10 02:36:18下载
- 积分:1
-
DELPHI实现com技术(自动化服务器,控制器)
DELPHI实现com技术(自动化服务器,控制器)-DELPHI com technology (automated servers, controller)
- 2023-02-14 08:30:03下载
- 积分:1
-
双击可执行程序RQSZ.exe,在出现的提示信息中输入大写字母“D”,可
显示系统当前日期;输入大写字母“T”,可显示系统当前时间;输入大写字母
“Q”...
双击可执行程序RQSZ.exe,在出现的提示信息中输入大写字母“D”,可
显示系统当前日期;输入大写字母“T”,可显示系统当前时间;输入大写字母
“Q”,可结束程序。-Double-click the executable program RQSZ.exe, a message that appears, type the capital letters
- 2022-12-31 21:35:03下载
- 积分:1
-
Abstraction:
This design require me use a most unusual swap algorithm. When swa...
本次设计要求我使用最不经常使用页面淘汰算法。该算法在需要太太某一页是,首先淘汰到当前时间为止,被访问次数最少的那一页。这只要在页表中给每一页增设一个访问计数器即可实现。每当该页被访问时,访问计数器加1,而发生一次缺页中断时,则淘汰计数值最小的那一页,并将所有的计数器清零。-Abstraction:
This design require me use a most unusual swap algorithm. When swap operation is demanded, this algorithm first swap the least accessed page up to present. To implement this algorithm, only need add a counter variable to eash page of the page table. When one page is accessed, the counter increase one. When page invalid interrupt occur, wash out the page with least count, then reset all the counters to zero.
- 2023-08-21 12:30:03下载
- 积分:1