资源列表
[C#编程] csharpgetnetname
说明:C#获取网络主机名,可以查出域名解析信息,根据IP查找域名,由字符串获得IP地址:IPAddress ipAddress = IPAddress.Parse(ip.Text) 再由IP地址获得主机的DNS信息:IPHostEntry hostInfo = Dns.GetHostByAddress(ipAddress) 获取与主机关联的别名列表:string[] alias = hostInfo.Aliases 获取主机的 DNS 名称,<ypudn84> 在 2025-01-20 上传 | 大小:8kb | 下载:0
[.net编程] webBrowser
说明:C#是实现的网页浏览器,能够打开各种网页,调用各种搜索。-C# is the realization of a web browser, can open a variety of web, call a variety of searches.<摘星> 在 2025-01-20 上传 | 大小:270kb | 下载:0
[其他小程序] 19138016-6636-36fa-936d-1582eef94b3c
说明:合成语音的中文例子,免费的自动合成1235-Chinese examples of synthetic speech, free automatic synthesis1235<hyh> 在 2025-01-20 上传 | 大小:5kb | 下载:0
[其他小程序] ACR110Test
说明:深圳龙杰科技的ACR110读卡器(CCID)操作演示程序,用户学习如何使用ACR110访问卡片。-Shenzhen Long Jie Technology ACR110 reader (CCID) operation demonstration program, users learn how to use the ACR110 access cards.<Qinjie> 在 2025-01-20 上传 | 大小:198kb | 下载:0
[C#编程] getpcnameip
说明:Visual C#获取计算机名和IP地址的程序源码,获取运行本程序所在计算机的名称:通过名字获得IP地址,IPHostEntry hostInfo = Dns.GetHostByName(hostName) IPAddress[] address = hostInfo.AddressList 创建 ipAddress 数组来存放字符串形式的IP地址,显示所有的IP地址,如果有多个地址,则改变textBox2的滑动条形式,以显示更多信息<ypudn85> 在 2025-01-20 上传 | 大小:8kb | 下载:0
[其他小程序] DataTrants
说明:使用Delphi进行数值转换的DEMO,供研究测试。-Use Delphi numerical conversion DEMO, for research and testing.<Qinjie> 在 2025-01-20 上传 | 大小:249kb | 下载:0
[通讯编程] 485ReadCard
说明:485协议读卡器用于人员身份识别的测试程序。-485 protocol reader for personnel identification test program.<Qinjie> 在 2025-01-20 上传 | 大小:716kb | 下载:0