-
Linux下Gtk开发的贪吃蛇游戏:
1. 可用鼠标或键盘操作移动蛇
2. 蛇会自动移动
3. 可暂停和重新开始
4. 积分并计时,给出积分计时...
Linux下Gtk开发的贪吃蛇游戏:
1. 可用鼠标或键盘操作移动蛇
2. 蛇会自动移动
3. 可暂停和重新开始
4. 积分并计时,给出积分计时比-Snake game with GTK in Linux:
1. Move snake by mouse or keyboard
2. Snake will automatically move
3. Can pause and re-start
4. The points and timing and the ratio of points and timing are displayed
- 2022-02-21 03:05:07下载
- 积分:1
-
Java写的邮件服务器
Java写的邮件服务器,完整的编程资料,用Java语言写的一个WEBMail,邮件服务器程序,让用户可以通过浏览器访问POP/SMTP服务器,支持多种语言,MIME和虚拟域名。
- 2022-03-19 16:28:26下载
- 积分:1
-
写了一个小程序,只是为了和大家一起分享,
写了一个小程序,只是为了和大家一起分享,-Write a small program, but for and share with everyone,
- 2022-03-26 15:29:26下载
- 积分:1
-
图书管理信息系统的DELPHI源代码,并在该系统里面附加一些小工具供大家学习...
图书管理信息系统的DELPHI源代码,并在该系统里面附加一些小工具供大家学习-Book Management Information System DELPHI source code, and attached to the system inside the gadget for everyone to learn
- 2022-07-27 11:43:16下载
- 积分:1
-
Broadband Series
Broadband Series - ATM Basics 2-Broadband Series- ATM Basics 2
- 2022-02-26 02:39:25下载
- 积分:1
-
正弦交流电路计算机
计算机辅助正弦交流电路分析的理论及实现过程。分析方法采用节点分析法。采用了把一个二端元件定义一支路的概念,这种处理方法在网络分析中具有简单、易于掌握的特点。而在解线性方程时采用大家所熟悉的高斯―约当消去法。在建立方程的过程中采用的是形成Gn,Jn的直接填写法。为使读者理解编写通用程序的思路和方法,使用了大量的流程图。程序能处理含有导纳支路、电流源支路、电压源支路、四种受控源支路及含有互感支路的正弦稳态电路。-sinusoidal AC circuit computer-aided analysis of the theory and implementation process. Analysis using nodal analysis method. Used to bring a two-path components of a definition of the concept of this approach in network analysis is simple, easy-to-understand characteristics. The solution of linear equations used are all familiar with the Gauss-Jordan elimination method. The establishment of the equation used in the process of forming Gn, Jn fill in the direct method. In order to enable readers to understand the procedures for the preparation of general ideas and methods, the use of a large number of flow chart. Procedures can handle containing admittance slip current source slip voltage source slip four controlled source service road and the slip road with mutual inductance sinusoid
- 2022-03-09 09:26:32下载
- 积分:1
-
VC++转换COLORREF值为RGB分量
VC++转换COLORREF值为RGB分量,举个例子,在本例中,是将COLORREF值:0x000080FF转换成:R分量:0xFF、G分量:0x80、B分量:0x00,注意,并不是分离。请看定义:
//R分量
BYTE RED = GetRValue(cr);
//G分量
BYTE GREEN = GetGValue(cr);
//B分量
BYTE BLUE = GetBValue(cr);
CString strText = _T("");
strText.Format(_T("COLORREF值:0x%08X"), cr);
pDC->TextOut(100, 50, strText);
strText.Format(_T("R分量:0x%02X"), RED);
pDC->TextOut(100, 100, strText);
strText.Format(_T("G分量:0x%02X"), GREEN);
pDC->TextOut(100, 150, strText);
strText.Format(_T("B分量:0x%02X"), BLUE);
pDC->TextOut(100, 200, strText);
- 2022-06-13 02:13:45下载
- 积分:1
-
under normal circumstances require first running WIN2000 procedures under the mi...
在一般情况下需要先运行win2000下的扫雷程序,然后再运行本程序,否则会提示“扫雷程序没有启动”。-under normal circumstances require first running WIN2000 procedures under the mine and then run this program, otherwise it would suggest "mine procedures did not start."
- 2022-10-22 05:10:04下载
- 积分:1
-
电机控制,包括调速、换向等功能,还包括显示控制,时间设置等功能...
电机控制,包括调速、换向等功能,还包括显示控制,时间设置等功能-motor control
- 2022-08-16 12:08:55下载
- 积分:1
-
修改 Adobe Premiere 6.5 或者 Adobe Premiere Pro 1.5 中所带字体文件,(“C:Program FilesCommon...
修改 Adobe Premiere 6.5 或者 Adobe Premiere Pro 1.5 中所带字体文件,(“C:Program FilesCommon FilesAdobeTypeSptAdobeFnt07.lst”)
使之能正确显示中文。-changes Adobe Premiere 6.5 or Adobe Premiere Pro 1.5 conveyed font file ( "C : Program Files Common Files Adobe TypeSpt AdobeFnt07.lst ") to enable them to the correct Chinese.
- 2022-05-14 18:10:31下载
- 积分:1