-
联网通讯录
完整版通讯录 可以从网络上下载通讯录文件以更新通讯录 支持添加 删除 修改
- 2022-07-24 11:17:58下载
- 积分:1
-
iOS 扫描二维码解析源码
iOS 扫描二维码解析源码, 通过二维码扫描,分析生成二维码的源码,类似百思不得姐的下载地址二维码,通过扫描二维码,解析出js 源码
- 2022-12-09 02:05:03下载
- 积分:1
-
53252525
给定一个日期,求出该日为星期几(已知2002-3-28为星期四)。(Given a date, find the day of the week (known 2002-3-28 of Thursday).)
- 2010-01-12 20:51:19下载
- 积分:1
-
人脸识别
成功定位人脸,通过运行matlab软件,通过电脑自带摄像头可以成功识别并定位人脸
- 2023-07-09 23:10:02下载
- 积分:1
-
ArcGisForProgram
对于开发地图程序的新手来说,是个很好的学习程序(Map for the development of new procedures, it is a good study program)
- 2009-02-25 23:06:38下载
- 积分:1
-
llk
自己写的一个连连看小游戏,可能有点小错误。有3种不同的等级,可以选择背景和连连看的图片,有音效,排行榜,外挂,提示和重排。(To write a Lianliankan game, probably a little wrong. There are three different levels, you can select the background and lianliankan pictures, have a sound, charts, plug-in, tips and rearrangement.)
- 2014-01-04 14:08:58下载
- 积分:1
-
Dwonloadlib源代码c++
#pragma once
#include "downmanager.h"
namespace Downloader
{
class CDownloader :
public DownManager
{
public:
CDownloader(void);
~CDownloader(void);
virtual BOOL Init( LPCSTR szDownUrl, LPCSTR szSaveDir );
virtual void DownLoop();
virtual void UnInit();
void setFileDownlond( const std::string& filename, bool downdloaded );
protected:
virtual void initSM();
virtual void releaseSM();
void save_FlistClient();
protected:
/// 共享内存句柄
HANDLE m_SMHandle;
/// 共享内存指针
SM_Downloader* m_smDownloader;
};
extern CDownloader* g_pDownloader;
}
- 2022-08-05 21:55:48下载
- 积分:1
-
image-processing-and-recognition
VC与MATLAB图像处理与识别_源代码(VC and MATLAB image processing and recognition)
- 2013-11-18 13:05:21下载
- 积分:1
-
TLsDirComboBox 及 TLsFileListView 是类似资源管理器 ( File Explorer ) 式样的加强版 TComboBox 构件...
TLsDirComboBox 及 TLsFileListView 是类似资源管理器 ( File Explorer ) 式样的加强版 TComboBox 构件-TLsDirComboBox and TLsFileListView is similar resource management (File Explorer) type of enhanced version TComboBox Component
- 2022-04-14 23:45:54下载
- 积分:1
-
MVQrara
用matlab实现基于LBGG算法的向量量化编码可直接使用。
(Using matlab to achieve vector quantization coding based on LBGG algorithms can be used directly.)
- 2012-07-18 11:28:39下载
- 积分:1