-
H.264 JM86为VC++
h.264 jm86 for vc++
h.264 jm86 for vc
- 2022-03-24 01:36:30下载
- 积分:1
-
此代码为socket通信程序,主要是从客户端发送一文件,然后在在服务器段接收。...
此代码为socket通信程序,主要是从客户端发送一文件,然后在在服务器段接收。-This code for the socket communication program, mainly from the client to send one document, and then the server receives paragraph.
- 2022-02-16 06:21:14下载
- 积分:1
-
直接在内存运行PE
使用了PE加载技术、Hook技术用程序加载PE文件到内存并运行。当在内存中运行的程序,比如arp.EXE执行完之后就会退出,那结果是ExitProcess被调用,那将是我们主进程也结束,显然我们不希望这样。
处理办法:HOOK ExitProcess。问题来了,对MS的许多控制台程序,它们退出都是调用exit,所以如果HOOK ExitProcess, 那我们俩次在内存中运行arp.EXE之后就会死锁。所以对这类程序而言,不能H
OOK ExitProcess,只能HOOK msvcrt!exit。LOADER要加载一个EXE文件,这个EXE文件加载的地址是在0x400000。在我们LOADER的MAIN函数里面,这个地址已经被占用,而你是不能去Free这个地址
重新分布的,这样可能会导致程序崩溃,处理方法相见说明。
- 2022-01-21 18:51:40下载
- 积分:1
-
onvif-2016-03-16.jar
onvif 最新java包,去掉.zip可以直接使用(onvif new jar,remove .zip)
- 2020-06-15 23:20:01下载
- 积分:1
-
code of a classical statistical tools that can help you clear out your search fo...
一个经典的代码统计工具,可以帮助你清晰的查找出您的代码行数、注释行数、空格行数,希望能有所帮助!-code of a classical statistical tools that can help you clear out your search for the source line number, a few notes. a few spaces, hopes to have help!
- 2023-01-05 16:30:04下载
- 积分:1
-
ymd
输入年月日得出星期,按照代码里面的提示输入就可以得到星期几,输入的年份是有一个范围的,输入没有检错处理的!!!(Enter the date come weeks)
- 2013-01-13 19:53:28下载
- 积分:1
-
自动补全jQuery插件
一款高级的自动补全jQuery插件。该自动补全插件提供超过50个配置选项和回调方法(An advanced automatic completion jQuery plug-in. The auto-completion plug-in provides more than 50 configuration options and callback methods)
- 2018-12-29 14:09:39下载
- 积分:1
-
作品展示
说明: 利用Python,使用Arima模型对时间序列进行建模预测,结果中包含原始数据、建模全部代码以及预测结果可视化。(Using python, ARIMA model is used to model and predict time series. The results include raw data, modeling code and visualization of prediction results.)
- 2020-11-06 18:09:49下载
- 积分:1
-
tushuguanli
An Android library management system directly connected to mysql. Unfortunately, there are only Android clients. The author did not export the database to the client. Friends interested in and based on MySQL can create a new MySQL database according to the table and field names in the DBUtil. Java class.
- 2020-06-24 11:20:02下载
- 积分:1
-
ResourceAllocationV2X-master
说明: # ResourceAllocationV2X
这个项目包含了下面这篇论文的MATLAB代码。
如果你觉得这篇论文有帮助的话,请考虑引用它。
?
梁亮,李国勇,徐伟,“基于d2d的车载通信资源分配方法”,通信学报,vol. 33, no. 4, pp . 391 - 395。
2017年7月,3186-3197页。
-请从主文件开始:"main_rateVsSpeed。
m”,再现了本文中的图5。
-所有其他(函数)文件在主文件中调用。
-论文中的其他图形应易于使用提供的功能文件进行复制。
如有任何问题或咨询,请发邮件至lliang@gatech.edu。(# ResourceAllocationV2X
This project contains MATLAB codes for the following paper. Please consider citing the paper if you find it of any help.
L. Liang, G. Y. Li, and W. Xu "Resource allocation for D2D-enabled vehicular communications," IEEE Transactions on Communications, vol. 65, no. 7, pp. 3186-3197, Jul. 2017.
- Please start with main file: "main_rateVsSpeed.m", reproducing Fig. 5 in the paper.
- All other (function) files are called in the main file.
- Other figures in the paper shall be easy to reproduce with the provided function files.
Please direct all questions/inquires to lliang@gatech.edu.)
- 2020-12-21 10:52:20下载
- 积分:1