资源列表
fenjieyinshu
- 题目:将一个正整数分解质因数。例如:输入90,打印出90=2*3*3*5。 程序分析:对n进行分解质因数,应先找到一个最小的质数k,然后按下述步骤完成: (1)如果这个质数恰等于n,则说明分解质因数的过程已经结束,打印出即可。 (2)如果n<>k,但n能被k整除,则应打印出k的值,并用n除以k的商,作为新的正整数你n, 重复执行第一步。 (3)如果n不能被k整除,则用k+1作为k的值,重复执行第一步。
C++开发图形计算程序
- 编写C++程序完成以下功能: (1) 定义一个Point类,其属性包括点的坐标,提供计算两点之间距离的方法; (2) 定义一个矩形类,其属性包括左上角和右下角两个点,提供计算面积的方法; (3) 创建一个矩形对象,提示用户输入矩形左上角和右下角的坐标; (4) 观察矩形对象以及Point类成员的构造函数与析构函数的调用; (5) 计算其面积,并输出。 -Write C++ program performs the following functions: (1
landing
- 进度条,可以写一个登陆等待~ 通过它可以提高代码的可读性!-Progress bar
pid2path
- simple program wich translates PID to process image path
em
- EM 算法 本程序实现了批量EM算法,可利用该程序进行批量EM算法的仿真-EM algorithm to achieve the bulk of the EM algorithm procedure
Eralng-B
- Erlang-B表的计算宏,Excl上可以很轻松的使用-Erlang-B table calculating macro, Excl can easily use
trrbbfmainh
- 这是我在学校上人工神经网络的课程时做的课程设计的源程序源源码,使用的是rbf神经网络。 -This is the source source source code used to do when I was in school courses on artificial neural network curriculum design rbf neural network.
Tbbinarizeh
- 实现车牌的定位分割功功能,用来交流,大家可以 -License plate positioning for the exchange, we can split Function
1
- 问题描述:给定一个自然数n,由n开始可以依次产生半数集set(n)中的数如下: (1) n∈set(n) (2)在n的左边加上一个自然数,但该自然数不能超过最近添加的数的一半; (3)按此规则进行处理,直到不能再添加自然数为止。 ★算法设计:对于给定的自然数n,技术半数集set(n)中的元素个数。 ★输入的数据由文件名为input.txt的文本文件提供。每个文件只有一行,给出整数n(0<n<1000)。 ★结果输出: 将计算结果输出到文件output.txt。
KNUCKEL-JOINT
- C++ Program for Cad Design of Knuckle Joint
sixuanyiduoluxuanzeqi_verilog
- 四选一多路选择器的verilog实现。VHDL,单片机开发程序,数字逻辑与处理器基础实验,你懂d。-4 election more than one way selector verilog implementation. VHDL, MCU development program, the digital logic and processor basic experiment, you know d.
main
- This a main.c and this is a example code for Digita to Analog converter, have fun with this code and sorry for my bad english-This is a main.c and this is a example code for Digita to Analog converter, have fun with this code and sorry for my bad eng