搜索资源列表
Eidffakght
- 利用BFS算法解八数码问题 在3*3的方格上放着1-8数码,有一空格为0变化规则为空格可以和上,下,右,左四个相邻的数字互换, 至到和目标状态相等, 每一种状态用一个结点表示 而每个结点每次变化最多有四种结点,将这些结点依次入队列中, 例如初始结点S0,入队列后出队,将S0变化最多产生的四种结点S01,S02,S03,S04依次入队列中, 当S01出队后,产生的四种结点S11,S12,S13,S14(实际上不会有四种结点)依次入队, 每次出队时与结束结点相比较,如果
nn_bp
- 小弟撰寫的類神經網路backpropagataion,可以train如xor等互斥問題,使用bcb所完成,因為開發介面較為便利, 大部分使用類別的方法撰寫,所以若有興趣移植到vc的朋友,應該也不會有太大的障礙。
PROCE3
- 这是操作系统中关于进程互斥问题的经典算法源码!很不错的哦!
ringbuffer
- 在通信程序中,经常使用环形缓冲区作为数据结构来存放通信中发送和接收的数据。环形缓冲区是一个先进先出的循环缓冲区,可以向通信程序提供对缓冲区的互斥访问。-In the communications program, frequently used as a ring buffer data structure to store communications to send and receive data. Ring buffer is a FIFO buffer of the cycle can
JThreadSynch
- 用JAVA实现生产者与消费者的同步与互斥问题-Producers and consumers to use JAVA to achieve synchronization and mutual exclusion problems
ProducerConsumer.exe
- 本代码很形象的描述了生产者和消费者的同步与互斥问题-This code is a descr iption of the image of producers and consumers of synchronization and mutual exclusion problems
testpro_simnt1
- 使用互斥信号量来实现任务对共享资源的互斥访问 -Use a mutex quantity of Shared resources to achieve the mission of exclusive access to
selector
- 多会场活动安排算法实现。利用嵌套贪心策略实现多会场、互斥活动最优安排问题。-Arrangements for multi-venue event algorithm. Greedy strategy using nested multi-venue, the best arrangement for mutually exclusive events.
collection
- 集合划分,数据结构中运用队列操作,将互斥元素分在不同集合中-Set partitioning, data structure, the use of queue operations
ring-buffer
- 在通信程序中,经常使用环形缓冲区作为数据结构来存放通信中发送和接收的数据。环形缓冲区是一个先进先出的循环缓冲区,可以向通信程序提供对缓冲区的互斥访问-In the communications program, frequently used as a ring buffer data structure to store communications to send and receive data. FIFO ring buffer is a circular buffer, the com
nQueen
- 在n*n的棋盘上放置n个皇后,要求皇后两两互斥,即任意两个皇后不能出现在同一行、同一列或同一条斜对角线上。试求出所有的合法布局-In the n* n chessboard placed on the n Queens, asked the Queen twenty-two mutually exclusive, that is, any two queens can not appear on the same line, same column, or diagonal line with
CQueue
- 这是一个关于互斥问题的程序,主要要帮助需要者看清问题的本质问题,就这些。-This is a mutually exclusive problem of the program
xitong
- 通过实现哲学家进餐问题的同步深入了解和掌握进程同步和互斥的原理哲学家有N个,也定全体到达后开始讨论:在讨论的间隙哲学家进餐,每人进餐时都需使用刀、叉各一把,所有哲学家刀和叉都拿到后才能进餐。哲学家的人数、餐桌上的布置自行设定,实现刀和叉的互斥使用算法的程序实现。-Philosophers have N, is also scheduled to discuss after all reach: the gap in the discussion of dining philosophers, e
yyy103
- 解决生产者,消费者对共享资源的互斥问题,生产者要做改动,消费者要读取。-producer,consumer
ReaderAndWriter
- 操作系统课程设计,使用PV操作机器信号量、锁等机制,实现读者和写者互斥访问临界资源-Courses on operating system design, the use of PV operate the machine semaphore lock mechanisms, readers and writers to achieve mutually exclusive access to critical resources
PV
- ●实践目标 用Win32所提供的同步对象实现P、V操作,并使用它们并解决读写互斥问题。 ●实践内容 使用信号量对象或事件对象来实现方便-The goal of practice A synchronization object provided by Win32 P, V operation, and use them to read and write and solve the problem. The content of practice Usin