资源列表

« 1 2 ... .32 .33 .34 .35 .36 4137.38 .39 .40 .41 .42 ... 5346 »

[C#编程Get_File_MD5_Value

说明:C#源码获取文件的MD5值,采用MD5加密的例子,选择要计算 MD5 值的文件名和路径,会得到文件的MD5 值16进制字符串,也可得到文件的sha1 值16进制字符串以及哈希值16进制字符串,在此要用到字节数组转换为16进制表示的字符串,最后一步是生成和显示文件的MD5值。-C# source file to get MD5 value, using MD5 encryption example, choose to calculate
<wpudn5> 在 2024-09-20 上传 | 大小:14336 | 下载:0

[C#编程FindPicCSharp

说明:C#高速找图程序,比较图片的细节处有何异同,像素级的图片比较器,大图找小图,模糊找图,透明找图,Bitmap 大图 = new Bitmap(@"无标题.bmp")    Bitmap 完全对比 = new Bitmap(@"完全对比.bmp")    Bitmap 相似度 = new Bitmap(@"相似度.bmp")    Bitmap 透明 = new Bitmap(@"透明.bmp")   在大图里找小
<wpudn6> 在 2024-09-20 上传 | 大小:2216960 | 下载:0

[C#编程monichoujiang

说明:运行于.NET fr a mework 4.0的C#模拟摇号程序,也就是模拟抽奖程序,大家所熟悉的抽号器与此相似。程序使用多个线程生成随机字符,核心代码基本是在Form1.cs中,请重点参考。-Running on. NET fr a mework 4.0 is C# analog Yaohao program, which is an analog lottery program, everyone is familiar with
<wpudn6> 在 2024-09-20 上传 | 大小:13312 | 下载:0

[C#编程Ping

说明:C#在wince系统中使用Ping方法,测试Ping yahoo网站,若需要了解Ping是如何实现的,可参考代码中的Ping.cs,对学习是有帮助的-C# using the Ping method in wince system, test Ping yahoo website, if you need to know is how to achieve Ping, reference code Ping.cs, is helpful
<wpudn6> 在 2024-09-20 上传 | 大小:182272 | 下载:0

[C#编程Thebestforyou

说明:C#写的祝福程序,带浪漫的音效,在生日小惊喜程序的基础上,重新设计了一个浪漫示爱程序,制造惊喜的源码程序。有下雨效果,下雪计时器事件,播放MP3时,可以获取的mp3的当前时间等,有些地方我觉得还是挺不多的-Blessing program written in C#, with a romantic sound, on the basis of little surprise birthday program on a romantic
<wpudn6> 在 2024-09-20 上传 | 大小:3752960 | 下载:0

[C#编程yichuansuanfa

说明:C#组卷遗传算法,源代码看上去挺完整的,有VS环境的可编译源程序-A Genetic Algorithm C# source code looks quite complete, there can be compiled source VS environment
<wpudn6> 在 2024-09-20 上传 | 大小:13312 | 下载:0

[C#编程ViewCapture

说明:ViewCapture-C#截图小工具,基于.NET fr a mework4.0,源代码还是比较完整的,截图是比较流行的程序功能了,QQ软件中就有截图功能-ViewCapture-C# screenshot gadget based. NET fr a mework4.0, the source code is still relatively intact, shots are more popular features of th
<gpudn9> 在 2024-09-20 上传 | 大小:219136 | 下载: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
<gpudn9> 在 2024-09-20 上传 | 大小:8192 | 下载:0

[C#编程PalCard

说明:C#写的仙剑卡牌-游戏,本游戏根据仙剑五前传中的纸牌游戏改编,素材来自仙剑逍遥游卡牌,用到的图片可以随机索引,关于游戏播放音乐的实现:播放音乐,由于使用SoundPlayer会被其他的音乐打断,所以使用了自己的一个类,音乐会一直播放,直到游戏结束。那些背景音乐文件太大了,删除了,重点不是听音乐,自己可以随便弄点音乐进去-C# to write Legend cards- games, this game based on the Leg
<gpudn9> 在 2024-09-20 上传 | 大小:7613440 | 下载:0

[C#编程csharpleidian

说明:简易雷电小游戏,C#编写的小游戏,上下左右控制飞机移动,W射出子弹,长按W连续射出子弹,P暂停,子弹打中陨石陨石爆炸,陨石击中飞机飞机爆炸,一共3次机会-Easy Lightning game, C# prepared by the small game, moving up and down to control the aircraft, W shot a bullet, press W continuous shot bullet
<gpudn10> 在 2024-09-20 上传 | 大小:296960 | 下载:0

[C#编程TcpChatter

说明:C# TcpChatter源码包 - 基于Socket的聊天程序,相关说明:1) \TcpChatter\TcpChatter Tcp聊天程序源代码ChatClient 客户端程序   ChatServer 服务端程序   CHTCommon 公共程序集 封装了 TcpChatter 自定义通信协议   2) 编程工具 VS2008,语言 C#   3) Bin   ChatClient.exe、ChatS
<gpudn10> 在 2024-09-20 上传 | 大小:187392 | 下载:0

[C#编程MAC

说明:C#由IP地址获取对应的网卡MAC地址,基于Iphlpapi.dll,主线程之外的线程要调用main线程中建立的控件,需要使用委托的方式。请确保网络是正常的,否则获取不到MAC地址。-C# to obtain the IP address corresponding to the MAC address, thread-based Iphlpapi.dll, outside the main thread to call the con
<gpudn10> 在 2024-09-20 上传 | 大小:13312 | 下载:0
« 1 2 ... .32 .33 .34 .35 .36 4137.38 .39 .40 .41 .42 ... 5346 »

源码中国 www.ymcn.org