-
GetSD_ID
WINCE 6.0 读取SD卡ID号 ,注意根据实际情况更改SD卡的名字 DSKn .VS2005编写(Get SD CAR ID. WINCE6.0 with VS2005)
- 2013-07-18 10:49:48下载
- 积分:1
-
ReadRaster
说明: 使用GDAL的c#版本读取栅格图 gdal文件已经编译完成(Use C version of Dgal to read raster)
- 2021-01-01 13:18:58下载
- 积分:1
-
gpsfuncs
程序中含有gps定位解算一些重要算法和实现方式,对gps入门的朋友有帮助(some gps navigationg functions)
- 2020-06-30 05:00:01下载
- 积分:1
-
MOpttimumMLCoL
最优化的MLC相干接收机mattlab程序源码!
(Optimal MLC to coherent the receiver mattlab program source code!)
- 2012-07-29 00:34:25下载
- 积分:1
-
小球模型源码
说明: 2017 年全国大学生电子设计大赛小球模型(Ball Model of 2017 Electronic Design Competition)
- 2020-06-18 06:00:01下载
- 积分:1
-
将一个正整数分解质因数。例如:输入90,打印出90=2*3*3*5。
程序分析:对n进行分解质因数,应先找到一个最小的质数k,然后按下述步骤完成:...
将一个正整数分解质因数。例如:输入90,打印出90=2*3*3*5。
程序分析:对n进行分解质因数,应先找到一个最小的质数k,然后按下述步骤完成:
(1)如果这个质数恰等于n,则说明分解质因数的过程已经结束,打印出即可。
(2)如果nk,但n能被k整除,则应打印出k的值,并用n除以k的商,作为新的正整数你n,
重复执行第一步。
(3)如果n不能被k整除,则用k+1作为k的值,重复执行第一步。
-Will be a positive integer decomposition of the quality factor. For example: enter 90, print out 90 = 2* 3* 3* 5. Program analysis: the decomposition of n quality factor, should be to find a smallest prime number k, then complete the following steps: (1) If the prime number exactly equal to n, is illustrated in the process of decomposition of the quality factor has come to an end, you can print out . (2) If n
- 2022-08-16 12:56:27下载
- 积分:1
-
清华出版社C语言第一章
#include
int main( )
{
int a,b,sum;
a = 123;
b = 456;
sum = a + b;
printf(”sum is %d
”,sum);
return 0;
}
- 2023-01-29 04:00:03下载
- 积分:1
-
josephus
说明: 约瑟夫算法,适合初步学习数据结构的同学了解递归调用的特点(josephus in C language)
- 2011-04-13 16:43:47下载
- 积分:1
-
VS2005CallMatlab
VS2005调用matlab,适合于初学者学习研究(VS2005callmatlab,for the students who study early)
- 2011-12-05 16:10:16下载
- 积分:1
-
wpf做的 简易OA系统源码下载 Sqlce数据库
登录账号 admin 密码 111111 wpf做的 oa系统,用的 sqlce数据库
- 2015-01-24下载
- 积分:1