-
xuyousheng
说明: 这是我学生利用Lattice Boltzmann method 做的三个工作,可以用来模拟多孔介质渗流问题(This is my students to use the Lattice Boltzmann method to do the three work, can be used to simulate the problem in Porous Media)
- 2008-11-24 16:09:01下载
- 积分:1
-
cantilever-beam-master
计算梁单元的形函数,单位质量矩阵等,及其有限元组装,模拟运动情况。(The shape function and unit mass matrix of the beam element are calculated, and its finite element assembly is carried out to simulate the motion.)
- 2019-03-18 09:38:13下载
- 积分:1
-
v21i04.R
R语言编程学习,copula函数数据编程分析。相关性分析,R语言的应用(R Copula)
- 2020-08-25 17:08:15下载
- 积分:1
-
改进clean算法
说明:
- 2021-01-18 20:58:43下载
- 积分:1
-
SAX_2006_ver
用于研究时间序列的异常检测。主要是将一段原始数据进行离散化(PAA)。再用符号聚合近似的方法变成一串序列。(It is used to study the anomaly detection of time series.)
- 2017-12-16 14:26:20下载
- 积分:1
-
VB API HOOK拦截程序源码
VB 基于API HOOK拦截程序源码,演示VB如何拦截API呼叫,這是網友問的問題,雖然這個問題並不適合用VB做,但並不是做不到,要多繞一段路,這個問題重點在於執行檔中的IAT(Import Address Table) 如果你對於PE黨並不熟悉 請參考PE檔簡介。一個Process再執行時,會將許多DLL載入到行程空間中,如呼叫User32.dll中的MessageBoxW就必須將User32.dll載入到位址空間,呼叫越多不同種的API,位址空間中的模組也就越多,至於如何得知行程所載入的模組請參考如何取得Process中載入的模組的資訊。
一般來說,如果是執行Notepad.exe 我們只要攔截模組Notepad.exe的IAT即可,除非你想攔截Notepad.exe是否有透過其他DLL去執行要攔截的函數,才需要去攔截其他載入的模組,這個程式整個攔截的過程如下:
1.在要攔截的程式上配置2塊記憶體空間,一塊用來放要攔截的程式,一塊用來放所需要用的區域變數 至於如何再外部程式配置記憶體請參考如何在外部程式配置記憶體
AddressOfRemoteFunction=CreateRemoteMememory(SomeProcess,FunctionSize)
AddressOfVar=CreateRemoteMememory(SomeProcess,DataSize)
2.將要注射的函數寫到配置的位址空間 並初使化變數
Call WriteCodeTo(AddressOfRemoteFunction)
[AddressOfVar]=1
[AddressOfVar+256]=Old_FunctionAddress
3.修改IAT位址到新配置的函數
- 2023-07-21 01:35:17下载
- 积分:1
-
RSecondSvm
Predicting concentration value using the soft vector machine
- 2020-06-19 02:40:01下载
- 积分:1
-
AnteMOM
本程序采用矩量法计算全波振子的电流分布情况。(the procedures used Moment Method full-wave oscillator Electricity distribution.)
- 2006-12-28 09:18:02下载
- 积分:1
-
balu
说明: solar mppt control algo with p&o method
- 2020-06-25 04:40:02下载
- 积分:1
-
可以实现过去,现在,乃至不同时区的切换。可以实现倒计时,时间长短计时和提醒。很适合用在一般事务安排和约会时间等待上。...
可以实现过去,现在,乃至不同时区的切换。可以实现倒计时,时间长短计时和提醒。很适合用在一般事务安排和约会时间等待上。-Can be achieved in the past, present, and even to switch time zones. Countdown can be achieved, time, length of time and reminders. Very suitable for use in the General Service arrangements and the appointment time to wait on.
- 2022-01-26 02:35:16下载
- 积分:1