-
sqlce+访问本地数据库
一个用 c# 使用 SQLce 的例子。绢如何使用区域设置数据库文件 (*.sdf) 来存储数据和访问它。我复制这对于我的 wince7.0 来开发自己的应用程序。任何方式的值得你注意看一看。
- 2023-08-23 14:15:03下载
- 积分:1
-
数据结构课程设计,家电管理系统,包括家电的类型,型号(不能输入字母,如需要可以将型号int型改成char即可输入字母),数量,价格。可以创建,插入,删除,查询,...
数据结构课程设计,家电管理系统,包括家电的类型,型号(不能输入字母,如需要可以将型号int型改成char即可输入字母),数量,价格。可以创建,插入,删除,查询,打印,更新,销毁。-Data structures curriculum design, home appliance management system, including the type of appliance, model (not type the letter, if necessary, can be type int into a char type to enter letters), quantity, price. You can create, insert, delete, query, print, update, destroy.
- 2022-02-18 14:29:53下载
- 积分:1
-
主要是数理方程基本框架很有用,对数据结构也有帮助
主要是数理方程基本框架很有用,对数据结构也有帮助-main mathematical equation is the basic framework is used for the data structure also helped
- 2023-05-06 11:25:03下载
- 积分:1
-
算符有限分析法 //程序功能: //根据算符优先分析法,将表达式进行语法分析,判断一个表达式是否正确。 //文法:E→E+E E...
算符有限分析法 //程序功能: //根据算符优先分析法,将表达式进行语法分析,判断一个表达式是否正确。 //文法:E→E+E E-E E*E E/E (E) i // 其中i为无符号整数-operator limited analysis// procedural functions :// operator under priority analysis, to conduct regular expression syntax analysis, judgment, an expression is correct.// Grammar : E E E E-E E E* E/E (E) i// for which i unsigned integers
- 2022-04-07 04:27:23下载
- 积分:1
-
用VB6.0实现的最短路径分析,采用了优化的方法(搜索方向一致性)...
用VB6.0实现的最短路径分析,采用了优化的方法(搜索方向一致性)-Using VB6.0 to achieve the shortest path analysis, using optimization methods (search direction consistency)
- 2022-03-16 15:52:46下载
- 积分:1
-
用VC++编写中值滤波的算法,具有图形界面
用VC++编写中值滤波的算法,具有图形界面-The algorithm of Filter ,which use VC++
- 2022-09-04 21:55:03下载
- 积分:1
-
贝尔曼
Bellman-Ford算法 是最短路径算法的一种-Bellman-Ford algorithm is the shortest path algorithm of a
- 2022-03-01 10:39:59下载
- 积分:1
-
一 开发环境
OS: Windows 2000 Server + SP2
IDE: Visual Studio 6.0 + SP5
DataBase...
一 开发环境
OS: Windows 2000 Server + SP2
IDE: Visual Studio 6.0 + SP5
DataBase: SQL 2000 Server + SP2
二 运行
1:创建数据库
将TRADE.sql中的SQL语句考入SQL Server的查询分析器中,全部运行;
2:建立ODBC数据源
数据原名称为Trade_MIS-A development environment OS: Windows 2000 Server+ SP2 IDE: Visual Studio 6.0+ SP5 DataBase: SQL 2000 Server+ SP2 Second run 1: create a database of SQL statements TRADE.sql admitted to the SQL Server" s Query Analyzer, all running 2: Create ODBC data source data formerly known as Trade_MIS
- 2023-02-23 05:45:05下载
- 积分:1
-
数据结构课程设计的一些源代码!
数据结构课程设计的一些源代码!-Data structure the curriculum design of some source code!
- 2022-03-19 10:49:50下载
- 积分:1
-
中缀表达式转后缀表达式然后计算结果
C How to Program 第12章课后练习题12,13题,可以计算多位整数,+,-,×,/,%以及求幂运算
- 2022-02-19 23:12:53下载
- 积分:1