-
wince EVC 简单的图片浏览功能,自已随意扩展
支持 *.bmp *.jpg *.gif *.png 等等
// TODO: Add yo...
wince EVC 简单的图片浏览功能,自已随意扩展
支持 *.bmp *.jpg *.gif *.png 等等
// TODO: Add your control notification handler code here
CString defFilter("选中其中一个文件|*.bmp *.jpg *.gif *.png")
CFileDialog dlg(TRUE,NULL,NULL,OFN_ALLOWMULTISELECT,defFilter)
if(dlg.DoModal()==IDOK){
PathName=dlg.GetPathName()
}-wince EVC simple picture browsing, support the expansion of their own free*. bmp*. jpg*. gif*. png, etc.// TODO: Add your control notification handler code hereCString defFilter (
- 2023-04-14 17:00:03下载
- 积分:1
-
单报数据加密,在文件传输时对数据报进行加密,此程序为客户端程序...
单报数据加密,在文件传输时对数据报进行加密,此程序为客户端程序-Single-reported data encryption in the file transfer when the data is encrypted reported that this procedure for the client program
- 2022-07-11 23:41:02下载
- 积分:1
-
Java Swing开发的吃豆子游戏源代码下载
这是一款由java swing框架编写的吃豆子游戏,高仿红白机类游戏吃豆子。是一款不错的java游戏,是完全基于java实现的吃豆子游戏源码。画面上有一个吃豆人和一群怪物,你需要用方向键控制吃豆人移动吃掉路上的小豆子。一旦吃豆人遇到怪物被吃掉的时候,就失去一条生命,游戏开始总共3条生命,3条生命使用完就游戏结束。游戏中随机出现大豆子,吃豆人吃掉大豆子,在一定时间内可以吃掉怪物,将怪物关进监狱一段时间。游戏中还有随机的水果道具,吃掉可以增加更多积分。
- 2022-12-13 21:35:03下载
- 积分:1
-
socket编程书
socket编程书-socket programming book
- 2022-02-04 23:39:51下载
- 积分:1
-
这是关于成功的业务标准
it is about standard of successfull busine-it is about standard of successfull business
- 2022-08-13 10:08:57下载
- 积分:1
-
com asynchronous processing examples on the Internet to find, and that a simple...
com异步处理例子,在网上找到的,做了简单修改-com asynchronous processing examples on the Internet to find, and that a simple modification
- 2023-04-26 00:45:03下载
- 积分:1
-
基于evc下的控件编程,介绍了list控件的重绘 ,有很好的参考价值...
基于evc下的控件编程,介绍了list控件的重绘 ,有很好的参考价值-EVC-based programming under control, introduce a list redraw controls, has a very good reference value
- 2022-01-26 05:06:03下载
- 积分:1
-
有一对兔子,从出生后第3个月起每月生一对兔子,小兔子长到第3个月后每月又生一对兔子。假设所有兔子都不死,问每月兔子总数为多少。...
有一对兔子,从出生后第3个月起每月生一对兔子,小兔子长到第3个月后每月又生一对兔子。假设所有兔子都不死,问每月兔子总数为多少。-Have a pair of rabbit from birth to 3 months after starting the monthly Health and a pair of rabbit, small rabbit long to the first 3 months after the month a pair of rabbit again. Do not assume that all dead rabbit, rabbit ask a monthly total of the number.
- 2023-03-20 04:20:03下载
- 积分:1
-
我编的一个vb写的管理系统
我编的一个vb写的管理系统-I wrote a vb Management System
- 2022-06-14 11:54:33下载
- 积分:1
-
To the adjacent multi
以邻接多重表为存储结构,实现连通无向图的深度优先和广度优先遍历。以用户指定的结点为起点,分别输出各种遍历下的结点访问序列和相应生成树的边集-To the adjacent multi-table for the storage structure, to achieve connectivity of undirected graph depth-first and breadth-first traversal. To user-specified node as a starting point, respectively, the output under a variety of traversal sequence of nodes visited and the corresponding spanning tree of the edge set
- 2022-01-31 22:12:00下载
- 积分:1