搜索资源列表
PRIME
- 用C SHARP寫的程式,輸入六個數字並且找出這個數字範圍內的質數-Written using C# programs, six digital inputs and to identify the number of prime numbers within the
C
- 计算机二级学习资料,复习迎考的不二选择!-Computer, two learning materials, review Yingkao a prime choice!
P2P_Programming_Tutorial_prime_client_inquiries.ra
- P2P编程技术质数查询客户端教程P2P Programming Tutorial prime client inquiries-P2P Programming Tutorial prime client inquiries
test1
- 请编写一个面向无连接的基本SOCKET套接字的C/S通信程序。本题属于其服务器端,程序的要求是:创建一个数据报式套接字,并与本地的20005号端口进行绑定,等待客户端发来的一个int数据,收到数据后,将这个int整数输出,并判断它是否为一个素数(判断结果用0和1表示,0表示“否”, 1表示“是”),然后将判断结果回送给对方,最后关闭套接字,退出系统。-Please write a basic connectionless-oriented socket SOCKET C/S communicat
chat
- 这个关于c++网络编程的程序,对于初学者有很大的帮助-c++ prime
test
- 创建两个子进程,分别计算1~5000和5000~1W的素数 通过信号,用父进程专门完成数的保存.同时开启一个进程读文件, * 并讲数据输出到屏幕(保证不被其它信号干扰) -Create two sub-processes, respectively, calculated 1 ~ 5000 and 5000 ~ 1W the prime number of the parent process through the signal specifically to complete t
newspeed
- 针对各种格式的语音文件实现语音变素不变调功能!-The same transfer function for the voice files of various formats voice becomes prime!
prime-ui-0.9-bundle
- PrimeUI 是 PrimeFaces 团队的一个 jQuery UI 组件库,目前包含多个 UI 部件。非常强大的一个jq的UI库。-The PrimeFaces team PrimeUI is a jQuery UI component library currently contains more than one UI widgets. Very powerful jq UI library.
2
- 判断素数的方法:用一个数分别去除2到sqrt(这个数),如果能被整除, 则表明此数不是素数,反之是素数。 -Method for Analyzing primes: removing a number of 2 to sqrt (), where it can be evenly divisible, Indicates that this number is not a prime number is a prime number, and vice vers
Prevent-Through
- Vega Prime飞行碰撞检测例程 在飞行过程中检测并阻止飞机穿越地面-Vega Prime prevent through the ground
Cisco-Prime-Home-Data-Sheet
- The proliferation of Internet-connected devices and the explosion of video and data traffic are driving complexity in the home network. Increasing numbers of new devices need to be installed and provisioned, and multiple devices running multiple
linux-on-system-z
- This chapter describes the latest changes that continue to make running Oracle on Linux on IBM System z an attractive solution. In two IBM Redbooks publications about Oracle on Linux on System z,1 Chapter 1 lists the prime reasons why customers a
anti
- 输入一个整数n,将n!分解为质因子的幂的乘积,例如:输入4,则4!=2^3*3-Enter an integer n, will be decomposed into prime factors n! power of the product, such as: type 4, then 4! = 2 ^ 3* 3
jpfreemovie
- 本电影系统使用的是包月计费方式,会员可以分为普通会员、白银会员和黄金会员,黄金会员可无任何限制下载电影,普通会员一天只能下载4集电影在黄金段(18:00-23:00)无法下载,白银会员一天只能下载8集电影黄金时段(20:00-23:00)无法下载,会员只要一次付12个月就可以自动成为黄金会员。电影可以分为普通电影和黄金电影,黄金电影只有黄金会员才可以下载。-The movie system uses monthly billing, members can be divided into ord
Definitive.MPLS.Network
- Introduction The last few years have seen the pace of Multiprotocol Label Switching (MPLS) deployments accelerate in all regions of the globe. MPLS is now a mature technology ready for prime time and able to meet the challenges of 21st century netw
socket1
- Accept n numbers through one program send it to the server program check their for prime numbers send only the prime numbers to client-Java Socket program
prime-number
- Using this program you can find out the prime numbers between 1 to 100, 100 to 999 etc. You just need to input the range, for e.g. if you want the prime numbers 100 to 999 then enter numbers 100 and 999 when program prompts for input.-Using this prog
素数判断
- 生成大素数,利用了时间随机种子。并且用Miller_Rabin测试法,判定素数(Generating large prime numbers takes advantage of temporal random seeds. And the Miller_Rabin test is used to determine the prime number)
1000sushu
- 查找1000内素数,利用goto和for循环(Find 1000 prime numbers)
Eratosthenes
- 本代码利用著名的筛子算法,缩小筛选素数的时间(use Eratosthenes theory to chose the prime)