-
DSP_develop,这是关于DSP开发的资料,对DSP感兴趣的同同可以参考一下。...
DSP_develop,这是关于DSP开发的资料,对DSP感兴趣的同同可以参考一下。-"DSP_develop" contains some materials on DSP development.If you are interested in DSP,you may consult it
- 2022-12-20 11:05:03下载
- 积分:1
-
How to Windows Mobile (WinCE 5.0) using Vc++ Programming search and connect arou...
如何在 Windows Mobile (WinCE 5.0) 中用Vc++编程查找并连接周围的蓝牙(Bluetooth)设备并实现数据通信。
文章地址:http://www.vckbase.com/document/viewdoc/?id=1779
你可以任意修改复制本代码,但请保留这段文字不要修改。
希望我能为中国的软件行业尽一份薄力!
◆◆◆ 作者 ◆◆◆
谢红伟 ・ chrys ・ chrys@163.com ・ http://www.howa.com.cn-How to Windows Mobile (WinCE 5.0) using Vc++ Programming search and connect around the Bluetooth (Bluetooth) and to realize data communication equipment. Article addresses: http://www.vckbase.com/document/viewdoc/?id=1779 you can modify a copy of the code, but please keep this text do not modify. Hopefully, I can for China
- 2022-03-02 03:34:39下载
- 积分:1
-
旅游管理系统
普通游客:注册登录,个人信息维护,旅游信息查询
管理员:管理员登录,信息维护,信息发布
- 2022-06-19 10:41:40下载
- 积分:1
-
win开发用简易日志软件
简易日志显示软件。
支持显示日志、保存日志到文件、udp方式接收日志,支持显示日志网络来源。
本地调用:任何win软件使用如下函数,即可向该软件发送日志数据,日志软件会显示并保存到指定文件中。
int WriteLog(DWORD LogType, char* lpszFormat, ...)
{
static HWND m_hWndLog = NULL;
if (m_hWndLog == NULL)
{
m_hWndLog = ::FindWindowA(NULL, "Stk1Log");
if (m_hWndLog == NULL)
{
char cCurPath[MAX_PATH];
if (GetCurrentDirectoryA(MAX_PATH, cCurPath) > 0)
{
char cExePath[MAX_PATH];
wsprintfA(cExePath, "%sstk1Log.exe", cCurPath);
WinExec(cExePath, SW_SHOW);
m_hWndLog = ::FindWindowA(NULL, "Stk1Log");
if (m_hWndLog == NULL)
{
// AfxMessageBox("无法找到Stk1Log.exe用于显示日志!");
return -1;
}
}
}
}
else
{
if (IsWindow(m_hWndLog) == FALSE)
{
m_hWndLog = NULL;
m_hWndLog = ::FindWindowA(NULL, "Stk1Log");
if (m_hWnd
- 2022-07-25 17:36:54下载
- 积分:1
-
用java做出来的计算器的小程序大家多指教
用java做出来的计算器的小程序大家多指教-Out to do with java applet calculator U.S. and more advice
- 2022-01-28 22:02:48下载
- 积分:1
-
vc 100 cases of the exciting programming source code, which source code, with vc...
vc编程一百例的精彩源码,内有源代码,用vc编写,可以作为学习编程的参考-vc 100 cases of the exciting programming source code, which source code, with vc the preparation can be used as a reference to learn programming
- 2022-03-29 23:55:24下载
- 积分:1
-
pca人脸识别
pca人脸识别系统,运用pca主元分析法进行识别, 环境为opencv2.4.3,vs2010(win7,xp均可)由于pca本身算法原因,识别正确率有待提升,需要自己创建train和test文件夹及train.txt文件。
- 2023-08-02 06:15:06下载
- 积分:1
-
常用算法设计方法 非常好的东西 推荐每个人都要读一读
常用算法设计方法 非常好的东西 推荐每个人都要读一读
-Common algorithm design method is very good things recommend everyone to read the
- 2022-01-25 19:56:58下载
- 积分:1
-
该程序是采用贪婪法编制的一个小程序,解决问题是:有编号为1到n的物品,各物品的体积已知。将其装入体积均为V的箱子里,所用箱子要少...
该程序是采用贪婪法编制的一个小程序,解决问题是:有编号为1到n的物品,各物品的体积已知。将其装入体积均为V的箱子里,所用箱子要少-that the procedure was used in the preparation of greedy law a small program to solve the problem is : No. 1 to n items, the volume of goods known. Its size will load all the boxes V, using fewer boxes
- 2022-10-30 02:25:05下载
- 积分:1
-
用于查询体育彩票的中奖情况,先导入自己写的体育彩票号码的文本文件,再导入历来中奖的体育彩票号码的文本文件,就可以查询。...
用于查询体育彩票的中奖情况,先导入自己写的体育彩票号码的文本文件,再导入历来中奖的体育彩票号码的文本文件,就可以查询。-inquiries for the sports lottery jackpot, the first to write into their sports lottery number in a text file, then import the sport has always winning lottery number in a text file, it can inquiries.
- 2022-12-14 10:05:03下载
- 积分:1