搜索资源列表
Emlog2.2.0
- Emlog2.2.0 功能介绍 + 采用了模版技术,能让网站在瞬间改变样式 + Emlog附带模版(如果你不喜欢附带模板,可自已制作模片) + 多附件上传功能,每篇日志可以附加多个附件,并可以删除增加附件 + 支持引用通告(trackback)接受发送和管理 + 支持tag标签分类功能 + 支持RSS日志订阅功能 + 数据库备份/恢复功能 + 访问量统计 + 采用文本缓冲技术,减少查询
51XXMP3
- 曲谱存贮格式 unsigned char code MusicName{音高,音长,音高,音长...., 0,0} 末尾:0,0 表示结束(Important) 音高由三位数字组成: 个位是表示 1~7 这七个音符 十位是表示音符所在的音区:1-低音,2-中音,3-高音 百位表示这个音符是否要升半音: 0-不升,1-升半音。 音长最多由三位数字组成: 个位表示音符的时值,其对应关系是: |数值(n): |0 |1 |2 |3 | 4 | 5 | 6 |几分音符: |1 |2 |4
2
- 8个发光管模拟二进制加法运算.asm 8个发光管模拟二进制加法运算.asm
2
- 8个发光管模拟二进制加法运算.asm 8个发光管模拟二进制加法运算.asm
2
- 8个发光管模拟二进制加法运算.asm 8个发光管模拟二进制加法运算.asm
7416474165
- 使用74164连接8行2列键盘的行线,74165连接键盘的列线,编写扫描键盘,包括C和汇编程序
2-8
- 汇编语言写的,二进制输入,八进制输出。代码在2-8.asm-Written in assembly language, binary input, output octal. Code in 2-8.asm
7279ALL-2
- 键盘扫描 7279 串行接口8位LED数码及64键盘智能控制-Keyboard scan serial interface 7279 Digital 8 and 64 of the keyboard LED Intelligent Control
HCD66789
- TFT1.8寸2.0寸2.2寸初始化原代码,具备RGB色差检测扫功能,检测模组良率.-TFT1.8 inch 2.0 inch 2.2-inch initialization of the original code, with RGB color scanning feature detection, detection module yield.
HD667B73R
- TFT1.8寸2.0寸2.2寸初始化原代码,具备RGB色差检测扫功能,检测模组良率.-TFT1.8 inch 2.0 inch 2.2-inch initialization of the original code, with RGB color scanning feature detection, detection module yield.
R61503B
- TFT1.8寸2.0寸2.2寸初始化原代码,具备RGB色差检测扫功能,检测模组良率.-TFT1.8 inch 2.0 inch 2.2-inch initialization of the original code, with RGB color scanning feature detection, detection module yield.
sum
- LC-3 program to calculate the sum of all the 8-bit 2’s complement values in a packed array of N elements. With N elements in the packed array, we require N/2 memory location. For this assignment, we will assume N is even. Your SUM will be stored in o
2
- X,Y 为字节类型数,求((X+Y)*8-(X-Y)*2)/16 写出完整的数据段和代码段,不用乘除指令 -X, Y the number of bytes type, seek ((X+ Y)* 8-( XY)* 2)/16 write complete data segment and code segment, do not multiply and divide instructions
8
- 本抢答器可实现8个人或8个团队参加比赛,其中8个人或8组代表的编号为1,2,3,4,5,6,7,8。每个人或团队拥有一个抢答器按钮,抢答器的按钮与选手分别对应,为s1,s2,s3,s4,s5,s6,s7,s8.-The Responder can be realized eight individuals or eight teams participate in the competition, in which eight individuals or representatives of
xheditor-1.0.0-rc3
- 1. 添加:添加HTML5上传支持:多文件选择上传、真实上传进度显示以及从电脑中直接拖放文件上传,注:相应功能需要浏览器支持 2. 添加:添加upMultiple参数,控制是否允许多文件选择上传,默认为开启,此功能需要浏览器支持HTML5上传 3. 添加:添加全选SelectAll和打印Print两个工具按钮 4. 添加:添加多行完全工具栏组mfull,添加演示在demo01和demo02 5. 添加:对话框面板中的textarea表单项中按Ctrl+Enter自动调用确定按钮,
2-2
- 100H个8位无符号数,按照0~1FH,20H~3FH,40~5FH,…,0E0H~0FFH分成8组,试统计每组内数据个数-100H 8-bit unsigned number, in accordance with the 0 ~ 1FH, 20H ~ 3FH, 40 ~ 5FH, ..., 0E0H ~ 0FFH divided into 8 groups, test statistics within each group the number of data
T8255-2
- 8255的应用技术 825558 8255 8255 8255 8255 -Applications 8255 82555882558255 8255 8,255,825,582,558,255
beibao
- 假设有一个能装入总体积为T的背包和n件体积分别为w1 , w2 , … , wn 的物品,能否从n件物品中挑选若干件恰好装满背包,即使w1 +w2 + … + wn=T,要求找出所有满足上述条件的解。例如:当T=10,各件物品的体积{1,8,4,3,5,2}时,可找到下列4组解: (1,4,3,2) (1,4,5) (8,2) (3,5,2)。 -Suppose there are a load of the backpack of the total volume of T
8-3
- 将加密过的数据进行解密,并将解密数据在屏幕上显示出来,其中显示功能由子程序OUTPUT完成。 数字0-9与加密和解密数据的对应关系如下: 原 数 字:0 1 2 3 4 5 6 7 8 9 密码数字:7 5 9 1 3 6 8 0 2 4 解密数字:7 3 8 4 9 1 5 0 6 2-Will be encrypted to decrypt the data, and decrypt the data displayed on the screen, which displ
2-n-power
- 汇编 求2的n次方 include irvine32.inc IsZero proto ,address: ptr dword ,kind:dword 判断正数还是负数还是0 Negation proto ,address: ptr dword ,kind:dword 求相反数 .data str1 byte "请输入16进制的96位整数的低32位(8个):",0 str2 byte "请输入16进制的96位整数的中32位(8个):",0 str3 byte "请输入