-
vc中表格类,可用于报表,附样例
vc中表格类,可用于报表,附样例-vc category table can be used statements by Example
- 2022-01-21 06:21:15下载
- 积分:1
-
the procedures for the shortest path to the C source, the algorithm is simple, h...
本程序为最短路径的C源程序,算法简单,执行效率高-the procedures for the shortest path to the C source, the algorithm is simple, high efficiency
- 2022-03-13 20:40:22下载
- 积分:1
-
CAD的LISP语言,有源码,目的是在CAD中新建一个图层,并把它设为当前,在图中写出当前日期与名字...
CAD的LISP语言,有源码,目的是在CAD中新建一个图层,并把它设为当前,在图中写出当前日期与名字-CAD of the LISP language, have the source and purpose is to create a new layer in the CAD, and it set the current in the chart to write the current date and the name of
- 2022-02-03 21:48:14下载
- 积分:1
-
log client, a common log module. It provides a wide range of applications record...
日志客户端,通用的日志模块。可以提供多个应用程序同时记录一个日志,分模块、分进程、分线程,区别日志。-log client, a common log module. It provides a wide range of applications recorded a log, modular, sub-processes, sub- threads, and between log.
- 2022-07-05 02:34:26下载
- 积分:1
-
动态程序框架例子,一个主程序,将动态库中的界面调到主程序中,有多少个动态库由主程序自动识别。相当于插件功能:)...
动态程序框架例子,一个主程序,将动态库中的界面调到主程序中,有多少个动态库由主程序自动识别。相当于插件功能:)-dynamic procedural framework example, a main program, the dynamic repository transferred to the main program interface, the number of DLL by the main program automatic identification. The equivalent plug-in function :)
- 2022-02-03 06:45:50下载
- 积分:1
-
用于在仪表类中作为存储器的程序。
Program that works as a memory in instrumentation class for PIC.
- 2022-04-09 15:32:44下载
- 积分:1
-
曾经有位网友和我讨论怎样编写一个通过服务器对客户机上的程序进行自我升级的问题,由于我的项目也涉及到自我升级,当时我把我的解决方案提了出来,那就是做一个类似于瑞星...
曾经有位网友和我讨论怎样编写一个通过服务器对客户机上的程序进行自我升级的问题,由于我的项目也涉及到自我升级,当时我把我的解决方案提了出来,那就是做一个类似于瑞星的升级程序。在这里我也发现了很多的网友对这个问题很困惑,故我愿意把我的设计方案写出来与大家共享,大家也可以通过这个思路用其他语言进行改写-had one netizen and I discussed how to prepare a server through the client on the procedures for self-promotion , I am also involved in the project to self-promotion, I use my solution mentioned, it is so similar to the one Ruixing promotion procedures. Here I also found a lot of online friends to the problem is very confused, Therefore, I am willing to put my design write and share. Members can also thinking through the use of other languages rewritten
- 2023-04-21 21:40:02下载
- 积分:1
-
ucosii小实验任务2优先级天花板,可以帮助学习嵌入式操作系统...
ucosii小实验任务2优先级天花板,可以帮助学习嵌入式操作系统-ucosii two small experimental task priority ceiling can help embedded operating system
- 2022-01-25 17:32:42下载
- 积分:1
-
这个程序是用java写的一个模拟进程各种状态之间的转换。通过不同的操作,直观的看到进程之间的状态转换是由什么操作引起的。...
这个程序是用java写的一个模拟进程各种状态之间的转换。通过不同的操作,直观的看到进程之间的状态转换是由什么操作引起的。-the procedure is written in java with a variety of modeling process for conversion between the state. Through the operation, intuitive process to see the state of transformation is what caused the operation.
- 2022-01-27 16:12:59下载
- 积分:1
-
wince EVC 简单的图片浏览功能,自已随意扩展
支持 *.bmp *.jpg *.gif *.png 等等
// TODO: Add yo...
wince EVC 简单的图片浏览功能,自已随意扩展
支持 *.bmp *.jpg *.gif *.png 等等
// TODO: Add your control notification handler code here
CString defFilter("选中其中一个文件|*.bmp *.jpg *.gif *.png")
CFileDialog dlg(TRUE,NULL,NULL,OFN_ALLOWMULTISELECT,defFilter)
if(dlg.DoModal()==IDOK){
PathName=dlg.GetPathName()
}-wince EVC simple picture browsing, support the expansion of their own free*. bmp*. jpg*. gif*. png, etc.// TODO: Add your control notification handler code hereCString defFilter (
- 2023-04-14 17:00:03下载
- 积分:1