-
关于DataSet的理解
应用背景如果你需要了解下C#中dataSet的用法,那么这篇文章会对你有很大帮助关键技术c# dataSet dataTalbe dataRow c# dataSet dataTalbe dataRow
- 2022-09-26 06:50:02下载
- 积分:1
-
Qtcreator收银机软件
使用Qt编写的收银机程序 提供全部的源代码针对Qt4开发
- 2023-02-10 23:20:11下载
- 积分:1
-
java p2p 很好找到
ackage ex1_tp2 ;
导入 java.rmi.* ;
导入 java.rmi.server.* ;
导入 java.rmi.registry.* ;
公共类 Serveur 扩展 UnicastRemoteObject 实现 ex_ser {
公共 Serveur() 引发 RemoteException {}
公共字符串 reponce (字符串 mot) 引发 RemoteException {
返回"Bonjour tous";
}
公共静态 void main (字符串 [] args) {
请尝试 {
LocateRegistry.createRegistry(1099) ;
System.out.println ("端口 1099年") ;
} catch (RemoteException e1) {
System.err.println ("pas de 端口") ;
System.exit(1) ;
}
请尝试 {
Serveur objet = 新 Serveur() ;
Naming.rebind("mounir",objet) ;
System.out.println ("Serveur prêt") ;
}
catch (异常 e) {
System.err.println ("最好派个:"+ e.getMessage()) ;
}
}
}
- 2022-10-20 00:50:04下载
- 积分:1
-
中止当前进程和设置等待鼠标,读txt文件
,存在文本文件中,直接vc可以使用...
中止当前进程和设置等待鼠标,读txt文件
,存在文本文件中,直接vc可以使用-suspend the current process and the setting up of waiting for the click of the mouse, read txt documents, text files exist, can be used directly vc
- 2022-03-14 11:38:26下载
- 积分:1
-
VC++多线程编程实例集锦,很多多线程编程的例子
VC++多线程编程实例集锦,很多多线程编程的例子-VC++ examples of multi-threaded programming highlights many examples of multi-threaded programming
- 2022-05-31 06:11:25下载
- 积分:1
-
网络编程已经成为一种时髦,以TCP/IP协议的网络更为流行.自己编一个服务器与客户机互相传送消息的程序,以便增加自己网络编程的经验.下面我就介绍一下我编的程序.
网络编程已经成为一种时髦,以TCP/IP协议的网络更为流行.自己编一个服务器与客户机互相传送消息的程序,以便增加自己网络编程的经验.下面我就介绍一下我编的程序.-network programming has become a fashionable in the TCP/IP protocol networks become more prevalent. Their series with a client-server messaging each other procedures, in order to increase their own network programming experience. Below I introduce my part of the process.
- 2022-06-26 07:20:39下载
- 积分:1
-
易语言教程,很适合新手学习电子书,很好的
易语言教程,很适合新手学习的一本ebook,非常有名的。-Easy language tutorial, it is suitable for novice learning an ebook, a very well-known.
- 2023-05-09 02:40:04下载
- 积分:1
-
输入三点的三维坐标,求立体空间的圆心所在,使用了对话框架构,里面的算法函数可以提出来单独使用...
输入三点的三维坐标,求立体空间的圆心所在,使用了对话框架构,里面的算法函数可以提出来单独使用-importation of 3D coordinates for a three-dimensional space where the center of a circle, use the dialog box structure, function inside the algorithm can be made to use separate
- 2022-04-19 17:43:51下载
- 积分:1
-
DrawPanel
实现类似于Windows附件中的画图程序-DrawPanel
- 2022-11-27 20:50:04下载
- 积分:1
-
图形识别+颜色识别
在vs2010平台下利用opencv2.4.9识别图片中的多边形,基于SVM分类器识别多边形包括圆形,矩形,菱形,三角形灯基本图像,并将结果保存在图片中,是被结果信息打印包括形状,颜色,中心坐标,面积打印在结果图中。
- 2022-04-30 13:42:06下载
- 积分:1