-
envelop_by_xcorr
Matlab 自相关方法求声音信号包络源代码及说明(Method Matlab autocorrelation envelope of the voice signal and note the source code)
- 2009-04-26 11:39:59下载
- 积分:1
-
opengl入门程序旋转3d图形
应用背景opengl结合c#开发的入门程序,简单实现了立体图形绘制及旋转,.net 平台下使用opengl库例子。代码简单易懂且完整。经过测试能够成功运行,是一个新手学习纹理贴图的好例子。
关键技术Nehegl类库、opengl 结合VS2008 代码简单;思路明晰 csgl类库应用、纹理及绘图技术;opengl结合c#
- 2023-05-24 09:20:03下载
- 积分:1
-
oled jy901 stm32
基于stm32的jy901oled显示测量角度(A jy901oled display measurement Angle based on stm32)
- 2020-07-22 11:48:44下载
- 积分:1
-
哆啦A梦的C代码
#include
#include
#define PI 3.14159265
// 主函数
void main()
{
// 创建大小为 800 * 600 的绘图窗口
initgraph(800, 600);
// 设置原点 (0, 0) 为屏幕中央(Y轴默认向下为正)
setorigin(400, 300);
// 使用白色填充背景
setbkcolor(WHITE);
cleardevice();
// 画脸
setfillcolor(RGB(7, 190, 234)); // 头
setlinecolor(BLACK);
fillroundrect(-135, -206, 135, 54, 248, 248);
setfillcolor(WHITE); // 脸
fillellipse(-115, -144, 115, 46);
fillroundrect(-63, -169, 0, -95, 56, 56); // 右眼
fillroundrect(0, -169, 63, -95, 56, 56); // 左眼
setfillcolor(BLACK);
solidcircle(-16, -116, 6); // 右眼球
solidcircle( 16, -116, 6); // 左眼球
setfillcolor(RGB(201, 62, 0)); // 鼻子
- 2022-02-01 16:57:29下载
- 积分:1
-
ardunio 328平衡车代码
是用于平衡车调试,本人用的是ardunio 328板子,调试好参数后可完成平衡站立 效果还不错,大家可以试试。pid参数不是很调。。。不过调好之后就很好用了,大家加油耐心一点调试
- 2022-01-25 22:23:20下载
- 积分:1
-
afti
A new method of propagation for computer viruses is here
presented, Automated File Transfer Infection (AFTI). This
method is specific for the Microsoft® Windows®
NT/2000/XP/Server 2003 platforms, albeit it may be extended to
the 95/98/ME systems as well, and even other Operating
Systems. It is based upon WinSock 2 hooking with the Service
Provider Interface (SPI).(A new method of propagation for computer vi ruses is here presented. Automated File Transfer Infection (AFTI). Thi 's method is specific for the Microsoft)
- 2007-04-14 12:37:29下载
- 积分:1
-
mcu_drivers
封装好的飞思卡尔MC9S08DZ60单片机的片上外设的驱动函数,(The drive function on the chip of the encapsulated Freescale mc9s08dz60 microcontroller)
- 2018-08-10 09:49:12下载
- 积分:1
-
64845777
袖珍文件分割器,VC++经典编程源码,很好的参考资料。(Pocket file splitter, VC++ classic programming source code, a good reference.)
- 2013-11-16 10:58:27下载
- 积分:1
-
readpara
配置文件是一组key-value对,用=分割,每个key可以对应多个值(Read key-value config file to find the multiple value of a specific name.)
- 2018-06-29 17:38:30下载
- 积分:1
-
对STM8L151各个功能模块测试程序
对STM8L151各个功能模块测试程序,十分方便初学STM8L151各个功能有IO中断,中断唤醒,定时中断,串口接收发送,AD转换程序,SLEEP模式(STM8L151 each function module test program, very convenient beginners STM8L151 each function is IO interruption, interrupt, timer interrupt, serial port receive send, AD converter, the SLEEP mode)
- 2015-02-24 13:27:19下载
- 积分:1