-
FTE
FTE是一个面向程序员的文本编辑器。可以支持20多种编程语言的语法高亮,加上较强的可配置性,使这个轻量级但是通用的编辑器几乎可以适应于任何程序员.zip它不是一个完整的编程语言,因为它没有标准函数库(如IO和字符串处理)。FScript提供的基本函数(如流程控制,变量处理,和基本的数学运算)可以通过宿主程序扩展,只需要一个Java 2运行环境.tgz(FTE is a programmer- oriented text editor. 20 can support multiple programming language syntax highlighter, coupled with strong configurable, so this lightweight but GM editors can be adapted to almost any programmer. Zip it is not a complete programming language, because it does not have the standard functions (such as string handling and IO). FScript provide the basic functions (such as flow control, variable handling, and basic arithmetic) can be extended through a host application only need a Java 2 runtime environment. Tgz)
- 2005-01-01 17:47:15下载
- 积分:1
-
productionManageSys
基于MFC控件的生产线管理系统,包含了数据库,串口接受数据等功能。。。(MFC controls the production line management system, database features such as serial port to accept data. . .)
- 2013-03-01 20:30:08下载
- 积分:1
-
1514016
这是modbus的应用,觉得这讲的很清楚,希望对大家有所帮助,()
- 2018-04-07 23:50:12下载
- 积分:1
-
EULER1
说明: Euler 回路问题
.问题描述:
对于给定的图G 和G 中的2 个顶点v 和w,连接顶点v 和w 且经过图中每条边恰好1 次
的路径称为顶点v 和w 之间的1 条Euler 路。当v=w 时得到一条首尾相接的Euler 回路。
.编程任务:
对于给定的图G,编程计算图G 的一条Euler 回路。
.数据输入:
由文件input.txt 给出输入数据。第1 行有2 个正整数n 和m,表示给定的图G 有n 个
顶点和m 条边,顶点编号为1,2,…,n。接下来的m 行中,每行有2 个正整数u,v ,表示
图G 的一条边(u,v) 。
.结果输出:
将编程计算出的Euler 回路输出到文件output.txt 。如果不存在Euler 回路,则输出-1。(Euler circuit problem. Problem description : for a given graph G and G of two vertices v, w, connectivity and vertex v w map through which each side precisely the path to a meeting called vertices v, w between a Euler Road. When v = w be an end-to-end circuit Euler. . Programming tasks : for a given graph G, programming terms of a graph G Euler circuit. . Data input : from the document input.txt given input data. Line 1 has two positive integers n and m, to the graph G with n vertices and m edges and vertices numbered 1, 2, ..., n. Next m OK, every trip has two positive integer u, v, said of a graph G edge (u, v). . Results output : Programming will be calculated by Euler circuit output to a file output.txt. If there is no Euler circuit, the output 1.)
- 2006-03-29 21:31:15下载
- 积分:1
-
C-Coding-Standards
C Coding Standards,详细讲述了C编程过程中需要注意的标准。(C Coding Standards, details about the C programming standards that need attention.)
- 2011-04-20 21:48:12下载
- 积分:1
-
TracKid
ollydbg plugin开发工程,已经写好的框架,可用于插件开发。(Ollydbg plugin development engineering, has written a good framework, can be used in plug-in development.)
- 2014-10-16 16:57:02下载
- 积分:1
-
tingchechang
实现停车场模拟,用栈和队列实现,用系统时间自动记录进入和出去时间(Parking achieve simulation, with stacks and queues implemented by the system automatically records the time of entry and exit time)
- 2013-12-01 16:15:57下载
- 积分:1
-
IsPrime
excel文件中Decide宏为判断是否素数,Decompose宏为分解素因数。(The Decide macro in the excel file to determine whether the prime, Decompose macro for the decomposition of prime factor.)
- 2014-07-21 17:32:45下载
- 积分:1
-
GetSerial
一个通过硬件信息生成序列号的源码示例,适合制作根据硬盘特征码生成序列号(Information generated through the hardware serial number of the source code examples for the production of signature generation based on the hard disk serial number)
- 2009-07-02 12:19:18下载
- 积分:1
-
ShortRoad
完整实现了单源最短路径的算法。
采用的是贪心算法思想。(integrity to achieve a single-source shortest path algorithm. The greedy algorithm.)
- 2006-10-19 17:32:22下载
- 积分:1