-
在VB里建立EXCEL,很不错的,是值得大家学习的好代码.
在VB里建立EXCEL,很不错的,是值得大家学习的好代码.-In VB to set up EXCEL, very good, everyone is worth a good code to learn.
- 2022-01-25 23:15:06下载
- 积分:1
-
首先,分别对8255、8253进行初始化,设置8255为A口、C口输出,设置8253的计数器0为工作模式3;其次,设置IRQ7的中断矢量,使得有IRQ7中断时调...
首先,分别对8255、8253进行初始化,设置8255为A口、C口输出,设置8253的计数器0为工作模式3;其次,设置IRQ7的中断矢量,使得有IRQ7中断时调用SERVER;再次,调用INIT对计数值初始化;最后,主程序循环等待中断,开始秒表的计时。 2、 INIT子程序-First, the 8255,8253 initialization, set for the 8255 A-C mouth output, set 8253 as the Counter mode 0 3; Second, set up the interruption vector there, make it there interruption call SERVER; Again, call curl_setopt early to count before; Finally, the cycle of waiting for the main program interruption began stopwatch time. 2, curl_setopt Subroutine
- 2022-04-21 07:11:07下载
- 积分:1
-
上课时做的一个c++的语言编辑器,适合初学者,但是是用VC2005编写的。能够实现文字的高亮显示,注释识别,识别关键字,自动格式等功能。在多行注释上,以及字符识...
上课时做的一个c++的语言编辑器,适合初学者,但是是用VC2005编写的。能够实现文字的高亮显示,注释识别,识别关键字,自动格式等功能。在多行注释上,以及字符识别上仍有点问题,大家参考一下吧。-Class to do a c++ the language editor, suitable for beginners, but is prepared to use VC2005. To achieve the highlighted text, comments, identification, identification of keywords, automatic formatting and other functions. Notes on more than one line, as well as the character recognition is still a problem, we refer to it.
- 2022-02-20 19:25:31下载
- 积分:1
-
vb 登陆源代码
非常详细的vb登陆界面的源代码,适合初学者用,希望大家可以喜欢,另外大家如果也有vb相关的源代码也可贴出来大家一起共享,大家如果需要其他方面的,如果方便我也可以继续贴出来给大家,。。呵呵
- 2022-03-15 08:35:06下载
- 积分:1
-
遗传算法的优化算法,计算出最佳值的公式,方便了美国。
GA优化算法,计算最佳值的公式,易用性由BCB开发
- 2022-01-25 19:20:01下载
- 积分:1
-
Comrt_IDL.tar.gz
Comrt_IDL.tar.gz
- 2022-01-26 03:59:49下载
- 积分:1
-
最后的数学表达式计算器
Mathematic Expression Evaluator Final
- 2022-05-09 05:03:27下载
- 积分:1
-
ISO8583c#实现方式
应用背景
金融行业通信标准。ISO8583 128位域解析传输。
SOCKET传输。
C#实现方式
WEB示例代码
关键技术
//智能组包
Iso8583Package sendPackage = new Iso8583Package("fullSchema.xml");
sendPackage.SmartBitmap = true;
sendPackage.MessageType = "0210";
sendPackage.SetString(2, "8888888888888888888");
sendPackage.SetString(3, "171111");
sendPackage.SetMoney(4, 12.34M);
sendPackage.SetDateTime(7, DateTime.Now);
sendPackage.SetNumber(11, 111);
sendPackage.SetDateTime(12, DateTime.Now);
sendPackage.SetDateTime(13, DateTime.Now);
sendPackage.SetString(25, "20");
sendPackage.SetNumber(28, 123);
sendPackage.S
- 2023-06-13 06:35:04下载
- 积分:1
-
获取网络流量、网卡接口消息、物理磁盘读写带宽信息
获取网络流量、网卡接口消息、物理磁盘读写带宽信息-Access to network traffic, interface card information, physical disk bandwidth to read and write information
- 2022-03-12 19:31:04下载
- 积分:1
-
一个可以实用的聊天程序,在vc下开发的,这是服务器,客户端详见下一个。...
一个可以实用的聊天程序,在vc下开发的,这是服务器,客户端详见下一个。-a practical chat program, vc under development, which is server, a client and down below.
- 2023-06-29 20:15:03下载
- 积分:1