-
The-Principle-of-CMD-file
《CMD文件的原理》 by玄德。对DSP深入学习有很大帮助。(《The Principle of CMD file》 by Xuan. It s very helpful to deeply study DSP.)
- 2011-11-07 21:38:16下载
- 积分:1
-
pickApples
说明: c++代码写的简单的人机交互式应用,用的设备是TOUCH X(A simple man-machine interactive application written in c++ code, using TOUCH X)
- 2020-06-16 19:00:02下载
- 积分: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
-
fsmzxh
图像复式,自己调试通过的,与大家交流学习(Image duplex, adopted their own debugging, and to share their learning)
- 2009-11-06 12:59:41下载
- 积分:1
-
ruanjiangongcheng-shejibaogao-
软件工程课程设计报告,飞机票售票系统,相信对你们会有帮助的(Plane ticket ticketing system software engineering curriculum design report in detail, believe that will be helpful to you
)
- 2013-12-08 18:23:49下载
- 积分:1
-
weinalvboqi
卡尔曼滤波器和维纳滤波器的实现 教育资料 学术研究(Kalman filter and Wiener filter to achieve educational materials research)
- 2011-10-07 18:57:16下载
- 积分:1
-
VC++中打开相机
//打开相机 Gray 黑白BGR24 彩色 OpenFramegrabber("MindVision12_X64", 1, 1, 0, 0, 0, 0, "progressive", 8, "BGR24", -1, "false", "auto", "155#", 0, -1, &hv_AcqHandle); //创建图像显示窗口 CRect RCT; //定义一个矩形框 M_SHOWWINDOW.GetClientRect(RCT); //矩形框的大小为静态文本框的大小
- 2022-05-16 14:40:59下载
- 积分:1
-
CameraLink_Kintex7-andTMS320C6678
面向CameraLink接口的Kintex7与TMS320C6678视觉图像处理系统硬件设计说明(Hardware design of Kintex 7 and TMS320C3378 with CameraLink interface)
- 2015-06-30 21:42:00下载
- 积分:1
-
flmhd
fluent Magnetohydrodynamics (MHD) Module Manual
- 2018-05-06 00:46:15下载
- 积分:1
-
万年历(闹钟时分1602)
基于51单片机设计的万年历,采用LCD1602实现时间的显示(年月日时分秒)时间以及闹钟的设置(Based on the calendar designed by 51 single chip computer, LCD1602 is used to realize the display of time (year, month, day, hour, second) and the setting of alarm clock.)
- 2019-05-13 14:58:31下载
- 积分:1