登录
首页 » 数据结构 » sqlce+访问本地数据库

sqlce+访问本地数据库

于 2023-08-23 发布 文件大小:159.02 kB
0 146
下载积分: 2 下载次数: 1

代码说明:

一个用 c# 使用 SQLce 的例子。绢如何使用区域设置数据库文件 (*.sdf) 来存储数据和访问它。我复制这对于我的 wince7.0 来开发自己的应用程序。任何方式的值得你注意看一看。

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

发表评论

0 个回复

  • 同时rear和len分别指示环形队列中队尾元素的位置和内含元素的个。设计相应的入队和出队算法。...
    同时rear和len分别指示环形队列中队尾元素的位置和内含元素的个数。设计相应的入队和出队算法。-At the same time, rear and len, respectively, annular instructions squadron tail queue element containing the location and the number of elements. Design corresponding to the team and the team algorithm.
    2023-03-12 17:10:04下载
    积分:1
  • Recent study of the procurement management system ado sql
    近期学习中的采购管理系统,数据库操作 -Recent study of the procurement management system ado sql
    2022-01-31 22:55:51下载
    积分:1
  • 本书是关于计算机科学与工程领域的基础性研究科目之一――与算法的专著。 本书在简要回顾了基本的C++ 程序设计概念的基础上,全面系统地介绍了队列、堆栈、树...
    本书是关于计算机科学与工程领域的基础性研究科目之一――数据结构与算法的专著。 本书在简要回顾了基本的C++ 程序设计概念的基础上,全面系统地介绍了队列、堆栈、树、图等基本数据结构,以及贪婪算法、分而治之算法、分枝定界算法等多种算法设计方法,为数据结构与算法的继续学习和研究奠定了一个坚实的基础。更为可贵的是,本书不仅仅介绍了理论知识,还提供了50多个应用实例及600多道练习题。 本书内容广博权威,结构清晰合理,是一本全新的有关数据结构与算法的教材,对于计算机科学与工程领域的从业人员也是一本很好的参考书。-err
    2022-01-25 17:01:13下载
    积分:1
  • 可能是最快的排序算法.源代码和演示文件.
    可能是最快的排序算法.源代码和演示文件.-probably is the fastest sorting algorithms. Source code and presentations.
    2022-04-29 10:50:42下载
    积分:1
  • ASP.NET简洁论坛源代码 这是一个简单的论坛,主要功能: 网站后台:版块管理、帖子管理、回复管理、我发布的帖子、我回复的帖子; 网站...
    ASP.NET简洁论坛源代码 这是一个简单的论坛,主要功能: 网站后台:版块管理、帖子管理、回复管理、我发布的帖子、我回复的帖子; 网站前台:版块导航、帖子列表、帖子详细、帖子回复列表、添加帖子、添加回复-Asp.net concise BBS source code This is a simple BBS, main functions: Background: section management, site management, management, post reply by post, I, I reply posts, Receptionist: version website lists, post navigation, post, reply posts, a detailed list of adding posts, add back,
    2023-07-11 10:15:04下载
    积分:1
  • Order to map any of the distance between two nodes, (2) with two
    求图的任两结点间的距离,(2) 用二维数组存放C和A ,C是原成本矩阵,A 是求出的距离矩阵 (3) 算法采用三重循环,其中最外层的循环变量必须代表中间结点,中层的循环变量代表头结点而内层循环变量代表尾结点。 (4) 试着把三层循环变量的顺序作些改变,最外层的循环变量仍代表中间结点,而中层循环变量代表尾结点,内层循环变量代表头结点。把两种做法所得结果作比较,看结果是否相同 (5) 显示结果要清晰易懂 (6) 本题运行结果 -Order to map any of the distance between two nodes, (2) with two-dimensional array of storage C, A, C is the original cost matrix, A is to find the distance matrix (3) The algorithm uses the triple loop, one of the most outer loop variable must be representative of intermediate nodes, the middle loop variable represents the first node and the inner loop variable represents the end nodes. (4) tried to three-loop order of the variables to make some changes, the most outer loop variables still represent intermediate nodes, while the middle loop variable represents the end nodes, the inner loop variable represents the first node. The two approaches to compare the results to see whether the results the same (5) shows the results must be clear and understandable (6) The q
    2022-04-20 12:55:19下载
    积分:1
  • Time and Attendance system. Operation of the system, the login screen for the im...
    考勤系统.运行本系统时,登录界面要求输入系统的用户名和密码,此系统提供了两种类型的用户,一种是超级用户,具有执行所有功能的权限,另一种是签到用户,只具有签到功能,因此,这里提供了两个默认的用户名和密码,一个是超级用户,用户名为000,密码为000,另外一个是签到用户,用户名为111,密码为111。-Time and Attendance system. Operation of the system, the login screen for the importation of the system user name and password, the system provides two types of users, one is the super-user, with the implementation of all functions of the authority, another is a sign-user, only sign function, so, here are two default user name and password, a super-user, the user name 000, password 000, the other one is the sign user, the user name 111, password is 111.
    2022-03-06 10:04:11下载
    积分:1
  • 这是c++功能的又以体现,实现了用c++完成逻辑推理的任务,对于学习c++很有帮助,是个很不错的程序哦...
    这是c++功能的又以体现,实现了用c++完成逻辑推理的任务,对于学习c++很有帮助,是个很不错的程序哦-This is another function of c embodiment achieved with c logical completion of the task, learning c helpful, is a very good procedure oh
    2022-01-26 00:53:29下载
    积分:1
  • 的第二个实验
    数据结构的第二个实验-data structure to the second experiment
    2022-01-25 20:24:50下载
    积分:1
  • 以十字链表表示稀疏矩阵,实现两个矩阵的相加,相减,和相乘的运算....
    以十字链表表示稀疏矩阵,实现两个矩阵的相加,相减,和相乘的运算.-List said with a crossbow sparse matrix, the matrix to achieve two together, subtraction, multiplication and arithmetic.
    2022-03-02 19:04:08下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载