搜索资源列表
ucos2
- UCGUI中文手册1-5 PDF电子版 ucos-ii中文书(邵贝贝) word版
WallStreet_Readme
- 一、 软件登陆:正确下载并安装华尔街智能自动交易系统软件,电脑桌面上自动显示“易”字图标; 二、 委托程序登陆: 1、 双击“易”字图标,在弹出的画面中依次输入为您开通的“华尔街帐号”和密码,点击“登陆”即可; -First, the software visit: the right to download and install the smart Wall Street of automated trading systems software, computer deskto
1
- 这是一个网络营销实习报告,word型式的,说是不交这个不让毕业-This is a network marketing internship report, word patterns that are not non-payment of the graduation
20051092188644
- 题库系统与试卷生成毕业设计含论文 一般情况教师想出一份试卷,要么到庞大的题库里一道一道的把题找出来,或是从几本相关的书里把题一道一道挑出来。这样即费时又费力,而且很难保证试题的覆盖面和把握好试卷的难度。正是为了能够帮助教师轻松的出一份高质量的试卷而开发了本软件。为了达到预期的目标我们最终选择了Microsoft Office Word做为本软件的终端输出。本软件是在对现有控件的改进和VBA编程的研究的基础上开发的。本软件实现了以下主要功能:1.手动生成试卷;2.自动生成试卷;3.抽取现有试卷
Lab1
- My first project written in Quartus II by using VHDL, executed some tasks that display word on 7-segments LED through the simulated 5-to-1 multiplexer. My code is easy to acquire and may be help usefull.
ds18b20
- 如何编写读/写一个字节的函数呢? 1. 读一个字节 uchar tmpread(void) //read a byte date 读一个字节 { uchar i,j,dat dat=0 for(i=1 i<=8 i++) { j=tmpreadbit() dat=(j<<7)|(dat>>1) //读出的数据最低位在最前面,这样刚好一个字节在DAT里 } return(dat) //将一个字节数据返回 }-How
SerKoWordPad_CODE
- 用VB寫出來的WordPad . 具有多種正常Word Pad的功能 . 用了1星期來編寫 .-Use Visual Basic 6.0 to make WordPad.
ad9912
- AD9912: 1 GSPS Direct Digital Synthesizer with 14-Bit DAC. IBIS model. The AD9912 is a direct digital synthesizer (DDS) featuring an integrated 14-bit DAC. The AD9912 features a 48-bit frequency tuning word (FTW), which can synthesize frequenci
ASPshoppingsystem
- 是一个上线的购物网站。字数在1万个字左右,适合于电子商务专业的同学下载。-Is an online shopping system papers. Number of words in the 10000-word for the students to download the professional e-commerce
ComputerAlgebraSystem
- 结合Maple讲解计算机代数系统,一共1-6章,word格式-Computer Algebra System
WorkSolution(1)
- 数据库管理的实现与开发程序源代码抱你满意-sql in this word
C_Primer_Plus_4_Word_part2-1
- C++Primer4中英对照Word版.part2-1-C++ Primer4 bilingual Word version. Part2-1
MSQ-1
- all answers SSD2 v formate word.doc-all answers SSD2 v formate word.doc
1
- 基于DES对文件加密,能对word或者TXT进行加密解密-Based on DES file encryption, the encryption and decryption of the word or TXT
E2
- 一本书的页码从自然数1 开始顺序编码直到自然数n。书的页码按照通常的习惯编排, 每个页码都不含多余的前导数字0。例如,第6 页用数字6 表示,而不是06 或006 等。数 字计数问题要求对给定书的总页码n,计算出书的全部页码中分别用到多少次数字0,1, 2,…,9。 « 编程任务: 给定表示书的总页码的10 进制整数n (1≤n≤109) 。编程计算书的全部页码中分别用 到多少次数字0,1,2,…,9。 « 数据输入: 输入数据由文件名为inp
Microsoft-Word
- 1.有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 2.一个整数,它加上100后是一个完全平方数,再加上168又是一个完全平方数,请问该数是多少? 3.输入三个整数x,y,z,请把这三个数由小到大输出。 4.用*号输出字母C的图案。 5.输出9*9口诀。 -1 1, 2, 3, 4 digital, can form number different from each other and not repeat digital three-digi
EasyASP-V2.1-V2.2
- 我刚刚整理的EasyASP V2.1-V2.2使用说明手册(Word文档形式)。下载后可直接双面打印即可。-请键入文字或网站地址,或者上传文档。 取消 Wǒ gānggāng zhěnglǐ de EasyASP V2.1-V2.2 Shǐyòng shuōmíng shǒucè (Word wéndàng xíngshì). Xiàzài hòu kě zhíjiē shuāng miàn dǎyìn jí kě.I just finishing EasyASP V2.1-V2.2 U
adsd-INTERNAL-TEST-1.11.12
- thia is the word format of the adsd questions
Microsoft-Word
- 题目:八进制转换为十进制 1.程序分析: 2.程序源代码:-Topic: Octal to Decimal a program analysis: 2 source code:
Microsoft-Word
- 题目:求0—7所能组成的奇数个数。 1.程序分析: 2.程序源代码-Topic: odd number can seek composed of 0-7. 1 Program Analysis: 2 source code