CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - 875
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - 875 - List
[
Special Effects
]
bison-1.875.tar
DL : 0
C++编译xvid/mpeg4代码的辅助包,有助于学习掌握基本的xvid/mpeg4技术。 值得学习和参考。-C compiler code xvid/mpeg4 support package, contribute to the learning and mastering the basic xvid/mpeg4 technology. Worth learning and reference.
Update
: 2008-10-13
Size
: 999.31kb
Publisher
:
SohoAndy
[
Other resource
]
ads88x
DL : 0
ADS88x BSP,支持FREESCALE 885、880、875、870的BSP,支持双网口、双串口
Update
: 2008-10-13
Size
: 1.22mb
Publisher
:
Niu fuxian
[
Special Effects
]
bison-1.875.tar
DL : 0
C++编译xvid/mpeg4代码的辅助包,有助于学习掌握基本的xvid/mpeg4技术。 值得学习和参考。-C compiler code xvid/mpeg4 support package, contribute to the learning and mastering the basic xvid/mpeg4 technology. Worth learning and reference.
Update
: 2025-02-17
Size
: 999kb
Publisher
:
[
VxWorks
]
ads88x
DL : 0
ADS88x BSP,支持FREESCALE 885、880、875、870的BSP,支持双网口、双串口-ADS88x BSP, support FREESCALE 885,880,875,870 of the BSP, support for dual Ethernet ports, dual serial
Update
: 2025-02-17
Size
: 1.22mb
Publisher
:
Niu fuxian
[
Education soft system
]
875
DL : 0
哈弗曼编码源程序(数据结构课程设计)功能很强的-哈弗曼source coding (data structure of the curriculum design) features a very strong
Update
: 2025-02-17
Size
: 1kb
Publisher
:
lijuntao
[
SCM
]
875504TCPIP
DL : 0
875504单片机实现TCP IP协议的完整C源程序-875,504 MCU TCP IP protocol complete C source code
Update
: 2025-02-17
Size
: 27kb
Publisher
:
sunyong
[
Industry research
]
dhcp_infinite_lease_time.pcap
DL : 0
startup of Uboot. It talks about it. I am uploading just to allow me to download uboot doc.Yes, that is the purpose.
Update
: 2025-02-17
Size
: 2kb
Publisher
:
Poornima
[
Communication-Mobile
]
routing99
DL : 0
clc clear all close all Field Dimensions - x and y maximum (in meters) xm = 200 ym = 200 sink.x =0.25 * xm sink.y =0.875 * ym -clc clear all close all Field Dimensions - x and y maximum (in meters) xm = 200 ym = 200 sink.x =0.25 * xm sink.y =0.875 * ym
Update
: 2025-02-17
Size
: 1kb
Publisher
:
Hemanth
[
Other
]
875PMAX
DL : 0
875pmax电脑主板原理图,维修主板必备。-875 computer motherboard schematic diagram
Update
: 2025-02-17
Size
: 736kb
Publisher
:
minyi
[
CSharp
]
the-n-time-A--plus-B
DL : 0
Description: 想必大家都做过A+B这道经典的入门题了,这次的A+B问题是基于十六进制数的两个数相加。这16个数字是 0 ~ 9 ,另外用 a 表示数字 10 ,用 b 表示数字 11 ,用 c 表示数字 12 ,用 d 表示数字 13 ,用 e 表示数字 14 ,用 f 表示数字 15 。 Input: 输入包含多组数据,每组数据包含一行两个十六进制整数a和b(0<=a,b<=fffffff,都以小写给出)。处理到文件结束。 Output: 每个输入对应一行输出结果(也是十六进制)。 Sample Input: 0 0 23 32 119 911 dd dd eafa 875 Sample Output: 0 55 a2a 1ba f36f Source: KIX-Description: Surely we have done A+ B, classical entry this problem, and this A+ B is based on the hexadecimal number two numbers. That 16 number is ' 0 ' - ' 9' , the other with ' a' indicates the number ' 10 ' with' b ' indicates the number ' 11' with ' c' indicates the number ' 12 ' with' d ' indicates a number ' 13 ' , with' e ' indicates the number ' 14' with ' f' represents a number ' 15 ' . Input: input contains multiple sets of data, each row of data contains two hexadecimal integers a and b (0 < = a, b < = fffffff, are given in lowercase). Treatment to end of file. Output: the output of each input corresponds to one line (and hex). Sample Input: 0 0 23 32 119 911 dd dd eafa 875 Sample Output: 0 55 a2a 1ba f36f Source: KIX
Update
: 2025-02-17
Size
: 9kb
Publisher
:
沙魄郎君
[
Communication-Mobile
]
Pe_SNR
DL : 0
本次仿真研究多幅度电平信号误码率与信噪比之间的关系,系统框图如上。假设考虑8幅度电平,则根据流程首先需要用一个随机数发生器产生在(0,1)间的均匀随机数,然后将(0,1)区间均匀划分为(0,0.125)、(0.125,0.25)、(0.25,0.375)、(0.375,0.5)、(0.5,0.625)、(0.625,0.75)、(0.75,0.875)、(0.875,1)这些子区间,并分别对应于一个3bit符号000、001、010、011、100、101、110、111,接着分别映射到-7d、-5d、-3d、-d、d、3d、5d、7d幅度电平上。之后高斯随机数与幅度电平叠加(高斯噪声的方差由输入信噪比控制),生成随机幅度r。通过与判定门限的比较判定r的符号值,然后与输入符号比较,如果不等则认为此符号传送错误。本实验假定进行10000次信号发送,计算发送错误的比例作为仿真误码率。 另外计算对应不同信噪比情况下理论误码率的值,与上述实验进行对比验证。 -The simulation of multi-amplitude level signal bit error rate and the relationship between SNR, the system block diagram above. Assumption consider the magnitude of level 8, then according to the process you first need to use a random number generator in (0,1) uniform random number, then (0,1) interval is divided into uniform (0,0.125), (0.125 , 0.25), (0.25,0.375), (0.375,0.5), (0.5,0.625), (0.625,0.75), (0.75,0.875), (0.875,1) These sub-intervals, and corresponding to a symbol 3bit 000,001,010,011,100,101,110,111, and then are mapped to-7d,-5d,-3d,-d, d, 3d, 5d, 7d on the amplitude level. After the Gaussian random number with the amplitude level overlay (Gaussian noise of variance controlled by the input signal to noise ratio) to generate a random rate r. By comparison with the determined threshold value to determine the sign of r, and then compared with the input symbol, if the range is that this symbol transmission error. This study assumes that the signal sent 10000, send an error
Update
: 2025-02-17
Size
: 2kb
Publisher
:
ps
[
FlashMX
]
875
DL : 0
这是一个flash源文件,效果很好,测试平台为flash 8.0(如果提示问题请选择合适的版本试试),代码的效果是:房产广告-This is a flash source file, the effect is very good, the test platform for flash 8.0 (if tip problem please choose the right version try), the effect of the code is: real estate advertisement
Update
: 2025-02-17
Size
: 117kb
Publisher
:
[
AI-NN-PR
]
SOMface_demo
DL : 0
基于自组织神经网络的人脸识别代码 X.Tan, S.Chen, Z.-H. Zhou, and F. Zhang, Recognizing Partially Occluded, Expression Variant Faces from Single Training Image per Person with SOM-Based kNN Ensemble. IEEE Transactions on Neural Networks.2005, 16(4): 875-886.-X.Tan, S.Chen, Z.-H. Zhou, and F. Zhang, Recognizing Partially Occluded, Expression Variant Faces from Single Training Image per Person with SOM-Based kNN Ensemble. IEEE Transactions on Neural Networks.2005, 16(4): 875-886.
Update
: 2025-02-17
Size
: 962kb
Publisher
:
txy
[
Industry research
]
Hacker-Dictionary---875-Hacker-Terms
DL : 0
hackers directory handy to use
Update
: 2025-02-17
Size
: 1.95mb
Publisher
:
omkar
[
GUI Develop
]
875
DL : 0
VC++模仿QQ界面风格,精选编程学习源码,很好的参考资料。-VC++ imitation QQ interface style, featuring programming learning source, a good reference.
Update
: 2025-02-17
Size
: 796kb
Publisher
:
刘东
[
Windows Develop
]
875
DL : 0
VC++模仿QQ界面风格,精选编程学习源码,很好的参考资料。-VC++ imitation QQ interface style, featuring programming learning source, a good reference.
Update
: 2025-02-17
Size
: 184kb
Publisher
:
刘芳
[
Windows Develop
]
875
DL : 0
创建各种窗口及滚动条,应用程序编程源码,很好的参考资料。-Create a variety of window and scroll bars, application programming source code, a good reference.
Update
: 2025-02-17
Size
: 237kb
Publisher
:
72geab
[
Windows Develop
]
875
DL : 0
窗口贴边隐藏模块源码,应用程序编程源码,很好的参考资料。-Window welt hidden module source code, application programming source code, a good reference.
Update
: 2025-02-17
Size
: 188kb
Publisher
:
shamree
[
Software Engineering
]
875
DL : 1
Flocking Controls for Swarms of Mobile Robots Inspired by Fish Schools
Update
: 2025-02-17
Size
: 877kb
Publisher
:
hussein
[
JSP/Java
]
BeoPlayer_v0.875
DL : 0
完全的中文化~~ 还有新手帮助哦 这是用Java制作的程序,是原版Beoplayer的fans倾力制作的程序哦~~ 最新加入了对VST专业音效插件的支持,并且已经集成了两个插件,更多插件请 google (因为用本机方法实现,所以不完全支持Unix系统)(Complete culture ~ ~ there are novice help oh this is produced by the Java program, is the original Beoplayer fans to make the program oh ~ ~ latest to add VST professional audio plug-in support, and has integrated the two plug-in plug-in, more please Google (because, with the machine method so incomplete support the Unix system))
Update
: 2025-02-17
Size
: 2.59mb
Publisher
:
zlm
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.