登录
首页 » C# » C# MVC微信开发公众平台

C# MVC微信开发公众平台

于 2022-03-11 发布 文件大小:817.62 kB
0 135
下载积分: 2 下载次数: 1

代码说明:

C#开发的微信公众平台,菜单栏目,自动回复,LBS定义,功能模块丰富,可量身定,制微官网,微客服,微相册,微推送,微餐饮,微房产,微商城,微美容,微汽车,大转盘,刮刮乐等数百种功能

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

发表评论

0 个回复

  • QQ
    说明:  一个类似QQ的聊天程序,其中实现了QQ聊天通信的大部分功能,包括聊天者之间聊天信息的传输、聊天者自建聊天室、选择加入聊天室等功能。(QQ chat a similar procedure, in which the QQ chat realize most of the functions of communication, including chat chat between the information transmission, chat who own chat rooms, choose to join chat rooms and other functions.)
    2008-04-21 11:41:44下载
    积分:1
  • tuxiangchulidaima
    本文针对目前图像特效处理的需求,主要研究几种基本的数字图像处理算法,以达到人们所期待得到的各种不同的效果。并在基于Windows系统的Visual C++6.0集成开发环境下,生成BMP位图文件并对其进行读取,使用VC编码实现这些算法。编写程序在BMP位图文件中画出各种图像,例如:三角型,圆,正弦函数图。在点运算处理中介绍了灰度化处理,算法设计原理是将输入像素点的灰度值通过算法实现改变其相应输出点的灰度值。在图像增强中,介绍了图形的平滑和图像的锐化算法,其算法的设计原理是根据一个固定小区域的几个像素灰度值设置某个像素的灰度值,通常有其固定模板。 本文具体给出了这些算法的设计思想及算法描述,并通过程序实现。最后将其效果图与原始图像进行了比较。 (In this paper, the image effects to deal with the current demand for basic research in several digital image processing algorithms in order to achieve what people expect different result. And Windows-based system, Visual C++6.0 integrated development environment to generate BMP bitmap file and read them using VC coding to implement these algorithms. Write a program to draw a variety of graphics in BMP bitmap file, example: triangle, circle, sine function diagram. Point arithmetic processing grayscale processing, algorithm design principle is the value of the input pixel gray value of the corresponding output point algorithm change. Enhancement of the image on the smooth graphics and image sharpening algorithm. The design principle of the algorithm is based on a fixed number of small regions of a pixel value of gray-scale pixel value, usually a fixed template. In this paper, given the specific design of these algorithms and the algorithm description, and program . Finally, the effect o)
    2015-07-07 10:05:26下载
    积分:1
  • WinMain
    说明:  对WinMain函数详解的实例,可以深入了解windows应用程序的运行机制(A detailed example of the WinMain function can provide insight into the operating mechanism of Windows applications.)
    2020-06-16 00:20:01下载
    积分:1
  • 6678_Timer
    TMS320C6678 DSP Timer的驱动程序,在TI官方的开发板上测试成功。包含Timer的模式选择。代码由C语言编写,是DSP的底层驱动程序。使用了TI的CSL库函数,在使用时注意添加相关的库路径,需要安装有关BIOS的开发DSK
    2022-02-13 18:11:42下载
    积分:1
  • MCF52255
    MCF52255核心开发资料,一些简单的寄存器操作,能够完成一些比较简单的功能。(MCF52255 core development information, some simple register operations, able to complete some of the more simple functions.)
    2014-01-12 18:04:24下载
    积分:1
  • C#生成连续和任意重复的字符串实例
    C#调用自定义方法生成字符串实例,生成的这些字符串有两种类型,一种是生成包括N个连续字符的字符串,另一个是生成指定重复字符的字符串,在平时的应用中,有很多卡号和序列号需要生成类似的号码,有兴趣的可参考。   static void Main(string[] args)   {    Program p = new Program();//创建Program对象    p.CreateSString();//调用自定义方法    p.CreateTString();//调用自定义方法    Console.Read();   }   private void CreateSString()   {    //生成包含6个连续字符的字符串    string str = new string(Enumerable.Range(0, 6).Select(i => (char)(i + 65)).ToArray());    Console.WriteLine("包含6个连续字符的字符串:" + str);   }   private void CreateTString()   {    //生成包含3个重复字符串的字符串    string str = string.Join(string.Empty, Enumerable.Repeat("MR", 3).ToArray());    Console.WriteLine("包含3个重复字符串的字符串:" + str);   }
    2022-07-11 13:58:31下载
    积分:1
  • swTsfTKC
    Code in C what need swTsfTKC
    2019-03-06 05:28:43下载
    积分:1
  • C# 选择目录 生成图片缩略图 实例源码
    选择某一个目录,将某一个目录下的所有图片读取出来 并以缩略图的形式展现
    2013-05-22下载
    积分:1
  • yuanmaa
    说明:  对一副图像的直方图进行均衡化,并在客户区输出(histogram equalization and show out)
    2010-03-31 14:27:45下载
    积分:1
  • 951772
    这是在acm上所做的1003-1004,欢迎大家来下载,呵呵呵(This is 1003-1004 on acm. Welcome to download, huh?)
    2018-11-22 12:55:46下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载