亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

Multi-Thread

  • Write a multithreaded Java, Pthreads, or WIN32 program that outputs prime numbers. This program shou

    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.

    標(biāo)簽: program multithreaded Pthreads numbers

    上傳時(shí)間: 2013-12-21

    上傳用戶:zhyiroy

  • 詳細(xì)的OFDM設(shè)計(jì)過程

    詳細(xì)的OFDM設(shè)計(jì)過程,包括Matlab仿真、DSP源碼及文檔說明。 OFDM(正交頻分復(fù)用)技術(shù)實(shí)際上是MCM(Multi-Carrier Modulation,多載波調(diào)制)的一種。

    標(biāo)簽: OFDM 過程

    上傳時(shí)間: 2013-12-25

    上傳用戶:dianxin61

  • MATLAB Functions for Multiple View Geometry

    MATLAB Functions for Multiple View Geometry,對學(xué)習(xí)multi view有益

    標(biāo)簽: Functions Geometry Multiple MATLAB

    上傳時(shí)間: 2013-12-30

    上傳用戶:希醬大魔王

  • fwknop stands for "Firewall Knock Operator" and is an upcoming piece of software that will be releas

    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.

    標(biāo)簽: Firewall Operator software upcoming

    上傳時(shí)間: 2016-12-04

    上傳用戶:牛津鞋

  • linux下的多線程調(diào)試工具

    linux下的多線程調(diào)試工具,支持posix NPTL, NPTL Trace Tool (PTT - POSIX Thread Trace Toolkit)

    標(biāo)簽: linux 多線程 調(diào)試工具

    上傳時(shí)間: 2016-12-10

    上傳用戶:zhichenglu

  • 從C&C++過渡到Objective-C 對于已經(jīng)熟悉C++的人來說

    從C&C++過渡到Objective-C 對于已經(jīng)熟悉C++的人來說,從事iPhone開發(fā)一開始就陷入過多的Objective-C的細(xì)節(jié)可能并非好事。 我們希望可以更加關(guān)注于iPhone開發(fā)特有的東西,快速上手。 下面這些內(nèi)容可以幫助C++程序員快速獲得Objective-C的基本知識,并開始編寫和閱讀iPhone程序,如果在讀別人的程序時(shí),有些語法搞不懂,可以翻查我前面發(fā)的那本電子書《<Cocoa入門---使用Objective-C>英文版》(http://www.weiphone.com/thread-119791-1-1.html),把其作為參考手冊用。 附件內(nèi)容整理/翻譯自《iPhone Open Application Development》(http://www.weiphone.com/thread-119662-1-1.html)

    標(biāo)簽: Objective-C

    上傳時(shí)間: 2013-12-21

    上傳用戶:hwl453472107

  • 線程描述。主程序創(chuàng)建兩個(gè)線程myThread1 和 myThread2

    線程描述。主程序創(chuàng)建兩個(gè)線程myThread1 和 myThread2 ,每個(gè)線程打印一句話。使用pthread_create(&id,NULL,(void *) thread,NULL)完成。 先定義每個(gè)線程的執(zhí)行體,然后在main中創(chuàng)建幾個(gè)線程,最后主線程序等待子線程序結(jié)束后再退出。 2、創(chuàng)建兩個(gè)線程,分別向線程傳遞如下兩種類型的參數(shù)

    標(biāo)簽: myThread1 myThread2 線程 程序

    上傳時(shí)間: 2016-12-14

    上傳用戶:米卡

  • 多機(jī)器人路徑規(guī)劃算法

    多機(jī)器人路徑規(guī)劃算法,The RVO Library provides an easy-to-use implementation of the Reciprocal Velocity Obstacle (RVO) framework for multi-agent simulation.

    標(biāo)簽: 多機(jī)器人 路徑規(guī)劃 算法

    上傳時(shí)間: 2014-01-25

    上傳用戶:busterman

  • neural network utility is a Neural Networks library for the C++ Programmer. It is entirely object o

    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.

    標(biāo)簽: Programmer Networks entirely network

    上傳時(shí)間: 2013-12-24

    上傳用戶:liuchee

  • int main(int argc,char *argv[]) { char ch while(true) { printf("*************************

    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

    標(biāo)簽: char int printf while

    上傳時(shí)間: 2017-01-06

    上傳用戶:gonuiln

主站蜘蛛池模板: 图们市| 和林格尔县| 溆浦县| 正镶白旗| 积石山| 龙岩市| 西畴县| 邵阳市| 克什克腾旗| 图们市| 界首市| 桂林市| 桃园县| 泰顺县| 象山县| 武安市| 克拉玛依市| 南雄市| 会昌县| 临高县| 江川县| 进贤县| 改则县| 昭通市| 洞头县| 津市市| 惠东县| 阜平县| 和政县| 铜鼓县| 修文县| 垣曲县| 比如县| 高邮市| 叶城县| 五家渠市| 交口县| 湖州市| 绥化市| 萝北县| 泗洪县|