-
iScrollBar
影片剪辑MC 拖动条,ActionScript3.0写的一个MC的拖动条的类。使用简单,功能好用(Movie clip MC drag bar, ActionScript 3.0 written a class of MC drag bar. Easy to use and easy to use)
- 2020-06-17 14:00:01下载
- 积分:1
-
matlab录音与音频处理程序
MATLAB下录制音频,并对音频进行频谱分析、倒谱分析等功能,具有GUI界面,容易操作。(MATLAB recording audio, and audio frequency spectrum analysis, cepstrum analysis and other functions, with GUI interface, easy to operate.)
- 2017-06-05 20:08:46下载
- 积分:1
-
VB简单模拟的纸牌游戏
VB简单模拟的纸牌游戏界面,也就是扑克牌游戏,并有简单的游戏功能,有动画效果,这个游戏的玩法说明:左键翻牌或选牌,右键在目标位置放牌,双击浮在最上的已翻开的牌可按规则自动放牌到右上角。
- 2022-09-03 12:45:02下载
- 积分:1
-
bisaiguanlixitong
用C语言写的比赛管理系统,内附课程设计的完整材料。(Using C language to write the game management system, curriculum design included the complete material.)
- 2010-01-28 00:58:30下载
- 积分:1
-
所有本征模态函数求解
使用Labview软件进行经验模态分解得到本征模态函数(A VI used for Empirical Mode Decomposition before Hilbert-Huang transformation.)
- 2019-03-04 16:19:50下载
- 积分:1
-
等距线参考文献
利用matlab的gui设计的带有输入和输出功能的界面图形,实现等距线可视性很强,自己独立编写的数据和图形,学习非常值得(Using GUI of MATLAB to design interface graphics with input and output functions, realizing the visibility of isometric line is very strong, the data and graphics written independently by oneself are very worthwhile to learn.)
- 2020-06-19 18:20:01下载
- 积分:1
-
PEGA_IP
Pega ip da maquina windows
- 2018-03-14 02:39:05下载
- 积分:1
-
final2_1
随机攻击的matlab代码,已调试。。。。。。。。。。。。。。。(Random attack matlab code)
- 2019-06-02 16:51:44下载
- 积分:1
-
icePubDll
获取计算机硬件信息的动态链接库,CPU序列号,硬盘序列号,MAC地址等信息
例程:
void gethardinfo()
{
QString str1="";
char buff[1024];
char buff2[1024];
char temp;
typedef int (WINAPI ICEPUB_MACHINEGETINFO)(int typeFlag,char *strInfo);
ICEPUB_MACHINEGETINFO *icePub_machineGetInfo = 0;
HINSTANCE hDLLDrv = LoadLibrary("icePubDll.dll");
if(hDLLDrv)
{
icePub_machineGetInfo = (ICEPUB_MACHINEGETINFO *)GetProcAddress(hDLLDrv, "icePub_machineGetInfo");
}
icePub_machineGetInfo(3,buff);
str1=buff;
int i=0;
int n=0;
n=str1.length();
qDebug()<<n;
for(i=0;i<n;i+=2)
{
temp=buff[i];
buff2[i+1]=temp;
buff2[i]=buff[i+1];
}
QString str2=buff2;
qDebug()<<buff2;
qDebug()<<str2;
}(Access to the computer hardware information dynamic link library, CPU serial number, hard disk serial number, MAC address and other information)
- 2017-12-28 11:45:08下载
- 积分:1
-
Best-Buy-Stop-Sell-Stop-EA
说明: Best-Buy-Stop-Sell-Stop-EA
- 2020-06-24 04:00:01下载
- 积分:1