-
一个小的电脑销售管理系统,是我的毕业设计来的
一个小的电脑销售管理系统,是我的毕业设计来的-a small computer sales management system, I graduated to the design
- 2022-03-23 07:52:33下载
- 积分:1
-
lpc2xxx开发板easy
lpc2xxx开发板easy-usb开发说明文档-lpc2xxx Development Board easy-usb development documentation. .
- 2022-05-15 13:52:43下载
- 积分:1
-
这是一个时钟程序,用VB编写的,本人是VB初学者,有问题的地方请大家多多原谅。也请各位高手们多多指教。...
这是一个时钟程序,用VB编写的,本人是VB初学者,有问题的地方请大家多多原谅。也请各位高手们多多指教。-This is a clock program, prepared by the VB, I VB beginners, problem areas you will excuse me please. Hope you have a master exhibitions.
- 2022-02-15 20:05:27下载
- 积分:1
-
DLL in the preparation process. Static and dynamic library of distinction, and t...
动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。如何利用工具查看动态链接库输出的函数,Depends工具的使用,C++编译器名字改编技术对动态链接库输出函数的影响,extern "C"的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。-DLL in the preparation process. Static and dynamic library of distinction, and the procedure call link static and dynamic library distinction. How to use the tool View DLL exporting the function Depends the use of tools C compiler technology adapted to name DLL function of the output, extern "C" for the usage, use module definition files to resolve the C adaptation of the name. Typedef definitions used at the function pointer type, how to obtain 13-17 Dynamic Link function of the target.
- 2022-10-26 17:15:03下载
- 积分:1
-
文章给出一种用三片TMS320C50构成,基于PC机的多DSP系统,该系统既能适应并行信号处理,又能适应流水信号处理。介绍了数据采集电路,DSP器件间的数据通信...
文章给出一种用三片TMS320C50构成,基于PC机的多DSP系统,该系统既能适应并行信号处理,又能适应流水信号处理。介绍了数据采集电路,DSP器件间的数据通信设计,以及DSP器件与PC机的接口电路,最后给出两种具体应用实例。
-In this paper, A TMS320C50 3 consists of PC-based multi-DSP system, which can adapt to the parallel signal processing, signal processing and can adapt to water. Introduced a data acquisition circuit, DSP data communications between the device design, and DSP devices with PC-interface circuit, and finally give two examples of specific applications.
- 2022-06-14 10:40:56下载
- 积分:1
-
10025,一款使用软件
10025,一款使用软件-1005
- 2023-01-15 11:45:03下载
- 积分:1
-
通讯录的源程序,大家可以看看啊,提点建议吧。
通讯录的源程序,大家可以看看啊,提点建议吧。-directory of the source, we can see ah, how it proposed.
- 2022-01-27 22:50:02下载
- 积分:1
-
jQuery 实现了 图片远处放大效果,非常之炫的德德的恩德
jQuery 实现了 图片远处放大效果,非常之炫的德德的恩德-jQuery to achieve the image distance amplification effect, very flashy Dede" s Ende
- 2022-01-26 07:13:33下载
- 积分:1
-
C# 使用进程名禁止程序运行多次
C# 使用进程名禁止程序运行多次,
string moduleName = Process.GetCurrentProcess().MainModule.ModuleName; //获取当前活动进程的模块名称
string processName = System.IO.Path.GetFileNameWithoutExtension(moduleName);//返回指定路径字符串的文件名
Process[] processes = Process.GetProcessesByName(processName);//根据文件名创建进程资源数组
if (processes.Length > 1)//如果该数组长度大于1,说明多次运行
{
MessageBox.Show("本程序一次只能运行一个实例!", "提示", MessageBoxButtons.OK, MessageBoxIcon.Information);//弹出提示信息
this.Close();//关闭当前窗体
}
- 2022-02-04 01:16:54下载
- 积分:1
-
用风险投资+平台开发的俄罗斯游戏爱好者参考学习
使用VC++平台开发的俄罗斯游戏,可供游戏爱好者参考学习-Use VC++ Platform developed by Russian game for game lovers reference learning
- 2022-05-01 02:38:02下载
- 积分:1