搜索资源列表
SG125
- DOS下的秒表程序,是个内存驻留程序-A MTERM program in DOS, simple terminal emulator
shujujiegou
- 程序中逻辑表达式从终端输入, 演示程序以用户与计算机的对话方式执行 根据用户输入的逻辑表达式,判别其是重言式还是矛盾式,或两者都不是 若都不是则与用户交互.-Process logical expression from the terminal input, demo program to the user' s dialogue with the computer implementation in accordance with user input logic expressi
scrnGen
- 这程序是在做无线点菜产品时弄的,当时开发了一个手持终端,终端屏幕上显示的有些图形内容需要从pc做好点阵后下传。这个程序就是用于在pc上生成点钟信息的,您可能在指定区域内画点、线,或直接输入文字,程序将自动转化为图形点阵的内容存放到指定文件。(本人上传代码均为Fwr原创)-This procedure is in order to do wireless products get, and then developed a hand-held terminals, terminal screen
huffman
- 哈弗曼编/译码程序,C语言实现.这个程序是从文件中读取字符串,编码和译码之后也写到文件里,可以改变文件路径,或做适当更改,编程从终端输入输出.自己写的,可能会有不合适的地方,供大家参考而已.-Havermann encoding/decoding process, C language. This program is the string read from a file, encoding and decoding is also written after the file, you ca
I2C_Verilog
- I2C(Intel-Integrated Circuit bus)为内部IC控制的双向串行总线,用于连接微控制器及其外围设备的互连。该程序用Verilog HDL语言来实现FPGA模拟I2C协议作为主端对I2C从设备进行读/写操作。-I2C (Intel-Integrated Circuit bus) control IC for internal bi-directional serial bus for connecting micro-controller and its peripher
i2c_model
- I2C仿真用的master端,可以支持1带多。本人已经过调试,确认可用。请注意,该程序仅用于仿真。-I2C emulation using the master terminal can support more than one band. I have been debugging, confirmation is available. Please note that the program is only for simulation.
ListProcess
- 1.完成对当前终端中所有进程的进程ID(Process ID, PID)以及所对应的映射像名(对应的可执行程序)的查看。 2.还要求能够显示进程的类型,如:用户进程则显示运行该进程的用户名,系统进程显示system等。 3.开发设计后所达到的效果可以参看资料中的可执行程序运行结果 -1. Complete all the processes on the current terminal process ID (Process ID, PID) and the correspondi
change-from-binary-to-octal
- 编写一个程序,要求从终端输入一串0/1表示的二进制数,输出它的八进制表示形式。-Write a program that requires input from the terminal string of 0/1 binary number represented by the output of its octal representation.
ftp_lab
- 从命令行终端获得ftp 服务器的域名或 IP 地址字符串,转换为网络字节序的二进制 格式的IP 地址。 使用上述IP 地址和默认的21端口,创建一个到ftp 服务器的TCP 连接,用于传输 所有的控制命令。 在传输控制命令的TCP 连接中循环处理,将用户端的标准输入解释为FTP 协议的 控制命令并发送,根据ftp 服务器回复的响应命令执行一些本地操作或远程控制。 准备进行数据传输时,创建一个新的 TCP 连接,根据需要,将接收到的数据发送到 标准输出或存储到文件
B04
- Cognex VisionPor 检测端子流程程序-Cognex VisionPor detection terminal process program
keyBlaze-Typing-Tutor
- 随机产生60个字母的范文,要求用户按范文打字录入,录入开始时计时,录入结束后,计算录入时间和正确率。 功能:1) 随机产生100个字母的范文,范文既要显示在终端上,同时又要保存在文件中。 2) 用户录入的结果也应保存到单独的文件。 3) 录入开始前应有提示和倒计时。 4) 录入结束后显示录入所耗时间和准确率。准确率=正确的字符数/总字数*100 。 5) 允许用户在一次录入结束后选择退出程序或重新开始。 6) 同一用户的每次录入成绩应保存到同一文件中。-Randomly
SecureCRT5.2.5
- Secure[1]CRT是一款支持SSH(SSH1和SSH2)的终端仿真程序,简单的说是Windows下登录UNIX或Linux服务器主机的软件-Secure [1] CRT is a support SSH (SSH1 and SSH2) terminal emulation program Login UNIX or Linux server host software under the Windows
SelectionSort
- 选择排序: 分为直接选择排序, 堆排序 直接选择排序:第i次选取 i到array.Length-1中间最小的值放在i位置。 堆排序:首先,数组里面用层次遍历的顺序放一棵完全二叉树。从最后一个非终端结点往前面调整,直到到达根结点,这个时候除根节点以外的所有非终端节点都已经满足堆得条件了,于是需要调整根节点使得整个树满足堆得条件,于是从根节点开始,沿着它的儿子们往下面走(最大堆沿着最大的儿子走,最小堆沿着最小的儿子走)。 主程序里面,首先从最后一个非终端节点开始调整到根
ARV_BOOTLOADER.RAR
- AVR BOOTLOADER • Support many types of AVR microcontrollers. • Support AVR device with multi-uart. • Support RS232/RS485/RS422 mode. -Support AES crypt routine (128/256 bits key) • Support customize communication baud
COM_control_superIO
- 通过com口来控制客户端几台的superIO的功能,可以开关客户端的电源灯,控制蜂鸣器开关,CPU/sys smartfan。这是一个客户端的程序,控制端见说明文档-By com port to control several of superIO client function, you can switch the client' s power light, control the buzzer switch, CPU/sys smartfan. This is a client p
hterm065
- Hterm is a free, Simple, and easy to use Terminal program utility for windows.
Shortest-Path
- 在网络通信中,经常需要求最短路径。但完全采用最短路径传输有这样一个问题:如果最终在两个终端节点之间给出的最短路径只有一条,则在该路径中的任一个节点或链路出现故障时,信号传输将面临中断的危险。因此,对网络路由选择作了以下改进:为任意两节点之间通信提供两条路径供其选择,即第一最短路径、第二最短路径.使用数据结构编程实现,程序=算法+数据结构的很好体现-In network communication, often request the shortest path. But totally shor
realizm
- 终端之间的文件传输程序,可以实现文件的高速传输-The transmission of files between a terminal program, and can realize high speed transmission of files
goomr
- 终端之间的文件传输程序,可以实现文件的高速传输,-The transmission of files between a terminal program, and can realize high speed file transfer,
移动端商城
- 微信小程序开发,微信小程序之移动端商城源码(WeChat small program development, WeChat small program mobile terminal mall source)