-
SDK API
SDK API 的系统托盘编程的一个例子 编译环境VC 6.0-SDK API
- 2022-01-31 16:04:30下载
- 积分:1
-
VC++ 自定义界面
资源描述通过贴图换肤技术实现自己想要的界面,本例为通用代码,需要更漂亮的界面用户可以自己用phtoshop设计漂亮的界面图片进行更换
- 2022-02-09 12:31:17下载
- 积分:1
-
双调旅行售货员问题C++
程序是关于双调旅行售货员问题的C++算法实现,某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程(或旅费)最小。
- 2023-04-29 00:45:02下载
- 积分:1
-
获得mac的信息,
你可用来做很多事情
获得mac的信息,
你可用来做很多事情-Mac access to information, a lot of things you can do .....
- 2022-04-29 04:03:40下载
- 积分:1
-
a programm to generate triangular for finite element method
a programm to generate triangular for finite element method
- 2023-02-22 08:25:03下载
- 积分:1
-
改代码可实现wince button上帖png透明图片,Bitmap或icon当然也可以。该Button类从CCeButtonST(只能加载icon)修改而来。
改代码可实现wince button上帖png透明图片,Bitmap或icon当然也可以。该Button类从CCeButtonST(只能加载icon)修改而来。-Changed code can be realized with wince button on png transparent image, Bitmap or icon can also be of course. The Button Class from CCeButtonST (can only load the icon) modified from.
- 2023-04-12 21:05:03下载
- 积分:1
-
员工信息增删改查
java菜鸟,上课时跟着老师一起敲出来的,勿喷
- 2022-01-25 14:11:51下载
- 积分:1
-
简易写字板小程序,适合初学者,简单易明白.
简易写字板小程序,适合初学者,简单易明白.-simple tablet small program for beginners and easy to understand.
- 2022-02-03 23:27:07下载
- 积分:1
-
wince下的简单串口测试程序。固定波特率9600,可测试收发。
wince下的简单串口测试程序。固定波特率9600,可测试收发。-wince under the simple serial test procedure. Fixed baud rate of 9600 to test transceiver.
- 2022-04-24 04:40:06下载
- 积分:1
-
函数 long StrToData(CString strData,int jz) 功能:字符串转为正整数值 [字符串可为2...
函数 long StrToData(CString strData,int jz) 功能:字符串转为正整数值 [字符串可为2-16]任意进制数值字符串 返回:长整型数值 参数:strData 为将要转换的字符串 参数:jz 为字符串的进制 如: CString s s="FFA6" long data=StrToData(s,16) 则:data的值为:65446 用法:将StrToData.h和StrToData.cpp复制加入到您的工程里,在需要调用的函数中 加入#include "StrToData.h"即可调用-function of long StrToData(CString strData,int jz) :changed character string to positive integer,changed character may be any decimal system,return:long Integer value,parameter:strData is the character string to be changed,jz is type of decimal system.
- 2022-01-21 02:18:21下载
- 积分:1