搜索结果

找到约 120 项符合 CONSOLE 的查询结果

VxWorks 练习并掌握多任务实时操作系统下Task 调度、Task 间主要通信手段(信号量、消息队列等)、RISC 处理器 I/O 端口控制等内容

练习并掌握多任务实时操作系统下Task 调度、Task 间主要通信手段(信号量、消息队列等)、RISC 处理器 I/O 端口控制等内容,并形成嵌入式实时应用软件的良好编程习惯。创建多Task,为每个Task 创建私有的Message Queue,每个Task 只通过自己的私有Message Queue 接收消息;Task 间消息通信通过向对方私有MessageQueue 发送 ...
https://www.eeworm.com/dl/662/282997.html
下载: 27
查看: 1243

网络 sms发送短信的程序

sms发送短信的程序,对于在linux环境下开发的人员很有用。 SMS-Dispatch is Linux console C++ program for SMS messages dispatch from preliminary prepared text file via circuit GSM phone in batch mode. Tested on Motorola C3xx phones. So you can create the report about users status for ex. and send it them ...
https://www.eeworm.com/dl/635/355990.html
下载: 95
查看: 1062

Linux/Unix编程 sms发送短信的程序

sms发送短信的程序,可以在windows,和linux两个环境下。 SMS-Dispatch is Linux console C++ program for SMS messages dispatch from preliminary prepared text file via circuit GSM phone in batch mode. Tested on Motorola C3xx phones. So you can create the report about users status for ex. and send it them a ...
https://www.eeworm.com/dl/619/355992.html
下载: 102
查看: 1061

软件 Hyper Terminal 超级终端

大家都知道windows的超级终端可以直接通过console线连接交换机和防火墙等设备,这个超级终端在windows10下能用
https://www.eeworm.com/dl/518652.html
下载: 1
查看: 60

其他 Addressbook using double-linked list. This example shows the use of a double-linked list by implemen

Addressbook using double-linked list. This example shows the use of a double-linked list by implementing an addressbook for the console. It has features like inserting, searching(linear), sorting(bubble sort), deleting and load/save to a file. I wrote this during my study of Applied Computer Science ...
https://www.eeworm.com/dl/534/134191.html
下载: 129
查看: 1101

技术资料 H3C 交换机最详细配置实例手册

内容包括所有h3c交换机的配置命令,还有一些简单的讲解1.登录交换机典型配置指导 ........................................................................................................... 71.1 通过 Console 口配置 Telnet 登录方式典型配置指导 .......................................................... 71.1 ...
https://www.eeworm.com/dl/843602.html
下载: 9
查看: 8442

Applet a Java program that reads in the following values from the standard input device (i.e. Keyboard) an

a Java program that reads in the following values from the standard input device (i.e. Keyboard) and writes its result on the standard output device (i.e. Console/Monitor): Inputs: A: the loan amount in dollars and cents (e.g. 150000.00). r: the net annual interest rate, expressed as an integer (e.g ...
https://www.eeworm.com/dl/634/362110.html
下载: 153
查看: 1088

Java编程 一个J2EE四层架构的实例

一个J2EE四层架构的实例,采用jsp+javabean+sessionbean+entitybean做的,与大家共享: 1.开发环境用的jbuilder7.0+weblogic7.0+oracle9i(sqlserver2000) 2.sql语句如下: create table ejbAccounts (id varchar(15), bal float, type varchar(15)) 3.现在weblogic console下建立好数据源名:examples-dataSource-mssqlserve ...
https://www.eeworm.com/dl/633/349641.html
下载: 76
查看: 1103

数据结构 自己编写的String类

自己编写的String类,可以用于代替<string>中的string类。支持==、!=、<、>等比较运算符,=复制运算符,有多种构造函数,动态分配内存,长度可变。容易转换成char*类型,而且使用深拷贝,指针使用得当。有常用的Index,Insert,Delete,Replace,SubString方法。而且源码中给出了String类的一个小应用。开发环境Visual C++ 6 ...
https://www.eeworm.com/dl/654/380129.html
下载: 22
查看: 1058

汇编语言 ARM下 Implement matrix multiplication of 2 square matrices, with data read from an input file and pri

ARM下 Implement matrix multiplication of 2 square matrices, with data read from an input file and printed both to the console and to an output file. &#8226 Assume a file with correct data (no garbage, characters, etc.). &#8226 you must check and provide appropriate execution for 2 extra cases, namel ...
https://www.eeworm.com/dl/644/153518.html
下载: 135
查看: 1189