-
Numerical.Recipes.3rd.Edition.2007
Numerical.Recipes.3rd.Edition.2007 源码-Numerical.Recipes.3rd.Edition.2007
- 2022-02-03 07:42:18下载
- 积分:1
-
利用剪切板在windows应用程序之间传递和交换数据!
利用剪切板在windows应用程序之间传递和交换数据!-use in windows applications between transmission and exchange of data!
- 2023-03-14 00:40:04下载
- 积分:1
-
这是一个声卡采集程序,并且实现了产生所需波形的功能。
这是一个声卡采集程序,并且实现了产生所需波形的功能。-this is a program about sound card with VC.welcome you using it
- 2023-06-26 21:30:03下载
- 积分:1
-
remote shutdown of the small programs, as long as the other side to know in adva...
实现远程关机的小程序,只要预先知道对方的IP地址和进入系统的帐号密码即可运行-remote shutdown of the small programs, as long as the other side to know in advance the IP address and access to the account password system can run
- 2022-03-15 11:25:50下载
- 积分:1
-
QT TCP通讯
应用背景
应用于WINDOWS操作系统下的网络C/S通讯,可以实现服务器和客户端的建立,相互之间的通讯。主要用于自动控制系统的上位机软件与设备之间的通讯。
关键技术主要是关于windows下的 TCP服务器件建立和TCP客户端的建立,以及之间的通讯过程。程序实际调试通过。与调试助手握手通讯正常。
- 2022-01-30 23:36:58下载
- 积分:1
-
ADO数据绑定向导 的vc程序。
ADO数据绑定向导 的vc程序。-ADO binding wizard of vc procedures.
- 2022-03-24 08:02:25下载
- 积分:1
-
HEX
HEX-VIEW是一个十六进制察看/编辑程序,虽然还不完善,但毕竟是一个可以运行的版本了,编写这个程序的目的是想深度探索处理过程。程序界面显示文件的每一个十六进制,ascii码,二进制和十进制字节。十六进制地显示在左侧,分十八列,对应的ascii码值显示在右侧。二进制和十进制值地显示可选。本程序用turbo c++3.1开发。用其它与dos兼容的编译器应该可以编译,但没有测试过。-HEX-VIEW is a hexadecimal probation/editor, while not perfect, but that is a running version, the preparation of this procedure is designed to explore the depth process. Program Interface documents show a 16 per band, ascii code, binary and decimal bytes. Hexadecimal displayed on the left side, 18 minutes, the corresponding code ascii value shown on the right. The binary and decimal value shows optional. The procedures used turbo c 3.1 development. In other dos compatible with the compiler can be compiled, but not tested.
- 2022-05-29 10:48:14下载
- 积分:1
-
chat mfc program win chat and we talk message
send friend bingo server
chat mfc program win chat and we talk message
send friend bingo server
- 2023-03-09 12:20:03下载
- 积分:1
-
动态画图例子,修该后的,谢谢提点意见
动态画图例子,修该后的,谢谢提点意见-Dynamic Paint example, after the repair, I would like to thank提点意见
- 2022-10-21 08:00:08下载
- 积分:1
-
CCS基础代码
MEMORY
{
PAGE 0:
VECS: org=0x0080, len=0x80
PROM: org=0x1000, len=0x1000 /* 4k words */
PAGE 1:
STACK: org=0x100, len=0x400 /* 1k words */
DARAM: org=0x2000, len=0x1000 /* 4k words */
}
SECTIONS
{ .text :> PROM PAGE 0
vectors :> VECS PAGE 0
.bss :> DARAM PAGE 1
.data :> DARAM PAGE 1
}
- 2022-07-18 04:00:20下载
- 积分:1