-
一个程序,主要解决窗口不能切换的问题
一个程序,主要解决窗口不能切换的问题
-A program, the main window can not switch to solve the problem
- 2022-08-24 21:05:13下载
- 积分:1
-
带括号的算术表达式计算器.能完成一位数的带括号的算术表达式的运算,结果可以为多位数。用栈实现中缀表达式和后缀表达式的转换。...
带括号的算术表达式计算器.能完成一位数的带括号的算术表达式的运算,结果可以为多位数。用栈实现中缀表达式和后缀表达式的转换。-bracketed arithmetic expression calculator. Complete with a number of brackets arithmetic expression Operational results for the multi-digit number. With Stack Implementation grade expression and suffixes expression change.
- 2022-05-22 15:16:04下载
- 积分:1
-
获取系统内存、磁盘空间使用情况等信息
获取系统内存、磁盘空间使用情况等信息-access to system memory, disk space usage and other information
- 2022-01-31 18:30:40下载
- 积分:1
-
From regular expressions to DFA thorough study of examples like regular expressi...
从正则表达式到有穷自动机实例
想研究透彻正则表达式,必须知道有穷自动机的原理,这个源码可以给你一个很好的示例参考。编译后程序会生成一个可执行文件,运行这个文件出来一个DOS窗口,然后按提示输入正则表达式。
-From regular expressions to DFA thorough study of examples like regular expressions, we must know the principles of DFA, this source can give you a good reference sample. Compiled program generates an executable file, run this file from a DOS window, then prompted to enter a regular expression.
- 2022-01-26 01:32:36下载
- 积分:1
-
一个java的日历记事本,也就是一个java做的日记本
一个java的日历记事本,也就是一个java做的日记本-a calendar notebook, which is a java do this diary
- 2023-02-25 19:15:04下载
- 积分:1
-
用递归将整数转换为字符串的C++程序 通过求得整数每位数,再将其转为ASCII码,再调换每位顺序...
用递归将整数转换为字符串的C++程序 通过求得整数每位数,再将其转为ASCII码,再调换每位顺序-using recursive integral to the conversion to a string obtained by C program every few Integer, and then converted to ASCII and then swap each sequence
- 2023-08-07 13:55:03下载
- 积分:1
-
这是用VC做的轴承数据库,为想做数据库方面的人做个实例
这是用VC做的轴承数据库,为想做数据库方面的人做个实例-This is done by the bearing VC database, for those who want to be a database instance
- 2022-05-14 06:10:24下载
- 积分:1
-
使用vs2003开发,vc++7,代码中试用了basicexcel类读写excel文件,可以为需要者所借鉴。...
使用vs2003开发,vc++7,代码中试用了basicexcel类读写excel文件,可以为需要者所借鉴。-Use vs2003 to develop, vc++7, tested code to read and write excel files basicexcel category, we can learn from those who need it by.
- 2022-01-29 00:53:01下载
- 积分:1
-
《visual c++6.0实用教程》(杨永国)第六章源代码,自己编写。讲述了怎样为对话框增加菜单,添加右键快捷菜单等内容。...
《visual c++6.0实用教程》(杨永国)第六章源代码,自己编写。讲述了怎样为对话框增加菜单,添加右键快捷菜单等内容。
- 2022-06-11 11:30:09下载
- 积分: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