-
STM8_UART_TEXT
接收SI4463数据 并上传到电脑。同时发送一个确认代码给分机。(Receive SI4463 data and upload it to the computer.At the same time, send a confirmation code to the extension.)
- 2020-06-17 03:40:02下载
- 积分:1
-
C#编写的windows计算器
C#编写的windows计算器-源代码 可实现计算器基本运算 可做C语言学习参考-prepared by the C# windows calculator-source code can be realized calculators to do basic computing reference C Language Learning
- 2022-07-09 13:02:26下载
- 积分:1
-
经典的100个c算法
Classic 100 C language algorithms
- 2020-06-18 14:00:02下载
- 积分:1
-
模拟标准win32空间滚动条
使用模拟大法创建一个标准Win32空间的滚动条,
- 2022-08-05 14:42:51下载
- 积分:1
-
MQ套利策略
这是一个MagicQuant 期货套利策略,可以做跨期货套利,也可以做跨市场套利,还可以做跨品种套利,总的来说这是一个套利的思路,当然应用不同的品种和不同的套利,相应的参数和套利条件还对相应的调整。
- 2022-08-22 16:00:51下载
- 积分:1
-
DSP_FFT
NUC505 采用DSP指令做快速傅里叶变换。理论上指令部分是Cortex-M4F 系列通用的。(NUC505 use dsp do fft. )
- 2020-06-29 16:40:02下载
- 积分:1
-
FileTemp
C#学习 文件处理 C#进行文件处理。码制转换等等(C# Learning C# document processing for document processing. Code conversion system, etc.)
- 2009-04-20 16:24:32下载
- 积分:1
-
Pallecant
方程求根的matlab程序,用的是平行法则,仅供参考(Roots of the equation matlab program, using a parallel rule, for reference only)
- 2011-09-27 10:41:43下载
- 积分:1
-
H系列芯片调试工具
说明: H系列摄像机芯片调试工具,有需要的朋友可以下载(H series camera chip debugging tools, friends in need can download)
- 2020-06-19 06:20: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