登录
首页 » Windows开发 » 当你发布软件;商品;网站之后,是否想得到用户的评价反馈以及改进意见,本软件能让用户在一秒钟之间填完一张反馈表,举手之劳,用户何乐而不为,大大地增加了您的反馈率,...

当你发布软件;商品;网站之后,是否想得到用户的评价反馈以及改进意见,本软件能让用户在一秒钟之间填完一张反馈表,举手之劳,用户何乐而不为,大大地增加了您的反馈率,...

于 2022-08-13 发布 文件大小:490.52 kB
0 120
下载积分: 2 下载次数: 1

代码说明:

当你发布软件;商品;网站之后,是否想得到用户的评价反馈以及改进意见,本软件能让用户在一秒钟之间填完一张反馈表,举手之劳,用户何乐而不为,大大地增加了您的反馈率,帮你准确地掌握用户喜好,尤其是 共享收费软件更需如此,本软件是免费软件,有delphi7源代码,无版权,随您任意改动利用发布,你想怎样就怎样。-When you release software goods site, whether the user wants the evaluation of feedback and improvements, the software allows users to fill out a feedback between a second form, would require little effort, the user why not greatly increase the rate of your feedback to help you accurately the user preferences, in particular the more necessary to share the billing software so that this software is free software, there is delphi7 source code, no copyright, with any changes to the use of your release, you wonder how the how.

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

发表评论

0 个回复

  • MSDN/VC6自带的VC例子程序,学习Windows编程应该先把这些例子看懂。
    MSDN/VC6自带的VC例子程序,学习Windows编程应该先把这些例子看懂。-MSDN/VC6 bring their own examples of the VC process, learning Windows programming should first understand these examples.
    2022-03-09 14:02:28下载
    积分:1
  • 实现简单的画图,菜单,启动另一个窗口的程序。
    实现简单的画图,菜单,启动另一个窗口的程序。-achieve a simple drawing, menu, start another window procedure.
    2022-04-29 17:34:53下载
    积分:1
  • 在对话框中的通知
    对话框之间进行通信的不同方式。使用对话框的变量,并将消息发送到其他对话框。
    2022-10-15 00:05:03下载
    积分:1
  • Using VHDL language music generator example, in the hope that useful to everybod...
    用VHDL语言编写音乐发生器的例子,希望对大家有用!-Using VHDL language music generator example, in the hope that useful to everybody!
    2023-01-01 16:00:03下载
    积分:1
  • OPC客户端VC++源程序
    VC++下开发的OPC客户端的源程序。编译后生成可执行文件即可链接OPC服务器。
    2022-04-22 21:55:01下载
    积分:1
  • c++ at c are created on the basis of C than the more powerful, it is an object
    c++是在c的基础上创建的   它比c的功能更强大,它是一门面向对象程序设计语言   向对象程序设计是一种新型的程序设计范型.这种范型的主要特征是:   程序=对象+消息   面向对象程序的基本元素是对象,面向对象程序的主要结构特点是:第一,程序一般由类的定义和类的使用两部分组成,在主程序中定义各对象并规定它们之间传递消息的规律.第二,程序中的一切操作都是通过向对象发送消息来实现的,对象接收到消息后,启动有关方法完成相应的操作.一个程序中涉及到的类,可以由程序设计者自己定义,也可以使用现成的类(包括类库中为用户提供的类和他人已构建好的).尽量使用现成的类,是面向对象程序设计范型所倡导的程序设计风格. -c++ at c are created on the basis of C than the more powerful, it is an object-oriented programming language Designed to the object is a new kind of programming model. This model s main features are: Process = object+ message Object-oriented programming is an essential element of the object, object-oriented programming are the main structural characteristics: first, the general procedures defined by the type and category of use of two parts, as defined in the main program and the provisions of the object between them message passing patterns. Secondly, the proceedings of all operations through to the target to send the message to achieve targeted message received a
    2022-05-27 17:07:45下载
    积分:1
  • kakabossskdr
    /* base64.cpp 和 base64.h 版权所有 (C) 2004年-2008 René Nyffenegger 提供此源代码 " 作为-是 ",没有任何明示或暗示 保修。在没有事件将作者举行任何损害承担责任 因使用本软件。 授予任何人出于任何目的,使用此软件的权限 包括商业应用程序进行修改和重新发布它 自由,受到以下限制: 1.此源代码的起源必须不得歪曲 ;你必须不 声称是你写的原始源代码。如果您使用此源代码 在一种产品,确认产品文档中将 表示赞赏,但不是必需的。 2.改变源版本为此,必须有明确标记和一定不能 谎称为原始的源代码。 3.本公告不可能会被删除,或从任何源分布改动。 勒内 · Nyffenegger rene.nyffenegger@adp-gmbh.ch */ #include"stdafx.h" //#include"base64.h" #include"msvc_common.h" #include < iostream > 静态 const std::string base64_chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" ""abcdefghijklmnopqrstuvwxyz "0123456789 +"; 静态内联 bool is_base64 (无符号的 char c) { 返回 (isalnum(c) | |(c == "+") ||(c == "/")); } std::string base64_encode (无符号的 char const * bytes_to_encode、 无符号的 in
    2022-12-20 14:15:03下载
    积分:1
  • vCard test application
    vCard test application
    2023-05-13 01:35:04下载
    积分:1
  • 简单的程序用纯WinAPI。
    Simple program written in pure WinApi.
    2022-02-04 07:12:59下载
    积分:1
  • 基于工程应用的栅格的三维地层建模及应用网格,VC++的很有帮助...
    基于工程应用的栅格的三维地层建模及应用网格,VC++的很有帮助-Based on the engineering application of Grid and application of three-dimensional stratigraphic modeling grid, VC++ The helpful
    2022-01-26 07:20:31下载
    积分:1
  • 696518资源总数
  • 105739会员总数
  • 1今日下载