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
IPC-A标准是电子组装行业不可或缺的指导规范,涵盖了从设计到检验的全过程。适用于消费电子、汽车电子及航空航天等多个领域,确保产品质量与可靠性。虫虫下载站为您提供12205个高质量IPC-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-...