-
emd
这是EMD(Rilling)的改进算法,程序中采用了过筛。(This is the EMD (Rilling) Improved algorithm, used in screening procedures.)
- 2007-11-08 20:47:26下载
- 积分:1
-
CodeCave
win7下利用CreateRemoteThread函数hook记事本,弹出一个对话框(Under win7 use CreateRemoteThread hook notepad function, a dialog box pops up)
- 2014-02-16 17:11:07下载
- 积分:1
-
gameofmir引擎 源码
[2012.3.21]
[Fixed]修正点击开始游戏黑屏BUG
[Fixed]修正加载人物数据异常
[Fixed]修改SENDMSG方法
[Fixed]初始化部分变量
[Fixed]修正打开游戏参数设置面板打开报错
[Fixed]优化部分代码
[2012.3.22]
[Fixed]恢复ItmUnit类部分注释代码
[Fixed]修改SENDMSG方法.
[Fixed]修正TDefaultMessage Size与DELPHI不一致
[Fixed]增加SendGateBuffers方法Socket是否与网关连接正常
- 2023-06-07 14:40:04下载
- 积分:1
-
串口通信课程设计
#include //52系列单片机头文件#define uchar unsigned char#define uint unsigned int sbit cs1=P2^3; //数码管段选信号sbit cs2=P2^2; //数码管段选信号sbit cs3=P2^1; //数码管段选信号sbit cs4=P2^0; //数码管段选信号sbit RE=P1^6; //低电平收数据,高电平发数据sbit DE=P1^7; //低电平收数据,高电平发数据sbit key0=P1^0; //主机用两个拨码开关sbit key1=P1^1; //主机用两个拨码开关uchar show_code[]={0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x83,0xf8,0x80,0x98}; //数字0-9的显示码,更改数码管显示程序。uchar temp1=0,temp2=0;uchar count=0,sum=0;//void delayms(uint); //延时函数声明//void decide (void);void send_byte(uchar t) //发送一个字节 发送一个数据后立马变成收数据的状态{ RE=1; //高电平发 DE=1; //高电平发 ES=0; SBUF=t; while(!TI); TI=0;ES=1; RE=0; //低电平收 DE=0; //低电平收}void delayms(uint xms) //延时
- 2022-08-22 08:46:22下载
- 积分:1
-
my_try3
天线 面阵 方向图 泰勒面阵描述方向图 天线 面阵 方向图 泰勒面阵描述方向图(TAYLOR LINNER ARRAY FOR ANTENNA)
- 2020-07-14 15:38:51下载
- 积分:1
-
Lesson6
孙鑫老师vc教学视频中源码,以及上课所用ppt,非常好,希望对大家有用(Sun Xin vc teachers teaching video source, and the school used ppt, very good, want to be useful)
- 2011-09-11 09:40:42下载
- 积分:1
-
ListBox1
一个打包工具,从电脑的任意盘选择一些file,将内容写入一个自定义的file中并存入自定义的地方(A packaged tool, select some file any disk from the computer to write the contents of a custom file and stored in a custom place)
- 2012-10-11 11:04:58下载
- 积分:1
-
tcpdemo
tcp协议的demo程序,包括tcp server和client,可用于学习基本的C/S通信机制。(tcp protocol demo program, including the tcp server and client, can be used to learn the basics of C/S communication mechanism.)
- 2014-08-21 09:47:12下载
- 积分:1
-
Image-recognition
图像识别技术及其在机械零件无损检测中的应用(Image recognition technology and its application in mechanical parts NDT Applications)
- 2013-11-16 11:00:17下载
- 积分:1
-
rtkdemo
用于GPS信号的差分定位,以对最后信号进行平滑修正。得到更好的畏惧和接收机位置(For differential GPS positioning signals to the final signal smoothing correction. Better fear and receiver position)
- 2021-04-25 14:38:46下载
- 积分:1