-
ms wince 6 training materials. WINCE6 introduced the development environment and...
ms wince 6的培训资料.
介绍WINCE6的开发环境及软件结构.-ms wince 6 training materials. WINCE6 introduced the development environment and software architecture.
- 2022-01-25 16:37:11下载
- 积分:1
-
wince下将bmp转换为jpeg的程序,用了一个jpeg压缩类,可以移植
wince下将bmp转换为jpeg的程序,用了一个jpeg压缩类,可以移植-wince under bmp jpeg conversion of the procedures used by a jpeg compression type, can be transferred
- 2023-05-21 11:05:03下载
- 积分:1
-
一个很好用的窗口分割条类,并附有其使用例子。
一个很好用的窗口分割条类,并附有其使用例子。-a good use of the split window category, together with examples of their use.
- 2022-02-27 06:08:08下载
- 积分:1
-
人脸识别与检测
使用Python进行人脸识别算法的设计,OpenCV用来进行在图像中人脸的识别与选取,基于Windows平台,其中已经包含完整的代码,代码中的参数是我自己训练的时候得到的,随着训练次数的增多,识别的精确度会越来越高,参数可以根据自己的要求进行调整,代码里附有注释。
- 2022-05-31 08:01:11下载
- 积分:1
-
一个短小精悍的汉字编码转换工具,支持文件或剪贴板…
一个短小精悍的中文内码转换工具,支持文件或剪贴板中中文内码及繁简体转换。-a short and pithy Chinese code conversion tools to support document or clipboard Chinese code and the English language.
- 2023-09-01 02:45:03下载
- 积分:1
-
关于在编译原理的识别中,采用独立的…
关于编译原理中数字的识别,用的是上下文无关文法。-About the identify the number in compiling principle ,using independent of the former and behind cuntext method.
- 2022-12-22 09:45:03下载
- 积分: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
-
C + + 日历
这是一个C++库,实现计算任何日期,如任何一天,任何一个月,任何一年。图书馆有五类,包括C日历组,C节,C月,C年和C日期。
- 2022-01-25 21:55:00下载
- 积分:1
-
不使用控件实现文件的打开、浏览、保存功能
不使用控件实现文件的打开、浏览、保存功能-not to use controls to open the files, browsing, retention
- 2022-08-15 01:48:54下载
- 积分:1
-
日出日落算法
Sunrise and Sunset algorithm in C.
- 2022-06-03 10:04:28下载
- 积分:1