-
自动替换文件名的小程序,在节面上输入文件名需要替换的部分,和替换后的描述,程序自动将所有需要替换的名称替换为后一种描述...
自动替换文件名的小程序,在节面上输入文件名需要替换的部分,和替换后的描述,程序自动将所有需要替换的名称替换为后一种描述-Automatically replace the file name of the applet, in the section of the surface of the input file name of the part needs to be replaced, and replaced the description, the program will automatically replace the names of all those in need is replaced by the latter description
- 2022-06-20 16:26:32下载
- 积分:1
-
单纯形法c编程,可用于运筹学线性规划问题的解决,优化问题...
单纯形法c编程,可用于运筹学线性规划问题的解决,优化问题-Simplex Method c programming, operations research can be used for linear programming problem-solving, optimization, etc.
- 2022-08-06 01:40:56下载
- 积分:1
-
can be used to steal both Windows fonts into the next stall graphics
可用于将两个Windows字体盗用到下一个stall图形中
- 2022-05-13 11:14:30下载
- 积分:1
-
躲在隐秘的数据与水印
隐藏内部图像水印的概念将其发送与隐私保护技术的分析数据,以确保与文件的安全密钥访问数据传输
- 2022-04-17 20:43:46下载
- 积分:1
-
java图形化界面的设计案例
十几个章节的代码,均用于具体的Java图形化界面的逐次学习,每个章节的代码都聚焦与图形界面的每个知识点,有助增进学生的图形化界面的学习与设计。
- 2022-02-10 16:23:29下载
- 积分:1
-
Source code of format disk.
磁盘格式化是计算机用户经常使用的操作之一,但由于操作系统的控制台和(Shell)提供了对格式化的完美支持,使编程人员很容易忽视用户对格式化的基本需求。在他们看来,磁盘格式化对用户来说并不是一个太大的问题,应用程序不必要对它提供支持。其实,这是一个错觉,当用户在运行应用程序遇到需要格式化磁盘时,再切换到控制台或者资源管理器去格式化磁盘是非常不便和烦琐的。 还有一部分编程人员认为磁盘格式化很容易实现,没有技术障碍,因此没有赋予足够重视。其实,在实际编程时笔者发现磁盘格式化是一个不大不小的问题。一方面,它要求编程尽量简单,不要涉及中断、端口读写、物理扇区存取、VXD、WDM驱动程序等复杂细节,只要能实现格式化即可,代码越简单越好,最好是只调用一个函数即可实现。-Source code of format disk.
- 2022-07-13 06:38:27下载
- 积分:1
-
上位机与下位机的串口通信与自定义消息,非常适合VC初学者们学习...
上位机与下位机的串口通信与自定义消息,非常适合VC初学者们学习-Between PC and next-bit machine serial communication with a custom message, very suitable for beginners to learn VC
- 2022-01-25 14:17:32下载
- 积分:1
-
For windows ce driver development Baodian detailed Getting Started guide
针对windowsce驱动程序开发的详细入门指南
- 2022-11-11 13:55:03下载
- 积分:1
-
VC++创建定时器
VC++创建定时器-VC create timer
- 2022-12-27 08:50:03下载
- 积分:1
-
函数 long StrToData(CString strData,int jz) 功能:字符串转为正整数值 [字符串可为2...
函数 long StrToData(CString strData,int jz) 功能:字符串转为正整数值 [字符串可为2-16]任意进制数值字符串 返回:长整型数值 参数:strData 为将要转换的字符串 参数:jz 为字符串的进制 如: CString s s="FFA6" long data=StrToData(s,16) 则:data的值为:65446 用法:将StrToData.h和StrToData.cpp复制加入到您的工程里,在需要调用的函数中 加入#include "StrToData.h"即可调用-function of long StrToData(CString strData,int jz) :changed character string to positive integer,changed character may be any decimal system,return:long Integer value,parameter:strData is the character string to be changed,jz is type of decimal system.
- 2022-01-21 02:18:21下载
- 积分:1