-
一个可以对任意长整数进行加减的类 在Visual C++6.0 WinXp下编译通过 采用类来实现,从CString继承而来 数据运算的结果保存在CString...
一个可以对任意长整数进行加减的类 在Visual C++6.0 WinXp下编译通过 采用类来实现,从CString继承而来 数据运算的结果保存在CString类中 理论上可对任意长的数据进行相加 在Release目录下有可执行文件,将*.txt拖放到longadd.exe上即可,*.txt为数据文件。-A class can perform add-subtract operation to long integers with random length and has been compiled in Visual C++6.0 and WinXp successfully.It is implemented by a class inherited from CString and can perform plus operation to data with random length in theory.There is a file named longadd.exe in directory Release. You may drag the data file named*.txt to that executable file to finish computing.
- 2023-03-20 12:40:04下载
- 积分:1
-
public class gedebahe { public static void main( String [] args) { for ( ) { int...
public class gedebahe { public static void main( String [] args) { for ( ) { int a=-1,b,c //b,c是分解出来的两个数 System.out.print("Please input a oushu:") //输入一个偶数 try { BufferedReader in = new BufferedReader(new InputStreamReader(System.in)) String inputLine = in.readLine() a = Integer.valueOf(inputLine).intValue() }catch (Exception exc) { System.out.println("Sorry,please input a number.") return } if (a%2!=0) { System.out.println("Sorry,please input a oushu.") return } for (b=1 b
- 2022-09-15 17:45:03下载
- 积分:1
-
一个通用的TCP / UDP WinCE Socket类
a general purpose TCP/UDP socket class for WinCE
- 2022-04-10 11:51:46下载
- 积分:1
-
interface 444,
界面-interface 444,
- 2022-08-25 19:28:39下载
- 积分:1
-
The hotel information management
The hotel information management 是宾馆信息管理系统,主要管理用户入住,与计算住房的消费金额
- 2022-04-18 08:46:08下载
- 积分:1
-
delphi代码更新
Delphi 自动更新代码小demo,RaizeFlatStyleCoolTrayGridEhVCLZipMSNPopupAutoUpgrader可以方便的进行修改,自定义更新界面
- 2022-04-20 09:33:03下载
- 积分:1
-
open PCX格式文件.rar
open PCX格式文件.rar-open PCX format. Rar
- 2022-10-19 15:00:04下载
- 积分:1
-
tool to transfer from one directory to another
tool to transfer from one directory to another
- 2022-12-09 05:50:03下载
- 积分:1
-
获取当前机器中可用的COM端口数量!
获取当前机器中可用的COM端口数量!-access to the current machine available COM port count!
- 2023-01-24 10:25:04下载
- 积分:1
-
客户端服务器通信
udp指定端口,ip ,mfc,vc++ ,网络聊天程序,创建套接字,绑定ip和端口,设置监听程序,服务器处于被动连接状态
- 2022-01-26 03:28:18下载
- 积分:1