-
fragmenektion__combo
编写DLL文件,设置动态LOG文件的一个小代码,运行的不错(Write a DLL file, set the dynamic of the LOG file a small code, run well)
- 2017-07-26 03:53:02下载
- 积分:1
-
TeamViewer_API_Example
使用服务队列,您可在TeamViewer和TeamViewer Management Console中管理客户支持事项。
本例提供的应用程序用于创建服务事项。附带的程序代码可帮助您理解如何在您自己的应用环境中集成服务队列功能。
- 2023-04-08 22:25:04下载
- 积分:1
-
LINKLIST
单链表的增删查改功能,可以实现单链表的创建、传入数据;并能实现对已有单链表的插入数据、删除数据等功能。(Single linked list of additions and deletions check change function, you can achieve the creation of a single list, incoming data insert data of existing single linked list, delete data and functions.)
- 2012-10-31 21:03:50下载
- 积分:1
-
ECG-diag
MATLAB心电图自动诊断程序。围绕心电信号预处理、心电波形检侧与定位、心电特征提取与分析三个方面。研究MIT数据库中的心电信号,针对心电信号中存在的工频干扰、基线漂移、肌电干扰等各种噪声,设计出了高通、低通、带阻、平滑效果滤波器来对心电信号进行预处理,对处理后的信号采用连续小波变化进行特征点的定位及瞬时心率的计算,最后通过分析给出诊断结果。(MATLAB ECG automatic diagnosis program. Around the ECG signal preprocessing, ECG waveform detection and location, ECG feature extraction and analysis of three aspects, the study of MIT in the ECG signal. According to the frequency interference, baseline drift in the presence of ECG, EMG interference and other noise, design a high pass, low pass, band stop filter, smoothing effect of pretreatment of the ECG signal, the calculation of the processed signal using continuous wavelet transform to locate feature points and instantaneous heart rate, finally the diagnosis results.)
- 2016-10-18 18:52:14下载
- 积分:1
-
SoapBox
5DG S 计算机图形学实验教程OpenGL版
项目名称:5DG S 3D Object-Soap
场景控制:
ESC:退出程序
F1:窗口模式或全屏模式的切换
O:打开肥皂的盒子
P:关闭肥皂的盒子(5DG S Computer Graphics OpenGL version of the experimental curriculum project name: 5DG S TextureLoader scene control: ESC: exit F1: window mode or full-screen mode switch O: open the soap box P:close the soap box)
- 2010-06-26 10:51:57下载
- 积分:1
-
gobang
最近做了个小游戏五子棋,两人对战类,是用VC,EasyX做的,在网上只能找到EasyX做的贪吃蛇,俄罗斯方块,没有五子棋,自己做了一个。我学C高级期末成绩就是做这个,可以显示出两人的思考时间,可以不断开局,主要是源代码大家可以学习一下..希望与大家多交流。(Easyx我也放在压缩包里了,自己安装一下)(Recently made a small game backgammon, two arcade, with VC, EasyX do, do online can only find EasyX Snake, Tetris, there is no backgammon, he had made one. I learned C high end performance is to do this, thinking they can show the time, you can continue to start, mainly to the source code you can learn more about .. hope we can communicate. (Easyx I put compression bag, and he installed it))
- 2011-07-12 12:16:42下载
- 积分:1
-
EEE
说明: MATLAB中Simulink 的方向阻抗继电器的电路仿真,设置不同的过渡电阻进行仿真(Circuit simulation of Simulink directional impedance relay in MATLAB, setting different transition resistors for simulation)
- 2019-06-18 14:31:15下载
- 积分:1
-
序列表图片拼接
说明: 将制定路径下的所有图片按照制定行,制定列拼接成序列表。(All the pictures under the established path are spliced into sequence tables according to the established rows.)
- 2020-06-19 04:00:01下载
- 积分:1
-
MediaPlayersourcecode
媒体播放器(VC6.0 + source code)(Media Player (VC6.0+ source code))
- 2009-12-30 09:00:51下载
- 积分:1
-
3Kg电子秤源代码(自编)
3Kg电子秤源代码、自己调试好的
int main(void)
{
Init_HX711pin();
delay_init();
BEEP_Init();
NVIC_Configuration(); //ÉèÖÃNVICÖжϷÖ×é2:2λÇÀÕ¼ÓÅÏȼ¶£¬2λÏìÓ¦ÓÅÏȼ¶
uart_init(9600); //´®¿Ú³õʼ»¯Îª9600
Get_Maopi(); //³ÆÃ«Æ¤ÖØÁ¿
delay_ms(1000);
delay_ms(1000);
Get_Maopi(); //ÖØÐ»ñÈ¡Ã«Æ¤ÖØÁ¿
while(1)
{
Get_Weight();
if(Weight_Shiwu>100)
GPIO_SetBits(GPIOB,GPIO_Pin_8);
delay_ms(1000);
GPIO_ResetBits(GPIOB,GPIO_Pin_8);
printf("¾»ÖØÁ¿ = %d g
",Weight_Shiwu); //´òÓ¡
delay_ms(1000);
}
}
- 2022-01-25 18:29:29下载
- 积分:1