-
THREE FONT FILES. GOOD FOR GENERATING FONTS ON LCDS USING AN ATMEGA8 MICROCONTR...
THREE FONT FILES. GOOD FOR GENERATING FONTS ON LCDS USING AN ATMEGA8 MICROCONTROLLER-THREE FONT FILES. GOOD FOR GENERATING FONTS ON LCDS USING AN ATMEGA8 MICROCONTROLLER
- 2022-01-25 17:36:32下载
- 积分:1
-
ti-idf算法,实现对英文文档的检索,把多篇文档中的词(英文单词),按照权值从小到大进行排列...
ti-idf算法,实现对英文文档的检索,把多篇文档中的词(英文单词),按照权值从小到大进行排列-ti-idf algorithm, the realization of the English document retrieval, to document more than words (English words), in accordance with the right values to be ranked from small to large
- 2022-07-08 03:08:07下载
- 积分:1
-
spwm测试程序,用于测试dsp的spwm波形
spwm测试程序,用于测试dsp的spwm波形
-spwm test procedure for testing the dsp waveform spwm
- 2022-03-29 19:22:49下载
- 积分:1
-
使用LabVIEW编写的一个计算器程序。计算器完成计算…
使用LabVIEW编写的一个计算器程序。
计算器能完成的运算:
加减乘除,求平方,求立方,求自然对数,求以10为底的对数,求阶乘求正弦余弦正切值,符号取反
能完成的操作:角度与弧度的切换,退格,清零
缺点:由于显示使用的是数值类型,所以无法实现小数输入;只能进行十进制的计算,不支持其它进制,统计功能未实现-LabVIEW prepared to use a calculator program. Calculator to complete the calculations: addition and subtraction multiplication and division, and square, and cubic, and the natural logarithm, and to 10 for the end of the logarithm, and factorial values for sine cosine tangent, symbols take to complete the operation of the anti: the angle with radian switch, backspace, Clear shortcomings: As the show using a numerical type, it is not possible to realize a small number of input only for the calculation of the metric system, do not support the other band, did not achieve statistical functions
- 2023-08-17 06:20:03下载
- 积分:1
-
用MATLAB实现的信号处理!
低通滤波器高通滤波器可以输出方波!...
用MATLAB实现的信号处理!
低通滤波器高通滤波器可以输出方波!-MATLAB signal processing! Low-pass filter high-pass filter can output pulse!
- 2023-07-05 13:25:03下载
- 积分:1
-
一个简单的信息添加
一个简单的信息添加-a simple message added
- 2022-03-22 08:08:11下载
- 积分:1
-
一种窄带干扰抑制的非线性自适应预测滤波算法!
一种窄带干扰抑制的非线性自适应预测滤波算法!-a narrowband interference suppression filter nonlinear adaptive prediction algorithm!
- 2023-05-01 11:40:03下载
- 积分:1
-
vb 获取外网ip
"获取外网ip源码
Private Sub Command1_Click()
Dim h As Object
Dim i As Integer
Dim s As String
Set h = CreateObject("Microsoft.XMLHTTP")
GetInternetIP = False
g_strInternetServerIP = ""
h.Open "GET", "http://ip.3322.net", True "False
h.Send
If (h.ReadyState = 4) And (h.Status = 200) Then
&nb
- 2022-10-06 09:35:03下载
- 积分:1
-
面向对象简介,介绍面向对象的基本概念和三大核心特色。适合给有一定基础的人讲解用...
面向对象简介,介绍面向对象的基本概念和三大核心特色。适合给有一定基础的人讲解用-OPP PPT
- 2022-06-26 16:23:29下载
- 积分:1
-
播放器的c语言程序,通过读取音长基数的值,确定发音的频率,然后按频率值发出歌曲的音调。...
播放器的c语言程序,通过读取音长基数的值,确定发音的频率,然后按频率值发出歌曲的音调。-Player of the c language program, read through the duration of the base value, to determine the frequency of pronunciation, then issued by the frequency of the pitch songs.
- 2022-02-04 11:35:55下载
- 积分:1