-
welch
weltch窗函数滑动平均法,适合于初学信号处理的读者(Moving average of weltch window function.it is suitable for the readers who fistly learn the signal processing)
- 2020-12-27 10:09:02下载
- 积分:1
-
ConfuserEx_bin
说明: 给大家推荐一个.Net的混淆防反编译工具ConfuserEx。
由于项目中要用到.Net的混淆防反编译工具。
在网上找了很多.Net混淆或混淆防反编译工具,如.NET Reactor、Dotfuscator、Eazfuscator.NET、ConfuserEx。
由于是WEB项目,所有使用其中的某些软件混淆DLL后不能使用,或使用的局限性较大(Eazfuscator.NET只提供发布时混淆方案),最终选择了ConfuserEx(免费开源的哈)。(A confusing anti decompile tool, ConfuserEx, is recommended for.Net.
A confusing anti decompile tool that uses.Net in the project.
There are many.Net confused or obfuscation anti decomcompiling tools on the Internet, such as.NET Reactor, Dotfuscator, Eazfuscator.NET, ConfuserEx.
Because it's a WEB project, all of the software that is used can't be used after DLL is confused, or the limitation of usage is large. (Eazfuscator.NET provides the confusion scheme at the time of publication). Finally, ConfuserEx is selected.)
- 2017-12-15 15:16:19下载
- 积分:1
-
minip
一个小ANTLR程序,实现了计算器实现的语法,是学习编译原理的很好的例子(A small ANTLR procedures, implementation of the implementation of the calculator grammar, studying compilers are good example of the principle of)
- 2009-02-24 16:20:19下载
- 积分:1
-
C8T6-9960_红外手势识别
说明: 红外手势是被模块资料,能够识别手势的上扬,手势下划,手接近等,实现无接触多功能按钮功能(The infrared gesture is the data of the module, which can recognize the upturn of gesture, the understroke of gesture, the approach of hand, etc., and realize the function of non-contact multi-function button)
- 2020-03-12 15:27:27下载
- 积分:1
-
bank
模拟实现了银行系统的各种业务,转账 存款 取款 修改密码等(Simulated realization of various business of banking system)
- 2020-06-24 06:40:02下载
- 积分:1
-
guitarnewage
登陆界面。可以设置账号密码。输入正确后方可进入主程序。(this is a load programme,with which you can set account number and passwords.and conrect them ,you can join in the main programme.)
- 2012-04-17 14:58:28下载
- 积分:1
-
使用JSTL编写注册用户管理系统,可以实现注册用户的增删改功能...
使用JSTL编写注册用户管理系统,可以实现注册用户的增删改功能-used textbook prepared registered user management system, users can achieve additions, deletions and change function
- 2022-03-05 20:51:30下载
- 积分:1
-
This is a simple program which can implete a arry imread from LabView or write i...
这是一个简单的LABVIEW程序,它完成二进制的读入或读出。-This is a simple program which can implete a arry imread from LabView or write into it.
- 2022-04-24 02:05:47下载
- 积分:1
-
VC++ 6.0绘制曲线正弦波
VC++ 6.0 绘制曲线正弦波,一种比较有规律的曲线,源代码也是相当简单的好种。
//建立画笔
CPen cpen,pen;
pen.CreatePen(PS_SOLID,4,RGB(0,0,0));
cpen.CreatePen(PS_SOLID,2,RGB(0,0,255));
pDC->SelectObject(&cpen);
//指定原点
pDC->SetViewportOrg(100,245);
pDC->SetTextColor(RGB(255,0,0));
//绘制横坐标
CString sPIText[]={"-1/2π","","1/2π","π","3/2π","2π","5/2π","3π","7/2π","4π","9/2π","5π"};
for(int n=-1,nTmp=0;nTmpLineTo(60*n,0);
pDC->LineTo(60*n,-5);
pDC->MoveTo(60*n,0);
pDC->TextOut(60*n-sPIText[n+1].GetLength()*3,16,sPIText[n+1]);
}
double y,radian;
pDC->SelectObject(&pen);
for(int x=-60;xMoveTo((int)x,(int)y);
pDC->LineTo((int)x,(int)y);
}
- 2022-01-21 22:47:43下载
- 积分:1
-
received small gold procedures, but to play it, and newcomers only their part in...
接金子的小程序,只是玩玩而已,新手而已,自己编的,以后会努力-received small gold procedures, but to play it, and newcomers only their part in the future will strive
- 2022-05-20 21:21:25下载
- 积分:1