-
datasheetEM78 Series MCU total of 47 (45 and EM78P447 the 1,458 is 48) directive...
数据表EM78系列单片机共47个(45和EM78P447的1458是48)指令,宽度为13。每一个指令码可分为两部分,第一部分是函数的运算指令码(OPCODE),第二部分是当需要运算参数时,其中计算码(操作数)。而教学类型大致可分为以下四类:
- 2022-04-22 15:12:18下载
- 积分:1
-
显示html的标签和视图。两个都有源代码和例子。
显示html的标签和视图。两个都有源代码和例子。- Demonstrates html the label and the view. Two all active codes
and example.
- 2022-02-02 08:04:12下载
- 积分:1
-
public class Server extends Thread { Client client int counter public Server(Cli...
public class Server extends Thread { Client client int counter public Server(Client _client) { this.client = _client this.counter = 0 } public void run() { while (counter < 10) { this.client.queue.addElement(new Integer(counter)) counter++ } throw new RuntimeException("counter >= 10") } public static void main(String[] args) { Client c = new Client() Server s = new Server(c) c.start() s.start() } } class Client extends Thread { Vector queue public Client() { this.queue = new Vector() } public void run() { while (true) { if (! (queue.size() == 0)) { processNextElement() } } } private void processNextElement() { Object next = queue.elementAt(0) queue.removeElementAt(0) System.out.println(next)-public class Server extends Thread { Client client int counter public Server(Client _client) { this.client = _client this.counter = 0 } public void run() { while (counter lt; 10) { this.client.queue.addElement(new Integer(counter)) counter++ } throw new RuntimeException("counter gt;= 10") } p
- 2022-02-21 05:44:37下载
- 积分:1
-
HyperLink类,制作超链接样式的按钮的上加选择哟
HyperLink类,制作超链接样式的按钮的上加选择哟-HyperLink categories, the production of a hyperlink-style button to choose the add yo
- 2022-01-26 05:22:23下载
- 积分:1
-
On the scroll bar has all the features
在滚动条上有所有的功能
- 2022-02-13 06:09:02下载
- 积分:1
-
good inventory management system, functions more complete, clear interface can b...
很好的库存管理系统,功能比较齐全,界面比较清晰,可以设置和更改密码,不过就是还不够完善,请多指教,,Visual Basic,SQL Server -good inventory management system, functions more complete, clear interface can be set up and change passwords, But is not perfect enough, please enlighten, and Visual Basic, SQL Server
- 2023-08-19 22:40:03下载
- 积分:1
-
windows窗口下的滚动条制作,界面部分可在工具栏下添加
windows窗口下的滚动条制作,界面部分可在工具栏下添加-windows under the scroll bar window production, the interface part of the toolbar, add
- 2023-07-18 03:55:03下载
- 积分:1
-
c语言常用算法都在里面的了,学c语言的一定要看看哈,找了很入才找到的哟...
c语言常用算法都在里面的了,学c语言的一定要看看哈,找了很入才找到的哟-c language commonly used algorithms are inside the school c language must look at Kazakhstan, to find a means to find is the yo
- 2022-08-10 18:19:46下载
- 积分:1
-
一个背景颜色渐变的文字类
一个背景颜色渐变的文字类--A font class whose background color can be gradually changed.
- 2022-03-19 03:10:48下载
- 积分:1
-
互联网技术教案
互联网技术教案-Internet technology curriculum
- 2022-07-14 00:25:23下载
- 积分:1