-
TheFirstP
比较使用的Win32 Application程序。
是一个典型的Win32 Application程序实例。(compare the Win32 Application procedures. Is a typical example of Win32 Application procedures.)
- 2007-03-13 15:51:43下载
- 积分:1
-
Ribbon
(wpf窗体继承)Ribbon ,C#写的的Ribbon 功能((Wpf form inheritance) Ribbon, C# function written in the Ribbon)
- 2013-08-20 10:21:36下载
- 积分:1
-
Bounding Part Scores for Rapid Detection with Deformable Part Models
Bounding Part Scores for Rapid Detection with Deformable Part Models
Author: Iasonas Kokkinos, Ecole Centrale Paris/INRIA Saclay
Contact: iasonas.kokkinos@ecp.fr
Project page: http://vision.mas.ecp.fr/Personnel/iasonas/dpms.html
This project has been supported by Agence Nationale de Recherche (ANR) under Grant ANR-10-JCJC-0205.
------------------------
Introduction
------------------------
This code uses lookup-based bounds in Dual-Tree Branch-and-Bound (DTBB) and Cascaded detection with Deformable Part Models (C-DPM). The reference
explaining the theory behind the code is [1]; the references for DTBB are [2,2a] and the reference for C-DPM is [4].
The code is a c++/matlab hybrid.
------------------------
Software and licences
------------------------
This release builds and improve
- 2022-03-19 11:32:46下载
- 积分:1
-
icePubDll
获取计算机硬件信息的动态链接库,CPU序列号,硬盘序列号,MAC地址等信息
例程:
void gethardinfo()
{
QString str1="";
char buff[1024];
char buff2[1024];
char temp;
typedef int (WINAPI ICEPUB_MACHINEGETINFO)(int typeFlag,char *strInfo);
ICEPUB_MACHINEGETINFO *icePub_machineGetInfo = 0;
HINSTANCE hDLLDrv = LoadLibrary("icePubDll.dll");
if(hDLLDrv)
{
icePub_machineGetInfo = (ICEPUB_MACHINEGETINFO *)GetProcAddress(hDLLDrv, "icePub_machineGetInfo");
}
icePub_machineGetInfo(3,buff);
str1=buff;
int i=0;
int n=0;
n=str1.length();
qDebug()<<n;
for(i=0;i<n;i+=2)
{
temp=buff[i];
buff2[i+1]=temp;
buff2[i]=buff[i+1];
}
QString str2=buff2;
qDebug()<<buff2;
qDebug()<<str2;
}(Access to the computer hardware information dynamic link library, CPU serial number, hard disk serial number, MAC address and other information)
- 2017-12-28 11:45:08下载
- 积分:1
-
nPhone
mfc做的网络ip语音通话软件,可以参考编写之间的语音聊天软件(mfc do network ip voice software, voice chat between the reference preparation software)
- 2010-08-04 14:41:41下载
- 积分:1
-
LINQ_in_Action
Manning Publications Co.
LINQ_in_Action 经典介绍Linq
(Manning Publications Co. LINQ_in_Action classic introduction to Linq)
- 2010-10-06 23:00:39下载
- 积分:1
-
SubSonic.Core orm框架示例源码(基于Mssql版本)
修正提交数据库有失败时也返回成功的BUG 修正脏数据提交bug 修正无法赋值整数0的BUG
- 2019-04-14下载
- 积分:1
-
heartmonitor
C/C++ Heart monitor sample application
- 2010-09-20 04:10:21下载
- 积分:1
-
Tamir.SharpSSH
SFTP即加密文件传输协议(Secure file transfer protocol) ,与FTP不同的是,指令与数据在传输过程中都是经过加密的,防止在网络传输过程中密码和敏感信息被盗取。为了使用.Net来实现这一过程:
1.安装SFTP Server测试环境:
下载setupssh.exe
在服务器上按照提示安装setupssh.exe
打开一个命令行,找到OpenSSH目录(默认:C:Program FilesOpenSSH)
创建Group mkgroup -l >> .etcgroup
创建User mkpasswd -l >> .etcpasswd
注:创建group和User请参考安装目录的readme.txt
2.下载SampleCode
3.新建一个工程,引用SampleCode中的Tamir.sharpSsh.dll,Org.Mentalis.Security.dll,DiffieHellman.dll
(SFTP that encrypted file transfer protocol (Secure file Transfer protocol) and FTP, the instruction and data during transmission are encrypted, preventing passwords and sensitive information was stolen during a network transfer. In order to use NET to implement this process: 1. Install SFTP Server test environment: Download setupssh.exe on the server, follow the prompts to install setupssh.exe open a command line, find the OpenSSH directory (default: C: Program Files OpenSSH) The create Group mkgroup-l > > . etcgroup create the User mkpasswd-l > > . etcpasswd Note: Create the group and User Please refer to the installation directory of readme.txt 2 downloads SampleCode create a new project, to reference SampleCode Tamir.sharpSsh. dll, Org.Mentalis.Security.dll, DiffieHellman.dll)
- 2013-05-11 08:48:02下载
- 积分:1
-
用52控制AD9850输出正弦波
接通电源,上电复位后,初始化液晶显示、中断和AD9850;单片机对独立键盘进行处理,判断确认键是否有按下,如有则进行下一步处理,如无,则继续等待;当有确认键按下时对输入值进行判断,判断其输入值是否符合频率输出范围;对输入数据进行处理,将频率值送给1602显示数值,将其转换成频率控制字,写频率控制字给AD9850,改变输出频率值,将准确的正弦信号输出
- 2023-03-12 18:00:04下载
- 积分:1