Write a multithreaded Java, Pthreads, or WIN32 program that outputs prime numbers. This program should work as follows: The user will run the program and will enter a number on the command line. The program will then create a separate thread that outputs all the prime numbers less than or equal to the number entered by the user.
標簽: program multithreaded Pthreads numbers
上傳時間: 2013-12-21
上傳用戶:zhyiroy
詳細的OFDM設計過程,包括Matlab仿真、DSP源碼及文檔說明。 OFDM(正交頻分復用)技術實際上是MCM(Multi-Carrier Modulation,多載波調制)的一種。
上傳時間: 2013-12-25
上傳用戶:dianxin61
MATLAB Functions for Multiple View Geometry,對學習multi view有益
標簽: Functions Geometry Multiple MATLAB
上傳時間: 2013-12-30
上傳用戶:希醬大魔王
fwknop stands for "Firewall Knock Operator" and is an upcoming piece of software that will be released at the DEFCON 12 conference in July, 2004 in Las Vegas. fwknop implements network access controls (via iptables) based on a flexible port knocking mini-language, but with a twist it combines port knocking and passive operating system fingerprinting to make it possible to do things like only allow, say, Linux-2.4/2.6 systems to connect to your SSH daemon. fwknop supports shared, multi-protocol port knock sequences along with both relative and absolute timeouts, and coded port knock sequences encrypted with the Rijndael block cipher.
標簽: Firewall Operator software upcoming
上傳時間: 2016-12-04
上傳用戶:牛津鞋
linux下的多線程調試工具,支持posix NPTL, NPTL Trace Tool (PTT - POSIX Thread Trace Toolkit)
上傳時間: 2016-12-10
上傳用戶:zhichenglu
從C&C++過渡到Objective-C 對于已經熟悉C++的人來說,從事iPhone開發一開始就陷入過多的Objective-C的細節可能并非好事。 我們希望可以更加關注于iPhone開發特有的東西,快速上手。 下面這些內容可以幫助C++程序員快速獲得Objective-C的基本知識,并開始編寫和閱讀iPhone程序,如果在讀別人的程序時,有些語法搞不懂,可以翻查我前面發的那本電子書《<Cocoa入門---使用Objective-C>英文版》(http://www.weiphone.com/thread-119791-1-1.html),把其作為參考手冊用。 附件內容整理/翻譯自《iPhone Open Application Development》(http://www.weiphone.com/thread-119662-1-1.html)
標簽: Objective-C
上傳時間: 2013-12-21
上傳用戶:hwl453472107
線程描述。主程序創建兩個線程myThread1 和 myThread2 ,每個線程打印一句話。使用pthread_create(&id,NULL,(void *) thread,NULL)完成。 先定義每個線程的執行體,然后在main中創建幾個線程,最后主線程序等待子線程序結束后再退出。 2、創建兩個線程,分別向線程傳遞如下兩種類型的參數
上傳時間: 2016-12-14
上傳用戶:米卡
多機器人路徑規劃算法,The RVO Library provides an easy-to-use implementation of the Reciprocal Velocity Obstacle (RVO) framework for multi-agent simulation.
上傳時間: 2014-01-25
上傳用戶:busterman
neural network utility is a Neural Networks library for the C++ Programmer. It is entirely object oriented and focuses on reducing tedious and confusing problems of programming neural networks. By this I mean that network layers are easily defined. An entire multi-layer network can be created in a few lines, and trained with two functions. Layers can be connected to one another easily and painlessly.
標簽: Programmer Networks entirely network
上傳時間: 2013-12-24
上傳用戶:liuchee
int main(int argc,char *argv[]) { char ch while(true) { printf("*************************************\n") printf(" 1.Reader Priority\n") printf(" 2.Writer Priority\n") printf(" 3.Exit to Windows\n") printf("*************************************\n") printf("Enter your choice(1,2,3): ") do{ ch=(char)_getch() }while(ch!= 1 &&ch!= 2 &&ch!= 3 ) system("cls") if(ch== 3 ) return 0 else if(ch== 1 ) ReaderPriority("thread.dat") else WriterPriority("thread.dat") printf("\nPress Any Key to Coutinue:") _getch() system("cls") } return 0
上傳時間: 2017-01-06
上傳用戶:gonuiln