资源列表

« 1 2 ... .67 .68 .69 .70 .71 65672.73 .74 .75 .76 .77 ... 66581 »

[C#编程csharpgetnetname

说明:C#获取网络主机名,可以查出域名解析信息,根据IP查找域名,由字符串获得IP地址:IPAddress ipAddress = IPAddress.Parse(ip.Text) 再由IP地址获得主机的DNS信息:IPHostEntry hostInfo = Dns.GetHostByAddress(ipAddress) 获取与主机关联的别名列表:string[] alias = hostInfo.Aliases 获取主机的 DNS 名称,并添加到ListBox控件中:domainName.Item
<ypudn84> 在 2025-06-25 上传 | 大小: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-06-25 上传 | 大小:270kb | 下载:0

[其他小程序19138016-6636-36fa-936d-1582eef94b3c

说明:合成语音的中文例子,免费的自动合成1235-Chinese examples of synthetic speech, free automatic synthesis1235
<hyh> 在 2025-06-25 上传 | 大小:5kb | 下载:0

[其他小程序data

说明:光谱数据神经网络分类代码,检测物质,可以有效运用-Spectral data neural network classification code, the test substance
<> 在 2025-06-25 上传 | 大小:1kb | 下载:0

[C#编程UART

说明:this show to communicate with COM port in C#-this show how to communicate with COM port in C#
<KP> 在 2025-06-25 上传 | 大小:387kb | 下载: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-06-25 上传 | 大小:198kb | 下载:0

[C#编程getpcnameip

说明:Visual C#获取计算机名和IP地址的程序源码,获取运行本程序所在计算机的名称:通过名字获得IP地址,IPHostEntry hostInfo = Dns.GetHostByName(hostName) IPAddress[] address = hostInfo.AddressList 创建 ipAddress 数组来存放字符串形式的IP地址,显示所有的IP地址,如果有多个地址,则改变textBox2的滑动条形式,以显示更多信息 -Visual C# para obtener el nom
<ypudn85> 在 2025-06-25 上传 | 大小:8kb | 下载:0

[其他小程序DataTrants

说明:使用Delphi进行数值转换的DEMO,供研究测试。-Use Delphi numerical conversion DEMO, for research and testing.
<Qinjie> 在 2025-06-25 上传 | 大小:249kb | 下载:0

[其他小程序vpSDI

说明:mfc平台下vega prime的应用例程 供交流学习-vega prime platform under mfc
<从长> 在 2025-06-25 上传 | 大小:37kb | 下载:0

[通讯编程485ReadCard

说明:485协议读卡器用于人员身份识别的测试程序。-485 protocol reader for personnel identification test program.
<Qinjie> 在 2025-06-25 上传 | 大小:716kb | 下载:0

[C#编程vcjkmath

说明:C#接口方法重名的处理方法实例源码,向在黑暗中摸索的C#爱好者致于最亲切的问候,感谢分享源码-Ejemplos de métodos de interfaz de C# Repeticiones de código fuente de tratamiento, a tientas en la oscuridad causada por los amantes de C# en el saludo más cordial YYJ, gracias por compartir código fuen
<gpudn11> 在 2025-06-25 上传 | 大小:14kb | 下载:0

[C#编程DisplayText

说明:摘要:C#源码,系统相关,字体对话框 C#调用Windows系统“字体”对话框的实例代码,通过点击窗口上的按钮,来弹出系统的“字体”设置面板,在此面板中可自定义字体名称、样式、和大小,实现的依次步骤:新建一个字体列表的通用对话框、调用字体选择对话框、获取在字体对话框中的字体信息、根据字体色彩创建单色画刷、设置文本输出格式:在当前窗口中居中显示-Resumen: C# código fuente, el cuadro de diálogo Fuente relacionada con el s
<gpudn11> 在 2025-06-25 上传 | 大小:8kb | 下载:0
« 1 2 ... .67 .68 .69 .70 .71 65672.73 .74 .75 .76 .77 ... 66581 »

源码中国 www.ymcn.org