-
VB.net 做的便签小工具,可以置顶,实时保存。VB.net读取文本文件的示例。
有很多时候在网上查资料时,都需要临时复制一些文本到一个记事本文件中,汇总,然后编辑,在一起复制到需要的地方。然而,windows系统自带的记事本不能置顶,这就很不方便了。这个小程序可以实现置顶,可以调节字体大小、颜色和背景颜色和透明度。每次文件改动,内容都会自动保存到程序所在路径的一个txt文件中。当然,还有改进的地方,例如支持浏览历史纪录。还有就是,settings窗口的窗体设计文件丢失了,只有个代码文件。如果觉得难看很容易重新做一个的。
- 2022-04-19 23:26:31下载
- 积分:1
-
牛顿法解方程之混沌方式,很直观的,界面也很漂亮。
牛顿法解方程之混沌方式,很直观的,界面也很漂亮。-Newton equation solution chaos, I am very intuitive, and the interface is very pretty.
- 2022-07-19 06:47:09下载
- 积分:1
-
MIPS five
MIPS五级流水线模拟程序,能执行简单的MIPS指令,模拟流水线状态及寄存器结果,实现cpu流水的概念-MIPS five-level stream-line simulation program, this program can execute simple MIPS instruction, simulat stream-line s status and register result, and it implements stream-line of cpu.
- 2023-04-01 23:10:03下载
- 积分:1
-
图书信息管理系统
图书信息管理系统包含class BOOK //一、图书类{private:int num; //编号string name; //书名int B_class; //等级string publishing; //出版社int isbn; //ISBNint stock; //剩余量int sale; //销量public:BOOK(){} //构造函数void add1(); //添加图书信息void add2();void setnum(int a) //在添加第二本书的信息时设置编码{num=a;}int getnum() //得到编号{return num;} string getname() // 得到名称{return name;}void show(); //显示图书信息 int getB_class(){return B_class;}int getsale(){return sale;}
- 2023-06-21 15:35:03下载
- 积分:1
-
G.729协议编程例子
G.729协议编程例子-G.729 protocol program example.
- 2022-06-03 17:05:48下载
- 积分:1
-
可以用devcpp编译,可以测试文件,字符的md5值
可以用devcpp编译,可以测试文件,字符的md5值-Can be devcpp compile, you can test the file, the character of the md5 value
- 2022-12-25 22:35:03下载
- 积分:1
-
单位的工资处理程序,可进行任意栏目定制工资条,和任意栏目公式计算...
单位的工资处理程序,可进行任意栏目定制工资条,和任意栏目公式计算-Units, payroll processing procedures, can be customized any part of wages, and any part formula
- 2022-02-03 00:38:17下载
- 积分:1
-
图书管理系统,c++,课程设计,文件操作、
图书管理系统,c++,课程设计,文件操作、-Library management system, c++, Curriculum design, file operations,
- 2022-07-09 22:10:11下载
- 积分:1
-
批处理系统的作业操作,使用c++编写,利用了代码重用机制
批处理系统的作业操作,使用c++编写,利用了代码重用机制-Batch operating system operation, use c++ Prepared, using a code reuse mechanism
- 2023-04-21 05:10:03下载
- 积分:1
-
这是一个图形变换的程序,按字母“Y”画一个用点组成的圆;按字母“S”画一 个用不同颜色填充的三角形;按字母“Z”画一个用不同颜色填充且带有边框图案 的矩形;按“...
这是一个图形变换的程序,按字母“Y”画一个用点组成的圆;按字母“S”画一 个用不同颜色填充的三角形;按字母“Z”画一个用不同颜色填充且带有边框图案 的矩形;按“q”键退出。-This a graphic transformation process based on the letter "Y" with a painting consisting of a round; According to the letter "S" painted a different color-filled triangle; According to the letter "Z" painted a different color but filled with a pattern of the rectangular frame; According to the "q" key to exit .
- 2022-05-27 13:35:50下载
- 积分:1