搜索结果

找到约 1,604 项符合 T-ETH 的查询结果

数学计算 本程序实现了数理统计的趋势面分析

本程序实现了数理统计的趋势面分析,并给出了F,t检验,可用作数理统计教材的配套计算
https://www.eeworm.com/dl/641/140072.html
下载: 45
查看: 1114

USB编程 mp3设计程序资料

mp3设计程序资料,采用c语言编写。 README file for yampp-3 source code 2001-05-27 This is the current state of the yampp-3 source code, 2001-05-27. This code is intended to run on Rev. B of the yampp-3 PCB, but can ofcourse be used on compatible systems as well. It still uses the "old" song s ...
https://www.eeworm.com/dl/643/140479.html
下载: 187
查看: 1043

单片机开发 PCF8563 的驱动程序

PCF8563 的驱动程序,用两个普通的IO口模拟I2C总线,包括100KHZ(T=10US)的标准模式选择和400KHZ的快速模式选择,默认11.0592MHZ的晶振
https://www.eeworm.com/dl/648/141107.html
下载: 167
查看: 1031

网络 UNIX操作系统大多安装在网络服务器上

UNIX操作系统大多安装在网络服务器上,为了避免维护人员不在时无关人员对服务器进行误操作,我用C语言编写了一个小程序实现了屏幕锁的功能,该程序在AT&T UNIX 4.0和SCO UNIX 5.0上均运行通过
https://www.eeworm.com/dl/635/141554.html
下载: 62
查看: 1090

DSP编程 利用TMS320LF240x实现SVPWM算法的程序 下面给出了利用TMS320LF2407实现SVPWM算法的一个应用程序。在该程序中

利用TMS320LF240x实现SVPWM算法的程序 下面给出了利用TMS320LF2407实现SVPWM算法的一个应用程序。在该程序中,我们假设有200个电压矢量Uout 平均分布在电角度为2π的范围内,通过改变SVPWM的调制周期T可以改变输出的3相正弦波的频率。 源程序代码 ...
https://www.eeworm.com/dl/516/141577.html
下载: 121
查看: 1053

加密解密 -- KeYl0gByMe -- Il s agit d un petit keylogger tout simple. Il logs tout les types de touches.

-- KeYl0gByMe -- Il s agit d un petit keylogger tout simple. Il logs tout les types de touches. Le fichier logs se met ?la racine du disque dur principal. Le fichier en question se nomme : stsvc.txt Cr閍teur : benozor77. Courriel : webmaster[arobase]hackologie.tk Site Web: http://www.hackologie ...
https://www.eeworm.com/dl/519/141727.html
下载: 175
查看: 1067

网络 项目描述: Trickster Streaming Server is a pure Perl MP3 streaming server with a simple Web interface t

项目描述: Trickster Streaming Server is a pure Perl MP3 streaming server with a simple Web interface that allows you to manipulate and browse the queue. The queue management API is done in a fairly simple UNIX manner, and can be easily extended. Trickster Streaming Server是一个具有简单 Web接口的纯 ...
https://www.eeworm.com/dl/635/141951.html
下载: 136
查看: 1048

编辑器/阅读器 本程序是用c++实现的多功能文本编辑器

本程序是用c++实现的多功能文本编辑器,它除了可以实现一般文本的编辑功能,还增加了保存文档a(save), 转为大写m(large),改为小写k(small),复制段j(copy),中英文转换t(language)等功能
https://www.eeworm.com/dl/626/143123.html
下载: 30
查看: 1123

其他 prolog 找路例子程序: === === === === === === Part 1-Adding connections Part 2-Simple Path example

prolog 找路例子程序: === === === === === === Part 1-Adding connections Part 2-Simple Path example | ?- path1(a,b,P,T). will produce the response: T = 15 P = [a,b] ? Part 3 - Non-repeating path As an example, the query: ?- path2(a,h,P,T). will succeed and may produce the bindings: P = ...
https://www.eeworm.com/dl/534/144381.html
下载: 163
查看: 1063

人工智能/神经网络 模拟退火算法来源于固体退火原理

模拟退火算法来源于固体退火原理,将固体加温至充分高,再让其徐徐冷却,加温时,固体内部粒子随温升变为无序状,内能增大,而徐徐冷却时粒子渐趋有序,在每个温度都达到平衡态,最后在常温时达到基态,内能减为最小。根据Metropolis准则,粒子在温度T时趋于平衡的概率为e-ΔE/(kT),其中E为温度T时的内能,ΔE为其改变量, ...
https://www.eeworm.com/dl/650/144662.html
下载: 27
查看: 1037