-
Notepad++源代码
Notepad++ 是在微软视窗环境之下的一个免费的代码编辑器。为了产生小巧且有效率的代码编辑器,这个在GPL许可证下的自由软体开...
Notepad++源代码
Notepad++ 是在微软视窗环境之下的一个免费的代码编辑器。为了产生小巧且有效率的代码编辑器,这个在GPL许可证下的自由软体开发专案采用 win32 api 和 STL 以 C++ 程式语言撰写成,并且选用功能强大的编辑模组 Scintilla。多亏它的轻巧与执行效率,Notepad++ 可完美地取代微软视窗的记事本。这个软体开发专案已臻於成熟阶段,然而目前只有一个人从事软体开发与维护的工作,瑕疵是无法避免的。如果你有任何关於
Notepad++ 的建议,欢迎来信与我联系,但我不保证你的提议一定会被采用。希望你使用 Notepad++ 就像我开发它一样充满乐趣。这个压缩里是源代码,不包括可执行文件。-err
- 2022-01-25 18:31:40下载
- 积分:1
-
这个代码可以获取一种颜色可以生成10进制的数,和一个16进制的数...
这个代码可以获取一种颜色可以生成10进制的数,和一个16进制的数-the code can get a color can generate 10 to the 229 number, and a few of the 229 16
- 2022-07-12 14:36:57下载
- 积分:1
-
反汇编32位intel机器指令的源代码,只写完了80386的指令,没有加入后续指令及浮点指令,不过源代码考虑了可扩展性,可以很容易加入其它指令.由于我还不了解6...
反汇编32位intel机器指令的源代码,只写完了80386的指令,没有加入后续指令及浮点指令,不过源代码考虑了可扩展性,可以很容易加入其它指令.由于我还不了解64位的汇编指令,所以没考虑对64位的扩展.反汇编的结果经与W32DASM对比,发现了W32DASM的许多错误,如果发现我的源码译错了请email我(只限80386指令),我的email在源代码文件中-compilation of 32 anti-intel machinery orders source code, only 80,386 finished the instructions not to include follow-up instructions and floating-point instructions, but the source code to consider the scalability, it is very easy to join other directives. Since I do not yet know the compilation of 64 instructions, we had to consider the right 64 expansion. anti-compile the results contrast with the W32DASM found W32DASM many mistakes, I found the source code translation wrong Please email me (only 80,386 directive), I email the source document
- 2022-03-21 08:58:10下载
- 积分:1
-
基于tcp传输数据的医药管理系统
本系统是基于c#tcp通信的简单医药管理系统,包含一个服务端和客户端,有药物的进库出库管理,药物基础数据管理,对c#tcp通信学习是相当好的材料
- 2022-03-24 21:11:01下载
- 积分:1
-
lmemdebug.dll例如Windows Mobile(跟踪内存泄露)
LMemDebug.DLL example for windows mobile (track memory leaks)
- 2022-07-26 13:18:58下载
- 积分:1
-
this S/w intended to either ShutDown,Logoff or restart the computer as given tim...
此软件用于在给定时间或某个时间关闭、注销或重新启动计算机时间。这个win32api的S/W使用概念MFC关机计时器还使用系统托盘接口工作
- 2022-05-20 03:12:30下载
- 积分:1
-
To split a large file into smaller files. The files could be later joined to rec...
To split a large file into smaller files. The files could be later joined to recreate the previous file.
- 2022-04-08 08:45:09下载
- 积分:1
-
顾名思义,这个源码是针对喜欢聊天的人们所做的.希望大家能喜欢....
顾名思义,这个源码是针对喜欢聊天的人们所做的.希望大家能喜欢.-As the name suggests, the source code is like chatting against people doing. Hope that we can like.
- 2023-05-13 23:00:03下载
- 积分:1
-
现在的C程序可以这样写
现在的C程序可以这样写-You can write the C code in this way.
- 2022-03-26 02:21:37下载
- 积分:1
-
一个简易日历程序,已知公元元年一月一日即耶稣诞生日是星期一,那么因为365%7=1,366%7=2。所以每过一年平年星期数加一,每过一年闰年星期数加二,依次类推...
一个简易日历程序,已知公元元年一月一日即耶稣诞生日是星期一,那么因为365%7=1,366%7=2。所以每过一年平年星期数加一,每过一年闰年星期数加二,依次类推就可以求出任意一年一月一日是星期几。-a simple calendar program, known Year on January 1 that the first year of the birth of Jesus Day is Monday, because 365% = 1,366 7% 7 = 2. So every non-leap year over year increase in a few weeks, a leap year every year the number increases two weeks, followed by analogy can be found arbitrary January 1, 2001 is several weeks.
- 2022-02-04 23:46:52下载
- 积分:1