登录
首页 » c++ » 网狐6603内核KernelEngine.dll和WHSocket.dll源码

网狐6603内核KernelEngine.dll和WHSocket.dll源码

于 2022-06-11 发布 文件大小:20.90 MB
0 132
下载积分: 2 下载次数: 1

代码说明:

网狐6603内核KernelEngine.dll和WHSocket.dll源码

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 视频监控界面
    用C++,MFC编写的监控界面,实现视频监控的各种功能,大家可以借鉴一下。
    2023-05-15 00:35:10下载
    积分:1
  • 模拟 Windows 开机动态色带条
    模拟 Windows 开机动态色带条... [代码性质] VC可重用代码段 [文件大小] 67K( Simulates Windows to open the mobile condition inked ribbon strip... [ code nature ] VC to be possible to entrust with heavy responsibility the code section [ document size ] 67K )
    2020-06-26 10:20:02下载
    积分:1
  • MFCWindows-program-design(2)
    MFC windows程序设计的源码,非常好用。(MFC windows programming source code, a very handy.)
    2007-02-28 11:07:23下载
    积分:1
  • xna C#游戏编程技术,原先发过几个,今天继续发送,我有大量的例子,以后会定期发送,希望对大家有帮助...
    xna C#游戏编程技术,原先发过几个,今天继续发送,我有大量的例子,以后会定期发送,希望对大家有帮助-xna C# game programming techniques, originally issued in a few, today continued to send, I have a lot of examples of the future will be regularly sent, hope to help everyone
    2022-09-11 23:00:04下载
    积分:1
  • uCOS2.86
    uCOS2.86源码,并已在ARM7上移植成功!!!(This is the code for uC/OS-ii)
    2009-02-19 16:39:11下载
    积分:1
  • C#在图片格式转换时设置JPEG压缩级别的实现源码
    C#在转换图像格式时设置JPEG压缩级别,运行程序在窗口上单击按钮后,会生成多个版本不同压缩级别的图片,图片大小字节都不一样,如下代码是实现本功能的核心代码:   Bitmap MyBitmap = new Bitmap(@"J001.jpg");   ImageCodecInfo MyDecoder = null;   ImageCodecInfo[] MyDecoders = ImageCodecInfo.GetImageDecoders();   foreach (ImageCodecInfo MyFormat in MyDecoders)   {    if (MyFormat.FormatID == ImageFormat.Jpeg.Guid)    {    MyDecoder = MyFormat;    }   }   System.Drawing.Imaging.Encoder MyEncoder =    System.Drawing.Imaging.Encoder.Quality;   EncoderParameters MyEncoderParameters = new EncoderParameters(1);   //以50中级压缩图像   EncoderParameter MyEncoderParameter = new EncoderParameter(MyEncoder, 50L);   MyEncoderParameters.Param[0] = MyEncoderParameter;   MyBitmap.Save("J50L.jpg", MyDecoder, MyEncoderParameters);   //以100高级压缩图像   MyEncoderParameter = new EncoderParameter(MyEncoder, 100L);   MyEncoderParameters.Param[0] = MyEncoderParameter;   MyBitmap.Save("J99L.jpg", MyDecoder, MyEncoderParameters);   //以0低级压缩图像   MyEncoderParameter = new Enc
    2022-05-18 00:19:47下载
    积分:1
  • Oscillograph_6
    基于LPC2200实验箱的数字示波器源代码(err)
    2007-12-28 22:20:03下载
    积分:1
  • dtmf
    DTMF的产生和识别,内含1234567890*#abcdDTMF码(DTMF generation and recognition, contain code 1234567890*# abcdDTMF)
    2013-09-27 08:55:21下载
    积分:1
  • muscle3.6_src.tar
    由robert研发的一款功能强大的蛋白质比对软件,基于全局比对,速度快,精确性高(a powerful protein global blasting software devoloped by Robert,very fast with considerately confidence. )
    2010-05-14 15:51:32下载
    积分:1
  • cSharp2
    C#从入门到精通,这就是下半部分,大家可以自己找上半部(C# From Novice to Professional, which is the lower half, you can find yourself on the half)
    2013-12-11 11:05:13下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载