资源列表
str2hex
- 字符转16进制数据,可以根据具体需要修改。-16 hexadecimal characters in the data transfer can be modified according to specific needs.
source
- 一段小代码,可以遍历文件夹中文件,代码很短小的-A little code, you can loop through files in a folder, the code is very short
daina
- powerbuilder 一小段代码,直接复制就好
zhdx
- 这是一小款程序,将小写阿拉伯数字转换为大写中文数字,可在EXCEL中插入.-This is a small section program that will convert lower case to upper case Arabic Chinese figures, can be inserted in EXCEL.
shuchuyuefen
- 编译程序,输入月份号, 输出该月的英文名。 例如,输入“3”,则输 出“March”,要求用指针数 组处理。-Compiler, enter the month number, the output of the English name of the month. For example, enter " 3" , the output of " March" , requires treatment with an array of
Winner-Channel-Model
- LTE信道模型- LTE channel model
shumaguan
- 共阳极数码管显示程序,方便需要的人参考。-Common anode digital tube display program, to facilitate the needs of people reference.
dictcrawler
- 提供一个单词文件,每个文件一行,然后修改程序里的文件名为对应的文件名,之后就可以下载所有的单词翻译了-Provide a word file, one file per line, and then modify the file name corresponds to the file name in the program, then you can download all the word translated
3-1
- 取一个无符号短整型数从右端开始的4~9位 (位号从0开始)--Take an unsigned short integer from the right end of the 4 to 9 (bit 0)
diyici
- 888光立方的各种动画的的宣示源代码的展示-The 888 Light Cube animation declaratory source code
vector
- C++语言,vector类的描述与小应用-vector class
Ex3_3
- 我是一名在读大学生,非CS专业的学生,只是因为自己感兴趣,所以踏上了学习java的路,现在还是处于初步阶段,这个代码是:在商业和科学研究中,人们经常需要对数据进行分析并将结果以直方图的形式显示出 来。例如,一个公司的主管可能需要了解一年来公司的营业状况,比较一下各月份的销售收 入状况,如果仅给出一大堆数据,这显然太不直观了,如果能将这些数据以条形图(直方图) 的形式表示,那么将会大大增加这些数据的直观性,也便于数据的分析与对比。下面以顾客 对餐饮服务打分为例,练习一下这方面的程序