搜索结果
找到约 4,441 项符合
S-Function 的查询结果
CA认证 DVB-S的softcam源代码
DVB-S的softcam源代码,可以学习cam原理和解密方法。
汇编语言 function Binary_Search(L,a,b,x) begin if a>b then return(-1) else begin m:=(a+b) div 2
function Binary_Search(L,a,b,x)
begin
if a>b then return(-1)
else begin
m:=(a+b) div 2
if x=L[m] then return(m)
else if x>L[m]
then
编译器/解释器 Using the UnderC Tokenizer Class It s often necessary to parse complex text files, where standard
Using the UnderC Tokenizer Class
It s often necessary to parse complex text files, where standard i/o
is too clumsy. C programmers fall back on strtok(), but this can be
tricky to use properly. Besides, you are still responsible for keeping
strtok() fed with new input, and I don t like the schlepp. ...
软件设计/软件工程 ATmega s MMC/SD card C file
ATmega s MMC/SD card C file
其他 Atmega s Test code with 1Mhz Blink LED
Atmega s Test code with 1Mhz Blink LED
Java书籍 JDBC Developer s Guide and Reference.pdf
JDBC Developer s Guide and Reference.pdf
matlab例程 产生BPSK分析信号,可以设置基本S/N比等参数,并对信号画图显示.
产生BPSK分析信号,可以设置基本S/N比等参数,并对信号画图显示.
电子书籍 A Programmer s Introduction to C#.pdf 很难得的国外的一本关于C#的书
A Programmer s Introduction to C#.pdf
很难得的国外的一本关于C#的书
嵌入式Linux s3c44b0 usb开发例子s 3c44b0 usb开发例子s3c44b0 usb开发例子
s3c44b0 usb开发例子s 3c44b0 usb开发例子s3c44b0 usb开发例子
Java编程 Java实现的基于C/S模式的聊天室程序
Java实现的基于C/S模式的聊天室程序