-
DataGridView使用BindingNavigator,BindSource,DataGridView控件,编辑…
DataGridView,使用了BindingNavigator,BindSource,DataGridView控件,编辑数据后,自动保存!-DataGridView using the BindingNavigator, BindSource, DataGridView control, editing data, automatically saved!
- 2022-08-09 15:44:26下载
- 积分:1
-
NearWay
说明: 在高速公路紧急救援系统中最基本、最关键的问题就是最短路径问题。“最短路径",顾名思义就是在所有路径中找到一条距离最短的路径,保证事故发生时救援资源能以最快的速度到达事故点,同时也能以最快的速度从事故点到达具备后续救援条件的救援点,达到及时救援处理的目的。(In the emergency rescue system of expressway, the most basic and key problem is the shortest path problem. "Shortest path", as the name implies, is to find the shortest path among all the paths to ensure that the rescue resources can reach the accident point at the fastest speed when the accident occurs, and can also reach the rescue point with follow-up rescue conditions at the fastest speed from the accident point, so as to achieve the purpose of timely rescue and treatment.)
- 2020-07-05 21:02:45下载
- 积分:1
-
ane math expression parser
ane math expression parser 是文本字符串数学表达式解析器,目前已实现了 加 减 乘 除 幂运算等基本的数学表达式。ane 基于ObjectC 编写,在MacOSX 平台可以使用Xcode编译执行。当然,可以根据需要,进行扩展,以实现更多的数学运算符。
- 2022-03-24 07:38:55下载
- 积分:1
-
AM2301
AM2301︰ 湿度温度接口。
基于 8 位控制器
1 线接口
- 2022-08-05 18:10:59下载
- 积分:1
-
图片转PDF
【实例简介】图片转PDF
- 2022-01-01 00:31:21下载
- 积分:1
-
C#制作的Winform窗体设计器(仿VS界面)
11111111111111111111111111111111111111111111111111111111111111111111111111111111111111
- 2022-03-22 22:33:30下载
- 积分:1
-
基于Cocox2DX的安卓游戏--板球
本安卓游戏是基于Cocox2DX游戏引擎的安卓游戏,是由C++语言编写,这里面又可以直接下载到手机里运行的apk文件,又有可以在电脑端看的源文件,十分方便初学者对Cocos2DX引擎的学习
- 2022-01-25 18:45:18下载
- 积分:1
-
c#+多年积累的类库
很多C#类库源码 Json JS FTP 文件读写 文件夹读写 各种加密解密 XML操作(Many C# class library source Json JS FTP file read and write folders read and write various encryption and decryption XML operations)
- 2020-06-25 18:40:01下载
- 积分:1
-
计算器
用C语言写的关于计算器的实现方式,用栈方法能够实现基本的错误判断与加减乘粗#include #include #include using namespace std; #define MAX 1000 struct zhan1 { float n[MAX]; int top; }stack1; struct zhan2 { char n[MAX]; int top; }stack2; /* stack1用来存储数字 stack2用来存储运算符号. */bool stackempty(zhan1 s)//判断是否为空 { if (s.top== -1) return 1; else return 0; } bool stackempty2(zhan2 s)//判断是否为空 { if (s.top== -1) return 1; else return 0; } void push(zhan1 &s,float x)// 入栈 { if(s.top==MAX-1) { printf("
");
- 2022-07-08 12:40:11下载
- 积分:1
-
c#微信公众平台源代码
c#微信公众平台源代码
- 2013-12-30下载
- 积分:1