搜索结果
找到约 557 项符合
end-users 的查询结果
网络 Simple SunPlus SP54 codec converter and a more playable mode MJPG. untar the archive go to the r
Simple SunPlus SP54 codec converter and a more playable mode MJPG.
untar the archive
go to the relevant directory
to compile:
just do make
to install:
with root account
cp sp54convert /usr/local/bin
to use:
sp54convert infile outfile
Enjoy !!
Michel Xhaard <mxhaard@users.sourceforge.net>
Till ...
通讯编程文档 program kehuji uses Forms, Unit1 in ..zxcUnit1.pas {Form1}, Unit2 in ..zxcUnit2.pas {Form2
program kehuji
uses
Forms,
Unit1 in ..\zxc\Unit1.pas {Form1},
Unit2 in ..\zxc\Unit2.pas {Form2},
Unit3 in ..\zxc\Unit3.pas {Form3},
Unit4 in ..\zxc\Unit4.pas {Form4}
// Unit3 in C:\Program Files\Borland\Delphi7\Projects\Unit3.pas {Form3},
// Unit4 in C:\Program Files\Borland\Delphi7\Projec ...
操作系统开发 本源代码所设计的文件系统
本源代码所设计的文件系统,具有建立文件(create)、打开文件(open)、读文件(read)、写文件(write)、关闭文件(close)、撤销文件(delete)等功能。在模拟程序中可从键盘上输入文件操作命令来模拟各用户程序中所调用的各种文件操作,用一个结束命令(end)停止程序的执行。 ...
驱动编程 YSS915 (KP2V2) is an LSI for processing Karaoke voice signals. This LSI has an A/D converter (1 cha
YSS915 (KP2V2) is an LSI for processing Karaoke voice signals.
This LSI has an A/D converter (1 channel) for the microphone echo, and a memory for the microphone echo and
key control. These features allow achieving the functions needed for the Karaoke system by using only one LSI
chip. As for the mi ...
Delphi/CppBuilder 人民币大写金额转换程序(修正版v0.0.3) =================================== 1.使用方法: ------------- 将Cash_RMB.dcu
人民币大写金额转换程序(修正版v0.0.3)
===================================
1.使用方法:
-------------
将Cash_RMB.dcu放入Delphi安装目录下的Lib中,在uses中加入Cash_RMB,
即可引用CashRMB方法.
function CashRMB(CashAmount: Double): String
如:
procedure TForm1.Button1Click(Sender: TObject)
begin
QRLabel ...
单片机开发 --- ----initial------- MOVLA 00H IODIR PA IODIR PB IODIR PC MOVAM PA MOVAM BSR MOVAM S
--- ----initial-------
MOVLA 00H
IODIR PA
IODIR PB
IODIR PC
MOVAM PA
MOVAM BSR
MOVAM STATUS
MOVAM TMR0
MOVAM TMR1
MOVAM TMR2
-------end initial-----
-------------乘法运算------------
乘数->10H 被乘数->11h
结果(积)->12H
14H 15H 16H 17H(中间运算)
---------------------------------
MO ...
压缩解压 This file contains a new and improved version of the Huffman coder, (June 29. 2001). The name is Huf
This file contains a new and improved version of the Huffman coder, (June 29. 2001). The name is Huff06.m. There are also some additional files which are helpful when using Matlab for data compression: quantizer, different variants of run-length-encoding and end-of-block coding in Mat2Vec, and a pro ...
汇编语言 An example to illustrate how to set the internal adjustable CID gain and receive FSK or DTMF data
An example to illustrate how to set the internal adjustable
CID gain and receive FSK or DTMF data.
Assume end-code of DTMF data string is "D".
系统设计方案 1. PL/0 语言介绍 ●PL/0 程序设计语言是一个较简单的语言
1. PL/0 语言介绍
●PL/0 程序设计语言是一个较简单的语言,它以赋值语句为基础,构造概念有顺序、条件和重复(循环)三种。PL/0 有子程序概念,包括过程定义(可以嵌套)与调用且有局部变量说明。PL/0语言编译程序采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为独立的子程序供语法分析程序调用。语法 ...
人工智能/神经网络 MCRGSA------组播路由问题遗传模拟退火算法 %M-----------遗传算法进化代数 %N-----------种群规模
MCRGSA------组播路由问题遗传模拟退火算法
%M-----------遗传算法进化代数
%N-----------种群规模,取偶数
%Pm----------变异概率调节参数
%K-----------同一温度下状态跳转次数
%t0----------初始温度
%alpha-------降温系数
%beta--------浓度均衡系数
%ROUTES------备选路径集
%Num---------到各节点的备选路 ...