搜索资源列表
控制台象棋程序
- vc++ Builder写的中国象棋控制台程序;思路清晰,实现人机对战功能。-vc Builder written by Chinese chess console; Clear ideas and realizing human-computer screen function.
控制台程序
- 本源码是用VB6.0开发的控制台程序,程序精小但应用广泛.- The source code is the control bench procedure which develops with VB6.0, the procedure fine is small but applies widely
控制台窗口界面的编程
- 一般来说,我们编的控制台程序是DOS窗口的,且不支持鼠标应用,其实这些功能(界面和鼠标功能)是能实现的,这篇文章就详细的介绍了怎样进行控制台程序界面编程,希望能给你带来收获。-Generally speaking, we have a procedure DOS console window, which did not support the application of the mouse, these features (functional interface and the mouse
6个VC程序源代码
- 6个程序一个COM对话框程序的演示,图书馆管理系统,手机短信编程,win控制台程序,仓库管理系统,常用的以G_S开头的库函数-six COM dialog box procedure a demonstration of the procedure, library management system, SMS programming win Console, warehouse management systems, commonly used to G_S beginning of the
xxx计算银行利息的JAVA程序
- 此程序是JAVA语言编写的,关于银行计算利息的控制台程序。再加工一下可以作为J2EE的一个JAVABEAN组件。非常有使用价值。-this program is programming by java, console program about bank computing accrual,can be used to javabean module of j2ee
win控制台程序(可以发送,但接受还需要完善)776
- windows控制台程序,可以发送和接受消息,并作出回应。-windows console procedures, can send and receive information, and to respond.
俄罗斯方块(c++控制台VI)
- 界面工整,好看! 代码清晰,易懂! 功能模块:具有俄罗斯方块基本的功能,即消行、翻转、随机显示下一个图形、总得分等! 希望能与大家一起学习!
CUDA实现CNN膨胀的程序
- 利用CUDA wizard建立的控制台程序,在CUDA平台上并行实现了细胞神经网络(CNN)执行膨胀的操作。
C++程序设计语言实验一
- 实验一:C++编程入门 1. 设计一个程序,其中实现两个函数,分别要求: 1. 解一元二次方程 求解一元二次方程Ax²+Bx+C=0的根。用户输入A、B、C的值,输出方程根x1和x2。(使用引用) 2. 求三角形面积 输入三角形的三边长a、b、c(边长可以是小数),求三角形面积area,并输出。如果输入的三边构不成三角形,应给出“data error”的信息提示。注:根据“海伦”公式,area*area=p(p-a)(p-b)(p-c),其中p=(a+b+c)/2。 2. 设计一
console2.zip 使用CWinApp写控制台程序的例子
- 使用CWinApp写控制台程序的例子,The Example of writing console application using CWinA
rwLock.rar
- VC开发的控制台程序,主要用于演示进程和Windows下信号量的使用,同时演示了将线程启动函数封装到类中的方法。,Console VC6 project that show how to use Semaphore and Thread in windows platform, it also shows a skill that can write the createThread methord in a class.
基于C_S结构的SOCKET程序
- 基于C_S结构的SOCKET程序 控制台程序-SOCKET C_S structure based console application program
console2
- 使用CWinApp写控制台程序的例子-The Example of writing console application using CWinA
C控制台程序添加图标
- C控制台程序添加图标.txt 如何给说来很惭愧的问题,C语言也算学了很长一阵子,目前还是停留在控制台的水平,今天用着用着突然想给程序换个图标,却找不到在哪设置,又没窗体,在哪弄呢?百度N久,找到如下两种解决方案:
paking
- 一个模拟停车场的控制台程序,利用栈和队列来完成停车功能,并有计费功能-A simulated car park console procedures, the use of stack and queue to complete the parking functions, and billing functions
c#控制台扑克游戏
- 基于C#语言编写的控制台程序,拱猪扑克游戏,适合C#学习者分享学习
控制台程序源码
- 一个网游辅助控制台例子,控制台 辅助 vc 客户端服务端通信(An online console example, console auxiliary VC client server communications)
炫彩贪吃蛇
- 基本实现了贪吃蛇所有功能,添加了更多的模式,提升了其趣味性。美化了UI,让控制台程序不再单调(Basically realized all the functions of the snake, added more patterns, enhance its interest. Beautify the UI, so that the console program is no longer monotonous)
XX
- 1. 初步实现windows控制台程序下的工程运行; 2. 实现正常调试;(1. the project operation under the windows console program is preliminarily realized. 2. to realize normal debugging;)
编写Win32控制台程序 注入带窗口的DLL
- 编写Win32控制台程序 注入带窗口的DLL源码(Write the Win32 console program into the DLL with the window)