console

共 120 篇文章
console 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 120 篇文章,持续更新中。

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,

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 ph

一个能够在 Console Mode 下使用的 Shell 类 (1.00 版

一个能够在 Console Mode 下使用的 Shell 类 (1.00 版,附源码 ),

用delphi编写的my ie bar

用delphi编写的my ie bar, ...Console...IE_BAR...IETool...MouseHook

Linux console commands for begginers

Linux console commands for begginers

Carrier Board for Gumstix Verdex Pro. Has 2 - 30A motor drivers for robotic loco motion PIC micro

Carrier Board for Gumstix Verdex Pro. Has 2 - 30A motor drivers for robotic loco motion PIC micro handles motion control. USB host signals. USB console connector AC97 audio CODEC Exapnsion hea

LCD and Keyboard ARMulator model for the ADS Source Code Copy the provided ARMulate folder into y

LCD and Keyboard ARMulator model for the ADS Source Code Copy the provided ARMulate folder into your ADS directory tree at the root, for example in c:\ADSv1_1. If prompted to overwrite files, c

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(bubb

开发环境:Visual C++ .net2003 功能介绍:神经网络算法实验;分Console版本和MFC版本;主要用来求解TSP问题。

开发环境:Visual C++ .net2003 功能介绍:神经网络算法实验;分Console版本和MFC版本;主要用来求解TSP问题。

本软件包将每个openssl的apps程序做成一个可直接运行调试的VC Console 类型应用程序

本软件包将每个openssl的apps程序做成一个可直接运行调试的VC Console 类型应用程序,方便研究和运用openssl的朋友,避免了openssl在windows下的编译问题,并且因为可以在VC环境下进行调试,使得对openssl的各个应用程序的流程更容易理解,这对openssl初学者尤其方便。希望大家多提意见。

Console HDD performance test for windows or unix

Console HDD performance test for windows or unix

项目描述: slsnif is a serial port logging utility. It listens to the specified serial port and logs all

项目描述: slsnif is a serial port logging utility. It listens to the specified serial port and logs all data going through this port in both directions. Serial line sniffer是一个串行端口记录工具。它监听指定的串行端口并记录所有通过这个端

Win32 Console下C++实现的PL/0语言编译程序

Win32 Console下C++实现的PL/0语言编译程序,含设计文档,欢迎讨论。

、实验目的 1、通过编程熟悉VC++的Win32 Console Application的编程环境; 2、通过编程熟悉PCI-1711数据采集卡的数据输入输出; 3、掌握PID控制器的编程方法;

、实验目的 1、通过编程熟悉VC++的Win32 Console Application的编程环境; 2、通过编程熟悉PCI-1711数据采集卡的数据输入输出; 3、掌握PID控制器的编程方法; 4、了解闭环控制系统的概念与控制方法; 5、熟悉定时器及显示界面的使用方法; 二、实验设备 1.THBDC-1型 控制理论&#8226 计算机控制技术实验平台 2.PCI-1711数据采集

纯c下一般用链表实现内存的动态分配

纯c下一般用链表实现内存的动态分配,有点麻烦,而且容易出错,为了方便实用,这里尝试写了一个在用c写的动态分配内存的console程序,例子实现的是可以动态分配二维数组的大小。

g729 的源码

g729 的源码,我调试我,可以用了, 用vc6 编译,建个console的应用程序工程

我用C编写的汉诺塔算法的源程序

我用C编写的汉诺塔算法的源程序,自认为写的不错,呵呵- I use the Chinese which C compiles to promise the tower algorithm the source program, confessed for writes is good, ha-ha ,C-C++,控制台编程/Console

This inspired me to make this tool. This tool is not a professional one but shows an example which m

This inspired me to make this tool. This tool is not a professional one but shows an example which makes use of the System.Diagnostics namespace. With this tool, you can write small console based Java

nslookup - *nix simple nslookup clone for the Win32 platform (Console Application) /// Does A DNS l

nslookup - *nix simple nslookup clone for the Win32 platform (Console Application) /// Does A DNS lookup by Host Name or IP. Host Name lookups can return /// multiple IP Ranges.

CryptoAPI加密例程

CryptoAPI加密例程,有详细注释说明,在VC6.0的console下可顺利编译