-
统计R语言
James_et_al-2013 an_introduction_to_statistical_learning_with_applications_in_R(James_et_al-2013-an_introduction_to_statistical_learning_with_applications_in_R)
- 2019-03-16 23:51:47下载
- 积分:1
-
LDPC码的编解码程序,很好,对于学习LDPC编码的人来说很值得一看...
LDPC码的编解码程序,很好,对于学习LDPC编码的人来说很值得一看-LDPC codes codec procedures, very good for learning LDPC coding for those who are worth a visit
- 2022-02-02 04:00:57下载
- 积分:1
-
学生信息管理程序清单
功能要求:根据用户输入的学生序号,输出该学生的全部成绩,总分、平均分;
显示所有学生的信息;
显示有不及格课程的学生信息...
学生信息管理程序清单
功能要求:根据用户输入的学生序号,输出该学生的全部成绩,总分、平均分;
显示所有学生的信息;
显示有不及格课程的学生信息。-Student Information Management program list functional requirements: number of students based on user input, the output of all the student achievement total score, with an average points display the information of all students show that students do not pass the information.
- 2022-03-31 06:09:01下载
- 积分: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
-
Microsoft Toolkit
toolkit 安装,可以在windows和LINUX系统安装(toolkit install you can install in all systems)
- 2017-12-25 22:11:38下载
- 积分:1
-
games
小精灵游戏,C++的课程设计的作业。关于游戏的初步学习(little games of a small program )
- 2020-07-04 16:20:02下载
- 积分:1
-
VOF方法
说明: 含有vof的指导方法,收集的论文集,以及程序,以供初学者学习。(Contains vof guides, a collection of essays, and procedures for beginners to learn.)
- 2020-12-06 22:49:21下载
- 积分:1
-
MPEG TS工具应用程序为用户提供了一个可视化的表示…
MPEG TS Utils application provides the user with a visual representation of the multiplexed stream structure of MPEG-2 Transport Streams (ISO/IEC 13818-1). The application allows the user to investigate the basic transport stream packets with their fields. The application also allows the user to manipulate with transport streams by filtering specified PIDs and exporting to file, demultiplexing to PES and ES streams, converting multi-program TS to single-program TS.
- 2022-01-25 21:57:06下载
- 积分:1
-
converter
该逆变器采用spwm控制方法进行电压闭环控制,成功将直流逆变为三相交流。本模型在matlab2014版本上已验证。(The inverter uses spwm control method to realize the voltage closed-loop control, and inverts the DC to three-phase AC successfully. This model has been verified in matlab2014 version.)
- 2021-04-29 10:28:43下载
- 积分:1
-
HTML5相册画廊代码
HTML5相册画廊特效,5显示模式(正常,反应灵敏,全宽,全宽+响应,全宽+ responsiveUnder智能大小调整和重新定位,图像,视频和文字层响应模式,包括字体大小,行高等)。当幻灯片完成建立DOM和成功加载。如果你想要做的的元素对幻灯片开始东西,你将不能够直到幻灯片已加载,你必须使用function(element)事件。
注意:修改图片时若缺少1张则无法播放缺少的那张幻灯,显示loading...此幻灯仅供参考与学习,请勿用于商业用途。
- 2022-03-21 16:16:15下载
- 积分:1