-
C++经典书籍C++ FAQs, Second Edition
By Marshall Cline, Greg Lomow, Mike Girou...
C++经典书籍C++ FAQs, Second Edition
By Marshall Cline, Greg Lomow, Mike Girou
-C++ Classic books C++ FAQs, Second Edition By Marshall Cline, Greg Lomow, Mike Girou
- 2023-06-01 13:50:03下载
- 积分:1
-
这是MIT人脸库,包括两组,一组人脸库,一组非人脸库,可以用分类器训练,然后用人脸识别程序识别,可以不用购买人脸库了。。。不错的...
这是MIT人脸库,包括两组,一组人脸库,一组非人脸库,可以用分类器训练,然后用人脸识别程序识别,可以不用购买人脸库了。。。不错的-Face arsenal, including two groups, one group of people to face basement, a group inhuman face, you can use the classifier training, and then use face recognition procedures for identification and can be purchased for the face. . . Good.
- 2022-03-21 14:18:49下载
- 积分:1
-
JS鼠标追随者
该计划的目的是让你创建之后的程序,鼠标杆。写在Javascript中是指被用作web客户机来跟踪用户在网站上的位置。
- 2022-01-24 12:59:55下载
- 积分:1
-
This procedure can be achieved by telephone dial
此程序可以实现用电话拨号上网的功能,开发环境VC++。-This procedure can be achieved by telephone dial-up functionality, development environment VC++.
- 2022-02-02 02:37:48下载
- 积分:1
-
采用 Windows 表单的简单计算器
翻译 maninwest@Codeforge作者:Yvan Rodrigues@CodeProject 使用代码 using System;
using System.Windows.Forms;
namespace RedCell.App.Calculator.Example
{
public partial class Form1 : Form
{
private double accumulator = 0;
private char lastOperation;
public Form1()
{
InitializeComponent();
}
private void Operator_Pressed(object sender, EventArgs e)
{
// An operator was pressed; perform the last operation and store the new operator.
char operation = (sender as Button).Text[0];
- 2022-06-29 09:36:47下载
- 积分:1
-
游戏很简单,就是在随机出现的字母中,尽可能多的组成单词。已经组成单词的字母,不能再次使用...
游戏很简单,就是在随机出现的字母中,尽可能多的组成单词。已经组成单词的字母,不能再次使用-game is very simple, that is random in the letter, composed of as many as possible of the word. Has been formed words of the alphabet, not use again
- 2022-06-15 17:17:11下载
- 积分:1
-
< On the generalized algebraic Riccati equation for continuous
< On the generalized algebraic Riccati equation for continuous-time descriptor systems>>传一篇连续广义系统的广义Riccati方程的LAA上的文章。-> Biography for a generalized system of generalized Riccati equations LAA articles.
- 2023-04-11 11:25:04下载
- 积分:1
-
RAS 拨号 PPTP 连接
从 DELPHI 软件,创建 PPTP 连接。 简单 Ras 拨号项目,简单的创建和管理新的 PPTP 连接在 Windows 操作系统上。简单和 windows 更老的工作或更高版本。
- 2022-02-01 12:34:28下载
- 积分:1
-
读者写者问题
操作系统中中线程同步时一个很重要的问题,而有时候同步却会造成死锁。为了解决这个问题,一种方式是通过信号量来实现线程调度。本代码使用c语言开发,vc++6.0 ide,在windows下运行。即可展示信号量在读者写者问题中的图形化界面表示。
- 2023-06-06 22:00:03下载
- 积分:1
-
样本类实现读/写registrity。
Sample class to implement read/write registrity.
Represents values as array:
MyIntVar := MyReg.IntVal[ Value 1 ]
MyStrVar := MyReg.StrVal[ Value 2 ]
-Sample class to implement read/write registrity.
Represents values as array:
MyIntVar := MyReg.IntVal[ Value 1 ]
MyStrVar := MyReg.StrVal[ Value 2 ]
- 2022-03-05 02:58:14下载
- 积分:1