Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • msxml2New.zip I added a reference to MSXML4 - I right clicked on my project name -> clicked Add Reference -> Went to Com tab ->Chose Microsoft XML v2.0 c: \windows\system32\msxml2.dll
  • add.rar 办公自动化系统,功能实用,完整代码,值得下载下来学习
  • Modbus_over_serial_line_V1_02.zip ... Line systems may use different physical interfaces (RS485, RS232). TIA/EIA-485 (RS485) Two-Wire interface is the most common. As an add-on option, RS485 Four-Wire interface may also be implemented. A TIA/EIA-232- E (RS232) serial interface may also be ...
  • add.rar 用js编写的加减法计算器,比较简单,给大家参考
  • Agenda.rar 采用面向对象方法和JAVA语言开发一个基于命令行交互方式的议程管理系统,已注册到系统的用户(user)可添加(add)删除(delete)查询系统中的会议(meeting)安排。系统还提供注册和清楚自己议程的功能。
  • add.rar 自己用verilog写的加法器,时序仿真已经通过
  • add.rar 一个加法器,用VHDL写的程序,七位加法器,在V5的芯片上试过了
  • EmbeddedWB_D5-D2010_Version_14.69.1.zip EmbeddedWB Component Pack. It allows you to create a customized Web browsing application, add Internet, file and network browsing, document viewing, and data downloading capabilities to your applications.
  • gSoap_Calc.rar 压缩文件里有两个VS2005做的项目,一个是基于gSoap实现的计算器服务端,一个是基于gSoap实现的计算器客户端。直接编译就可运行。 server运行:CalcServer 端口号 client运行:CalcClient add 3 4 (表示3+4)
  • ExternalBreakpointCommunity.rar 对游戏中CALL的理解 先说下call是什么。 call就是程序调用。熟悉VB的朋友,应该熟悉调用函数call add(a, b)的方法。 在任何程序的编写中都有很多call。如何找到正确的call是比较难的事情。 列一个调用过程: