-
高斯投影正反算C#
高斯投影正反算程序,实现了最基本的计算,具备四大椭球的选择
- 2022-02-22 03:00:32下载
- 积分:1
-
ForK1
我们的目的是将一个分数拆分成若干个分子是1分母是正整数的分数之和的形式。例如2/3可以拆分成1/2+1/6的形式。这里不考虑顺序,比如1/6+1/2和1/2+1/6相同。
输入p, q, a, n, 其中p/q为分数,对这个分数进行拆分,要求拆分的分数个数不能多于n个,所有分母的乘积不能大于a。求有多少种拆分方法?
输入:最多200组数据。在每行中都有四个数分别表示p, q, a, n,之间以空格隔开,并且满足p,q<=800,a<=12000,n<=7,最后以四个0做为输入的结束。
输入示例:
2 3 120 3
2 3 300 3
0 0 0 0
输出示例:
4
7
(Our aim is to split a fraction into a number of elements is a denominator is a positive integer fraction of the sum of form. For example, 2/3 can be split into 1/2+1/6 form. Not considered here, the order, such as 1/6+1/2 and 1/2+1/6 of the same. Input p, q, a, n, where p/q as a fraction of this split scores require no more than the number of split points n-all the product of the denominator can not be larger than a. How many kinds of demand split method? Input: Up to 200 sets of data. In each line has four numbers indicate the p, q, a, n, separated by a space between, and meet the p, q < = 800, a < = 12000, n < = 7, the end, four 0 as the input end. Input Example: 2,312,032,330,030,000 sample output: 47)
- 2009-11-12 09:54:17下载
- 积分:1
-
UJBGZR
是利用VC60开发出来的,实现基本的遗传算法,提供给大家一起学习一下,(Is developed by using VC60 to implement the basic genetic algorithm, to provide you with a chance to learn.)
- 2018-10-27 03:56:27下载
- 积分:1
-
Desktop
电力仪表测量电压,电流,有功,无功,等电力参数,用PIC和ATT7026 数码显示(Electricity meters measure voltage, current, active power, reactive power, and other electrical parameters, with the PIC and ATT7026 digital display)
- 2013-06-07 11:08:02下载
- 积分:1
-
扫码枪扫码入库应用
/*
* OS :WIN7 64bit
* Time : 20181122
* IDE : VS2013 PL : C#
* Device : AIBAO WI80S
* Function: 扫码枪测试程序。
* 1、接入USB无线wifi扫码枪;
* 2、text1显示扫码录入信息;
* 3、text2显示条码登记设备信息
* 4、pictureBox1、pictureBox2显示设备图像
*/
- 2022-01-22 16:14:30下载
- 积分:1
-
can_node
this is a ros node for motor control driver
- 2022-05-21 22:46:59下载
- 积分:1
-
OCC
这是用open cascade来实现绘制简单的B样条曲线和样条曲面的程序。可以用来对open cascade的入门学习。(This is used to achieve open cascade easy mapping of B-spline curves and spline surfaces procedures. Can be used to open cascade of study entry.)
- 2009-03-03 10:40:25下载
- 积分:1
-
tmcache-1.0.0_beta.tar
类似memcache的轻量级缓存系统.The like memcached mini memory cache daemon (ANSI C, GCC require.(The like memcached mini memory cache daemon (ANSI C, GCC require)
- 2009-02-11 23:04:48下载
- 积分:1
-
MATLAB与Excel交互
Matlab 如何通过命令的方式直接与Excel建立交互,使数据的操作灵活的显示在Excel。(How Matlab interacts directly with Excel through commands, making data manipulation flexible in Excel.)
- 2020-06-21 00:40:02下载
- 积分:1
-
SM2加密算法和解密算法的实现
版本:SM2N1 EncIV1.1
日期:SEP 272016
描述:SM2加密算法和解密算法的实现(Version: SM2_ENC_V1.1
Date: Sep 27,2016
Description: implementation of SM2 encryption algorithm and decryption algorithm)
- 2018-09-20 19:33:20下载
- 积分:1