-
-
AddConn2.rar
The example demonstrates how to connect a drive letter to a remote server share with a call to the WNetAddConnection2 function.
-
-
ISCALL.rar
This function invokes the interrupt service routine whose address is pisr and returns the results in the most general fashion.
-
KBPLACE.rar
This function places one keystroke at the head or tail of the BIOS type-ahead buffer if there is room for it.
-
-
-
myKalman.rar
卡尔曼滤波器matlab源代码。 function [Y,PY,KC]=myKalman(x,A,B,Q,H,R,y0,P0) 这是我课程设计时做的。
-
pedump.rar
分析pe文件的信息,节表section信息,各种DATA_DIRECTORY位置,信息和资源信息,function imports table和function exports table
-
liangku.rar
数据库编程的简单举例.原创.使用了一些小技巧.不是最简单的控件使用.
如:
function GetDsXml(sql:string):string
begin
with FrmDb do
begin
qry.Close
qry.SQL.Clear
qry.SQL.Add(sql)
try
qry.Open
cds1.Open
if not qry.Eof then
begin
Result:=cds1.XMLData
end
...
-
Interpolating.zip
... to 10 that interpolates
cos x on the interval [0, PI/2] at 11 equally spaced points. Study the error betwee
between the function and the polynomial at 41 equally spaced points over the
same interval. Repeat the latter but use your 11 points to be ...
-