搜索结果

找到约 435 项符合 multi-Thread 的查询结果

Java编程 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 t ...
https://www.eeworm.com/dl/633/361754.html
下载: 189
查看: 1188

DSP编程 详细的OFDM设计过程

详细的OFDM设计过程,包括Matlab仿真、DSP源码及文档说明。 OFDM(正交频分复用)技术实际上是MCM(Multi-Carrier Modulation,多载波调制)的一种。
https://www.eeworm.com/dl/516/364212.html
下载: 173
查看: 1037

matlab例程 MATLAB Functions for Multiple View Geometry

MATLAB Functions for Multiple View Geometry,对学习multi view有益
https://www.eeworm.com/dl/665/371255.html
下载: 196
查看: 1056

Linux/Unix编程 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 ...
https://www.eeworm.com/dl/619/374705.html
下载: 33
查看: 1085

Linux/Unix编程 linux下的多线程调试工具

linux下的多线程调试工具,支持posix NPTL, NPTL Trace Tool (PTT - POSIX Thread Trace Toolkit)
https://www.eeworm.com/dl/619/377148.html
下载: 164
查看: 1054

电子书籍 从C&C++过渡到Objective-C 对于已经熟悉C++的人来说

从C&C++过渡到Objective-C 对于已经熟悉C++的人来说,从事iPhone开发一开始就陷入过多的Objective-C的细节可能并非好事。 我们希望可以更加关注于iPhone开发特有的东西,快速上手。 下面这些内容可以帮助C++程序员快速获得Objective-C的基本知识,并开始编写和阅读iPhone程序,如果在读别人的程序时,有些语法搞不懂,可 ...
https://www.eeworm.com/dl/cadence/ebook/378302.html
下载: 46
查看: 1038

Linux/Unix编程 线程描述。主程序创建两个线程myThread1 和 myThread2

线程描述。主程序创建两个线程myThread1 和 myThread2 ,每个线程打印一句话。使用pthread_create(&id,NULL,(void *) thread,NULL)完成。 先定义每个线程的执行体,然后在main中创建几个线程,最后主线程序等待子线程序结束后再退出。 2、创建两个线程,分别向线程传递如下两种类型的参数 ...
https://www.eeworm.com/dl/619/378975.html
下载: 45
查看: 1559

人工智能/神经网络 多机器人路径规划算法

多机器人路径规划算法,The RVO Library provides an easy-to-use implementation of the Reciprocal Velocity Obstacle (RVO) framework for multi-agent simulation.
https://www.eeworm.com/dl/650/379363.html
下载: 48
查看: 1292

人工智能/神经网络 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 f ...
https://www.eeworm.com/dl/650/380483.html
下载: 194
查看: 1076

操作系统开发 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, ...
https://www.eeworm.com/dl/531/388505.html
下载: 166
查看: 1179