登录
首页 » 其他项目 » .Net留言本,本程序采用VB.Net与SQL数据库开发

.Net留言本,本程序采用VB.Net与SQL数据库开发

于 2022-03-21 发布 文件大小:124.53 kB
0 80
下载积分: 2 下载次数: 1

代码说明:

.Net留言本,本程序采用VB.Net与SQL数据库开发- Net message this, this procedure uses VB.Net and the SQL database develops

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

发表评论

0 个回复

  • buy lottery procedures. The procedure can buy two tickets, lotteries and lottery...
    购买彩票程序。该程序可以购买两种彩票,福彩和体彩。其中用到了随机数。-buy lottery procedures. The procedure can buy two tickets, lotteries and lottery. Which uses a random number.
    2023-03-13 20:55:03下载
    积分:1
  • 本课程结束的课程设计:浏览器程序设计。注:…
    此为本人期末的课程设计VC设计:浏览器程序设计。注:本源码用Word文档存放。 简介内容:随着互联网在世界范围的广泛应用,WWW(World Wide Web,万维网)也日益成为互联网上信息交流不可缺少的工具。它是一种以HTTP(HyperText Tranfer Protocol,超文本传输协议)为基础,使用HTML(HypeText Markup Language,超文本标记语言)编写的有若干Web网页构筑而成的世界。 本课程设计要求设计类似于微软的IE浏览器,具备一个浏览器的基本功能,可以完成网上冲浪的任务。 设计 Visual C++为我们提供了一个ChtmlView类,有了它。可以很方便地设计浏览器。-this as the end of the course design VC Design : browser program design. Note : This source used Word documents stored. Introduction : As the Internet in a wide range of applications worldwide, WWW (World Wide Web, the World Wide Web) has increasingly become the exchange of information on the Internet an indispensable tool. It is a form HTTP (HyperText Tranfer Protocol, Hypertext Transfer Protocol) based on the use of HTML (HypeText Markup Language, HTML) prepared in a number of Web pages built by the world. The curriculum design requirements similar to the design of Microsoft"s Internet Explorer, a browser with the basic functions can be completed online surfing tasks. Design
    2023-05-13 14:45:03下载
    积分:1
  • 组件的进展巴尔
    像 ubunto barr 颜色司的变化与进步巴尔的酒吧在节点和多 mure,我发现这分组件时寻求其他人为我的项目。
    2022-01-24 16:08:14下载
    积分:1
  • 购物车主要是为广大网上顾客购物的资源平台。购物车主要标是建设在网上对用户进行信息服务互动平台。...
    购物车主要是为广大网上顾客购物的资源平台。购物车主要目标是建设在网上对用户进行信息服务互动平台。-If the owner to the general resources of the Internet platform to customers. The main goal is to Cart online construction information service user interaction platform.
    2022-02-13 15:40:44下载
    积分:1
  • 异步电动机调压调频正弦波直流脉宽调速系统(SPWM)的仿真模型...
    异步电动机调压调频正弦波直流脉宽调速系统(SPWM)的仿真模型-Induction Motor VVVF DC sinusoidal PWM system (SPWM) simulation model
    2023-08-20 17:50:03下载
    积分:1
  • huffmantr
    huffmantr
    2023-04-18 02:40:03下载
    积分:1
  • 一个基于LABVIEW的LCD的显示程序,是可以循环移动的,快来学习吧。...
    一个基于LABVIEW的LCD的显示程序,是可以循环移动的,快来学习吧。-LABVIEW-based program the LCD display can cycle mobile, Come learn from it.
    2022-06-01 05:23:50下载
    积分:1
  • 一个双人五子棋,支持人机对战,界面美观,电脑ai算法比较好,工程文件已转,vc7和vc6都可直接打开编译...
    一个双人五子棋,支持人机对战,界面美观,电脑ai算法比较好,工程文件已转,vc7和vc6都可直接打开编译-a double 331, support human-machine players, beautiful interface, computer ai better algorithm, the document has been changed, and vc7 and vc6 compiler can directly open
    2022-06-30 00:59:22下载
    积分:1
  • “面包圈大战”程序。 编译donuts.dsw文件,在Debug录下会生成donuts.exe文件,直接双击该文件,即可运行“面包圈大战”程序。 ******...
    “面包圈大战”程序。 编译donuts.dsw文件,在Debug目录下会生成donuts.exe文件,直接双击该文件,即可运行“面包圈大战”程序。 *************** 要正确编译该程序,需要安装DirectX 9.0及其以上版本。-"bread circle Wars" procedures. Compiler donuts.dsw documents in the Debug directory will generate donuts.exe document, double-click the file directly, and can run "bread circle Wars" procedures.******************************* To compile the correct procedures need to install DirectX version 9.0 and above.
    2022-01-22 00:57:27下载
    积分:1
  • 本算法使用分治法求解最近点对问题。事先用O(nlogn)时间对x坐标进行排序,使得所有的点是按x坐标从小到大排好序的(x坐标相同时y坐标小的排前),然后取下标小...
    本算法使用分治法求解最近点对问题。事先用O(nlogn)时间对x坐标进行排序,使得所有的点是按x坐标从小到大排好序的(x坐标相同时y坐标小的排前),然后取下标小于n/2属于左边的点集PL,取下标大于n/2属于右边的点集PR,即用O(1)时间就可以将规模为n的问题分解为两个规模为n/2的、同类型的子问题。分割完毕之后就可以采用分治法,分别求出PL和PR中的最近点对,最终通过递归实现。-This algorithm uses divide and conquer to solve the problem closest point. Prior to use O (nlogn) time to sort the x coordinate so that all points are based on x coordinates from small to large sorted (x coordinates with the same y coordinates of the small, the top), and then remove the standard is less than n/2 the set of points belonging to the left PL, remove the standard is greater than n/2 set of points belonging to the right of PR, that is to use O (1) time can be the problem size n divided into two size n/2, the same type The sub-problems. Segmentation can be used after completion of sub-rule method, respectively, find the PL and PR in the last points and eventually through the recursion.
    2022-01-25 16:01:13下载
    积分:1
  • 696524资源总数
  • 103886会员总数
  • 81今日下载