资源列表
binaryproto2npy
- 将二进制形式的图片均值文件转换成python形式的一个工具(# "source" is the binary file converted by the command shell # "des" is the binary file with python format converted from "source")
云存储
- 云存储平台源码,包括运行库,图标等,使用delphi + unigui 开发(Cloud storage platform source code, including libraries, icons, etc., using Delphi + unigui development)
Gelato.Ace.Tool
- 工作中的小工具,包括读卡器和SSIS,还有3des的解密(Small tools at work, including reader and SSIS, and 3DES decryption)
寄存器配置
- MSP430的一些基础配置编程,含晶振,定时器,串口,IO,看门狗等(Some of the basic configuration programming for MSP430)
Proteus Pro 7.8 SP2汉化包
- Proteus-Pro-crack-ha-7.8sp2 中文破解汉化包(proteus -Pro-crack-ha-7.8sp2 chanese 1.0)
海龟策略
- 量化投资策略 海龟策略 可用于期货和股票交易(Quantitative investment strategy can be used in futures stock quantitative trading)
虚拟光驱工具
- 小巧虚拟光驱工具,使用很方便,主要是因为携带方便(Compact virtual CD-ROM tool, easy to use)
Bat To ExeConverter
- 实用的小工具,能把批处理直接转成exe文件,确实方便(Utility small tools, the batch can be directly converted to exe files, it is really convenient)
I2CM
- 实现IIC做主做从访问的应用。。。。。。。。(i2c master clk_100m , rst_100m , I2cWr , I2cRd ,ChipSel , I2cSCK , I2cSDAi , I2cSDAo , I2cStart I2cDATAi I2cDaddr)
convert512_128b
- 模块把512 bit的数据报文长度转换为128 bit的数据报文长度(always @(posedge clk_sys or negedge rst_sys_n) begin if(~rst_sys_n) begin rx512_pkt_rd <= 1'b0 ; rx128_pkt_en <= 1'b0 ; rx128_pkt_sop <= 1'b0 ; rx128_pkt_eop <= 1'b0 ; pkt_start_flag &l
PComm.h文件
- PComm串口采集的库文件,头文件及动态链接文件(PComm serial collection of library files, header files and dynamic link files)
CRC16_D40
- 将一条512bit报文长度分成4条。。。。。(always @(posedge clk_sys or negedge rst_sys_n) begin if(~rst_sys_n) begin data_line <= 2'b0 ; end else begin if((rx512_pkt_dataw[519] == 1'b1)&&(rx512_pkt_wr == 1'b1)) begin if(rx0_pkt_paf == 1'b0)