搜索结果
找到约 4,021 项符合
S-Matrix 的查询结果
汇编语言 a xml,though it s null, just for the bonus
a xml,though it s null, just for the bonus
FlashMX/Flex源码 Flash扫雷游戏源码: 按住S后点鼠标左键扫雷 按住D后点鼠标右键标记雷 可以输入纵横长度决定难度
Flash扫雷游戏源码:
按住S后点鼠标左键扫雷
按住D后点鼠标右键标记雷
可以输入纵横长度决定难度
单片机开发 FS在CF卡上的例子F S在CF卡上的例子
FS在CF卡上的例子F S在CF卡上的例子
Delphi控件源码 1、开发环境 d6 up2,sqlserver2000, win2000 server 1024*768(笔记本电脑) c/s 2、数据库配置方法
1、开发环境 d6 up2,sqlserver2000, win2000 server 1024*768(笔记本电脑) c/s
2、数据库配置方法,在sqlserver2000新建yd数据库,关闭数据库服务器,用压缩包中的数据库文件覆盖原文件
通讯/手机编程 design LP,HP,B S digital Butterworth and Chebyshev filter. All array has been specified internally
design LP,HP,B S digital Butterworth and Chebyshev
filter. All array has been specified internally,so user only need to
input f1,f2,f3,f4,fs(in hz), alpha1,alpha2(in db) and iband (to specify
the type of to design). This program output hk(z)=bk(z)/ak(z),k=1,2,...,
ksection and the freq.
单片机开发 This is a test ModBus comm s pragam in "STB-311".
This is a test ModBus comm s pragam in "STB-311".
单片机开发 以ARM7TDMI-s为核
以ARM7TDMI-s为核,LPC2200开发板为硬件开发环境通信源码
技术管理 IA-32 Intel Architecture Software Developer s Manual Intel32位系统汇编语言开发手册
IA-32 Intel Architecture Software Developer s Manual
Intel32位系统汇编语言开发手册
VC书籍 The Linux Programmer s Guide to help to improve programming ablilty for linux friends
The Linux Programmer s Guide to help to improve programming ablilty for linux friends
其他 排列问题 M个1,N个0的排列(高效率版) 排列数为:c(m+n,n) 对n个0,m个1,我的想法是这样的: 每个排列可以分三段: 全0列,全1列, 子问题列 设各段长:r,s,t .子问
排列问题
M个1,N个0的排列(高效率版)
排列数为:c(m+n,n)
对n个0,m个1,我的想法是这样的:
每个排列可以分三段:
全0列,全1列, 子问题列
设各段长:r,s,t .子问题列就是 (n,m) = (n-r,m-s),其中0<=r<=n,s=1