-
C++时钟模拟时钟,准备模拟时钟的分钟操作…
C++ 时钟模拟 可以准备模拟时钟的时针分针秒针的运行-C++ clock analog clock, ready to simulate the operation of the clock the minute hand second hand
- 2022-04-08 03:16:52下载
- 积分:1
-
amd64 装显卡驱动时所需的cpu驱动
amd64 装显卡驱动时所需的cpu驱动-amd64 installed graphics drivers required cpu driver
- 2022-07-04 00:26:14下载
- 积分:1
-
停止进程的dll, 一般被安装包程序调用
停止进程的dll, 一般被安装包程序调用-stop the process dll, generally install procedure call
- 2023-03-07 03:15:03下载
- 积分:1
-
软件说明:功能主要是从网上收集的一些各种源代码,供编程爱好者使用。 内容十分丰富,包括有网络、文件操作、API、数据库、多媒体、控件、系 统等等,每条技巧都有文...
软件说明:功能主要是从网上收集的一些各种源代码,供编程爱好者使用。 内容十分丰富,包括有网络、文件操作、API、数据库、多媒体、控件、系 统等等,每条技巧都有文字叙述,并且有相关的解决源代码,有些技巧还有 多种解决方法,是编程爱好不可多得的编程必备工具之一。而且软件的数据 会不断更新,请大家关注我们的网站。-instruction: it is used for collecting kinds of source code on line for programming fan s use .This file is rich in contents,including internet,file operating ,API,database,multimedia,component,system and so on.Each of them is described particularly and
- 2022-02-14 22:55:35下载
- 积分:1
-
Color Grid Colum
Color Grid Colum
Color Grid Colum
Color Grid Colum-
Color Grid Colum
Color Grid Colum
- 2023-03-24 21:10:03下载
- 积分:1
-
About FreeBSD Comment.
About FreeBSD Comment.
- 2022-01-24 10:05:52下载
- 积分:1
-
VC实现的多
VC实现的,多维函数搜索,无约束优化方法,
(1)最速下降法 (2)阻尼牛顿法(3)共轭梯度法 (4)鲍维尔法(5)变尺度法(6)单纯形法
-VC implementation, multi-dimensional function of search, unconstrained optimization methods, (1), steepest descent method (2) damped Newton" s method (3) conjugate gradient method (4) Powell Law (5) variable metric method (6) The simplex method
- 2022-03-18 09:54:02下载
- 积分:1
-
用c语言编写程序,用来解决矩阵的某些运算,希望大家用得着~・...
用c语言编写程序,用来解决矩阵的某些运算,希望大家用得着~・-juzhenjiafa
- 2023-04-21 10:25:03下载
- 积分:1
-
咖啡厅经理
quản lý 巴恩咖啡馆 dùng CSDL SQL 服务器 2005 trở lên
gói gồm 数据 và 代码
- 2023-08-24 15:50:04下载
- 积分: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