-
c#实现车辆监控,实时查询车辆位置信息等
C# WinForm结合.NET完成国家电网车辆派车系统,
实现车辆管理的普通功能,车辆派车(该系统的主要功能),全程流程短信通知及短信审核,实现对移动车务通GPS接口,完全监控车辆动态
希望对大家有帮助哟!
- 2022-09-28 04:30:06下载
- 积分:1
-
This a C++ code about Josephus problem, and use two
这是一个Josephus问题的C++代码,用双向链表实现.有问题题请联系ho1983xx@tom.com (2005-5-22,VC,1KB,下载0次)【向站长举报此文件和某个同类文件可能重复】-This a C++ code about Josephus problem, and use two-way chain form to realize.If you have any problem, please contact ho1983xx@tom.com
- 2022-02-02 20:43:28下载
- 积分:1
-
进销存管理系统
一个数据库增删改查的仓库管理系统。 有登陆界面 和 商品订单的基本管理操作。 用jdbc直连数据库。 最简单的mvc框架设计。 界面使用windowbuilder拖拽产生。 比较适合初学进行 java操作数据库课程设计使用。
- 2022-03-06 07:47:59下载
- 积分:1
-
计一个一元多项式简单计算器,要求实现下列四个基本功能: ⑴输入并建立多项式; ⑵输出多项式; ⑶两个多项式相加; ⑷两个多项式相减。 【实验报告要求】 1、多项...
计一个一元多项式简单计算器,要求实现下列四个基本功能: ⑴输入并建立多项式; ⑵输出多项式; ⑶两个多项式相加; ⑷两个多项式相减。 【实验报告要求】 1、多项式的类型定义。 2、输入多项式的算法。 3、多项式相减的算法-Design a Calculator of polynary Multinomial,following the 4 basic functions:
1.Input and Creat a polynary multinomial
2.Output the polynary multinomial
3.Add two polynary multinomials
4.Subtract two polynary multinomials
[Experimentation Paper Eequirment]
1.Definition of polynary multinomial types
2.The algorithm of inputing a polynary multinomial
3.The algorithm of substraction of polynary multinomials.
- 2022-03-22 01:09:34下载
- 积分:1
-
wince EVC 简单的图片浏览功能,自已随意扩展
支持 *.bmp *.jpg *.gif *.png 等等
// TODO: Add yo...
wince EVC 简单的图片浏览功能,自已随意扩展
支持 *.bmp *.jpg *.gif *.png 等等
// TODO: Add your control notification handler code here
CString defFilter("选中其中一个文件|*.bmp *.jpg *.gif *.png")
CFileDialog dlg(TRUE,NULL,NULL,OFN_ALLOWMULTISELECT,defFilter)
if(dlg.DoModal()==IDOK){
PathName=dlg.GetPathName()
}-wince EVC simple picture browsing, support the expansion of their own free*. bmp*. jpg*. gif*. png, etc.// TODO: Add your control notification handler code hereCString defFilter (
- 2023-04-14 17:00:03下载
- 积分:1
-
易语言模仿cs半条命3d场景的例程 和CS差不多
易语言模仿cs半条命3d场景的例程 和CS差不多-Half-Life imitating cs language easy 3d scene almost routine, and CS
- 2022-03-06 12:44:09下载
- 积分:1
-
神经网络,神经网络算法,代码,操作保证…
neural network,神经网络的BP算法的代码,保证能运行,Back Propagation-neural network, the BP neural network algorithm code, the guarantee of operation, Back Propagation
- 2022-04-27 06:22:27下载
- 积分:1
-
实现三维数据的方法,轴点附近的过程…
该程序实现对一维数据轴上的最临近点的求解问题 采用方法:计算每对顶点间的距离,比较之 效率为O(n2)-the process of achieving a dimensional data axis near the point of the methodology used to solve the problem : for each pair of vertices the distance, a comparison of the efficiency of O (n2)
- 2022-08-15 11:59:41下载
- 积分:1
-
Sina微博爬虫程序
sina微博的爬虫程序,可以抓取新浪微博的大量网页信息。用 phthon语言编写,适合初学对感兴趣的同学很有意义。
- 2022-02-03 06:25:25下载
- 积分:1
-
WINCE下输入法的接口的简单实现.
选自programs windows ce
WINCE下输入法的接口的简单实现.
选自programs windows ce
-WINCE imported under the law to achieve a simple interface. From programs windows ce
- 2022-02-10 13:13:20下载
- 积分:1