Internet Direct(Indy)是一组开放源代码的Internet组件,涵盖了几乎所有流行的Internet协议。Indy用delphi编写,被包含在delphi 6,Kylix 1和C++ Builder 6及以上各个版本的Borland开发环境中。Indy曾经叫做WinShoes(双关于WinSock——Windows的Socket库),是由Chad Z. Hower领导的一群开发者构建的,可以从Indy的站点www.nevrona.com/indy上找到更多的信息并下载其新版本。到笔者撰写本文时为止,Indy的最新稳定版是9.0.14,Indy 10也进入了Beta测试阶段。
标签: Internet Direct Indy 开放源代码
上传时间: 2015-12-05
上传用户:xg262122
名称:read2543 功能:TLC2543驱动模块 输入参数:port通道号 输出参数:ad转换值 *************************************/ uint read2543(uchar port) { uint ad=0,i CLOCK=0 _CS=0 port<<=4 for(i=0 i<12 i++) { if(D_OUT) ad|=0x01 D_IN=(bit)(port&0x80) CLOCK=1 delay(3) CLOCK=0 delay(3) port<<=1 ad<<=1 } _CS=1 ad>>=1 return(ad) }
上传时间: 2016-01-21
上传用户:R50974
此源程序实现了打印出 * 金字塔的功能,总共输出5行,1~5行分别是1,3,5,7,9个‘* .
上传时间: 2013-12-30
上传用户:懒龙1988
简单的java的程序设计,要求编写Application或 Applet程序实现,程序编译正确,并运行出正确结果。 1.编写一个程序,求100以内的全部素数。 2.求1+2!+3!+...+10!的和 程序分析:此程序只是把累加变成了累乘。
上传时间: 2016-03-21
上传用户:zm7516678
马踏棋盘的程序设计 设计一个国际象棋的马踏遍棋盘的演示程序。 将马随机放在国际象棋的8×8棋盘Board[8][8]的某个方格中,马按走棋规则(见题集p98)进行移动。要求每个方格只进入一次,走边棋盘上全部64个方格。编制非递归程序,求出马的行走路线,并按求出的行走路线,将数字1,2,3,…,64依次填入一个8×8的方阵,输出之。
上传时间: 2013-12-20
上传用户:zuozuo1215
All programs were tested using a breadboard containing a DS80C320, 32K Program memory, 32K Data memory, two 8-segment bar graph LEDs/drivers, and an 11.0592 MHz crystal. The four 8-segment bar graph LEDs/drivers were connected to ports 1, and 3 to display their pins states.
标签: breadboard containing 32K programs
上传时间: 2016-03-29
上传用户:qq1604324866
北京大学ACM比赛题目 Consider an infinite full binary search tree (see the figure below), the numbers in the nodes are 1, 2, 3, .... In a subtree whose root node is X, we can get the minimum number in this subtree by repeating going down the left node until the last level, and we can also find the maximum number by going down the right node. Now you are given some queries as "What are the minimum and maximum numbers in the subtree whose root node is X?" Please try to find answers for there queries.
标签: the Consider infinite numbers
上传时间: 2013-12-16
上传用户:日光微澜
功能:ADC采样 目标板: C8051F33x 开发工具: Silicon Laboratories IDE 此程序为ADC转换程序,可以选择向ADC0BUSY写1或用定时器0,1,2,3作为ADC的启动信号。
标签: Laboratories ADC C8051F33x Silicon
上传时间: 2013-11-25
上传用户:q123321
伪随机序列发生器的vhdl算法 设计一个伪随机序列发生器,采用的生成多项式为1+X^3+X^7。要求具有一个RESET端和两个控制端来调整寄存器初值(程序中设定好四种非零初值可选)。
上传时间: 2016-05-09
上传用户:wxhwjf
本程序是常用地图投影系列小程序之一,程序能用于不同基准面、3°或6°分带、单点及批量数据的高斯-克吕格投影正、反转换,正投影时的输入经纬度数据可以是度、度分及度分秒格式。
上传时间: 2016-05-16
上传用户:wfl_yy