Welcome![Sign In][Sign Up]
Location:
Search - k3 b

Search list

[Other resourcelvr18

Description: 低电压检测. A口低8位接键盘列线,键盘行线接VDDIO;B口高8位接LED // 按K1键 低电压为2.4v // 按K2键 低电压2.8v // 按K3键 低电压3.2v // 按K4键 低电压为3.6v
Platform: | Size: 80682 | Author: wujian | Hits:

[SCMlvr18

Description: 低电压检测. A口低8位接键盘列线,键盘行线接VDDIO;B口高8位接LED // 按K1键 低电压为2.4v // 按K2键 低电压2.8v // 按K3键 低电压3.2v // 按K4键 低电压为3.6v
Platform: | Size: 80896 | Author: wujian | Hits:

[OtherK3_BOS_Plug

Description: K3 BOS插件开发培训 实现单据、序时簿、基础资料序时簿中特殊的业务流程处理 中间层数据改变时的特殊处理规则 个性化的菜单、外观定制;增加自定义的菜单并响应其操作 对审核、消息流程的自定义控制-K3 BOS plug-in development training, implementation documentation, when you order books, basic information in order when the book deal with specific business process changes, the middle tier of data processing rules of a special personalized menus, appearance customization add custom menu and in response to his operations on the audit, the message flow custom control
Platform: | Size: 1639424 | Author: 大岗 | Hits:

[assembly languagemoter

Description: 本实验使用按键方式控制步进电机的转动 * * 接线方法:A>P1.4,A- >P1.5,B >P1.6,B- >P1.7,GND,VCC * * 按按钮“K1”,步进电机正传 * * 按按钮“K2”,步进电机反转 * * 按按钮“K3”,步进电机停止 * *-In this study, key way to control the stepper motor rotation* * Connection methods: A> P1.4, A-> P1.5, B> P1.6, B-> P1.7, GND, VCC* * Press button " K1" , stepper motor Story* * press the button " K2" , stepper motor reverse* * press the button " K3" , stepper motor to stop**
Platform: | Size: 9216 | Author: 李如 | Hits:

[SCMdsjs

Description: 用c语言实现功能 1.用四位数码管显示格式为“分分秒秒” 2. 程序执行后工作指示灯LED闪动,表示程序开始执行,按下操作键K1~K4动作如下。 K1—可调整倒计数的时间1~60分钟。 K2—设置倒计数的时间为5分钟,显示“0500”。 K3—设置倒计数的时间为10分钟,显示“1000”。 K4—设置倒计数的时间为20分钟,显示“2000”。 复位后LED的画面应能显示倒计时的分钟和秒数,此时按K1键则在LED上显示出设置画面。此时,若: a. 按操作键K2—增加倒计数的时间1分钟。 b. 按操作键K3—减少倒计数的时间1分钟。 c. 按操作键K4—设置完成。 3 倒计时完时播放音乐《八月桂花》-C language function With four digital display format for the "every second" 2 program execution indicator LED flashing, indicating that the program started, press the operation keys K1 ~ K4 action follows. K1-adjustable countdown time to 60 minutes. K2-set countdown time for five minutes, "0500". K3-set countdown time of 10 minutes, "1000". K4-set countdown time of 20 minutes, "2000". After reset, the LED screen can display minutes and seconds of the countdown, press K1 key setting screen displayed on the LED. At this point, if: (a) Press the operation keys to the K2-increase the countdown time to 1 minute. (b) the operation keys K3-reducing counting down the time of one minute. (c) the operation keys of K4-set. 3 countdown finished when play music, "August osmanthus
Platform: | Size: 2048 | Author: caidaohai | Hits:

[SCMproject40

Description: 甲机的K1按键可通过串口控制乙机的LED1点亮,LED2灭,甲机的K2按键控制乙机的LED1灭,LED2亮,甲机的K3按键控制乙机的LED1和LED2全亮。乙机的K2按键可控制串口向甲机发送按下的次数,按下的次数通过串口显示在甲机P0口的数码管上。(哈工大单片机大作业内附proteus原理图)-A machine K1 keys can be lit through serial control acetic machine LED1, LED2 off, A machine K2 keys to control the B machine LED1 off, LED2 light, A machine the K3 button control B machine LED1 and LED2 full of bright. The B machine K2 keys to control the serial number of A machine sends press, press the number of times through the serial port on the P0 port digital tube A machine. (HIT SCM operations included proteus diagram)
Platform: | Size: 77824 | Author: 邹sir | Hits:

[Othercomp-RIGHT

Description: 8位拨码开关确定两个四位二进制数输入 按键K1确定输出:数码管显示数A的十进制;按键K2确定输出:数码管显示数B的十进制;按键K3确定输出:数码管显示A,B的比较结果,其中若A>B输出为1,若A<B输出0,若A=B输出8。实验板:EPM240T100C5-8 DIP switches determine the two four-bit binary input keys K1 determine output: decimal number A digital display keys K2 determine output: decimal digital display the number of B digital display A key K3 determine output: B a comparison result, wherein, if A> B output is 1, if A <B输出0,若A=B输出8。实验板:EPM240T100C5
Platform: | Size: 177152 | Author: 孙建云 | Hits:

[matlabVideo-display-and-read-write

Description: MATLAB 最常處理的影像格式為索引影像(Indexed Images) 顯示此類型影像的語法如下: image(X) colormap(map) 其中X為影像的資料矩陣,map為色盤矩陣。 色盤矩陣的大小為K×3,每個橫列由三個元素所組成,分別是R(紅) 、G(綠)、B(藍) ,每個元素的範圍為0~1 X的值為1~K,也就是當X(i, j)的值為p,則像素點(i, j) 的顏色為map(p, :)這一列的值所決定。 -MATLAB image format most commonly treated as an index image (Indexed Images) display images of this type has the following syntax: image (X) colormap (map) where X is the image data matrix, map matrix for the color palette. The size of the matrix palette K3, each row consists of three elements, namely R (red), G (green), B (blue), and each element in the range of 0 ~ 1 X value is 1 ~ K, that is, when X (i, j) has a value of p, the pixel (i, j) of the color map (p, :) determined by the value of the column.
Platform: | Size: 643072 | Author: 王鈺琳 | Hits:

[Other金蝶K3粘贴excel数据功能

Description: 根据网上收集的源码修改,可以粘贴excel数据到K3单据中,excel数据格式应为 代码 数量(此行不要复制,只复制数据) A 1 B 3
Platform: | Size: 17241 | Author: elfan1 | Hits:

CodeBus www.codebus.net