-
一个编写Plugin技术的源码
一个编写Plugin技术的源码-a prepared Plugin technology FOSS
- 2022-03-29 21:07:32下载
- 积分:1
-
windows pthread库实现源码
linux下多线程是采用pthread库实现,所以如果将程序放到windows时移植工作比较大,pthread库在windows平台实现了pthread接口,与linux兼容,为跨平台实现。
- 2023-06-26 22:15:04下载
- 积分:1
-
VC图形编程的一个简单工程
VC图形编程的一个简单工程-VC graphical programming of a simple project
- 2022-04-24 20:51:24下载
- 积分:1
-
mfc实例教程 ,0基础起步,从最基础的窗口代码开始
mfc实例教程 ,0基础起步,分析详细 ,代码十分清晰
- 2022-03-02 06:19:13下载
- 积分:1
-
数独游戏
这是数独游戏程序用C #我上传给你!..
- 2023-01-12 01:25:03下载
- 积分:1
-
JM80图象数据处理
JM80图象数据处理-JM80 image data processing
- 2022-11-28 10:05:04下载
- 积分:1
-
编写一个程序,对用户由命令行参数传入的一个名称进行判断。如果是一个文件名,则输出该文件相关属性 ( 文件名、路径、绝对路径、是否可读、是否可写和文件的长度等 )...
编写一个程序,对用户由命令行参数传入的一个名称进行判断。如果是一个文件名,则输出该文件相关属性 ( 文件名、路径、绝对路径、是否可读、是否可写和文件的长度等 ) 。如果是一个目录,则输出该目录下的文件及子目录名列表。如该名称不存在,则以此名称为名在当前目录下创建一个子目录。
-prepare a process that the user from the command line parameters into the name of a judge. If it is a document, then the output of the document attribute (file name, path, the absolute path, readable, can be written and the length of documents, etc.). If it is a directory, then the output directory and subdirectory of documents from the list. If the name does not exist, it is also the name of the name of the current directory to create a subdirectory.
- 2022-05-13 23:55:22下载
- 积分:1
-
ASP开发与例子
ASP开发与例子-ASP development and examples
- 2022-03-28 17:57:02下载
- 积分:1
-
微信公共平台
微信公众平台是腾讯公司在微信的基础上新增的功能模块,通过这一平台,个人和企业都可以打造一个微信的公众号,可以群发文字、图片、语音、视频、图文消息五个类别。例子中主要就几个问题举例了几个。
- 2022-02-01 05:16:24下载
- 积分:1
-
操作注册表的例子
罗的操作注册表的例子
.386
.model flat, stdcall
option casemap :none
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
; Include 文件定义
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
include windows.inc
include user32.inc
includelib user32.lib
include kernel32.inc
includelib kernel32.lib
include Advapi32.inc
includelib Advapi32.lib
;>>>>>>>>>>>>>>>>>
- 2022-06-30 19:09:30下载
- 积分:1