搜索资源列表
cccccc
- 最近整理文档,发现以前写的《如何在NT下获取进程的路径》一文中还有个问题没有解决:原文中的程序无法获取系统进程的路径,如:csrss.exe。记得VCKBASE上有位网友说过一个方法:“给枚举的进程增加SE_DEBUG_NAME权限即可”,于是在网上找了些资料,解决了原文中的问题。这里要特别感谢那位名叫rovershen的网友! GIF图象是基于颜色列表的(存储的数据是该点的颜色对应于颜色列表的索引值),最多只支持8位(256色)。GIF文件内部分成许多存储块, 用来存储多幅图象或
lyapunov10_23
- 用这个程序可以求出杜芬方程李雅谱诺夫指数-Using this program can find the Duffing equation Lyapunov index
OldControl
- 一些老控件,站长自己去找一些好的放吧。里面的Index就是介绍。 最近项目开始了,我也发懒了……嘿嘿。 当然还有其他的好玩的控件。以后再说吧。-Some of the old controls, regulators find themselves put it some good. There is the introduction of the Index. Recently, the project start, and I also made a lazy
filter_fft
- 仿真不同频率的组合信号通过滤波器后作FFT,得到滤波后信号的fft频谱及fft求模,并找出最大值及索引,非常实用。-The combination of simulation of different frequency signal through a filter made after FFT, the filtered signal the fft spectrum and fft modulo, and find out the maximum and the index is very
require-the-use-of-a-linked-
- 题目说明: 要求采用链表形式,求两个一元多项式的乘积:h3 = h1*h2。函数原型为:void multiplication( NODE * h1, NODE * h2, NODE * h3 )。 输入: 输入数据为两行,分别表示两个一元多项式。每个一元多项式以指数递增的顺序输入多项式各项的系数(整数)、指数(整数)。 例如:1+2x+x2表示为:<1,0>,<2,1>,<1,2>, 输
simon-0.4.0
- 跨平台开源语音识别软件Simon发布了v0.4版。新版历经了多年的开发,主要新特性有:全新的语音识别层;改进上下文感知准确性和性能;新的对话系统引入脚本变量、整合模板系统、数据引擎和文本语音输出,能支持与用户的完整对话;新的样本评审工具Afaras,Akonadi命令插件,-The project provides a ready-to-use interface for the julius CSR engine for a handicapped child which is not abl
Max-min
- 创建一个数组,确定数组的维数和元素的个数及数值大小,确定最大和最小索引值后,在数组中寻找到最小值和最大值,并显示出来-Create an array, to determine the dimensions of the array and the number of elements and numerical size, determine the index of maximum and minimum values, find the minimum and maximum values
index
- 利用散列表实现英汉字典.建立散列表,对实验数据进行查找。 -English-Chinese dictionary using the hash table to achieve established hash table, the experimental data to find out.