-
mastermind
主程序代码;
- 2022-05-13 11:43:32下载
- 积分:1
-
字符串匹配程序,比如用 “你好*小张”在“你好,我的名字叫小张”中可以得出匹配,支持通配符查找。...
字符串匹配程序,比如用 “你好*小张”在“你好,我的名字叫小张”中可以得出匹配,支持通配符查找。-string matching program, such as "Hello* kept" in the "Hello, My name is Xiao Zhang "may draw match, find support wildcards.
- 2022-03-21 03:36:20下载
- 积分:1
-
鼠标活动记录程序
鼠标活动记录程序-mouse activity recording procedures
- 2022-07-13 15:54:27下载
- 积分:1
-
实现一个立方的C代码中的样条插值,希望有用的朋友…
一个实现三次样条插值的C代码,希望对朋友们有用。-Realize a cubic spline interpolation of the C code, in the hope that useful friends.
- 2022-05-20 00:47:26下载
- 积分:1
-
This book is Brian W. Kernighan and Rob Pike
本书是Brian W. Kernighan和Rob Pike合著的最新力作。本书从排错、测试、性能、可移植性、设计、界面、风格和记法等方面,讨论了程序设计中实际的、又是非常深刻和具有广泛意义的思想、技术和方法,它的翻译出版将填补国内目前这方面书籍的空白。本书值得每个梦想并努力使自己成为优秀程序员的人参考,值得每个计算机专业的学生和计算机工作者阅读,也可作为程序设计高级课程的教材或参考书。 -This book is Brian W. Kernighan and Rob Pike
- 2022-07-01 15:47:48下载
- 积分:1
-
slr(1),设计文档,希望对有些人帮助
slr(1),设计文档,希望对有些人帮助-slr (1), design documents, hoping for some people to help
- 2023-02-08 06:30:04下载
- 积分:1
-
中断代码
本程序是windows窗体,使您知道中断在汇编语言中的良好模式
- 2022-05-27 10:34:41下载
- 积分:1
-
MPU6050开发源码
MPU-60X0对陀螺仪和加速度计分别用了三个16位的ADC,将其测量的模拟量转化为可输出的数字量。为了精确跟踪快速和慢速的运动,传感器的测量范围都是用户可控的,陀螺仪可测范围为±250,±500,±1000,±2000°/秒(dps),加速度计可测范围为±2,±4,±8,±16g。此为arduino MPU6050开发源码。
- 2022-01-26 01:25:55下载
- 积分:1
-
C#自定义图文控件,支持鼠标悬停时变更图片、底色、字体
1、继承Control控件,实现图片、文字的显示功能
2、支持鼠标进入控件时更改图片、底色、字体的功能
3、使用属性保存正常状态、鼠标进入状态、选中状态下的图片、字体、底色等,方便易用
可用于学习C#下的自定义控件的开发方法
- 2022-01-28 17:27:39下载
- 积分:1
-
在发送端通过一个编码系统对待传输数据编码. 在接收端将传来的数据进行译码.
一个完整的系统应具有以下功能:
(1)初始化.从终端读入字符集大小,以及...
在发送端通过一个编码系统对待传输数据编码. 在接收端将传来的数据进行译码.
一个完整的系统应具有以下功能:
(1)初始化.从终端读入字符集大小,以及字符和权值,建立 哈夫曼树,并保存.
(2)编码.利用以建好的哈夫曼树对正文进行编码,然后保存.
(3)译码.利用已建好的哈夫曼树将文件中的代码进行译码,结果打印出来.
-At the sending end through a coding system for encoding transmit data treatment. Will be heard in the receiver to decode the data. A complete system should have the following functions: (1) initialization. Read from the terminal character set size, as well as the characters and the right values, the establishment of Huffman trees, and save. (2) coding. used to build the Huffman tree to encode the text and then save it. (3) decoding. the use of the Huffman tree has been built will document the code decoding, the results print out.
- 2022-02-10 10:40:46下载
- 积分:1