-
PCA-SIFT
一个基于matlab语言的编程,可以实现对人脸的识别算法(A matlab-based programming language can be achieved on the human face recognition algorithm)
- 2010-01-05 09:55:24下载
- 积分:1
-
c# 多线程操作例子源码
多线程操作 [实例截图] [核心代码]using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.Threading;namespace ThreadMore{ public partial class Form3 : Form { public Form3() { InitializeComponent(); } // 发送数据包的类 public class SendPackage { Package pack; // 保存将被发送的数据包 int quantity = 1; // 数据包的个数 // 发送数据包 public SendPackage(Package p, int count) { pack = p; quantity = count; } public void ThreadRun() { // 发送指定数量的数据包 for (int looper = 1; looper
- 2015-03-20下载
- 积分:1
-
C# 仿任务管理器源码下载 实现了 cpu/内存/进程/硬盘等实时数据
C# 仿任务管理器源码下载 实现了 cpu/内存/进程/硬盘等实时数据
- 2014-01-21下载
- 积分:1
-
killapp
查找指定进程,并且可以强制结束该进程。中间有源码。(Find the specified process, and can force the end of the process. The middle of the source code.)
- 2011-05-11 10:19:18下载
- 积分:1
-
ProcessInfo
显示当前系统运行的进程,并能够查看进程中所加载的模块(show the system process and modules)
- 2013-08-10 21:50:16下载
- 积分:1
-
Desktop
自己写的一个小小内存池,,希望可以分享。。里面的main.cpp是使用的例子(
To write a small memory pool, and hope to share. . There are examples of the use of main.cpp)
- 2014-07-12 21:53:42下载
- 积分:1
-
SendMessage模拟鼠标单击事件(在webbrowser网页实现) 实例完整源码
一个利用winapi模拟鼠标单击webbrowser中网页实例
- 2013-04-04下载
- 积分:1
-
在WebBrowser中执行javascript脚本的几种方法整理(execScript/InvokeScript/NavigateScript) 附完整源码
涵盖了几种常用的 webBrowser执行javascript的方法,详见示例截图以及代码
- 2013-03-19下载
- 积分:1
-
Evergreen(常青树)
说明: gold usd aud gbp eru aud chf
- 2020-05-16 05:07:26下载
- 积分:1
-
puia
用C++实现了梯度下降求多元函数极值的算法,有可能会陷入局部最优解()
- 2018-02-17 18:52:09下载
- 积分:1