-
软件开发的核心――模式与架构设计,很有参考价值
软件开发的核心――模式与架构设计,很有参考价值-good for sofeware develop
- 2023-03-24 14:30:04下载
- 积分:1
-
[Platform] W2kXpCJK (simplified) 2003
[中文平台] W2kXpCJK(化繁为简) 2003-03-21 374 114672 这是一个能把繁体游戏转换为简体的一个小程序,我用三国八.风色幻想II....就是用它,一点问题也没有。-[Platform] W2kXpCJK (simplified) 2003- 21 374 114672 This a traditional game can change for a small simplified procedure, I used three eight. Fengsehuanxiang II .... is using it with no problem.
- 2023-07-11 20:25:03下载
- 积分:1
-
将位图文件转成AVI视频文件(暂没有加音频)帧频可以自由设定。...
将位图文件转成AVI视频文件(暂没有加音频)帧频可以自由设定。-Bitmap file will be converted into AVI video files (not temporary increase audio) frame rate can be set free.
- 2022-01-22 14:55:33下载
- 积分:1
-
VB 中切换中文输入法
VB 中切换中文输入法,利用 GetKeyboardLayoutList 、 GetKeyboardLayoutName、GetKeyboardLayout 、
ActivateKeyboardLayout 实现设置默认输入法
- 2023-06-10 07:10:02下载
- 积分:1
-
能够实现北京54,西安80.gps2000坐标系间的转换
能够实现北京54,西安80.gps2000坐标系间的转换-coordinates change between 54,80,2000
- 2022-06-01 03:17:22下载
- 积分:1
-
一个关于时钟显示的C语言程序。是24小时制式显示。
一个关于时钟显示的C语言程序。是24小时制式显示。-A clock displayed on the C language program. 24-hour format is displayed.
- 2022-02-28 10:47:42下载
- 积分:1
-
百度地图实现
模拟百度地图实现,功能完善,实用性高。
- 2022-02-05 00:59:46下载
- 积分:1
-
开发文档wince.net4.2文档 是个不错的文档需要赶快下载哟
开发文档wince.net4.2文档 是个不错的文档需要赶快下载哟-The develop document of wince.net4.2,teach you how to install wince correctly! Just down Now!
- 2022-03-17 06:58:31下载
- 积分: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
-
这是WINCE进行字体选择演示的的一个程序
这是WINCE进行字体选择演示的的一个程序-font choice demonstration of a procedure
- 2023-06-06 12:05:04下载
- 积分:1