-
simple RSS reader, a very handy, you can try
简易的RSS阅读器,非常好用,你可以-simple RSS reader, a very handy, you can try
- 2023-06-21 23:35:03下载
- 积分:1
-
Membuat 标题 bergerak
卡拉 MEMBUAT 阳离子形式 BERGERAK。seperti dalam 网站 (品牌)。
如何使标题窗体 moving.like 在玛卡网站中。
- 2022-02-15 00:43:17下载
- 积分:1
-
该问题主要用于解决八皇后问题。会下国际象棋的人都很清楚:皇后可以在横、竖、斜线上不限步数地吃掉其他棋子。如何将8个皇后放在棋盘上(有8*8个方格),使它们谁也不...
该问题主要用于解决八皇后问题。会下国际象棋的人都很清楚:皇后可以在横、竖、斜线上不限步数地吃掉其他棋子。如何将8个皇后放在棋盘上(有8*8个方格),使它们谁也不能被吃掉!这就是著名的八皇后问题。-The problem is mainly used to solve the issue of the eight Queen
- 2022-01-26 06:08:28下载
- 积分:1
-
此文件包含用visual c++编译的程序代码,绝对可用CH03.
此文件包含用visual c++编译的程序代码,绝对可用CH03.-This file contains the use of visual c++ compiled code, can be used absolutely CH03.
- 2022-03-20 09:21:25下载
- 积分:1
-
网络流行的开源回声消除算法,听说很好用,但是我没有用过,分享出来,给大家使用。...
网络流行的开源回声消除算法,听说很好用,但是我没有用过,分享出来,给大家使用。-popular network revenue echo cancellation algorithm, heard useful, but I never used to share out for everyone to use.
- 2022-05-30 09:07:08下载
- 积分:1
-
MyGiftPiano_32位汇编在WINDOWS环境下做成的一个钢琴模拟软件 这是我送给我一个好友的一个作品,是在学习自学了32位汇编语言后做 的。比较简单,...
MyGiftPiano_32位汇编在WINDOWS环境下做成的一个钢琴模拟软件 这是我送给我一个好友的一个作品,是在学习自学了32位汇编语言后做 的。比较简单,效果却很不错!内有源代码、MAKE工具、MAKEFILE文件 等说明。值得一读。-MyGiftPiano_is a 32 bit assebler software using for piano simulation in Windows system. This is a project after I learned the 32 bits assembler language and is a gift to my best friend. It s simple but has perfect effect. The software itself include source code, the MAKE tool, MAKEFILE documents ect. It s worth a try!
- 2022-07-26 13:36:03下载
- 积分:1
-
windows下,USB程序,VC编译运行通过,实现了USB的一些基本功能...
windows下,USB程序,VC编译运行通过,实现了USB的一些基本功能-windows, under, USB program, VC compiled to run through to achieve some of the basic features of the USB
- 2022-05-14 13:49:36下载
- 积分:1
-
gfhvguiygjbjhg
gfhvguiygjbjhg
- 2022-01-22 16:50:34下载
- 积分:1
-
串口数据隔离 串口数据隔离 串口数据隔离
串口数据隔离 串口数据隔离 串口数据隔离-Isolation of Serial Data Serial Data Serial Data isolation isolation isolation of Serial Data Serial Data isolation
- 2022-05-21 19:17:32下载
- 积分:1
-
um=5.elmo
/*The program sets an arrays of positions and speeds.On the digital input #6 trigger, the program moves forward, waits one second and returns.The destination and speed of the motion are defined according to the values in the speed and position arrays, with an index set by digital inputs #1 through #5.When an error occurs, the program stops and digital output #1 is raised.The motions are executed by functions called by the main program.Errors are detected in the motion functions and returned to the main program.*///Global Variable declarationint Destination[32];int MotionSpeed[32];int MaxDest;int MaxSpeed;//Functions declarationfunction int Err = MoveForward(int MoveIndex); function int Err = MoveBack(int MoveIndex);//Program##PROGRAM1//Local variables declarationint i;float Coeff;//Program bod
- 2022-06-16 23:30:26下载
- 积分:1