资源列表

« 1 2 ... .05 .06 .07 .08 .09 4410.11 .12 .13 .14 .15 ... 5345 »

[C#编程1926848

说明:custom configuration using ASP C#
<Siddhant soni> 在 2025-06-06 上传 | 大小:8kb | 下载:0

[C#编程shiyan1

说明:/*一个数如果恰好等于它的因子之和,这个数就称为“完数”。例如6=1+2+3.编程    找出1000以内的所有完数。*/ -/* If a number is exactly equal to the sum of its factors, this number is called a " complete count." For example, 6 = 1+2+3 program to find all finished within 1000.* /
<何祥林> 在 2025-06-06 上传 | 大小:8kb | 下载:0

[C#编程yuanma

说明:使用windows窗体程序,创建了指定年之间的闰年查找,指定年是十年一变-Using the windows window procedure, create the specified year between the specified year is a leap year to find, ten years
<王鑫> 在 2025-06-06 上传 | 大小:8kb | 下载:0

[C#编程yuanma

说明:使用windows窗体程序,用case方法创建了成绩有百分制转化为五等级制度-Using the windows window procedure, the results are percentile system into five hierarchies created with the case method
<王鑫> 在 2025-06-06 上传 | 大小:8kb | 下载:0

[C#编程SimpleMathAConvenientConvertot

说明:能够方便地进行各种数学公式的转换操作,免去手工输入-The ability to easily perform various mathematical formulas conversion operation, eliminating manual input
<yiwuxun> 在 2025-06-06 上传 | 大小:8kb | 下载:0

[C#编程zw3

说明:编写程序,定义2个长度为20或更长的字符数组,分别存放自己的拼音名字、汉字名字-Write a program that defines two lengths of 20 or more character arrays were deposited their pinyin names, character names
<邹威> 在 2025-06-06 上传 | 大小:8kb | 下载:0

[C#编程cmdpasspojie

说明:Louis的宽带帐号破解器,cmd版宽带密码破解器-C#宽带拨号器CMD版本(调用DOS命令实现) 还有宽带帐号的一个范例文件,把密码分离出来,非常的简单,请勿用于非法途径,源代码目的是为了学习。-Louis broadband account cracker, cmd version broadband password cracker-C# broadband dialer CMD version (call DOS command implementation) as well as br
<gpudn9> 在 2025-06-06 上传 | 大小:8kb | 下载:0

[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-06 上传 | 大小:8kb | 下载: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-06 上传 | 大小:8kb | 下载:0

[C#编程DisplayText

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

[C#编程websourcedown

说明:Visual C#实现网页源代码下载程序,也就是将“查看源代码”里面的完整代码下载保存成文件。在输入下载地址的时候,如果不是以 "http://" 开始,则会在网址前面自动添加"http://",利用webClient.DownloadFile方法实现文件下载,本下载是网络上基本的下载程序,是在网络稳定的状况下使用的,没有下载进度条和断点续传-Visual C# to achieve web page source code download, which is the complete cod
<gpudn13> 在 2025-06-06 上传 | 大小:8kb | 下载:0

[C#编程Priority

说明:C# 线程优先级定义实例,程序先演示如何创建优先级,可创建最高优先、普通优先和最低级别的线程实例,通过点击左侧的按钮确定后,右侧来显示线程运行信息,显示优先级信息供参考,在C#中,设置线程执行的优先级同为重要课程,对优化应用程序,提高执行效率有较好的意义-Prioridades de C# de rosca definen los casos, el programa muestra cómo crear una primera prioridad, para crear la más alta
<gpudn15> 在 2025-06-06 上传 | 大小:8kb | 下载:0
« 1 2 ... .05 .06 .07 .08 .09 4410.11 .12 .13 .14 .15 ... 5345 »

源码中国 www.ymcn.org