-
介绍.net3.5环境下使用LINQ访问数据集的方法
介绍.net3.5环境下使用LINQ访问数据集的方法-Introduced. Net3.5 environment to use LINQ to access the data collection methods
- 2022-09-04 07:25:02下载
- 积分:1
-
这是一个扑克游戏,玩家可取出手上的一张或者多张牌,来捡“桌面”上任意一张或者“对家捡牌区”最上面的那张牌。捡到的纸牌将放在“玩家捡牌区”。当然能够捡到牌要满足一...
这是一个扑克游戏,玩家可取出手上的一张或者多张牌,来捡“桌面”上任意一张或者“对家捡牌区”最上面的那张牌。捡到的纸牌将放在“玩家捡牌区”。当然能够捡到牌要满足一个条件,即玩家所取的牌的点数与要捡的那张牌的点数之和必须是14。计算机最后根据玩家和对家捡牌的分数总和以判定游戏输赢。-This is a poker game, players can take out the hands of one or more cards to pick " Desktop" on any one or " pick up a license for home-zone" goes on the top card. The cards will be picked up on the " Players pick up cards Zone." Of course, be able to pick up a license to satisfy a condition that the player card by taking the points you want to pick up the license points of affiliation and must be is 14. Finally, according to the player and the computer at home picking up a license in order to determine the sum of the scores the game winning or losing.
- 2022-03-18 15:59:30下载
- 积分:1
-
使用声卡传输文件
transfer file using sound card
- 2023-09-06 14:30:03下载
- 积分:1
-
Interfacing of Lcd with Microcontroller 8051
这是一个源代码接口液晶显示器与单片机8051。
- 2022-05-12 20:37:35下载
- 积分:1
-
vc environment qt prepared using an interface table, which can excel as mass dat...
vc环境下使用qt编写的一个界面表格,里面如同excel一样可以存放海量数据.老外编的源代码-vc environment qt prepared using an interface table, which can excel as mass data storage. foreigner made the source code
- 2022-02-26 03:19:00下载
- 积分:1
-
鼠标悬停提示代码。可以订制提示条内容,颜色,背景色,字体色等。...
鼠标悬停提示代码。可以订制提示条内容,颜色,背景色,字体色等。-Hover the mouse prompt code. Article content can be customized tips, color, background color, font color and so on.
- 2023-07-16 03:15:03下载
- 积分:1
-
初学编程写的一个简易整数计算器,希望大家喜欢
初学编程写的一个简易整数计算器,希望大家喜欢-Novice programmer wrote a simple integer calculator, I hope everyone likes
- 2022-04-09 09:43:03下载
- 积分:1
-
一套简单的学生选课系统,希望大家喜欢这个小程序
一套简单的学生选课系统,希望大家喜欢这个小程序-A simple set of students in elective system, I hope you enjoy this small program
- 2022-01-28 07:05:53下载
- 积分:1
-
win开发用简易日志软件
简易日志显示软件。
支持显示日志、保存日志到文件、udp方式接收日志,支持显示日志网络来源。
本地调用:任何win软件使用如下函数,即可向该软件发送日志数据,日志软件会显示并保存到指定文件中。
int WriteLog(DWORD LogType, char* lpszFormat, ...)
{
static HWND m_hWndLog = NULL;
if (m_hWndLog == NULL)
{
m_hWndLog = ::FindWindowA(NULL, "Stk1Log");
if (m_hWndLog == NULL)
{
char cCurPath[MAX_PATH];
if (GetCurrentDirectoryA(MAX_PATH, cCurPath) > 0)
{
char cExePath[MAX_PATH];
wsprintfA(cExePath, "%sstk1Log.exe", cCurPath);
WinExec(cExePath, SW_SHOW);
m_hWndLog = ::FindWindowA(NULL, "Stk1Log");
if (m_hWndLog == NULL)
{
// AfxMessageBox("无法找到Stk1Log.exe用于显示日志!");
return -1;
}
}
}
}
else
{
if (IsWindow(m_hWndLog) == FALSE)
{
m_hWndLog = NULL;
m_hWndLog = ::FindWindowA(NULL, "Stk1Log");
if (m_hWnd
- 2022-07-25 17:36:54下载
- 积分:1
-
一个验证程序,生成证书.可以用来生成证书和验证证书
一个验证程序,生成证书.可以用来生成证书和验证证书-A application for generating and validating certificate.
- 2022-09-16 02:15:03下载
- 积分:1