-
随机的字母产生器
编写代码以在特定超时后随机显示字母。时间可以根据你的需要改变,字幕也可以手动输入。
- 2023-08-09 10:45:03下载
- 积分:1
-
WINDOWS编程技巧
WINDOWS编程技巧-Windows programming skills
- 2022-03-09 21:59:34下载
- 积分:1
-
一个Win2000系统下的并口驱动程序源代码,在Vc6.0环境下编的....
一个Win2000系统下的并口驱动程序源代码,在Vc6.0环境下编的.-a Win2000 system under the parallel port driver source code, the environment Vc6.0 series.
- 2022-07-26 04:50:08下载
- 积分:1
-
NT80留言本 v1.0
NT80留言本 v1.0-NT80 voice of the v1.0
- 2022-10-13 01:05:03下载
- 积分:1
-
Berg.Soft.Next.5.10.2013
很好用的表格组件包,
Support Forum:
--
http://www.bergsoft.net/forum/
If you encounter problems registering on our support forum, please contact us on support@bergsoft.net
Articles & Tutorials:
--
http://dn.bergsoft.net/
- 2022-06-13 19:49:04下载
- 积分:1
-
SVGA编程 c语言图形编程
SVGA编程 c语言图形编程-SVGA graphical programming language
- 2023-02-04 01:20:03下载
- 积分:1
-
语音识别神经网络
使用神经网络在 matlab,mfcc 使用,实时语音识别、 matlab 2014a,神经网络的语音识别
- 2023-07-20 23:10:04下载
- 积分:1
-
C++TCP通讯
用c++实现的TCP通讯,功能完善,自己找了好久才找到的好资源
- 2022-05-29 13:56:01下载
- 积分:1
-
can代码
can代码
class CPoint{
private: //私有成员
float m_x, m_y;
protected: //保护成员
void SetPoint(float x, float y) {m_x = x; m_y = y;}
public: //公共成员
CPoint(float x, float y) {m_x = x; m_y = y;} //构造函数
void Move(float x, float y) {SetPoint(m_x + x, m_y + y);}
void Display() {cout
- 2022-04-01 02:38:18下载
- 积分:1
-
改变鼠标形状的例子的源代码
改变鼠标形状的例子的源代码-shape of the mouse to change the source code examples
- 2022-04-24 08:13:47下载
- 积分:1