-
利用Visual Basic编写的小程序,一款模拟贪吃蛇的小游戏。
利用Visual Basic编写的小程序,一款模拟贪吃蛇的小游戏。-The use of Visual Basic procedures for the preparation of a small, a simulation game of Snake.
- 2022-07-25 05:24:47下载
- 积分:1
-
运行环境:win―tc。
能实现一下功能:
1)从键盘读入数据,分析出一个单词。
2)返回单词种别(用整数表示),
3)返回单词属性(不同的属性...
运行环境:win―tc。
能实现一下功能:
1)从键盘读入数据,分析出一个单词。
2)返回单词种别(用整数表示),
3)返回单词属性(不同的属性可以放在不同的全局变量中)。
输入数据例: 0 92+data> 0x3f 00 while
正确结果:这些单词的单词种别及其属性
INT10 0
INT10 92
+ _
IDN data
> _
INT16 63
INT8 0
WHILE _
-Operating environment: win-tc. To achieve some functions: 1) read from the keyboard data, analysis of a word. 2) to return to the word of other species (expressed by an integer), 3) the return of the word attribute (the attribute can be different in different global variables). Cases of input data: 0 92+ data> 0x3f 00 while the correct result: the word of these kinds of words and their properties do not INT10 0 INT10 92+ _ IDN data> _ INT16 63 INT8 0 WHILE _
- 2022-12-13 08:50:03下载
- 积分:1
-
缓冲区数据输入与输出C语言源程序库
缓冲区数据输入与输出C语言源程序库 -buffer data input and output for C language source
- 2022-05-17 11:17:16下载
- 积分:1
-
发射部分采用锁相环式频率合成器技术, MC145152和MC12022芯片组成锁相环,将载波频率精确锁定在35MHz,输出载波的稳定度达到4×10...
发射部分采用锁相环式频率合成器技术, MC145152和MC12022芯片组成锁相环,将载波频率精确锁定在35MHz,输出载波的稳定度达到4×10-5,准确度达到3×10-5,由变容二极管V149和集成压控振荡器芯片MC1648实现对载波的调频调制;末级功放选用三极管2SC1970,使其工作在丙类放大状态,提高了放大器的效率,输出功率达到设计要求。-Part of the launch phase-locked loop frequency synthesizer using technology, MC145152 and MC12022 PLL chips to lock in the exact carrier frequency 35MHz, the output carrier to achieve the stability of 4 × 10-5, reaching the accuracy of 3 × 10-5 by the varactor diode V149 and integration to achieve MC1648 chip VCO FM modulation on the carrier selection transistor amplifier at the end of class 2SC1970, to work in the C state to enlarge and improve the efficiency of the amplifier output power to meet the design requirements.
- 2022-08-18 16:37:11下载
- 积分:1
-
C++模拟Windows游戏扫雷系统
c++的模拟windows系统的扫雷游戏-c++ simulation windows game mine clearance system
- 2023-09-08 01:45:03下载
- 积分:1
-
编译试验,非常有好处,有很大参考价值,是词法分析
编译试验,非常有好处,有很大参考价值,是词法分析-compiler test, a very good, very important reference value of lexical analysis
- 2022-03-23 15:40:52下载
- 积分:1
-
Visual C# 隐藏显示鼠标的源码实例
Visual C#显示隐藏鼠标的一个例子,隐藏鼠标后,使用Tab键移动光标,从代码中可发现,隐藏鼠标只需将ShowCursor(false);即可,显示时就这样:ShowCursor(true);面向C#初学者。下面是核心的代码:
//重写API函数
[System.Runtime.InteropServices.DllImport("user32.dll", EntryPoint = "ShowCursor")]
public extern static bool ShowCursor(bool bShow);
private void btnHide_Click(object sender, EventArgs e)
{
ShowCursor(false);//鼠标隐藏
}
private void btnShow_Click(object sender, EventArgs e)
{
ShowCursor(true);//鼠标显示
}
- 2022-08-08 14:49:38下载
- 积分:1
-
rrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
电阻的相关描述-rrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
- 2022-09-27 02:40:03下载
- 积分:1
-
双色球矩阵计算程序,Delphi制作,原创作品。
双色球矩阵计算程序,Delphi制作,原创作品。-Shuangseqiu matrix calculation program, Delphi produced original works.
- 2022-01-26 02:26:31下载
- 积分:1
-
这UNIX C代码监视Web服务器每隔几分钟,试图找回我..
This Unix C code monitors a web server every few minutes by trying to retrieve its home page. It sends you email when it can t connect, and every so often while the server is still down. It sends a final message when it comes back up. If you have email paging, just direct the email to your pager address.-This Unix C code monitors a web server every few minutes by
trying to retrieve its home page. It sends you email when it can t
connect, and every so often while the server is still down. It sends a
final message when it comes back up. If you have email paging, just
direct the email to your pager address.
- 2022-08-18 21:02:42下载
- 积分:1