搜索结果
找到约 10,462 项符合
Abstract-the 的查询结果
数学计算 the parallel code for nbody force between particles.
the parallel code for nbody force between particles.
GPS编程 Welcome to MS4W, the no fuss installer for setting up MapServer on Microsoft Windows platforms. The
Welcome to MS4W, the no fuss installer for setting up MapServer on Microsoft Windows platforms. The purpose of this package is to allow all levels of MapServer users to quickly install a working environment for MapServer development on Windows. It is also an environment for packaging and distributin ...
单片机开发 I2S Interface Specification The I2S-bus (Inter-IC Sound bus) is a serial link for transmitting ster
I2S Interface Specification
The I2S-bus (Inter-IC Sound bus) is a serial link for transmitting stereo audio between
devices in a system.
SQL Server It also provides a sample C++ client that tests the U2CP and CP2U conversion functions.
It also provides a sample C++ client that tests the U2CP and CP2U conversion functions.
通讯/手机编程 The SMS-Receiver program is intended for circuit phone incoming SMS receiving. The messages are writ
The SMS-Receiver program is intended for circuit phone incoming SMS receiving. The messages are writed in log file SMS_Receiver.log & cleared from phone then. There s a log strings format: MM/DD/YYYY HH:MM PhoneNo, Message text (Date) (Time)
其他 These instructions assume that the 1.4 versions of the java and appletviewer commands are in your p
These instructions assume that the 1.4 versions of the java
and appletviewer commands are in your path. If they aren t,
then you should either specify the complete path to the commands
or update your PATH environment variable as described in the
installation instructions for the Java 2 SDK.
其他 Can Simply add the class to a project rather than (1) reference an activeX DLL or (2) add an ActiveX
Can Simply add the class to a project rather than (1) reference an activeX DLL or (2) add an ActiveX component.
数据结构 This a program to implement the so-called "dancing link" which is introduced in Knuth s paper. This
This a program to implement the so-called "dancing link" which is introduced in Knuth s paper. This is really a super
acrobatic and I am sure that not many programmers can understand the algorithms.
人工智能/神经网络 There are some 79 or so Matlab files here which will help in many aspects of the computer vision str
There are some 79 or so Matlab files here which will help in many aspects of the computer vision structure from motion problem, a full description is provided in the manual, torrsam.ps.
数据结构 2^x mod n = 1 acm竞赛题 Give a number n, find the minimum x that satisfies 2^x mod n = 1. Input
2^x mod n = 1 acm竞赛题 Give a number n, find the minimum x that satisfies 2^x mod n = 1.
Input
One positive integer on each line, the value of n.
Output
If the minimum x exists, print a line with 2^x mod n = 1.
Print 2^? mod n = 1 otherwise.
You should replace x and n with specific numbers. ...