搜索资源列表
LC-control
- 一个模拟lc 地数字显示控制台程序:这是一个模拟类似电子表之类的东西,显示数字,你可以输入要显示数字的大小(1~10) 和要显示的数字或者数字串(0-9),可以同时输入多行,输入0 0结束输入,回车显示。参数格式 size string。
eluosifangkui
- 简单的俄罗斯方块的实现,在命令行程序中使用了多线程和定时器来实现方块下落。-Simple implementation of Tetris, at the command line program implemented using multithreading and timer blocks falling in.
Calculate
- 用c 实现的一个命令行的计算器,包含+,-,*,/,有负号,小数点,多位,并且可以加入绝对值,这个有点挑战性,这是我比较自豪的一点(大言不惭啊)。-C achieved by a command line calculator, including+,-,*,/, negative numbers, decimal point, a number, and the absolute value can be added to this a bit challenging, I am rather
MultiStyleTooltip
- 气泡api函数,可以实现多行多任意控件的气泡提示,-Bubbles api function
Pipe5
- 利用多线程异步方式实现Windows应用程序进程和控制台命令行应用程序进程之间的通信。-multiprocess and multithread technologies are applied to implement interaction between windows application process and console command line application process.
zzTRACE_Fullfil
- 日志打印程序, 通过一个宏zzTRACESHOW实现打日志功能,支持多线程, 能打函数名,行数等。通过构造函数和重载()来实现类似于printf的格式,方便使用-Log print program, through a macro zzTRACESHOW hit log function, support for multi-threaded and can play the function name, the number of rows. Constructor and overloade
test1
- 编制一个源程序的输入过程,从键盘、文件或文本框输入若干行语句,依次存入输入缓冲区(字符型数据);然后编制一个预处理子程序,去掉输入串中的回车符、换行符和跳格符等编辑性文字;把多个空白符合并为一个;去掉注释-Preparation of a source input from keyboard, file or text box, enter a number of rows statement sequentially stored in the input buffer (character
2048
- 这个代码是实现了近期比较火爆的游戏2048的功能,其中只用了三百多行的代码就搞定了,其中包含有一些算法,所以在此贴出来,希望可以和大家一块学习进步-This code is to achieve a relatively recent popular 2048 game features, which only took over three hundred lines of code to get, which provides some algorithms, so in this post
2
- 在n*n的棋盘上(1<=n<=10)填入1、2、3、….、n*n,共有n*n个数,使得任意相邻数的和为素数。 输入:n 输出:若有多个解,则需输出第一行、第一列之和均为最小的排列方案;若无解,则输出‘no’。-On board n* n (1 <= n <= 10) filled with 1,2,3, ...., N* n, a total number of n* n, so that any adjacent, and the number of prime
TSP
- 描述 Traveling Salesman Problem 市场上有很多种商品,旅行商Shrek做短期买卖赚取差价。他从一个城市购买一件商品,到达下一个相邻的城市就卖掉。如果这一次买卖无利可图,那么他就不会这么走。凭着自己和同伴多年的经验,他已经对地图上n个城市之间的差价了如指掌。两城市间可能有多种商品可赚取差价,此时Shrek只好倒卖利润最大的一件商品。 现在请你帮Shrek规划一条路线,使他能赚最多的钱。 输入 第一行两个整数n、m。表示