搜索结果
找到约 120 项符合
CONSOLE 的查询结果
按分类筛选
- 全部分类
- Linux/Unix编程 (12)
- Java编程 (11)
- 技术资料 (8)
- 其他 (8)
- 数据结构 (6)
- 压缩解压 (4)
- 驱动编程 (4)
- 游戏 (4)
- 嵌入式/单片机编程 (4)
- 嵌入式Linux (4)
- 单片机编程 (3)
- 串口编程 (3)
- 网络 (3)
- 人工智能/神经网络 (3)
- 微处理器开发 (3)
- Delphi控件源码 (3)
- 数值算法/人工智能 (2)
- 加密解密 (2)
- 操作系统开发 (2)
- 单片机开发 (2)
- matlab例程 (2)
- Windows CE (2)
- Symbian (2)
- VC书籍 (2)
- VIP专区 (2)
- 软件 (1)
- 多媒体处理 (1)
- 书籍源码 (1)
- 其他书籍 (1)
- 电子书籍 (1)
- Internet/网络编程 (1)
- 编译器/解释器 (1)
- 磁盘编程 (1)
- 企业管理 (1)
- Applet (1)
- 多国语言处理 (1)
- CA认证 (1)
- 数学计算 (1)
- 汇编语言 (1)
- STL (1)
- VxWorks (1)
- 其他行业 (1)
- 系统设计方案 (1)
- MacOS编程 (1)
VxWorks 练习并掌握多任务实时操作系统下Task 调度、Task 间主要通信手段(信号量、消息队列等)、RISC 处理器 I/O 端口控制等内容
练习并掌握多任务实时操作系统下Task 调度、Task 间主要通信手段(信号量、消息队列等)、RISC 处理器 I/O 端口控制等内容,并形成嵌入式实时应用软件的良好编程习惯。创建多Task,为每个Task 创建私有的Message Queue,每个Task 只通过自己的私有Message Queue 接收消息;Task 间消息通信通过向对方私有MessageQueue 发送 ...
网络 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 ...
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 ...
软件 Hyper Terminal 超级终端
大家都知道windows的超级终端可以直接通过console线连接交换机和防火墙等设备,这个超级终端在windows10下能用
其他 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 ...
技术资料 H3C 交换机最详细配置实例手册
内容包括所有h3c交换机的配置命令,还有一些简单的讲解1.登录交换机典型配置指导 ........................................................................................................... 71.1 通过 Console 口配置 Telnet 登录方式典型配置指导 .......................................................... 71.1 ...
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 ...
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 ...
数据结构 自己编写的String类
自己编写的String类,可以用于代替<string>中的string类。支持==、!=、<、>等比较运算符,=复制运算符,有多种构造函数,动态分配内存,长度可变。容易转换成char*类型,而且使用深拷贝,指针使用得当。有常用的Index,Insert,Delete,Replace,SubString方法。而且源码中给出了String类的一个小应用。开发环境Visual C++ 6 ...
汇编语言 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 ...