-
这个程序带有一个很好玩的功能,有一行可滚动的字,供大家参考...
这个程序带有一个很好玩的功能,有一行可滚动的字,供大家参考-this procedure with a very fun and functional, rolling his words may, for your reference
- 2023-03-15 16:15:03下载
- 积分:1
-
这是一个小型的学生成绩管理系统,通过这个程序的学习更好的理解VB...
这是一个小型的学生成绩管理系统,通过这个程序的学习更好的理解VB-This is a small student achievement management system, through the process of learning a better understanding of VB
- 2022-01-26 05:42:21下载
- 积分:1
-
家庭理财系统
javase的家庭理财系统的完整源码,可运行,具有一般功能,很实用,适合初学者,可以下载来学习借鉴。
- 2022-03-10 20:56:59下载
- 积分:1
-
windows音量控制
控制windows音量的动态库+测试源码,可以控制windowsXP,windows7,windows8等操作系统。控制windows音量的动态库+测试源码,可以控制windowsXP,windows7,windows8等操作系统。控制windows音量的动态库+测试源码,可以控制windowsXP,windows7,windows8等操作系统。
- 2022-01-24 10:05:40下载
- 积分:1
-
VB language to achieve wave of small procedures, landscaping Form interface.
VB语言实现的波浪形小程序,美化窗体界面。
- 2022-01-28 08:51:46下载
- 积分:1
-
multi
多国语言支持的DLL,纯资源DLL,以及DLL中资源的调用例子代码.-multi-language support DLL, pure resource DLL, and DLL resources called code examples.
- 2022-05-06 13:11:34下载
- 积分: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
-
包括C++语法总结,字符类型,const的用法,VC++小知识,…
包括C++语法总结,字符类型,const用法,VC++小知识,经典算法,tips等-Including C++ Syntax summary, character type, const usage, VC++ Small knowledge, the classical algorithm, tips, etc.
- 2023-03-05 12:40:04下载
- 积分:1
-
C#获取硬盘、CPU型号并使用DES加密
C#获取硬盘、CPU型号并使用DES加密,学习C#windows编程和DLL调用研究。初学者非常适用。初步涉猎DES加密编程者可以研究学习一下。不适合高手使用。
- 2022-03-12 03:59:03下载
- 积分:1
-
清理vc编译后的中间文件,vc60下编译。是你保持不必要的资源浪费!...
清理vc编译后的中间文件,vc60下编译。是你保持不必要的资源浪费!-Clean-up between vc compiled documents, vc60 compiler under. Is that you keep unnecessary waste of resources!
- 2022-09-15 20:25:03下载
- 积分:1