登录
首页 » Windows开发 » 彩票选号工具源代码,用C写的#兴趣可以研究,…

彩票选号工具源代码,用C写的#兴趣可以研究,…

于 2022-02-05 发布 文件大小:1.01 MB
0 130
下载积分: 2 下载次数: 2

代码说明:

彩票选号工具源码,采用C#编写,有兴趣的可以研究下,数据库支持。-Lottery Pick tool for source code, using C# written in interest can be studied, the database support.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • The example is to program a bezier curve in delphi,it is good.
    在delphi中编写bezier曲线的例子,很好-The example is to program a bezier curve in delphi,it is good.
    2022-02-14 15:14:36下载
    积分:1
  • ATL_DLL互消息
    【目的】:创建两 DLL,使两 DLL 能互发消息 【工具】:VS2005 【步骤简介】: 1、创建 MFC APPLICATI
    2023-08-15 10:40:03下载
    积分:1
  • SRTP上位机程序
    MICROSOFT 基础类库: SRTPsf 项目概述 应用程序向导已为您创建了这个 SRTPsf 应用程序。此应用程序不仅演示 Microsoft 基础类的基本使用方法, 还可作为您编写应用程序的起点。 本文件概要介绍组成 SRTPsf 应用程序的每个文件的内容。 SRTPsf.vcxproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件。  它包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信 息。 SRTPsf.vcxproj.filters
    2022-06-28 16:06:45下载
    积分:1
  • 《Visual C++网络通信》中所有例子配套代码,请安下心学习和看明白,这本书所讲的还不错...
    《Visual C++网络通信》中所有例子配套代码,请安下心学习和看明白,这本书所讲的还不错-"Visual C communications network," all the examples supporting code, requests are determined to learn and understand this, this book also stresses the good
    2022-06-18 14:00:33下载
    积分:1
  • 使用vs2003,vc++7,代码中试用了basicexcel类读写excel文件,可以为需要者所借鉴。...
    使用vs2003开发,vc++7,代码中试用了basicexcel类读写excel文件,可以为需要者所借鉴。-Use vs2003 to develop, vc++7, tested code to read and write excel files basicexcel category, we can learn from those who need it by.
    2022-01-29 00:53:01下载
    积分:1
  • 解决srm416 TopCoder
    solve for Topcoder SRM416-250 the class MostCommonLetters is desired
    2023-06-10 16:50:03下载
    积分:1
  • 本代码实现了PowerPoint2000/XP内部插件
    本代码实现了PowerPoint2000/XP内部插件-source implementation of the internal plug-PowerPoint2000/XP
    2022-03-03 09:29:25下载
    积分:1
  • 使用vc6.0我自己制作的模拟银行结帐系统。 用txt代替了数据库。 用于初学者学习。...
    使用vc6.0我自己制作的模拟银行结帐系统。 用txt代替了数据库。 用于初学者学习。-vc6.0 my own use of the simulated bank checkout. Txt instead of using a database. For beginners to learn.
    2023-01-18 04:30:04下载
    积分:1
  • C语言实现贪吃蛇
    //: Snake.c /* * * * * * * * * * * * * * * * * * * * * * * // Project: RedSnake(贪吃蛇) // Author: Problue // Version: 1.0 // Date: 19:55 2012-10-29 * * * * * * * * * * * * * * * * * * * * * * */ #include #include #include #include "pcc32.h" // 定义地图的尺寸及坐标 #define MAP_WIDTH 32 // 地图宽度 #define MAP_HEIGHT 32 // 地图高度 #define OFFSET_X 1 // 地图左右的边距 #define OFFSET_Y 1 // 地图上下的边距 #define TOTAL_WIDTH (MAP_WIDTH + OFFSET_X * 2) // 窗口宽度 #define TOTAL_HEIGHT (MAP_HEIGHT + OFFSET_Y * 2) // 窗口高度 #define GotoMap(x, y) gotoTextPos((x) * 2, (y)) // 定义地图方格的状态,分别为: 空格、蛇头、蛇身、蛇尾、食物 #define BS_SPACE 0 #define BS_SHEAD 1 #define BS_SBODY 2 #define BS_STAIL 3 #define BS_FOOD 4 // 蛇默认长度 #define SNAKE_MIN_LEN 5 // 定义蛇运动方向: 上、下、左、右 #define DIR_UP 1 #define DIR_DOWN 2 #define DIR_LEFT 3
    2022-05-15 19:59:34下载
    积分:1
  • BCB programming skills
    BCB编程技巧――文件切割机-BCB programming skills-- paper cutting machine
    2023-03-31 20:50:03下载
    积分:1
  • 696518资源总数
  • 104591会员总数
  • 57今日下载