搜索结果
找到约 1,776 项符合
T-arp 的查询结果
书籍源码 /* 本程序实现的功能: 显示系统时间和日期 该程序主要操作是: 使用了dos的系统调用功能
/* 本程序实现的功能: 显示系统时间和日期 该程序主要操作是: 使用了dos的系统调用功能,输入大小写D显示系统当前日期,当输入大小写T输出当前系统时间,当输入大小写Q退出程序,当输入其他字符时,提示错误 。 主要算法:将系统时间及日期转化成字符显示,通过堆栈来排序显示,同时涉及到 坐标位置设置的 ...
生物技术 The ICA/BSS algorithms are pure mathematical formulas, powerful, but rather mechanical procedures: T
The ICA/BSS algorithms are pure mathematical formulas, powerful, but rather mechanical procedures: There is not very much left for the user to do after the machinery has been optimally implemented. The successful and efficient use of the ICALAB strongly depends on a priori knowledge, common sense an ...
网络 A very small 250-line library (written entirely in MATLAB) that allows multiple MATLAB programs to t
A very small 250-line library (written entirely in MATLAB) that allows multiple MATLAB programs to talk to each other, so that hundreds of processors can work together.
人工智能/神经网络 模拟退火算法 模拟退火算法(Simulated Annealing,简称SA算法)是模拟加热熔化的金属的退火过程
模拟退火算法 模拟退火算法(Simulated Annealing,简称SA算法)是模拟加热熔化的金属的退火过程,来寻找全局最优解的有效方法之一。 模拟退火的基本思想和步骤如下: 设S={s1,s2,…,sn}为所有可能的状态所构成的集合, f:S—R为非负代价函数,即优化问题抽象如下: 寻找s*∈S,使得f(s*)=min f(si) 任意si∈S (1)给定一 ...
电子书籍 一本精华贴合籍。对高手和菜鸟都有帮助。 主页:http://www.programsalon.com/developer.asp?id=victor000000 邮箱:victor000000@t
一本精华贴合籍。对高手和菜鸟都有帮助。
主页:http://www.programsalon.com/developer.asp?id=victor000000
邮箱:victor000000@tom.com
单片机开发 在51单片机上用汇编实现的TCP/TP协议网络通信
在51单片机上用汇编实现的TCP/TP协议网络通信,1、可以接收和发送帧 2、 实现了ARP报文传输;3、 ARP应答;4、实现了ICMP协议 5、 可以被其他网络中的主机Ping到 6、 实现了UDP协议
数学计算 本程序实现了数理统计的趋势面分析
本程序实现了数理统计的趋势面分析,并给出了F,t检验,可用作数理统计教材的配套计算
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 ...
单片机开发 PCF8563 的驱动程序
PCF8563 的驱动程序,用两个普通的IO口模拟I2C总线,包括100KHZ(T=10US)的标准模式选择和400KHZ的快速模式选择,默认11.0592MHZ的晶振
网络 UNIX操作系统大多安装在网络服务器上
UNIX操作系统大多安装在网络服务器上,为了避免维护人员不在时无关人员对服务器进行误操作,我用C语言编写了一个小程序实现了屏幕锁的功能,该程序在AT&T UNIX 4.0和SCO UNIX 5.0上均运行通过