搜索资源列表
AN058(Antenna-Selection-Guide)
- 无线传输zigbee技术pcb天线选型及应用情况的分析!-his application note describes important parameters to consider when deciding what kind of antenna to use in a short range device (SRD) application.
ise8tut
- ISE的使用说明,挺全的,只是都是英文说明希望大家耐心看-Note the use of ISE, quite wide, but is in English that I hope to see everyone be patient
test_bmp
- 研究了下位图的格式,下面是从网上找到的一个说明文档(中文的,真好~~)-Studied under the bitmap format, the following is from the Internet to find a note to the document (in Chinese, so good ~ ~)
WavTOMp3
- 针对wav格式转换为mp3一些相关说明 -Wav for mp3 format converted to a number of related note
jinyan-waim03
- option : 一个或多个 CL 选项。请注意,所有选项都应用于所有指定的源文件。选项是由一个 正斜杠 (/) 或一个短划线 (-) 指定的。如果某个选项带有参数,则该选项的说明指 定在选项和参数之间是否允许有空格。选项名(/HELP 选项除外)区分大小写。-option: one or more CL options. Please note that all options are applied to all the specified source file. Option b
2005319202831516
- 关于一些(9012、9013、9014、9015、9018 晶体三极管)晶体管的说明。-On some (9012,9013,9014,9015,9018 Transistor) transistors note.
098520
- 将此源文件加入要编译的工程文件, //将光标指向此文件,选择右键菜单“option for file asm.c ”, //将属性单“properties”中的“Generate Assembler SRC File”“Assemble SRC File” //两项设置成黑体的“√”将“Link Public Only”的“√”去掉,再编译即可。 //用此方法可以在c源代码的任意位置用#pragma asm和#pragma endasm嵌入汇编语句。 //但要注意的是在直接使
j2ee
- 连两三天,虽然不能说一刻不停的在搞,但也几乎已经虚脱了。还好终于搞定,乘着劲我觉得很有必要终结一下。 我使用的是eclipse3.0的IDE,自然在学习到j2ee部分必须要装很多插件,而且有很多版本对应问题,一般提供插件下载的网站都会有说明,请留意。此文建立在jdk和eclipse已正确安装并使用的前提下,并且所用软件均为免费且广为认可的。-Even two or three days, although we can not say at the moment engaged in non-s
note
- 抄股必得,一般般人不说.集十年抄股心得.及技术总结总汇-importint
functions
- NOTE: THIS AN ALPHA RELEASE. FOR TESTING ONLY. 1. Installation: -Unzip and copy the files to a folder (directory). -Add the path to Matlab. (File>Set Path>Add with Subfolders) -Read help for get_psoOptions.m and pso.m (enter help
get_psoOptions
- NOTE: THIS AN ALPHA RELEASE. FOR TESTING ONLY. 1. Installation: -Unzip and copy the files to a folder (directory). -Add the path to Matlab. (File>Set Path>Add with Subfolders) -Read help for get_psoOptions.m and pso.m (enter help
show_psoOptions
- NOTE: THIS AN ALPHA RELEASE. FOR TESTING ONLY. 1. Installation: -Unzip and copy the files to a folder (directory). -Add the path to Matlab. (File>Set Path>Add with Subfolders) -Read help for get_psoOptions.m and pso.m (enter help
installation-help
- NOTE: THIS AN ALPHA RELEASE. FOR TESTING ONLY. 1. Installation: -Unzip and copy the files to a folder (directory). -Add the path to Matlab. (File>Set Path>Add with Subfolders) -Read help for get_psoOptions.m and pso.m (enter help
jiafuzhupingfenfa
- 加附注评分法水质评价程序,可方便进行各种水质评价爱-Water quality assessment score add note program, can facilitate a variety of water quality assessment Love
ural1297
- 算法分析:将整个字符串反过来写在原字符串后面。中间用一个特殊的字符隔开,中间我用的是0,最后面我又加了一个字符1, 如果再加0 很可能会出错。(最后一个应该也可以不加),这样就把问题变为了求这个新的字符串的某两个后缀的最长公共前缀 注意:提供一组数据 zzzdzaadzzz 答案应该输出zzz,而如果不仔细的话程序可能会输入zdz,因为有可能答案前缀没有相邻,所这里就得加上一个循环判断处理。因为这个WA三次 -Algorithm analysis: the entire strin
PCB
- 硬件设计中关于PCB设计需要注意的一些规范,可以参考一下-Hardware design, PCB design on to note some of the specifications for reference
MT4
- Describe: a Chinese edition of the MT language documentation and API Note
matlab-note
- word文档,里面的内容是本人在学习使用matlab时总结记录的一些命令,还有对命令进行了解释说明,对初学者很有帮助。-Word document, the contents is I learn to use matlab in summary record of some of the command when, and the explanation for order, to beginners helpful.
Discrete-Mathematics-report(1)
- 1. 从键盘输入两个命题变元P和Q的真值,求它们的合取、析取、条件和双条件的真值。(A) 2. 求任意一个命题公式的真值表(B),并根据真值表求主范式(C) 注意:题目类型分为A,B,C三类,其中A为基本题,完成A类题目可达到设计的基本要求,其他均为加分题,并按字母顺序分数增加越高。-Input two propositional variables P and Q is the true value from the keyboard, find their conjuncti
java3
- 实验四:毕达哥拉斯三元组 实验目的:1.嵌套的for循环。 2.使用计数器控制的循环。 3.使用“强力(brute force)”来解决问题。 问题描述:直角三角形的各边长度都可以为整数。这组代表直角三角形各边的整型值称为 毕达哥拉斯三元组。这3条边必须满足如下关系:两条直角边的平方和等于斜边的平方。在1到500的范围内,找出所有适合于side1,side2和hypotenuse的整形毕达哥拉斯三元组。使用一个3层嵌套的for循环尝试所有可能的情况。该程序是“强力