-
取得hwd的操作.rar
取得hwd的操作.rar-made hwd operation. Rar
- 2022-04-29 07:20:22下载
- 积分:1
-
a thread based on asynchronous serial communication program running commApi fold...
一个基于线程的异步串行通信程序运行commApi文件夹中的CommApi.exe。程序调试涉及到计算机硬件-a thread based on asynchronous serial communication program running commApi folder of CommApi.exe. Commissioning procedures relating to computer hardware
- 2023-01-23 07:40:04下载
- 积分:1
-
公历(阳历)和农历(阴历)相互转换,公历转农历代码是从网上当的,我做了农历转公历的代码并写了示例程序。其实网上也有很多有关公历转农历的控件,但作为一个程序员就是...
公历(阳历)和农历(阴历)相互转换,公历转农历代码是从网上当的,我做了农历转公历的代码并写了示例程序。其实网上也有很多有关公历转农历的控件,但作为一个程序员就是不太习惯于使用别人的控件,因为那样将不便调试和差错。-Gregorian calendar (Gregorian calendar) and the Lunar New Year (lunar calendar) each conversion to the Lunar calendar is the code from the Internet when I switch to make the lunar calendar of the code and wrote a sample program. In fact, there are many Internet-related to the Lunar calendar control, but as a programmer it is not accustomed to using other people
- 2022-01-28 12:14:41下载
- 积分:1
-
Some testing uses of play voice in the pocket pc,
including play voice at the s...
PPC 上 播放声音的一些测试使用,包括并发播放声音,窗口切换出去后暂停声音等(适合做游戏),附带PPC窗口旋转的示例。 (均是C#调用API)-Some testing uses of play voice in the pocket pc,
including play voice at the same time and pause voice at switch the windows(using in the games). And there are also some examples of circumgyrating windows
of the pocket pc.
- 2022-05-07 20:04:52下载
- 积分:1
-
好东西呀 站长请你检阅呀
好东西呀 站长请你检阅呀-head of the good things you ah ah reviewed
- 2022-06-27 12:15:04下载
- 积分:1
-
c# 的聊天程序客户端。
c# 的聊天程序客户端。-procedures chat client.
- 2022-03-12 06:03:15下载
- 积分: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
-
The use of characters to deal with the volume of compressed HTML examples, inclu...
利用字符处理把HTML的体积压缩事例,包含VB中各种字符处理的用法和事例,初学VB者可以-The use of characters to deal with the volume of compressed HTML examples, including the various characters deal with VB usage and examples, VB beginner will be able to
- 2022-12-19 08:35:03下载
- 积分:1
-
handling bank automation server object linked to the examples (53KB)
处理银行服务器关联对象自动化的例子(53KB)
-handling bank automation server object linked to the examples (53KB)
- 2022-12-12 13:35:03下载
- 积分:1
-
are classic operating system replacement pages of LRU algorithm simulation progr...
是经典的操作系统中页面置换中的LRU算法模拟程序源代码-are classic operating system replacement pages of LRU algorithm simulation program source code
- 2023-03-07 18:20:03下载
- 积分:1