Reader Writer Problem to solve synchronization issues
資源簡介:Reader Writer Problem to solve synchronization issues
上傳時間: 2013-12-11
上傳用戶:LIKE
資源簡介:Producer Consumer Problem simulator to solve synchronization issues
上傳時間: 2014-01-10
上傳用戶:gxf2016
資源簡介:Reader-Writer-Problem讀者寫者問題代碼
上傳時間: 2015-08-21
上傳用戶:佳期如夢
資源簡介:Using Genetic Algorithm to solve the 8 Queens Problem.
上傳時間: 2014-11-28
上傳用戶:yd19890720
資源簡介:fastDNAml is an attempt to solve the same Problem as DNAML, but to do so faster and using less memory, so that larger trees and/or more bootstrap replicates become tractable. Much of fastDNAml is merely a recoding of the PHYLIP 3.3 DNAML...
上傳時間: 2014-01-24
上傳用戶:bjgaofei
資源簡介:This program is using Genetic Algorithm to solve the Travlling Salesman Problem. It gives the best path route within a specified time. usage: java Evolver <seconds> <city file> <config file> Author: Liu Yang
上傳時間: 2013-12-06
上傳用戶:nanfeicui
資源簡介:Using Ant Colony Optimization Algorithm to solve Traveling Salesman Problem.對此方面的研究很有幫助
上傳時間: 2014-01-12
上傳用戶:集美慧
資源簡介:source codes to solve Hexpuzzle Problem
上傳時間: 2016-01-29
上傳用戶:cmc_68289287
資源簡介:using greedy trategy to solve the Problem of multiOptimalServe.this code runs in vc 6.0.
上傳時間: 2013-12-05
上傳用戶:腳趾頭
資源簡介:using greedy tratage to solve the Problem of Number Delete.
上傳時間: 2014-01-03
上傳用戶:dongqiangqiang
資源簡介:using NVIDIA FFT CUDA Library to solve FFT Problem
上傳時間: 2014-01-24
上傳用戶:duoshen1989
資源簡介:use visual c++ to solve math Problem ,Chengbihong,people post pre
上傳時間: 2013-12-20
上傳用戶:hgy9473
資源簡介:This function implements brute force bactracking to solve the knapsack Problem.
上傳時間: 2017-04-02
上傳用戶:stvnash
資源簡介:this is test program which tries to solve producer consumer Problem
上傳時間: 2014-01-10
上傳用戶:zgu489
資源簡介:This routine calls the glpk library to solve a LP/MIP Problem. A typical LP Problem has following structure: [min|max] C x s.t. Ax ["="|"<="|">="] b {x <= UB} ...
上傳時間: 2014-12-01
上傳用戶:changeboy
資源簡介:algorithm bfs to solve knight tour Problem
上傳時間: 2013-12-23
上傳用戶:qwe1234
資源簡介:it is possible to help with this program. hope to solve your Problem with it
上傳時間: 2014-01-12
上傳用戶:515414293
資源簡介:This book is an in-depth exploration into eVB s inherent features, and how to use them to solve likely mobile application programming tasks. After reading the book the Reader will be able to write applications tackling a wide array of busin...
上傳時間: 2013-12-12
上傳用戶:aa54
資源簡介:The basic principle using the branchand- bound strategy to solve the traveling salesperson optimization Problem (TSP) consists of two parts. 􀂄 There is a way to split the solution space. 􀂄 There is a way to predict a lo...
上傳時間: 2017-02-19
上傳用戶:comua
資源簡介:method of moment to solve Current distribution of Dipole Antenna MOM方法解決天線電流分布問題
上傳時間: 2013-12-29
上傳用戶:woshiayin
資源簡介:this is a project ,you can use it to solve some Problems such as
上傳時間: 2016-01-14
上傳用戶:jyycc
資源簡介:2. Using Gaussian elimination method and Gaussian elimination method with row scaled method to solve the following tri-diagonal system for n=10 and 100
上傳時間: 2013-12-31
上傳用戶:lyy1234
資源簡介:Using Jacobi method and Gauss-Seidel iterative methods to solve the following system The required precision is   =0.00001, and the maximum iteration number N=25. Compare the number of iterations and the convergence of thes...
上傳時間: 2016-02-06
上傳用戶:zmy123
資源簡介:Using Gaussian elimination to solve linear equations.
上傳時間: 2013-12-18
上傳用戶:shus521
資源簡介:Using Gaussian elimination to solve linear equations. // In this version, we allow matrix of any size. This is done by treating // the name of a 2-dimensional array as pointer to the beginning of the // array. This makes use of the fact ...
上傳時間: 2016-02-14
上傳用戶:hxy200501
資源簡介:ARPACK is a collection of Fortran77 subroutines designed to solve large scale eigenvalue Problems.
上傳時間: 2013-12-09
上傳用戶:66666
資源簡介:using queue to solve traffic matter by C++ in linux environment
上傳時間: 2014-01-09
上傳用戶:mikesering
資源簡介:This chapter contains sample programs for determining capacity. The Reader is advised to go through the coding. The file "capacity_water.m" is for measuring the waterfilling capacity. It should be made to work with a file similar to "cap...
上傳時間: 2016-08-24
上傳用戶:yph853211
資源簡介:本程序模擬GP算法處理數據的方法步驟How can computers learn to solve Problems without being explicitly programmed? In other words, how can computers be made to do what is needed to be done, without being told exactly how to do it?this is an a...
上傳時間: 2016-08-27
上傳用戶:啊颯颯大師的
資源簡介:通過研究Linux的線程機制和信號量實現讀者寫者(Reader-Writer)問題并發控制。 1)寫-寫互斥:不能有兩個寫者同時進行寫操作; 2)讀-寫互斥:不能同時有一個線程在讀,而另一個線程在寫; 3)讀-讀允許:可以有一個或多個讀者在讀; 4)讀者優先的附加限制...
上傳時間: 2016-09-28
上傳用戶:xg262122