Pinned Repositories
blockchainMedicalData
Use Hyperledger Fabric, Hyperledger Composer, IPFS and Angular to complete the development of a blockchain-based medical data sharing application that can interact through the Web applications.
clog
Use C to complete log moudle, it use map of cstl to store files' handle in order to avoid opening and closing frequently ,and clog print formatted data into stdout or file by using macro(log and log_to_file).
cstl
Building an STL in C
dataStructuresAndAlgorithms
DIY_Compiler_and_Linker
OpenGL_Learning
通过学习OpenGL教程——ogldev,自己实现数学库,一步步学习OpenGL
Python_Spider
python Spider
Single_instruction_cycle_OpenMIPS
通过学习《自己动手写CPU》,将书中实现的兼容MIPS32指令集架构的处理器——OpenMIPS(五级流水线结构),简化成单指令周期实现的处理器
Smart_Transportation
运用汇编语言,完成智慧交通系统的程序,实现模拟8个路口的交通通行,获西安邮电大学第八届汇编语言竞赛一等奖
Tensorflow_learning
zach0zhang's Repositories
zach0zhang/Single_instruction_cycle_OpenMIPS
通过学习《自己动手写CPU》,将书中实现的兼容MIPS32指令集架构的处理器——OpenMIPS(五级流水线结构),简化成单指令周期实现的处理器
zach0zhang/blockchainMedicalData
Use Hyperledger Fabric, Hyperledger Composer, IPFS and Angular to complete the development of a blockchain-based medical data sharing application that can interact through the Web applications.
zach0zhang/OpenGL_Learning
通过学习OpenGL教程——ogldev,自己实现数学库,一步步学习OpenGL
zach0zhang/Smart_Transportation
运用汇编语言,完成智慧交通系统的程序,实现模拟8个路口的交通通行,获西安邮电大学第八届汇编语言竞赛一等奖
zach0zhang/DIY_Compiler_and_Linker
zach0zhang/cstl
Building an STL in C
zach0zhang/clog
Use C to complete log moudle, it use map of cstl to store files' handle in order to avoid opening and closing frequently ,and clog print formatted data into stdout or file by using macro(log and log_to_file).
zach0zhang/dataStructuresAndAlgorithms
zach0zhang/Python_Spider
python Spider
zach0zhang/Tensorflow_learning
zach0zhang/blockchain-training
区块链相关的代码训练
zach0zhang/blog-docs
Address to store blog posts
zach0zhang/cstl-1
Common Datastructure Library for C developer.
zach0zhang/dbcAnalyse
dbc文件工具,可以将C语言文件转化成dbc格式文件,也可以将dbc文件读入内存中
zach0zhang/kjblog
go语言的博客,展示Markdown格式文件
zach0zhang/OpenGL_ES_TEST
zach0zhang/stupidP2P
use a server as a relaying to achieve simple and inefficient point-to-point communication. use C++ to complete server program,and support C and Python API to build client
zach0zhang/stupidSocketClient