-
excel操作类源码
一个操作excel的类,封装了常用函数,很实用。
描述: 一个好用的操作EXCEL的类:
1,写入
2,读取
3,单元格合并
4,单元格格式操作
5,插入图片
- 2022-08-26 01:35:57下载
- 积分:1
-
可以用来编辑可执行文件里的资源,删除,添加,替换,等等,功能比较强大...
可以用来编辑可执行文件里的资源,删除,添加,替换,等等,功能比较强大-Can be used to edit an executable file
- 2022-05-25 21:42:43下载
- 积分:1
-
vsto是一门流行的技术,本程序实例源码,国内难得的资料,
vsto是一门流行的技术,本程序实例源码,国内难得的资料,-vsto是一个实例源码,国内难得的资料
- 2022-09-20 13:55:03下载
- 积分:1
-
采用VC++编写,由一个客户端和一个服务端组成 。
采用VC++编写,由一个客户端和一个服务端组成 。-Using VC++ written by a client and a server-side component 。
- 2022-10-05 18:35:03下载
- 积分:1
-
实现基于二叉树表示的算术表达式Expression的操作。
(3) 程序执行的命令为:
1)输入表达式; 2)输出前缀表达式; 3)输出中缀表达式;4)...
实现基于二叉树表示的算术表达式Expression的操作。
(3) 程序执行的命令为:
1)输入表达式; 2)输出前缀表达式; 3)输出中缀表达式;4)常量合并后表达式;5)赋值后的表达式;6)表达式的复合。
-Binary tree based on the arithmetic expression Expression express operation. (3) procedures for the implementation of the command as follows: 1) input expression 2) expression of the output prefix 3) the output is made up of expressions 4) constant expression after the merger 5) after the assignment expression 6) expression type of composite.
- 2022-12-31 20:00:03下载
- 积分:1
-
WINCE under a generic category of serial communication, the realization of the c...
一个通用的WINCE下的串口通信类,实现了常用的串口操作-WINCE under a generic category of serial communication, the realization of the common serial port operation
- 2022-05-05 13:14:46下载
- 积分:1
-
快速排序与归并排序的比较
快速排序与归并排序的比较-rapid sequencing and merging sort of comparison
- 2022-04-20 18:35:42下载
- 积分:1
-
1・能够创建链表
2・能够删除,插入任一元素
3・有友好的人机卷面;...
1・能够创建链表
2・能够删除,插入任一元素
3・有友好的人机卷面;-2 to create one list can delete, insert any one element 3 has a friendly man-machine卷面
- 2022-08-12 07:10:24下载
- 积分: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
-
模拟扫雷游戏:用Visual C++实现的,里面有递规算法!
模拟扫雷游戏:用Visual C++实现的,里面有递规算法!-Simulated mine game: using Visual C++ implementation, which has handed regulation algorithm!
- 2022-02-13 18:56:26下载
- 积分:1