-
基于opencv的三维重建的实例源代码,可以运行.
这是本人自己写的基于opencv的三维重建的实例源代码,可以运行.
- 2023-05-31 12:00:04下载
- 积分:1
-
自己用VC写的液晶等字模提取软件,可以输入汉字,也可以打开BMP图。只需要修改少许代码就可以按自己的要求实现功能。...
自己用VC写的液晶等字模提取软件,可以输入汉字,也可以打开BMP图。只需要修改少许代码就可以按自己的要求实现功能。-VC to write their own use, such as liquid crystal matrix extract the software, you can input Chinese characters, you can open the BMP plan. Only need to modify a little code can realize the functional requirements of their own.
- 2022-03-15 10:56:01下载
- 积分:1
-
计算功率普的小程序,很好用。this program is used to calculate power spectrem...
计算功率普的小程序,很好用。this program is used to calculate power spectrem-Computing power Pu small procedures, a very good use. this program is used to calculate power spectrem
- 2023-02-23 08:15:03下载
- 积分:1
-
一个用vb做的托盘程序
一个用vb做的托盘程序-vb done with a pallet procedures
- 2022-01-27 16:44:05下载
- 积分:1
-
ESS系列es6168 IC开发源代码,ESS平台HA的发展…
ESS 系列ES6168 IC开发源代码,开发ESS平台下的硬盘播放机。-ESS Series ES6168 IC development source code, the development of ESS platform hard disk player.
- 2023-03-14 15:40:04下载
- 积分:1
-
java 的视频监视
免费下载
webcamCapture
java 的视频监视
免费下载
webcamCapture-java free download of video surveillance webcamCapture
- 2023-05-14 09:50:03下载
- 积分:1
-
如何用c语言给一个文件加密???
应该可以做到吧?有人吗?
下面是一个实例,能对任意一个文件进行加密,密码要求用户输入,限8位以内(当然你可以再更改...
如何用c语言给一个文件加密???
应该可以做到吧?有人吗?
下面是一个实例,能对任意一个文件进行加密,密码要求用户输入,限8位以内(当然你可以再更改). :) -how to use language to a file encryption? ? ? Should be able to do it? Someone? Below is an example of an arbitrary right to file encryption, password request user input limit within eight (of course you can change). :)
- 2022-03-25 06:01:48下载
- 积分:1
-
TMS320C6437_EMAC应用详细例程
这是一个关于DSP TMS320C6437_EMAC应用的详细例程,是基于CCSv5的开发环境,其中已经建立好了一个完善的工作区间,可以直接导入使用。
- 2022-01-26 16:40:43下载
- 积分:1
-
栈,队列的实现,链表的简单操作,包括…
实现栈,队列,链表的简单操作,其中链表包括单链表,双链表,循环链表。-The realization of stacks, queues, linked list of simple operations, which include single-list list, double-linked list, circular list.
- 2022-06-20 14:44:13下载
- 积分:1
-
Android实现自动、手动更新应用
代码简单、易懂、实用。
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.net.HttpURLConnection;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.HashMap;
import android.app.AlertDialog;
import android.app.Dialog;
import android.app.AlertDialog.Builder;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.DialogInterface.OnClickListener;
import android.content.pm.PackageManager.NameNotFoundException;
import android.net.Uri;
import android.os.Environment;
import android.os.Handler;
import android.os.Message;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.ProgressBar;
import android.widget.Toast;
/**
*@author coolszy
*@date 2012-4-26
*@blog http://blog.92coding.com
*/
public class UpdateManager
{
/
- 2022-03-30 02:32:04下载
- 积分:1