-
测试一个文件上载功能 测试一个文件上载功能
测试一个文件上载功能 测试一个文件上载功能-测试一个文件上载功能测试一个文件上载功能测试一个文件上载功能
- 2023-05-24 11:45:03下载
- 积分:1
-
wince下的注册表编辑器(ARM4I)
好东西! 在winCE下的修改注册表的软件....
wince下的注册表编辑器(ARM4I)
好东西! 在winCE下的修改注册表的软件.-wince under the Registry Editor (ARM4I) good stuff! In winCE under the amended registration Table software.
- 2023-02-19 21:05:03下载
- 积分:1
-
游戏编程参考手册的CHM版,是学习游戏编程的好书。
游戏编程参考手册的CHM版,是学习游戏编程的好书。-Game programming reference manual version of the CHM is to study game programming books.
- 2022-08-09 19:22:41下载
- 积分:1
-
有声有色刚学会做网页,看到别的人网页又炫又酷,而自己的网页做得却十分枯燥,还花了不少心思,不知道该从何处下手?到最后,还是忍痛从自己的电脑里删除了!为什么别人的...
有声有色刚学会做网页,看到别的人网页又炫又酷,而自己的网页做得却十分枯燥,还花了不少心思,不知道该从何处下手?到最后,还是忍痛从自己的电脑里删除了!为什么别人的站点制作的那么漂亮,自己的这么难看?然而现在有了《有声有色》她还真的可以使你的站点在最短的时间里变得有声有色!该软件集合了几十个十分精彩的Javascript小程序,她真正做到了与源程序相溶合,所有特效操作只要轻轻点几下鼠标就可以完成!你可以保存为文件,还有预览功能!不像其它类似的软件,下载回去只提供Javascript源程序,还要用户自行修改(烦)!主页: http://richie.coolbel.com/-are coming to do a very impressive website to see other people were also hip and cool, and their website has been done very boring, but also made a lot of efforts, I do not know where to start? Eventually, reluctantly or from their own computer to delete! Why the site produced so beautiful, the ugly but so now has "very impressive" She could really make your site in the shortest possible time become a very impressive! The software is a combination of dozens of excellent Javascript small program, she truly is the source and dissolve, as long as all special effects operators gently a few mouse clicks to complete! You can save the document, there are previews! Unlike other similar software, downl
- 2022-12-13 18:40:03下载
- 积分:1
-
这是我用易语言写的一个窗口隐藏工具,演示了易语言中的一些功能,更主要的是演示易语言中对API函数的调用。...
这是我用易语言写的一个窗口隐藏工具,演示了易语言中的一些功能,更主要的是演示易语言中对API函数的调用。-It is written in easy language I use a window hide tool that demonstrates the easy language of some of the features is more important is to demonstrate easy language to the API function call.
- 2023-09-04 10:45:03下载
- 积分:1
-
can be used to steal both Windows fonts into the next stall graphics
可用于将两个Windows字体盗用到下一个stall图形中
- 2022-05-13 11:14:30下载
- 积分:1
-
这个是字符串处理程序
这个是字符串处理程序- This is the character string disposal procedure
- 2023-07-03 21:40:03下载
- 积分:1
-
〈EVC高级编程及其应用开发(Embedded Visual C++嵌入式编程)〉书上的源代码 全书共分13章,分别为WinCE及EVC概述、图形编程、对话框控...
〈EVC高级编程及其应用开发(Embedded Visual C++嵌入式编程)〉书上的源代码 全书共分13章,分别为WinCE及EVC概述、图形编程、对话框控件、进程、线程、文件和注册表、WinCE基础数据库编程、WinCE扩展数据库编程、通讯编程、UDP和PING编程、TCP编程、DLL编程以及COM编程。读者在具有一定C抖和WinCE知识的基础上,通过本书的学习,可以快速提高WinCE的编程能力和实际开发水平。- book on the source code book is divided into 13 chapters, each of WinCE and EVC outlined, graphics programming, dialog controls, processes, threads, documents and the registry, WinCE based database programming, WinCE expanded database programming, communications programming, and PING programming UDP, TCP programming, programming and COM DLL programming. Readers with certain C jerk and WinCE knowledge, based on the book learning, can rapidly improve WinCE programming capacity and the actual level of development.
- 2022-07-15 03:00:54下载
- 积分:1
-
an example for uninstaller
an example for uninstaller
- 2022-11-16 07:15:03下载
- 积分:1
-
system to support the Math : PI! ^% SQR SQRT INT/TRUNC ROUND ABS FRAC SIN COS TA...
系统支持的数学函数:PI ! ^ % SQR SQRT INT/TRUNC ROUND ABS FRAC SIN COS TAN ARCSIN ARCCOS ARCTAN LN LOG2 LOG10PI:圆周率。Exp!:计算Exp(表达式)的介乘。Exp1^Exp2:计算Exp1的Exp2次方。Exp1%Exp2:计算Exp1除以Exp2后的余数。Sqr(Exp):计算Exp的平方。Sqrt(Exp):计算Exp的平方根。Int(Exp)/Trunc(Exp):把Exp截断取整。Round(Exp):把Exp四舍五入。Abs(Exp):取Exp的绝对值。Frac(Exp):取Exp的小数部分。Sin(Exp):求Exp的正玄。Cos(Exp):求Exp的余玄。Tan(Exp):求Exp的正切。ArcSin(Exp):求Exp的反正玄。ArcCos(Exp):求Exp的反余玄。ArcTan(Exp):求Exp的反正切。Ln(Exp):求Exp的自然对数。Log2(Exp):求Exp的以2为低的对数。Log10(Exp):求Exp的以10为低的对数。-system to support the Math : PI! ^% SQR SQRT INT/TRUNC ROUND ABS FRAC SIN COS TAN LN ARCSIN ARCCOS ARCTAN LOG2 LOG10PI : pi. Exp. : Computational Exp (expression) of the referral by. Exp1 ^ Exp2 : computational power of Exp1 the Exp2. Exp1% Exp2 : Exp1 calculated by dividing Exp2 the remainder. Monaco (Exp) : Exp calculating the square. Sqrt (Exp) : Exp calculating the square root. Int (Exp)/Trunc (Exp) : With Exp disconnected from the whole. Round (Exp) : With Exp rounding. Abs (Exp) : Exp take the absolute valu
- 2023-02-10 21:40:04下载
- 积分:1