搜索资源列表
Hopintoanumberofprimenumberofissues
- 一个合数,分解成两个资数之和的问题,望大家多多指教,多提意见-A composite number, broken down into two funds and the number of issues, we hope that the exhibitions and opinions
(EOF)
- 此为对经验正交分解函数进行介绍的资料,适合气象海洋方面专业的初学者参考。-This is on the empirical orthogonal function of the information, suitable for beginners weather oceans professional reference.
Graduation-thesis
- 一个vb 学生成绩管理系统设计出学生成绩管理系统就是一个很好的解决方法。 本文通过用VB面向对象的编程环境编写学生成绩管理系统,利用软件工程原理,采用生命周期方法学,根据3NF的关系模式设计数据库表,用模块化设计方式将系统的各个功能模块层层分解,设计出系统的模块 -A vb student performance management system design a student performance management system is a good solution. This pa
1circle
- 该软件用于高等学校的教学工作,演示了周期信号分解与合成的过程。这一过程对于教学工作非常重要,是信号与处理、机械工程测试技术等课程的难点。-The software used for teaching colleges and universities, shows periodic signal decomposition and synthesis process. This process is very important for teaching, is the signal proce
ZSFJ
- 题目:将一个正整数分解质因数。例如:输入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的值,重复执行第一步。 -Subject: a positive integer fac