-
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
-
实现计算机图形学的Cohen Sutherland 算法 实现剪裁 颜色填充等功能 功能强大 代码可重用性强...
实现计算机图形学的Cohen Sutherland 算法 实现剪裁 颜色填充等功能 功能强大 代码可重用性强-implement the Cohen Sutherland arithmetic on computer graphics,implement cutting filling collor ,with a powerful reused function
- 2022-01-26 04:23:59下载
- 积分:1
-
Microsoft Windows CE source code book, and they hope to have everyone help
Microsoft Windows CE书上源代码,希望对大家有帮助-Microsoft Windows CE source code book, and they hope to have everyone help
- 2022-05-06 14:52:26下载
- 积分:1
-
一个利用bcb的dll写的vc翻译软件
翻译引擎本身简单,
技巧在于利用vc调用bcb的d...
一个利用bcb的dll写的vc翻译软件
翻译引擎本身简单,
技巧在于利用vc调用bcb的d-a bcb use the dll write vc translation software translation engine itself simple, vc skills is to use the dll called bcb
- 2023-06-12 15:45:03下载
- 积分:1
-
购物网站源代码
功能齐全:
1)商品展示模块:通过添加新品显示新品上市,特价商品单独显示,商品销售排行展示自动显示商品销售量前的进行显示;
2)商品查询模块:按商品的类别查询商品的相关信息;
3)购物车模块:用户添加商品至购物车,查看购物车中的商品,从购物车中移除不满意的商品,清空购物车中的产品,修改所要购买的商品的数量;
4)收银台模块:用户满意购物车中的产品后进行结账并
- 2022-02-22 04:41:20下载
- 积分:1
-
迷你计算器,优先级,赋值运算均支持,比如:a=1 a=2 b=3+a a+b
迷你计算器,优先级,赋值运算均支持,比如:a=1 a=2 b=3+a a+b-mini calculator, priority level, assignment operator support, such as : a = a = 1 b = 2 3 a a b
- 2022-05-08 14:04:22下载
- 积分:1
-
用蚁群算法求解TSP(旅行商问题)。附上实验报告
用蚁群算法求解TSP(旅行商问题)。附上实验报告-ant colony algorithm
- 2022-07-03 21:40:51下载
- 积分:1
-
process scheduling process management when one of the main contents, design, dev...
进程调度时进程管理的主要内容之一,通过设计,编制,调试一个简单的进程调度模拟系统,对进程调度,进程运行状态变换加深理解和掌握。模拟计算机操作系统的进程调度,建立进程控制块PCB,要包含有关进程的描述信息,控制信息以及资源信息.模拟系统根据PCB感知进程的存在和通过PCB中所包含的各项变量的变化,掌握进程所处的状态以达到控制进程活动的目的.要实现进程的状态及其转换,进程的创建与撤消,进程的阻塞与唤醒.用P,V原语操作实现进程互斥.-process scheduling process management when one of the main contents, design, develop and debug a simple process of scheduling simulation systems, the process of scheduling, process running Transform deepen understanding and mastering. Computer simulation of the process of scheduling the operating system, create a process control block PCB, to include a description of the process of information, control of information and information resources. PCB simulation system based on perception of the existence and the process by which PCB contained in the variable changes and acquire where the process to achieve control system process activities. to achieve the process of the state and its conversion, the process of setting up and removed, and obstruction of the process of awakenin
- 2023-07-11 23:55:02下载
- 积分:1
-
c# TCP Client异步接收
资源描述C# Tcp Clinet 异步接收,测试很稳定。用Visual Stdio2012编写,使用.Net 4.0框架开发,在界面更改目标地址与端口就可调试使用。附件包含源代码与可执行文件。
- 2022-12-06 05:40:03下载
- 积分:1
-
小游戏,四连环,请指教
小游戏,四连环,请指教-small games, four series, please enlighten
- 2023-04-09 04:55:03下载
- 积分:1