-
读取密码软件,是使用Visual basic 编写而成,请参考使用。
读取密码软件,是使用Visual basic 编写而成,请参考使用。
- 2022-07-08 23:57:36下载
- 积分:1
-
我的Pascal封笔之作,因为大学不用Pascal了,就用Pascal把一些常用的数学功能写成程序,作为封笔之作~...
我的Pascal封笔之作,因为大学不用Pascal了,就用Pascal把一些常用的数学功能写成程序,作为封笔之作~-Pascal of my creating in effect, because universities do not have Pascal, and Pascal on the use of some commonly used mathematical functions written procedures, as of creating in effect for ~
- 2023-03-20 11:40:04下载
- 积分:1
-
主要以演示如何在ThinkIT TBNR API的基础上集成和二次开发。本演示程序:
1、以通用的CSV格式读取、保存识别结果;
2、缓冲并实时发送...
主要以演示如何在ThinkIT TBNR API的基础上集成和二次开发。本演示程序:
1、以通用的CSV格式读取、保存识别结果;
2、缓冲并实时发送语音数据
3、一行显示一句识别结果-mainly to demonstrate how ThinkIT TBNR API on the basis of integration and secondary development. The demonstration program : 1 to common CSV format read, the preservation identification; 2. buffer and real-time delivery of voice data 3, and her results showed an identification
- 2022-02-16 02:04:32下载
- 积分:1
-
自己写的关于用matlab画的bezier curve的程序,可以在次基础上,添加曲线修补的功能...
自己写的关于用matlab画的bezier curve的程序,可以在次基础上,添加曲线修补的功能-Ploting the bezier
- 2022-06-03 16:09:32下载
- 积分:1
-
This is the preparation of VC based TCP mailing acceptable to the application.
这是用VC++编写的基于TCP协议的邮件发送可接受的应用程序。-This is the preparation of VC based TCP mailing acceptable to the application.
- 2022-07-07 11:11:52下载
- 积分:1
-
how XP.Embedded system will be cut following the 200M, can support multimedia ap...
介绍如何将XP.Embedded系统裁减到200M以下的办法,可以支持多媒体应用,可是嵌入式开发者的利器哦-how XP.Embedded system will be cut following the 200M, can support multimedia applications, but developers of embedded weapon oh
- 2022-07-18 00:13:25下载
- 积分:1
-
stc15f2k60s2超声波测距程序
超声波测距程序,能测到2米以内距离,十分精准,层次清晰,代码清晰明了,代码有注释,十分有利于单片机初学者学习。
- 2022-01-26 07:33:33下载
- 积分: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
-
驱动开发wince宝典,第二部分,强烈推荐,不容错过
驱动开发wince宝典,第二部分,强烈推荐,不容错过-Baodian wince-driven development, the second part, strongly recommend, not to be missed
- 2022-06-03 02:39:35下载
- 积分:1
-
ehlib5.6源码
安装方法:
1. 把 EhLib 中的 common 和 DataService 文件拷贝到 Delphi7 目录中.
2. 在 TOOLS->Environment Options->Library->Library Path 中添入Delphi7 路径。
3. 在Delphi 7中打开EHLIB70.DPK ,编译一下(点击Compile),但不要安装。
3. 在Delphi 7中打开DclEhLib70.dpk,编译(点击Compile)再安装(点击 Install)。
4. 打开附带的DEMOS,编译并运行,测试安装成功。
有安装EhLib5.0控件后,使用打印功能时,总是出现“Error reading Splitter.ExplicitTop:Property ExplicitTop does not exitst.” 这个错误,关于这个错误的解决方法如下。
先找到这个文件 PrvFrmEh.dfm
打开这个文件,在这个文件中找这个属性定义,查找ExplicitTop这个关键字(好像有两个地方),把这一行直接去掉,再查询ExplicitHeight这个关键字(只有一个地方),也去掉,保存,编译,一切OK。
- 2022-05-12 20:08:31下载
- 积分:1