-
C prepared with a phone call this procedure for the C language learners with
用c编写的一个电话本程序,供C语言学习者用-C prepared with a phone call this procedure for the C language learners with
- 2023-05-19 21:00:04下载
- 积分:1
-
图形程序,使用光线
图形学程序,用光线跟踪算法实现绘图的,中间用双缓冲解决了闪烁问题,但是速度比较慢。-Graphics program, using ray-tracing algorithm mapping, between using double buffering to resolve the flicker problem, but more slowly.
- 2022-01-26 05:02:07下载
- 积分:1
-
prepared by the small alarm clock procedures
一个用C++编写的小闹钟程序-prepared by the small alarm clock procedures
- 2022-08-24 09:09:39下载
- 积分:1
-
customers District mouse coordinates suggest that the development is basically w...
客户区鼠标坐标提示,基本上是winsdk开发的!-customers District mouse coordinates suggest that the development is basically winsdk!
- 2022-06-15 00:31:28下载
- 积分:1
-
采用 Windows 表单的简单计算器
翻译 maninwest@Codeforge作者:Yvan Rodrigues@CodeProject 使用代码 using System;
using System.Windows.Forms;
namespace RedCell.App.Calculator.Example
{
public partial class Form1 : Form
{
private double accumulator = 0;
private char lastOperation;
public Form1()
{
InitializeComponent();
}
private void Operator_Pressed(object sender, EventArgs e)
{
// An operator was pressed; perform the last operation and store the new operator.
char operation = (sender as Button).Text[0];
- 2022-06-29 09:36:47下载
- 积分:1
-
驱动带霍尔元件的直流无刷电机代码
驱动带霍尔元件的直流无刷电机代码 可实现
- 2022-03-12 06:17:14下载
- 积分:1
-
基于三星ARM2410,移植了WinCE操作系统的一个简易媒体播放器程序,开发环境EVC...
基于三星ARM2410,移植了WinCE操作系统的一个简易媒体播放器程序,开发环境EVC-Based on Samsung ARM2410, transplantation of the WinCE operating system, a simple media player process, development environment EVC
- 2022-04-30 01:22:28下载
- 积分:1
-
汉诺塔,一个游戏,玩完便是世界末日,是由一个和尚发明的...
汉诺塔,一个游戏,玩完便是世界末日,是由一个和尚发明的-Tower of Hanoi, a game
- 2022-05-28 10:28:03下载
- 积分:1
-
搜索的数字。多重处理的实现。MPI(RUS)+俄罗斯评论
Search of number of Pi. Multiprocessing realisation. MPI (RUS) +Russian comments-Search of number of Pi. Multiprocessing realisation. MPI (RUS)+Russian comments
- 2022-01-26 01:50:31下载
- 积分:1
-
介绍了为基于Windows CE的设备开发设备驱动程序的过程,解释了如何创建简单和流接口驱动程序,以及如何实现通用串行总线(USB)和网络驱动程序接口规范(ND...
介绍了为基于Windows CE的设备开发设备驱动程序的过程,解释了如何创建简单和流接口驱动程序,以及如何实现通用串行总线(USB)和网络驱动程序接口规范(NDIS)驱动程序-introduced for Windows CE-based devices device driver process, and explained how to create a simple interface and flow-driven procedures, and how to achieve universal serial bus (USB) and Network Driver Interface Specification (NDIS) driver
- 2022-11-04 14:35:03下载
- 积分:1