C Tutorial with a strong emphasis on KEIL C51 A definitive recomendation for a startup in KEIL C fo
C Tutorial with a strong emphasis on KEIL C51 A definitive recomendation for a startup in KEIL C for 8051 family
探索stR-A技术的前沿应用,涵盖从高效电源管理到精密信号处理等多个领域。作为电子工程师,您将在此发现12170个精选资源,包括设计实例、技术文档与开发工具,助力您深入了解stR-A系列产品的独特优势,如低功耗、高集成度及卓越性能。无论是初学者还是资深专家,这里都是提升技能、激发创新灵感的理想之地。...
C Tutorial with a strong emphasis on KEIL C51 A definitive recomendation for a startup in KEIL C for 8051 family
A huge program that consist of polling mechanism of a main controller to 32 slave in a fireman intercom environment. Inc...
A C++ N-grams Package 2.0 This is a simple C++ n-grams package that includes a header, the corresponding cpp file, and ...
onBlur event handler A blur event occurs when a text or textArea field on a form loses focus. The onBlur event handler ...
A web crawler (also known as a web spider or web robot) is a program or automated script which browses the in a methodi...
pMatlab is a toolsbox from MIT for running matlab in parallel style on a multi-core PC or a cluster environment. These t...
FCP takes a file, generates a random 2048 bit key and encrypts the file with a RC4 stream cipher. The encrypted file is...
This a disk filter driver for Windows NT/2000/XP that uses a Linux swap partition to provide a temporary storage area ...
void insert_sort(int *a,int n) { if(n==1) return insert_sort(a,n-1) int temp=a[n-1] for(int i=n-2 i>=0 i-...