-
asyn2sensor
两传感器异步融合,由于采样率和传感器开机时间不同引起的异步问题。(Two sensor asynchronous fusion, because of asynchronous sampling rate and the problems caused by the different sensor boot time.)
- 2018-04-17 18:00:14下载
- 积分:1
-
FIFO_UVM_VIP
说明: 用uvm验证方法学验证异步fifo,文件包括异步FIFOrtl代码和uvm组件(Verification of asynchronous FIFO with UVM)
- 2021-04-28 09:48:44下载
- 积分:1
-
071810120133273
说明: 动态规划算法程序,用于汽车能量管理方面的控制(Dynamic programming algorithm program for the control of automotive energy management,)
- 2020-11-02 16:53:31下载
- 积分:1
-
Desktop
说明: opengl入门练习题,有详细说明
实验1 实验环境的熟悉(2)
实验2 OpenGl中图形的绘制(4)
实验3 基本图元绘制(6)(Introductory exercises)
- 2019-06-14 15:54:56下载
- 积分: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
-
good language to answer the questions
很好的c语言习题解答-good language to answer the questions
- 2022-07-09 08:55:18下载
- 积分:1
-
BouncingBall
用java的acm库做的一个弹跳球的小游戏,适合初学者(The acm library with java to do a bouncing ball game, suitable for beginners)
- 2013-07-07 22:08:39下载
- 积分:1
-
PyTorch官方教程中文版
说明: PyTorch是一个基于Torch的Python开源机器学习库,用于自然语言处理等应用程序,中文版官方教程是经典的PYTHON入门到深入教程(Pytorch is an open-source machine learning library for Python based on torch, which is used for natural language processing and other applications. The official Chinese version of the tutorial is a classic introduction to Python to in-depth tutorials)
- 2020-02-26 14:12:12下载
- 积分:1
-
android打包jks相关
<html>
<head>
<title>QRCODE</title>
<style type="text/css"(<html>
<head>
<title>QRCODE</title>
<style type="text/css">
</html>)
- 2020-06-18 20:00:02下载
- 积分:1
-
爬取热门微博评论并进行数据分析、nlp情感分析
说明: 爬取热门微博评论并进行数据分析、nlp情感分析
xuenlp.py功能包含:
读取数据库并进行数据去重
对微博评论进行情感分析并生成统计结果
统计微博评论中的表情排行
统计微博评论中的粉丝排行前20(Crawl popular microblog comments and do data analysis and NLP sentiment analysis
Xuenlp.py functions include:
Read the database and de-duplicate the data
Emotional analysis of microblog comments and generating statistical results
Statistical expression ranking in microblog comments
Statistics of the top 20 fans in microblog comments)
- 2020-06-23 05:20:02下载
- 积分:1