-
正常开放
开源软件spark的API文件,进行spark的二次开发时所必需的工具。-Open-source software the API documents spark, the spark of the secondary development of essential tools.
- 2022-01-25 14:05:36下载
- 积分:1
-
简单的TCPServer
自己开发的TCPServer代码,实现和TCPClient的通信。由于本人初学,程序只是适合初学者入门,高手勿进。谢谢。
- 2023-01-18 15:25:03下载
- 积分:1
-
用vc编写的解决计算机算法中的分支限界问题,非常经典的代码,请多多指教!...
用vc编写的解决计算机算法中的分支限界问题,非常经典的代码,请多多指教!-vc prepared with the computer algorithm to solve the branch and bound, very classic code, a great weekend!
- 2022-04-11 10:18:59下载
- 积分:1
-
C language prepared by the serial communication program
C语言编写的串口通讯程序-C language prepared by the serial communication program
- 2022-06-16 04:18:04下载
- 积分:1
-
征途服务端源码,网络下载,可用于学习研究,不可用于商业用途...
征途服务端源码,网络下载,可用于学习研究,不可用于商业用途-ztdm
- 2022-06-14 14:30:09下载
- 积分:1
-
win2000 under the direct access to port 1, using install_giveio.bat, call loaddr...
win2000下直接访问端口
1、用install_giveio.bat,调用loaddrv.exe,安装giveio.sys 到系统中。
2、安装 port.pas后,在delphi的‘Custom‘面板中, 有一个port元件。
3、拖一个TPort到窗体上,命名为port。
4、那么就可以直接访问端口(2000下也可以),如:读 i:= port[$378] 写 port[$378]:=
5、status_giveio.sys 查看状态,remove_giveio.sys 反安装驱动。
6、tstio.exe 直接调用bios来发声,可以用来测试是否安装驱动成功。cygwin1.dll是loaddrv.exe 要调用的,因为它是用MinGw32下的gcc编译的。 -win2000 under the direct access to port 1, using install_giveio.bat, call loaddrv.exe, installed into the system giveio.sys. 2, installed after port.pas in delphi the
- 2022-07-16 02:09:50下载
- 积分:1
-
Customizable Tool Bar for VC
Customizable Tool Bar for VC
- 2022-03-12 00:55:29下载
- 积分: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
-
four hours, and 24 for the algorithm
四个数之和为24的算法-four hours, and 24 for the algorithm
- 2022-11-12 06:15:02下载
- 积分:1
-
Csharp IOCP
C#高性能的Socket服务器,实测服务器端支持6w个连接100客户 100,000(十万次)不间断的发送接收数据(发送和接收之间没有Sleep,就一个一循环,不断的发送与接收)耗时3004.6325 秒完成总共 10,000,000 一千万次访问平均每分完成 199,691.6 次发送与接收平均每秒完成 3,328.2 次发送与接收
- 2022-12-26 03:10:04下载
- 积分:1