-
估计用户的利益,贝叶斯网络
Bayesian Networks for Estimating the User s Interests
in the Context of a Configuration Task
- 2023-04-15 10:05:03下载
- 积分:1
-
嗨,使用MATLAB开发
hi its useful for matlab developers
- 2022-01-27 15:49:44下载
- 积分:1
-
测试RGB三种不同值时的颜色值,方便观察需要设置的颜色.
测试RGB三种不同值时的颜色值,方便观察需要设置的颜色.-Test three different values of RGB color values, to facilitate observation of the need for color.
- 2022-03-20 21:49:34下载
- 积分:1
-
College in the small school programming
在学院所学的小编程-College in the small school programming
- 2022-11-04 00:05:03下载
- 积分:1
-
树和网格控制演示
tree and grid control demo
- 2022-08-10 02:48:57下载
- 积分:1
-
纯windows api 非mfc
从txt文档中读取字符
自动统计 字符出现的频率...
纯windows api 非mfc
从txt文档中读取字符
自动统计 字符出现的频率-Windows api pure non-mfc read from the txt file characters automatically character frequency statistics
- 2022-02-09 12:29:29下载
- 积分:1
-
This is my WINDOWS technology curriculum design, the development of the VC. Auth...
这是我的WINDOWS技术课程设计,在VC++下开发的。作者:郭尚波 内蒙古农业大学计算机与信息工程学院 2001级计算机科学与技术2班-This is my WINDOWS technology curriculum design, the development of the VC. Author : Guochangbei Inner Mongolia Agricultural University of Computer and Information Engineering College 2001 Computer Science and Technology 2 classes
- 2022-02-25 00:48:32下载
- 积分:1
-
本文档为伊斯兰教对各机构的在这个世界上
this doc for islam for evry bodu in this world
- 2023-01-07 00:50:03下载
- 积分:1
-
图形信息校验码识别程序: 运行环境:Windows: 源码语言:简体中文: 源码类型:编程源码...
图形信息校验码识别程序: 运行环境:Windows: 源码语言:简体中文: 源码类型:编程源码- VB源码- 图象: 授权方式:免费源码: 源码
-Graphic Information Check the identification procedures: Runtime Environment: Windows: Source Language: Simplified Chinese: Source Type: source code programming- VB source- image: License: Free Source: source
- 2022-07-04 17:08:12下载
- 积分:1
-
用信号量实现读者和写者的程序
读者-写者问题的读写操作限制(包括读者优先和写者优先):
写-写互斥,即不能有两个写者同时进行写操作。
读-写互斥,即不能同时有一个线程在读,而另一个线程在写。
读-读允许,即可以有一个或多个读者在读。
读者优先的附加限制:如果一个读者申请进行读操作时已有另一个读者正在进行读操作,则该读者可直接开始读操作。
写者优先的附加限制:如果一个读者申请进行读操作时已有另一写者在等待访问共享资源,则该读者必须等到没有写者处于等待状态才能开始读操作。
- 2022-04-22 12:41:24下载
- 积分:1