搜索资源列表
iehist
- 一个通过读取index.dat获取IE历史记录的程序,可用于电子取证技术。-IE index.dat get by reading a history of the program can be used for electronic forensics.
Linux_script
- linux系统下的一个脚本程序,演示了一个考勤的脚本程序,从文件“userinfo.dat”中获得用户的用户名和密码信息,将考勤信息写入文件“check.dat”-linux system a scr ipt, a demo scr ipt attendance procedures, from the document " userinfo.dat" get the user' s user name and password information, attendan
IpQQRay
- 重用代码.Win32.C++: 获取ip地理信息,使用DNS解析域名,使用QQRay.dat解析地理信息, 请使用ShowIP.exe程序获取QQRay.dat最新版。-Reuse of code. Win32.C++: Get ip geographic information, use the DNS domain name resolution, use QQRay.dat analysis of geographical information, please use the lat
write
- 运用labview程序时,得出数据后,往电脑中写入,得到dat文件-Use labview program, derived data, to the computer to write, get dat file
HackingGPS
- You ll get lost in this book, but nowhere else Your GPS is a really cool toy, but what if you could make it even cooler? What if you could build and hook up data cables, modify your iPAQ cradle to take a GPS connection, tweak the firmware, hook up to
hist
- 本程序时DSP上实现的图像均衡化,首先将dat文件导入TI开发的CCS上进行处理,其中在CCS上的编程用的是C语言编写。其中dat文件先通过matlab将图片转化得到的,并在matlab中做均衡化处理以便于DSP处理结果对照。-This program is implemented on a DSP image equalization, first dat file into the development of CCS on the TI deal, which the CCS is use
Roberts
- 本程序时DSP上实现的图像Roberts边缘检测,首先将dat文件导入TI开发的CCS上进行处理,其中在CCS上的编程用的是C语言编写。其中dat文件先通过matlab将图片转化得到的,并在matlab中做Roberts边缘处理以便于DSP处理结果对照。-This program is implemented on a DSP image edge detection Roberts, first dat file into the development of CCS on the TI de
mid
- 本程序时DSP上实现的图像中值滤波,首先将dat文件导入TI开发的CCS上进行处理,其中在CCS上的编程用的是C语言编写。其中dat文件先通过matlab将图片转化得到的。-This program is implemented on a DSP image median filtering, first developed by TI dat file into CCS on the treatment, which in the CCS is used on the C programmin
WordRead
- 读取word表格中的内容转换为数据文件,目前大多数人喜欢使用word表格记录数据,该程序可以方便的将word中表格的数据转化为dat文件,便于其它程序使用。-Get Data From Word Tables
New-Compressed-(zipped)-Folder
- i want to get interfacing code for cc2500 and msp-430 for references....dats y i had join this site...can i download dat codes from dis site-i want to get interfacing code for cc2500 and msp-430 for references....dats y i had join this site...can i d
KeyGeneratorExample
- Java生成密钥、保存密钥的实例源码,通过本源码可以了解到Java如何产生单钥加密的密钥(myKey)、产生双钥的密钥对(keyPair)、如何保存公钥的字节数组、保存私钥到文件privateKey.dat、如何用Java对象序列化保存私钥,通常应对私钥加密后再保存、如何从文件中得到公钥编码的字节数组、如何从字节数组解码公钥-Java to generate a key instance of the source to save the key can learn Java through t
Euler_RKDG_Tri_3node_20111107
- 用间断有限元方法求解二维Euler方程。 算例是一个圆柱绕流问题。压缩文件里面还包含了一个用MATLAB写的网格生成程 序,只需要做很小的改动就可以生成稀疏程度不同的网格。 程序还有些问题如下: 1. 因为没有对边界处作处理,所以计算的残差不会收敛到一个给定的小数,如 0.001等。当最大残差为0.1左右时,按下键盘上的ESC键,程序计算结束,会输出 一个文件Result.dat,用tecplot软件打开这个文件,可以得到一些结果,如流线
KeyGeneratorExample
- Java生成密钥、保存密钥的实例源码,通过本源码可以了解到Java如何产生单钥加密的密钥(myKey)、产生双钥的密钥对(keyPair)、如何保存公钥的字节数组、保存私钥到文件privateKey.dat、如何用Java对象序列化保存私钥,通常应对私钥加密后再保存、如何从文件中得到公钥编码的字节数组、如何从字节数组解码公钥-Java to generate a key instance of the source to save the key can learn Java through t
GetData
- 从磁盘中的txt文件中读取数据,并对数据进行均方根计算,并进行粗大误差剔除-Txt file from the disk to read data, and calculated the root mean square data, and the gross error removed
poisson
- poisson.f90 是矩形区域上泊松方程Dirichlet边值问题差分求解的fortran程序,可选择Jacobi或者Gauss-Seidel迭代子程序,其中Jacobi迭代次数为925,Gauss-Seidel迭代次数为478。结果输出至solution.dat文件 poisson.ncl 是NCL脚本,运行该脚本得到的图为result.pdf thomas.f90 是追赶法解代数方程组的fortran程序。控制分辨率n的不同取值,输出以下文件: thomas(n=3).
trainsignal
- matlab小波工具箱应用 多尺度小波变换 提取细节 压缩数据,对数据加时间窗,以50个数据为窗求小波细节然后取绝对平均得到一个数据-matlab wavelet toolbox application of multi-scale wavelet transform to extract details of the compressed data, the time window for data encryption, data window to 50 and then take the
src
- 实习三 基于RSA的公钥加密 一、实习目的 1、 理解公钥密码算法,熟悉常有的密码算法:RSA、椭圆曲线密码体制 2、 以RSA加密算法为例,掌握公钥密码算法加解密过程的实现。 二、实习内容 以RSA为例,利用java中的相关类实现对指定字符串的加解密。 1、 生成公钥密钥对 (1)利用java中的KeypairGenerator类创建公钥密钥对,利用KeypairGenerator的静态方法getInstance()获得KeypairGenerator类型的对象,
gmZAN3-DAT-01D
- gmZAN3 液晶控制器 数据手册,代理商那里拿到的,很难得的资料!-gmZAN3 LCD Controller Data Sheet, agents got there, is difficult to get information!
GM5621-DAT-01F
- gm5621 液晶控制器 数据手册,代理商那里拿到的。-gm5621 LCD Controller Data Sheet, agents get there.
yuandaima
- 学生成绩管理文件结构 (1)先用记事本编辑文件stu1.dat存储一个班学习成绩。然后在C环境下,建立一个学生信息的结构体,用r方式打开上述文件,再用fscanf读入、用printf在屏幕上显示文件内容。 (2)利用循环使每个学生的三门功课的成绩相加,然后再把和除以三就得到了平均成绩。接着用冒泡法利用平均分的高低排出名次。最后用fprintf将每个学生的信息写入到stu2.dat文件。 -Student performance management file structure (1