粉芯类
磁粉芯是由铁磁性粉粒与绝缘介质混合压制而成的一种软磁材料。由于铁磁性颗粒很小(高频下使用的为 0.5~5 微米),又被非磁性电绝缘膜物质隔开,因此,一方面可以隔绝涡流,材料适用于较高频率;另一方
A类技术资料下载专区,收录500份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
磁粉芯是由铁磁性粉粒与绝缘介质混合压制而成的一种软磁材料。由于铁磁性颗粒很小(高频下使用的为 0.5~5 微米),又被非磁性电绝缘膜物质隔开,因此,一方面可以隔绝涡流,材料适用于较高频率;另一方
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-...