-
vb中多个控件的应用和后台数据库的连接
vb中多个控件的应用和后台数据库的连接-vb control multiple applications and background database connectivity
- 2022-03-22 09:41:10下载
- 积分:1
-
一个vb虚拟仪表ocx控件,可以自由设定显示刻度,表上的说明等...
一个vb虚拟仪表ocx控件,可以自由设定显示刻度,表上的说明等-a vb Virtual Instrument randomly controls and the freedom to set calibration shows, the list notes, etc.
- 2023-04-25 09:55:03下载
- 积分:1
-
手势识别程序源代码,通过手势和音乐访问摄像机…
手势识别程序源代码,通过摄像头获取手势,可以控制音乐-gesture recognition program source code, camera access through gestures and music can be controlled
- 2022-01-26 06:41:34下载
- 积分:1
-
VC++6.0编程高手(北京希望电脑公司)附带源代码,找了好久才找到的,学习VC最好的例子...
VC++6.0编程高手(北京希望电脑公司)附带源代码,找了好久才找到的,学习VC最好的例子-VC++6.0 program master (Beijing Hope Computer Company) with the source code, looking for a long time to find, and learn from the best examples of VC
- 2022-08-09 04:48:30下载
- 积分:1
-
共享内存方式xray机 实现全屏
VC7.0
共享内存方式xray机 实现全屏
VC7.0
-Shared memory to achieve full-screen mode
- 2022-03-24 00:15:08下载
- 积分:1
-
汇编语言远程多媒体教学
汇编语言远程多媒体教学-remote multimedia assembly language teaching
- 2023-05-05 22:20:03下载
- 积分:1
-
IdleKiller
此程序将自动关闭该计算机如果它不用于一些时间 (例如,CPU 使用率小于预定的水平)。
- 2022-03-22 07:40:59下载
- 积分:1
-
ASCII2自动转换代码 有别于传统的转换函数 VB 开发
ASCII2自动转换代码 有别于传统的转换函数 VB 开发-ASCII2 conveter
- 2022-03-05 02:37:12下载
- 积分: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
-
写出一个小程序输出1――100之间不能被3和7整除的数,输出按5个一行.
#include "stdio.h"...
写出一个小程序输出1――100之间不能被3和7整除的数,输出按5个一行.
#include "stdio.h" -Write a small program output 1- 100 between 3 and 7 should not be divisible by the number, the output line 5 by .# Include
- 2022-03-20 21:45:10下载
- 积分:1