-
a.c
Finding special triples of the form (n, n + 1, n + 2)
Write a program that finds all triples of consecutive positive three-digit integers each of which is
the sum of two squares, that is, all triples of the form (n, n + 1, n + 2) such that:
• n, n+1 and n+2 are integers at least equal to 100 and at most equal to 999
• eachofn,n+1andn+2isoftheforma2+b2.(Finding special triples of the form (n, n+ 1, n+ 2)
Write a program that finds all triples of consecutive positive three-digit integers each of which is
the sum of two squares, that is, all triples of the form (n, n+ 1, n+ 2) such that:
• n, n+1 and n+2 are integers at least equal to 100 and at most equal to 999
• eachofn,n+1andn+2isoftheforma2+b2.)
- 2012-04-26 15:05:05下载
- 积分:1
-
httpclient
说明: 输入参数:某个web地址,端口号(默认80)。
连接成功后,提示,输入:某个文件名。例如index.jsp
获取文件成功后,输出发送的字节数和接收到的字节数。关闭(Input parameters: a web address, port number (default 80). Connection is successful, prompt, type: a file name. For example, access to the file index.jsp is successful, the output number of bytes sent and received bytes. Close)
- 2010-03-17 23:42:01下载
- 积分:1
-
ASS58N
把格雷码转换成十六进制的C语言程序,用来读取编码器的值(Gray code put into hexadecimal C Programming Language, used to read the value encoder)
- 2007-02-07 16:13:04下载
- 积分:1
-
function
信道编码中turbo码译码代码,采用logmap译码算法实现(turbo decode , lopmap function)
- 2013-12-12 14:08:43下载
- 积分:1
-
POA
梯级水库优化调度问题中逐次优化算法方法求解(Cascade Reservoirs Problem Solving successive optimization algorithm)
- 2013-07-17 10:11:44下载
- 积分:1
-
matlab读取stl文件
matlab读取stl文件matlab读取stl文件matlab读取stl文件matlab读取stl文件
- 2023-05-02 02:05:05下载
- 积分:1
-
EvPwm01
PWM模块的代码参考,简单的简历一个工程编写的PWM代码,对初入门的小伙伴有一定的帮助(PWM CODE TO TMS320F2812DSP)
- 2018-03-16 23:49:01下载
- 积分:1
-
OmniVision-Camera-Control-Bus
OmniVision Technologies Seril Camera Control Bus(SCCB) Specification
- 2016-12-08 10:08:43下载
- 积分:1
-
bobing
设计主要分两部分:博饼功能的实现和图形界面的生成。主要设计两个类,一个是Dice,记录骰子值,根据骰子值在指定位置绘制骰子。另一个类是Game,主要实现大致框体的绘制和博饼功能的实现。博饼功能主要用到伪随机函数。主函数用到两个线程,用来处理后台输入和骰子的循环输出。(Design main is divided into two parts: bo bread and the realization of the function of the generation of graphical interface. The main design two classes, one is the Dice, record the Dice value, according to the Dice in the location specified value draw Dice. Another kind is Game, mainly realizes the drawing of body roughly box beau and the realization of the function of bread. Bo bread function mainly use pseudo-random function. The main () function use two thread, used to deal with the background of the dice input and output cycle.
)
- 2011-12-23 19:34:28下载
- 积分:1
-
RandomForestCversion
使用C语言实现的机器学习算法随机森林算法源码(Using C language implementation of machine learning algorithm of random forest algorithm source code)
- 2021-02-22 10:29:41下载
- 积分:1