-
VC编写的EAD程序,实现了基本电子元件的绘制及视图的缩放功能...
VC编写的EAD程序,实现了基本电子元件的绘制及视图的缩放功能-VC prepared by the EAD process, achieve the basic electronic components and the mapping View zoom function
- 2022-03-23 08:49:57下载
- 积分:1
-
vc++在操作系统的应用 vc++在操作系统的应用
vc++在操作系统的应用 vc++在操作系统的应用-vc in the operating system application in vc application of operating system
- 2022-09-24 21:10:03下载
- 积分:1
-
一个对win32消息处理的程序
一个对win32消息处理的程序-one pair of win32 information handling procedures
- 2023-01-12 12:50:04下载
- 积分:1
-
一个画表格的教学程序
一个画表格的教学程序-a painting forms of teaching procedures
- 2022-03-07 13:07:47下载
- 积分:1
-
主明细表输入示例
主明细表输入示例-main examples of the importation of schedule
- 2022-03-20 02:58:13下载
- 积分:1
-
一个使用剪贴板的复制粘贴程序实例,对于刚学的同学们有指导作用...
一个使用剪贴板的复制粘贴程序实例,对于刚学的同学们有指导作用-A used copy and paste the clipboard instance, for just the students have study guide
- 2022-12-07 07:50:03下载
- 积分:1
-
金额数字小写转大写
应用背景 企业财务、出纳、资产评估师、土地评估师、房产评估师等在日常工作中经常需要金额大写的情况,这个工具将小写的数据转换为大写的数据。方便工作人员填写报表等。关键技术 采用VB编程,代码可以用到任何地方。Private Function changnum(num As Integer) As String Select Case num Case 0 changnum = "零" Case 1 changnum = "壹" Case 2 changnum = "贰" Case 3 changnum = "叁" Case 4 changnum = "肆" Case 5 changnum = "伍" Case 6 changnum = "陆" Case 7 changnum = "柒" Case 8&nb
- 2023-03-22 09:15:04下载
- 积分:1
-
vc 中的进程_线程控制
vc 中的进程_线程控制-vc the process _ threaded control
- 2022-01-22 13:10:43下载
- 积分:1
-
Yet another one way to have only one copy of running application.
to use this...
Yet another one way to have only one copy of running application.
to use this add this unut as first to uses clause in dpr file and
program Nash
uses
UnInst in ..NashUnInst.pas ,
Forms,
...
begin
Application.Initialize
Application.Title := NASH-7.2
Application.CreateForm(TMainForm, MainForm)
Application.Run
end.
-Yet another one way to have only one copy of running application.
to use this add this unut as first to uses clause in dpr file and
program Nash
uses
UnInst in ..NashUnInst.pas ,
Forms,
...
begin
Application.Initialize
Application.Title := NASH-7.2
Application.CreateForm(TMainForm, MainForm)
Application.Run
end.
- 2022-08-15 10:28:57下载
- 积分:1
-
This procedure achieved a time of change, such as the operation. Can calculate t...
本程序实现了一次时间变换等操作。可以计算运行VC 6.0CONST程序下提供的运行时间类别
- 2022-08-19 03:33:18下载
- 积分:1