资源列表
收银系统
- 一个商场收银系统,累计上品的价格,最后要求输入顾客支付额,然后找回差价。-a shopping center cash register system, the price has multicolored, finally asked the customers to pay for the importation, and then back post.
TC 2.0 挖地雷
- TC 2.0 挖地雷 关于TC2.0版的挖地雷 1、整个游戏基于事件驱动的工作方式,这一点和windows应用程序是相通的。在程序的主 干中,不停的捕捉鼠标事件,再通过一个函数: Bool analysis(CPoint point, ClickInfor infor) 来分析鼠标事件作用在哪个对象上(游戏中的元素,比如按钮、菜单、地雷单元格都是 作为一个对象来看待),然后把鼠标事件分配到相应的对象上。不同的对象,对鼠标事件 有自己的事件处理函数,比如
showModalDialog
- 用实例介绍了模式对话框的使用,方便实用,请大家都来看看。-example of the use of dialog mode, convenient and practical, for everyone to see.
17175
- 这是一个可以把当前窗口换成你自己喜欢的图片的小代码~~!-This is a current window can be replaced by your own favorite photographs of small code ~ ~!
计算器样板(简单的计算器)
- 计算器样板(简单的计算器),使用JAVA语言实现,十分好的示例-calculator model (simple calculators), the use of Java language, a very good example
rollgui
- 图形用户界面(滚动组件)使用JAVA语言实现,十分好的示例-graphical user interface (rolling components) using Java language, a very good example
CreateThread函数创建窗口线程
- 此代码是为初步接触多线程的人员介绍的用CreateThread()函数创建窗口线程。-this code for multithreaded initial contacts on the staff with the CreateThread () function to create windows threads.
choicegui
- 图形用户界面(选择组件)十分好的示例,使用JAVA实现-graphical user interface (choice of components) is a good example, the use of JAVA
wordgui
- 图形用户界面起步(文本输入组件),使用JAVA语言实现-start graphical user interface (text input components), the use of JAVA
emptyframe
- 图形用户界面样板(简单的图形用户界面程序)使用JAVA语言实现-graphical user interface model (simple graphical user interface procedures) using JAVA
简单全局变量参数传递
- 此代码是在多线程下,线程间参数用全局变量传递的代码。-this code in multithread, with the threads global variable parameter transmission of the code.
CreateThread函数使用
- 这个代码是C/C++多线程初学者必看的第一个程序代码。-C / C multithreading beginners Watchable of a code.